Searched refs:device_removed (Results 1 - 23 of 23) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dcb_enabler.h66 void (*device_removed)(void *cookie); member in struct:cb_notify_hooks
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp108 device_removed(void* deviceCookie) function
193 device_removed,
H A Dgeneric_video_driver.cpp76 device_removed(device_node* node) function
167 device_removed,
179 NULL, // device_removed
H A Dspecific_video_driver.cpp76 device_removed(void* cookie) function
167 device_removed,
179 NULL, // device_removed
H A Dbus.cpp146 device_removed(void* cookie) function
182 device_removed,
H A Ddevice_manager.h128 void (*device_removed)(void *driverCookie); member in struct:driver_module_info
168 void (*device_removed)(void *deviceCookie); member in struct:device_module_info
H A Ddevice_manager.cpp1645 /*! Calls device_removed() on this node and all of its children - starting
1666 && device->DeviceModule()->device_removed != NULL)
1667 device->DeviceModule()->device_removed(device->DeviceData());
1672 if (IsInitialized() && DriverModule()->device_removed != NULL)
1673 DriverModule()->device_removed(this);
/haiku/headers/os/drivers/
H A Ddevice_manager.h127 void (*device_removed)(void *driverCookie); member in struct:driver_module_info
175 void (*device_removed)(void *deviceCookie); member in struct:device_module_info
H A DUSB2.h35 status_t (*device_removed)(void *cookie); member in struct:usb_notify_hooks
111 * that is provided. In this case you will not receive a device_removed
H A DUSB3.h36 status_t (*device_removed)(void *cookie); member in struct:usb_notify_hooks
115 * that is provided. In this case you will not receive a device_removed
/haiku/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.h83 status_t device_removed(net_device* device);
H A Ddevice_interfaces.cpp81 device_removed(device);
569 // - device_removed()
791 device_removed(net_device* device) function
H A Dstack.cpp957 device_removed,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp443 info->notify_hooks.device_removed = NULL;
484 element->notify_hooks.device_removed = hooks->device_removed;
517 element->notify_hooks.device_removed = NULL;
H A DDevice.cpp750 || (!added && hooks->device_removed == NULL)) {
781 hooks->device_removed(cookie->cookie);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c40 status_t device_removed(void *cookie);
76 device_removed
463 \fn:device_removed
469 status_t device_removed(void *cookie)
479 TRACE_ALWAYS("device_removed[%d]:All The Best !!!\n", udi->dev_num);
1029 device_removed(device_node_handle node, void *cookie) function
1031 TRACE_ALWAYS("device_removed\n");
1187 device_removed,
/haiku/headers/private/net/
H A Dnet_stack.h133 status_t (*device_removed)(net_device* device); member in struct:net_stack_module_info
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_acpi.cpp237 .device_removed = bus_removed,
H A Dsdhci_pci.cpp314 .device_removed = bus_removed,
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c105 // and device_removed() which are invoked by the USB bus manager.
347 // device_removed
349 device_removed(void *cookie) function
353 DPRINTF_INFO((ID "device_removed(%p)\n", device));
378 DPRINTF_ERR((ID "device_removed() open: %d\n", device->open));
639 &device_removed
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp367 // hook functions (currently device_removed() is the only other)
383 device_removed(void* cookie) function
387 TRACE("%s: device_removed(%p)\n", __func__, bdev);
423 &device_removed
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp2180 /*! Calls device_removed() on this node and all of its children - starting
2201 && device->Module()->device_removed != NULL)
2202 device->Module()->device_removed(device->Data());
2207 if (IsInitialized() && DriverModule()->device_removed != NULL)
2208 DriverModule()->device_removed(this);
/haiku/src/add-ons/kernel/busses/ata/silicon_image_3112/
H A Dsilicon_image_3112.c843 .device_removed = &channel_removed,
871 .device_removed = &controller_removed,

Completed in 99 milliseconds