Home
last modified time | relevance | path

Searched refs:device (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/usbhost/include/usbhost/
A Dusbhost.h89 void usb_device_close(struct usb_device *device);
93 int usb_device_get_fd(struct usb_device *device);
97 const char* usb_device_get_name(struct usb_device *device);
101 int usb_device_get_unique_id(struct usb_device *device);
110 uint16_t usb_device_get_vendor_id(struct usb_device *device);
112 uint16_t usb_device_get_product_id(struct usb_device *device);
152 int usb_device_get_version(struct usb_device *device);
160 int usb_device_is_writeable(struct usb_device *device);
185 int usb_device_control_transfer(struct usb_device *device,
196 int usb_device_bulk_transfer(struct usb_device *device,
[all …]
/third_party/ulib/usbhost/
A Dusbhost.c314 close(device->fd); in usb_device_close()
315 free(device); in usb_device_close()
324 length = read(fd, device->desc, sizeof(device->desc)); in usb_device_new()
328 strncpy(device->dev_name, dev_name, sizeof(device->dev_name) - 1); in usb_device_new()
329 device->fd = fd; in usb_device_new()
333 return device; in usb_device_new()
338 free(device); in usb_device_new()
348 device->fd = fd; in usb_device_reopen_writeable()
359 return device->fd; in usb_device_get_fd()
402 return device->desc; in usb_device_get_raw_descriptors()
[all …]
/third_party/uapp/dash/
A Drules.mk60 system/fidl/fuchsia-device-manager \
/third_party/lib/acpica/
A Dchanges.txt1586 device.
4616 device
5371 device/HID,
7448 device
7958 PCI device objects.
8520 device
10310 device
11923 Run _PRW method under parent device
12396 device drivers.
14456 up as the system device.
[all …]
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl2583 { // Test device name
2834 { // ACAD: AC adapter device
2865 // specific device.
2880 } // ACAD: AC adapter device
5022 { // Test device name
5100 { // Test device name
5960 { // Test device name
6328 { // Test device name
6393 { // Test device name
6538 { // Test device name
[all …]
/third_party/dev/ethernet/e1000/
A DREADME95 device em
/third_party/ulib/musl/
A DWHATSNEW936 - support for large device minor numbers (greater than 8 bits)
1447 - isatty had false-positives/device-state-corruption for OSS sound devices

Completed in 36 milliseconds