/haiku/headers/os/drivers/pcmcia/ |
H A D | cb_enabler.h | 75 void (*install_notify)(const char *name, member
|
/haiku/headers/os/drivers/ |
H A D | USB2.h | 114 status_t (*install_notify)(const char *driverName, member
|
H A D | USB3.h | 118 status_t (*install_notify)(const char *driverName, member
|
/haiku/src/add-ons/kernel/bus_managers/usb/ |
H A D | usb.cpp | 212 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 D | Driver.cpp | 143 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/ |
H A D | Driver.cpp | 120 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/ |
H A D | Driver.cpp | 204 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/ |
H A D | Driver.cpp | 245 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/ |
H A D | Driver.cpp | 163 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/video/usb_vision/ |
H A D | usb_vision.c | 64 (*usb->install_notify)(DRIVER_NAME, ¬ify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/input/usb_hid/ |
H A D | Driver.cpp | 389 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|
/haiku/docs/user/drivers/ |
H A D | USB3.dox | 95 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 D | usb_modules.dox | 121 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 D | usb_modeswitch.cpp | 635 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/input/wacom/ |
H A D | wacom.c | 679 usb->install_notify(kDriverName, ¬ify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/ |
H A D | h2generic.cpp | 825 usb->install_notify(BLUETOOTH_DEVICE_DEVFS_NAME, ¬ify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/ |
H A D | driver.c | 788 usb->install_notify(kDriverName, ¬ify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/ |
H A D | usb_midi.cpp | 796 usb->install_notify(usb_midi_driver_name, &my_notify_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/audio/echo/ |
H A D | echo.cpp | 551 cbemi->install_notify(DRIVER_NAME, &cardbus_hooks); in init_driver()
|
/haiku/src/add-ons/kernel/drivers/bus/usb/ |
H A D | usb_raw.cpp | 963 gUSBModule->install_notify(DRIVER_NAME, ¬ifyHooks); in init_driver()
|