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++)
169 unsigned int num_lines = 0;
186 if (num_lines >= GPIO_V2_LINES_MAX) {
190 lines[num_lines] = strtoul(optarg, NULL, 10);
191 num_lines++;
217 for (i = 0; i < num_lines; i++)
223 if (!device_name || num_lines == 0) {
232 return monitor_device(device_name, lines, num_lines, &config, loops);