Searched refs:usb (Results 1 – 20 of 20) sorted by relevance
/tools/usb/ |
A D | p9_fwd.py | 11 import usb.core 12 import usb.util 58 dev = usb.core.find(idVendor=vid, idProduct=pid, custom_match=find_filter) 82 usb.util.claim_interface(dev, usb9pfs.bInterfaceNumber) 83 ep_out = usb.util.find_descriptor( 85 … custom_match=lambda e: usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_OUT, 88 ep_in = usb.util.find_descriptor( 90 … custom_match=lambda e: usb.util.endpoint_direction(e.bEndpointAddress) == usb.util.ENDPOINT_IN, 112 except usb.core.USBTimeoutError: 115 except usb.core.USBError as e: [all …]
|
/tools/testing/selftests/media_tests/ |
A D | media_dev_allocator.sh | 9 MDRIVER=/sys/bus/usb/drivers/$1 13 ADRIVER=/sys/bus/usb/drivers/$2
|
/tools/testing/selftests/devices/probe/boards/ |
A D | google,spherion.yaml | 8 # Every controller needs to have a 'type' key set to either 'usb-controller' or 18 # - usb-version: for USB controllers to differentiate between USB3 and USB2 40 - type: usb-controller 42 usb-version: 2
|
A D | Dell Inc.,XPS 13 9300.yaml | 18 type: usb-controller 19 usb-version: 2
|
/tools/usb/usbip/ |
A D | configure.ac | 4 AC_INIT([usbip-utils], [2.0], [linux-usb@vger.kernel.org]) 86 # Sets directory containing usb.ids. 89 [where usb.ids is found (default /usr/share/hwdata/)])],
|
A D | README | 33 Found in the drivers/usb/usbip/ directory of the Linux kernel tree. 63 First of them is physical usb device connected to the machine. 164 A USB storage device of busid 3-3.2 is now bound to the usb-storage 173 usbip debug: usbip_bind.c:162:[unbind_other] 3-3.2:1.0 -> usb-storage 232 6-1:1.0 used by usb-storage 247 - See /sys/kernel/debug/usb/devices and find "Driver=..." lines of the device. 257 Mailing List: linux-usb@vger.kernel.org
|
/tools/ |
A D | Makefile | 72 counter firewire hv guest bootconfig spi usb virtio mm bpf iio gpio objtool leds wmi firmware debug… target 126 perf selftests bootconfig spi turbostat usb \
|
/tools/leds/ |
A D | get_led_device_info.sh | 38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'`
|
/tools/power/pm-graph/config/ |
A D | freeze.cfg | 93 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | standby.cfg | 93 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | standby-callgraph.cfg | 94 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | standby-dev.cfg | 93 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | suspend-callgraph.cfg | 98 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | suspend-dev.cfg | 93 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | suspend-x2-proc.cfg | 93 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | suspend.cfg | 93 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | freeze-callgraph.cfg | 94 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | freeze-dev.cfg | 93 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
A D | example.cfg | 151 # devicefilter: _cpu_up,_cpu_down,i915,usb
|
/tools/power/pm-graph/ |
A D | README | 404 devicefilter: _cpu_up,_cpu_down,i915,usb
|
Completed in 31 milliseconds