mdesc_notifier_client
struct mdesc_notifier_client *next;
void mdesc_register_notifier(struct mdesc_notifier_client *client);
static struct mdesc_notifier_client *client_list;
void mdesc_register_notifier(struct mdesc_notifier_client *client)
static void notify_one(struct mdesc_notifier_client *p,
struct mdesc_notifier_client *p = client_list;
static struct mdesc_notifier_client vio_device_notifier = {
static struct mdesc_notifier_client vio_ds_notifier = {