/tools/usb/usbip/libsrc/ |
D | usbip_host_driver.c | 21 const char *driver; in is_my_device() local 23 driver = udev_device_get_driver(dev); in is_my_device() 24 return driver != NULL && !strcmp(driver, USBIP_HOST_DRV_NAME); in is_my_device()
|
D | usbip_device_driver.c | 126 const char *driver; in is_my_device() local 128 driver = udev_device_get_property_value(dev, "USB_UDC_NAME"); in is_my_device() 129 return driver != NULL && !strcmp(driver, USBIP_DEVICE_DRV_NAME); in is_my_device()
|
/tools/leds/ |
D | get_led_device_info.sh | 52 driver=`readlink $usb_interface/driver | sed s'/.*\///'` 63 driver=`cat device/device/driver/description` 68 driver="leds-gpio" 70 driver="leds-pwm" 102 if [ ! -z "$driver" ]; then 103 printf "driver:\t\t\t$driver\n"
|
/tools/usb/usbip/src/ |
D | usbip_unbind.c | 42 const char *driver; in unbind_device() local 55 driver = udev_device_get_driver(dev); in unbind_device() 56 if (!driver || strcmp(driver, "usbip-host")) { in unbind_device()
|
D | usbip_bind.c | 69 const char *driver; in unbind_other() local 95 driver = udev_device_get_driver(dev); in unbind_other() 96 if (!driver) { in unbind_other() 101 if (!strncmp(USBIP_HOST_DRV_NAME, driver, in unbind_other() 111 SYSFS_DRIVERS_NAME, driver, attr_name); in unbind_other()
|
D | usbipd.c | 84 static struct usbip_host_driver *driver; variable 110 list_for_each(i, &driver->edev_list) { in recv_request_import() 177 list_for_each(j, &driver->edev_list) { in send_reply_devlist() 197 list_for_each(j, &driver->edev_list) { in send_reply_devlist() 263 ret = usbip_refresh_device_list(driver); in recv_pdu() 501 if (usbip_driver_open(driver)) in do_standalone_mode() 507 usbip_driver_close(driver); in do_standalone_mode() 532 usbip_driver_close(driver); in do_standalone_mode() 540 usbip_driver_close(driver); in do_standalone_mode() 581 usbip_driver_close(driver); in do_standalone_mode() [all …]
|
D | usbip_list.c | 256 const char *driver; in list_gadget_devices() local 280 driver = udev_device_get_driver(dev); in list_gadget_devices() 282 if (driver == NULL || strcmp(driver, USBIP_DEVICE_DRV_NAME)) in list_gadget_devices()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-net.rst | 36 Currently, only device driver xdp attachments and tc filter 62 … **xdp** - try native XDP and fallback to generic XDP if NIC driver does not support it; 64 **xdpdrv** - Native XDP. runs earliest point in driver's receive path; 103 eth0(2) driver id 198 121 "mode": "driver", 170 enp6s0np0(4) driver id 16 180 enp6s0np0(4) driver id 20
|
/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 3 free on media_device, media_devnode, and cdev pointers when the driver is 18 Regressions test for cdev user-after free error on /dev/mediaX when driver 40 Copy bind_unbind_sample.txt and make changes to specify the driver name
|
D | media_device_open.c | 81 mdi.model, mdi.driver); in main()
|
D | media_device_test.c | 99 mdi.model, mdi.driver, count); in main()
|
D | video_device_test.c | 90 printf("Video device driver %s\n", vcap.driver); in main()
|
/tools/build/feature/ |
D | test-clang.cpp | 10 using namespace clang::driver;
|
/tools/include/uapi/linux/ |
D | usbdevice_fs.h | 71 char driver[USBDEVFS_MAXDRIVERNAME + 1]; member 173 char driver[USBDEVFS_MAXDRIVERNAME + 1]; member
|
/tools/testing/selftests/android/ion/ |
D | README | 3 File: ion_test.sh : Utility to test ION driver buffer sharing mechanism. 14 The following heap types are supported by ION driver. 38 ION driver and only one time allocation. 43 The following configs needs to be enabled in kernel to include ion driver.
|
/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 334 char *driver = cpufreq_get_driver(cpu); in get_driver() local 335 if (!driver) { in get_driver() 339 printf(" driver: %s\n", driver); in get_driver() 340 cpufreq_put_driver(driver); in get_driver()
|
/tools/usb/usbip/ |
D | README | 19 - usbip-host (stub driver) 20 A server side module which provides a USB device driver which can be 75 - List driver assignments for USB devices. 165 driver. To export this device, we first mark the device as 166 "exportable"; the device is bound to the usbip-host driver. Please
|
/tools/power/cpupower/po/ |
D | pt.po | 269 msgstr " driver: %s\n" 293 msgid " no or unknown cpufreq driver is active on this CPU\n" 294 msgstr " nenhum ou driver do cpufreq deconhecido está ativo nesse CPU\n" 298 msgid " driver: %s\n" 299 msgstr " driver: %s\n" 413 msgid " -d, --driver Determines the used cpufreq kernel driver *\n" 415 " -d, --driver Determina o driver do kernel do cpufreq usado *\n" 848 msgid "Could not determine cpuidle driver\n" 853 msgid "CPUidle driver: %s\n" 854 msgstr " driver: %s\n"
|
/tools/power/pm-graph/config/ |
D | standby.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | freeze.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | freeze-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | suspend.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | standby-dev.cfg | 92 # show only devs whose name/driver includes one of these strings
|
D | standby-callgraph.cfg | 93 # show only devs whose name/driver includes one of these strings
|
/tools/perf/Documentation/ |
D | intel-bts.txt | 27 The Intel BTS kernel driver creates a new PMU for Intel BTS. The perf record
|