Home
last modified time | relevance | path

Searched refs:usb (Results 1 – 20 of 20) sorted by relevance

/tools/usb/
A Dp9_fwd.py11 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 Dmedia_dev_allocator.sh9 MDRIVER=/sys/bus/usb/drivers/$1
13 ADRIVER=/sys/bus/usb/drivers/$2
/tools/testing/selftests/devices/probe/boards/
A Dgoogle,spherion.yaml8 # 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 DDell Inc.,XPS 13 9300.yaml18 type: usb-controller
19 usb-version: 2
/tools/usb/usbip/
A Dconfigure.ac4 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 DREADME33 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 DMakefile72 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 Dget_led_device_info.sh38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'`
/tools/power/pm-graph/config/
A Dfreeze.cfg93 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dstandby.cfg93 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dstandby-callgraph.cfg94 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dstandby-dev.cfg93 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dsuspend-callgraph.cfg98 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dsuspend-dev.cfg93 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dsuspend-x2-proc.cfg93 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dsuspend.cfg93 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dfreeze-callgraph.cfg94 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dfreeze-dev.cfg93 # devicefilter: _cpu_up,_cpu_down,i915,usb
A Dexample.cfg151 # devicefilter: _cpu_up,_cpu_down,i915,usb
/tools/power/pm-graph/
A DREADME404 devicefilter: _cpu_up,_cpu_down,i915,usb

Completed in 31 milliseconds