Home
last modified time | relevance | path

Searched refs:mdesc_notifier_client (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dmdesc.h66 struct mdesc_notifier_client { struct
72 struct mdesc_notifier_client *next; argument
75 void mdesc_register_notifier(struct mdesc_notifier_client *client);
/linux/arch/sparc/kernel/
H A Dmdesc.c286 static struct mdesc_notifier_client *client_list;
288 void mdesc_register_notifier(struct mdesc_notifier_client *client) in mdesc_register_notifier()
482 static void notify_one(struct mdesc_notifier_client *p, in notify_one()
493 struct mdesc_notifier_client *p = client_list; in mdesc_notify_clients()
H A Dvio.c458 static struct mdesc_notifier_client vio_device_notifier = {
490 static struct mdesc_notifier_client vio_ds_notifier = {