Home
last modified time | relevance | path

Searched defs:device_name (Results 1 – 8 of 8) sorted by relevance

/tools/gpio/
Dgpio-utils.c57 int gpiotools_request_line(const char *device_name, unsigned int *lines, in gpiotools_request_line()
180 int gpiotools_get(const char *device_name, unsigned int line) in gpiotools_get()
205 int gpiotools_gets(const char *device_name, unsigned int *lines, in gpiotools_gets()
242 int gpiotools_set(const char *device_name, unsigned int line, in gpiotools_set()
263 int gpiotools_sets(const char *device_name, unsigned int *lines, in gpiotools_sets()
Dgpio-hammer.c25 int hammer_device(const char *device_name, unsigned int *lines, int num_lines, in hammer_device()
129 const char *device_name = NULL; in main() local
Dgpio-event-mon.c28 int monitor_device(const char *device_name, in monitor_device()
169 const char *device_name = NULL; in main() local
Dlsgpio.c101 int list_device(const char *device_name) in list_device()
180 const char *device_name = NULL; in main() local
/tools/iio/
Diio_event_monitor.c351 const char *device_name; in main() local
Diio_generic_buffer.c356 char *trigger_name = NULL, *device_name = NULL; in main() local
/tools/counter/
Dcounter_watch_events.c198 char *device_name = NULL, *subopts, *value; in main() local
/tools/testing/selftests/hid/tests/
Dtest_mouse.py324 device_name = "uhid test MI Dongle MI Wireless Mouse" variable in MIDongleMIWirelessMouse