Searched refs:devpath (Results 1 – 10 of 10) sorted by relevance
/external/blktrace/ |
D | blktrace.c | 91 struct devpath { struct 136 struct devpath *dpp; argument 245 struct devpath *dpp; 501 static inline void pdc_dr_update(struct devpath *dpp, int cpu, int data_read) in pdc_dr_update() 506 static inline void pdc_nev_update(struct devpath *dpp, int cpu, int nevents) in pdc_nev_update() 611 static void dpp_free(struct devpath *dpp) in dpp_free() 934 struct devpath *dpp = list_entry(p, struct devpath, head); in net_send_drops() 1076 struct devpath *dpp = list_entry(p, struct devpath, head); in setup_buts() 1105 struct devpath *dpp = list_entry(p, struct devpath, head); in start_buts() 1114 static int get_drops(struct devpath *dpp) in get_drops() [all …]
|
/external/autotest/client/bin/input/ |
D | input_event_player.py | 92 elif not os.path.exists(options.devpath): 93 print('Can not find the input device "%s".' % options.devpath) 96 device = InputDevice(options.devpath)
|
D | input_device.py | 689 options.devpath = path 701 elif os.path.exists(options.devpath): 702 print('Using %s.' % options.devpath) 703 devices.append(InputDevice(options.devpath)) 705 print('%s does not exist.' % options.devpath)
|
/external/adhd/cras/src/server/ |
D | cras_udev.c | 130 const char *devpath = udev_device_get_devpath(dev); in is_card_device() local 132 if (devpath != NULL && in is_card_device() 133 regexec(&card_regex, devpath, ARRAY_SIZE(m), m, 0) == 0) { in is_card_device() 136 *card_number = (unsigned)atoi(&devpath[m[1].rm_so]); in is_card_device()
|
/external/openssh/ |
D | sk-usbhid.c | 834 read_rks(const char *devpath, const char *pin, in read_rks() argument 850 if ((r = fido_dev_open(dev, devpath)) != FIDO_OK) { in read_rks() 852 devpath, fido_strerr(r)); in read_rks() 864 "resident keys", devpath); in read_rks() 869 devpath, fido_strerr(r)); in read_rks() 882 devpath, fido_strerr(r)); in read_rks() 887 devpath, nrp); in read_rks() 907 devpath, i, fido_strerr(r)); in read_rks() 921 "type %d", devpath, fido_credman_rp_id(rp, i), j, in read_rks()
|
/external/autotest/server/ |
D | site_linux_system.py | 208 devpath = self.host.run(command).stdout 209 if '/usb' in devpath: 211 elif '/mmc' in devpath: 213 elif '/pci' in devpath:
|
/external/libiio/src/ |
D | local.c | 1687 static int add_scan_elements(struct iio_device *dev, const char *devpath) in add_scan_elements() argument 1692 iio_snprintf(buf, sizeof(buf), "%s/scan_elements", devpath); in add_scan_elements() 1703 static int add_buffer_attributes(struct iio_device *dev, const char *devpath) in add_buffer_attributes() argument 1708 iio_snprintf(buf, sizeof(buf), "%s/buffer", devpath); in add_buffer_attributes()
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s5-global.log | 2517 <7>[ 8.011473] [c0] s5p-ehci 12110000.usb: devpath 2 ep3in 3strikes
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 44240 …<var-decl name="devpath" type-id="ac1fa8c0" visibility="default" filepath="include/linux/usb.h" li… 65486 …<var-decl name="devpath" type-id="ac1fa8c0" visibility="default" filepath="include/linux/usb.h" li…
|
D | test-PR27569-v1.abi | 44269 …<var-decl name="devpath" type-id="ac1fa8c0" visibility="default" filepath="include/linux/usb.h" li… 65500 …<var-decl name="devpath" type-id="ac1fa8c0" visibility="default" filepath="include/linux/usb.h" li…
|