Searched refs:hooks (Results 26 - 35 of 35) sorted by relevance

12

/haiku/headers/os/drivers/
H A DUSB3.h108 * Install notification hooks using your registered driverName. The
111 * When first installing the hooks you will receive a notification about
119 const usb_notify_hooks *hooks);
236 * notify hooks to avoid such situations.
/haiku/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp830 static device_hooks hooks = { local
838 * use its own default implementation. The basic hooks above this
847 return &hooks;
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp823 // Note: After here device_added and publish devices hooks are called
930 static device_hooks hooks = { variable
949 return &hooks;
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c954 static device_hooks hooks = { variable
970 return &hooks;
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c338 // #pragma mark - device hooks
824 static device_hooks hooks = { local
835 return &hooks;
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c457 #pragma mark ==== device hooks ====
781 #pragma mark ==== driver hooks ====
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp1022 static device_hooks hooks = { local
1035 return &hooks;
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp252 install_notify(const char *driverName, const usb_notify_hooks *hooks) argument
254 return gUSBStack->InstallNotify(driverName, hooks);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp359 struct firewire_notify_hooks *hooks)
381 info->notify_hooks.device_attach = hooks->device_attach;
382 info->notify_hooks.device_detach = hooks->device_detach;
394 hooks->device_attach(sc, &info->cookie);
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp751 // are the provided device hooks okay?
2267 devfs_publish_device(const char* path, device_hooks* hooks) argument
2269 return legacy_driver_publish(path, hooks);

Completed in 74 milliseconds

12