Searched refs:device_added (Results 1 - 8 of 8) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dcb_enabler.h65 status_t (*device_added)(pci_info *pci, void **cookie); member in struct:cb_notify_hooks
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp442 info->notify_hooks.device_added = NULL;
483 element->notify_hooks.device_added = hooks->device_added;
516 element->notify_hooks.device_added = NULL;
H A DDevice.cpp749 if ((added && hooks->device_added == NULL)
759 if (hooks->device_added(id, &cookie->cookie) >= B_OK) {
777 // probably means that the device_added hook above failed.
/haiku/headers/os/drivers/
H A DUSB2.h34 status_t (*device_added)(const usb_device *device, void **cookie); member in struct:usb_notify_hooks
105 * device_added hook will be called for every device that matches the
H A DUSB3.h35 status_t (*device_added)(usb_device device, void **cookie); member in struct:usb_notify_hooks
109 * device_added hook will be called for every device that matches the
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c104 // device instances. They are used from the callbacks device_added()
315 // device_added
317 device_added(usb_device dev, void** cookie) function
321 DPRINTF_INFO((ID "device_added(%ld,...)\n", dev));
326 DPRINTF_ERR((ID "device_added() - old device: %" B_PRIu32 "\n",
329 DPRINTF_ERR((ID "device_added() - already added - done!\n"));
339 DPRINTF_INFO((ID "device_added() - done!\n"));
342 DPRINTF_INFO((ID "device_added() - failed to add device!\n"));
638 &device_added,
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp235 device_added(usb_device dev, void** cookie) function
247 TRACE("%s: device_added(%p)\n", __func__, new_bt_dev);
422 &device_added,
823 // Note: After here device_added and publish devices hooks are called
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c38 status_t device_added(const usb_device device, void **cookie);
75 device_added,
349 \fn:device_added
356 status_t device_added(const usb_device device, void **cookie){
364 TRACE("device_added: probing canidate: "
401 TRACE("device_added: properties merged:%08x\n", udi->properties);
411 TRACE_ALWAYS("device_added:setting alt interface failed:%s",
418 TRACE_ALWAYS("device_added:setting configuration failed:%08x uci: %08x\n",
420 TRACE_ALWAYS("device_added:setting configuration failed:%s\n",
437 TRACE("device_added[
[all...]

Completed in 158 milliseconds