Home
last modified time | relevance | path

Searched refs:devpath (Results 1 – 5 of 5) sorted by relevance

/external/blktrace/
Dblktrace.c91 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/
Dinput_event_player.py89 elif not os.path.exists(options.devpath):
90 print 'Can not find the input device "%s".' % options.devpath
93 device = InputDevice(options.devpath)
Dinput_device.py678 options.devpath = path
690 elif os.path.exists(options.devpath):
691 print 'Using %s.' % options.devpath
692 devices.append(InputDevice(options.devpath))
694 print '%s does not exist.' % options.devpath
/external/adhd/cras/src/server/
Dcras_udev.c133 const char *devpath = udev_device_get_devpath(dev); in is_card_device() local
135 if (devpath != NULL && in is_card_device()
136 regexec(&card_regex, devpath, ARRAY_SIZE(m), m, 0) == 0) { in is_card_device()
139 *card_number = (unsigned)atoi(&devpath[m[1].rm_so]); in is_card_device()
/external/autotest/server/
Dsite_linux_system.py173 devpath = self.host.run(command).stdout
174 if '/usb' in devpath:
176 elif '/mmc' in devpath:
178 elif '/pci' in devpath: