Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp355 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 Dusb_private.h81 usb_notify_hooks notify_hooks; member
/haiku/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); in init_driver()
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c636 static usb_notify_hooks notify_hooks = variable
679 usb->install_notify(kDriverName, &notify_hooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp421 static usb_notify_hooks notify_hooks = { variable
825 usb->install_notify(BLUETOOTH_DEVICE_DEVFS_NAME, &notify_hooks); in init_driver()
/haiku/headers/private/firewire/
H A Dfirewirereg.h138 struct firewire_notify_hooks notify_hooks; member
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c749 static usb_notify_hooks notify_hooks = variable
788 usb->install_notify(kDriverName, &notify_hooks); in init_driver()
/haiku/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);
536 element->notify_hooks.device_detach(sc, element->cookie); in firewire_detach()
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c74 struct usb_notify_hooks notify_hooks = {