Lines Matching refs:raw_device
46 } 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()
211 element = (raw_device *)element->link; in usb_raw_open()
233 raw_device *device = (raw_device *)cookie; in usb_raw_free()
251 raw_device *device = (raw_device *)cookie; in usb_raw_callback()
283 raw_device *device = (raw_device *)cookie; in usb_raw_ioctl()
1006 raw_device *element = gDeviceList; in publish_devices()
1009 element = (raw_device *)element->link; in publish_devices()