Home
last modified time | relevance | path

Searched refs:install_notify (Results 1 – 20 of 20) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dcb_enabler.h75 void (*install_notify)(const char *name, member
/haiku/headers/os/drivers/
H A DUSB2.h114 status_t (*install_notify)(const char *driverName, member
H A DUSB3.h118 status_t (*install_notify)(const char *driverName, member
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp212 install_notify(const char *driverName, const usb_notify_hooks *hooks) in install_notify() function
638 install_notify, // install_notify
809 status_t (*install_notify)(const char *, const usb_notify_hooks *); member
846 install_notify, // install_notify
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDriver.cpp143 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DDriver.cpp120 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDriver.cpp204 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DDriver.cpp245 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DDriver.cpp163 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c64 (*usb->install_notify)(DRIVER_NAME, &notify_hooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp389 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()
/haiku/docs/user/drivers/
H A DUSB3.dox95 usb_module_info::install_notify() method, this hook will be called as soon as
463 avoid nameclashes. The install_notify() and uninstall_notify() functions use
473 \retval B_OK The driver is registered. You can now call install_notify()
483 …\fn status_t (*usb_module_info::install_notify)(const char *driverName, const usb_notify_hooks *ho…
H A Dusb_modules.dox121 gUsb->install_notify(kDriverName, &sNotifyHooks);
147 \c usb_module_info::install_notify() and the structure \c usb_notify_hooks
154 to the stack, using \c usb_module_info::install_notify() . This section will
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp635 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c679 usb->install_notify(kDriverName, &notify_hooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp825 usb->install_notify(BLUETOOTH_DEVICE_DEVFS_NAME, &notify_hooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c788 usb->install_notify(kDriverName, &notify_hooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp796 usb->install_notify(usb_midi_driver_name, &my_notify_hooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp551 cbemi->install_notify(DRIVER_NAME, &cardbus_hooks); in init_driver()
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp963 gUSBModule->install_notify(DRIVER_NAME, &notifyHooks); in init_driver()