Searched refs:notify_hooks (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp343 element->support_descriptor_count, &element->notify_hooks,
452 info->notify_hooks.device_added = NULL;
453 info->notify_hooks.device_removed = NULL;
493 element->notify_hooks.device_added = hooks->device_added;
494 element->notify_hooks.device_removed = hooks->device_removed;
523 &element->notify_hooks, &element->cookies, false, true);
526 element->notify_hooks.device_added = NULL;
527 element->notify_hooks.device_removed = NULL;
H A Dusb_private.h70 usb_notify_hooks notify_hooks; member in struct:usb_driver_info
/haiku-fatelf/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c27 static usb_notify_hooks notify_hooks = { variable
64 (*usb->install_notify)(DRIVER_NAME, &notify_hooks);
/haiku-fatelf/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp405 static usb_notify_hooks notify_hooks = { variable
822 usb->install_notify(BLUETOOTH_DEVICE_DEVFS_NAME, &notify_hooks);
/haiku-fatelf/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c629 static usb_notify_hooks notify_hooks = variable
672 usb->install_notify(kDriverName, &notify_hooks);
/haiku-fatelf/headers/private/firewire/
H A Dfirewirereg.h138 struct firewire_notify_hooks notify_hooks; member in struct:firewire_child_info
/haiku-fatelf/src/add-ons/kernel/drivers/network/pegasus/
H A Ddriver.c749 static usb_notify_hooks notify_hooks = variable
788 usb->install_notify(kDriverName, &notify_hooks);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp381 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);
492 element->notify_hooks.device_attach(sc, element->cookie);
536 element->notify_hooks.device_detach(sc, element->cookie);
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c76 struct usb_notify_hooks notify_hooks = {
933 if((*usb->install_notify)(MODULE_NAME, &notify_hooks) == B_OK){

Completed in 90 milliseconds