Searched refs:notify_hooks (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/kernel/bus_managers/usb/ |
H A D | Stack.cpp | 355 element->support_descriptor_count, &element->notify_hooks, in NotifyDeviceChange() 457 info->notify_hooks.device_added = NULL; in RegisterDriver() 458 info->notify_hooks.device_removed = NULL; in RegisterDriver() 498 element->notify_hooks.device_added = hooks->device_added; in InstallNotify() 499 element->notify_hooks.device_removed = hooks->device_removed; in InstallNotify() 528 &element->notify_hooks, &element->cookies, false, true); in UninstallNotify() 531 element->notify_hooks.device_added = NULL; in UninstallNotify() 532 element->notify_hooks.device_removed = NULL; in UninstallNotify()
|
H A D | usb_private.h | 81 usb_notify_hooks notify_hooks; member
|
/haiku/src/add-ons/kernel/drivers/video/usb_vision/ |
H A D | usb_vision.c | 27 static usb_notify_hooks notify_hooks = { variable 64 (*usb->install_notify)(DRIVER_NAME, ¬ify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/input/wacom/ |
H A D | wacom.c | 636 static usb_notify_hooks notify_hooks = variable 679 usb->install_notify(kDriverName, ¬ify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/ |
H A D | h2generic.cpp | 421 static usb_notify_hooks notify_hooks = { variable 825 usb->install_notify(BLUETOOTH_DEVICE_DEVFS_NAME, ¬ify_hooks); in init_driver()
|
/haiku/headers/private/firewire/ |
H A D | firewirereg.h | 138 struct firewire_notify_hooks notify_hooks; member
|
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/ |
H A D | driver.c | 749 static usb_notify_hooks notify_hooks = variable 788 usb->install_notify(kDriverName, ¬ify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | firewire.cpp | 381 info->notify_hooks.device_attach = hooks->device_attach; 382 info->notify_hooks.device_detach = hooks->device_detach; 407 element->notify_hooks.device_detach(sc, element->cookie); 536 element->notify_hooks.device_detach(sc, element->cookie); in firewire_detach()
|
/haiku/src/add-ons/kernel/busses/scsi/usb/ |
H A D | usb_scsi.c | 74 struct usb_notify_hooks notify_hooks = {
|