Home
last modified time | relevance | path

Searched refs:USBDEVFS_CLAIMINTERFACE (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h34 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int) macro
/drivers/peripheral/usb/ddk/host/include/
H A Dlinux_adapter.h74 #define USBDEVFS_CLAIMINTERFACE _IOR('U', 15, unsigned int) macro
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_nosdk_speed.c103 int32_t ret = ioctl(g_fd, USBDEVFS_CLAIMINTERFACE, &iface); in ClaimInterface()
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c1099 ret = ioctl(handle->fd, USBDEVFS_CLAIMINTERFACE, &interfaceNumber); in AdapterClaimInterface()

Completed in 7 milliseconds