Home
last modified time | relevance | path

Searched refs:raw_device (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp46 } raw_device; typedef
50 static raw_device *gDeviceList = NULL;
59 raw_device *device = (raw_device *)malloc(sizeof(raw_device)); in usb_raw_device_added()
98 raw_device *device = (raw_device *)cookie; in usb_raw_device_removed()
113 gDeviceList = (raw_device *)device->link; in usb_raw_device_removed()
115 raw_device *element = gDeviceList; in usb_raw_device_removed()
122 element = (raw_device *)element->link; in usb_raw_device_removed()
146 usb_raw_get_configuration(raw_device *device, uint32 configIndex, in usb_raw_get_configuration()
161 usb_raw_get_interface(raw_device *device, uint32 configIndex, in usb_raw_get_interface()
202 raw_device *element = gDeviceList; in usb_raw_open()
[all …]
/haiku/src/system/kernel/device_manager/
H A Ddevfs.cpp58 struct devfs_vnode* raw_device; member
305 put_vnode(fs->volume, vnode->stream.u.dev.partition->raw_device->id); in devfs_delete_vnode()
462 status = get_vnode(fs->volume, device->id, (void**)&partition->raw_device); in add_partition()
854 vnode->stream.u.dev.partition->raw_device); in dump_node()
862 (addr_t)vnode->stream.u.dev.partition->raw_device); in dump_node()