Lines Matching refs:num_lines
30 unsigned int num_lines,
51 ret = gpiotools_request_line(device_name, lines, num_lines, config,
61 for (i = 0; i < num_lines; i++)
71 if (num_lines == 1) {
77 for (i = 1; i < num_lines - 1; i++)
82 for (i = 1; i < num_lines - 1; i++)
171 unsigned int num_lines = 0;
188 if (num_lines >= GPIO_V2_LINES_MAX) {
192 lines[num_lines] = strtoul(optarg, NULL, 10);
193 num_lines++;
225 for (i = 0; i < num_lines; i++)
231 if (!device_name || num_lines == 0) {
240 return monitor_device(device_name, lines, num_lines, &config, loops);