Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/events/
Devmisc.c225 acpi_notify_handler global_handler = NULL; in acpi_ev_notify_dispatch() local
241 global_handler = acpi_gbl_system_notify.handler; in acpi_ev_notify_dispatch()
249 global_handler = acpi_gbl_device_notify.handler; in acpi_ev_notify_dispatch()
256 if (global_handler) { in acpi_ev_notify_dispatch()
257 global_handler (notify_info->notify.node, notify_info->notify.value, global_context); in acpi_ev_notify_dispatch()
/linux-2.4.37.9/drivers/isdn/hisax/
Dl3ni1.c2859 global_handler(struct PStack *st, int mt, struct sk_buff *skb) in global_handler() function
2923 global_handler( st, MT_DL_ESTABLISHED, NULL ); in ni1up()
2971 global_handler(st, mt, skb); in ni1up()
2983 global_handler(st, mt, skb); in ni1up()
Dl3dss1.c2923 global_handler(struct PStack *st, int mt, struct sk_buff *skb) in global_handler() function
3032 global_handler(st, mt, skb); in dss1up()