Lines Matching refs:line_len
69 pci_ids_line_iter_get_line (unsigned int *line_len) in pci_ids_line_iter_get_line() argument
82 if (line_len != NULL) in pci_ids_line_iter_get_line()
83 *line_len = i; in pci_ids_line_iter_get_line()
123 unsigned int line_len; in ids_find_pci() local
147 line = pci_ids_line_iter_get_line (&line_len); in ids_find_pci()
150 if (line_len < 4) in ids_find_pci()
159 for (i = 0; i < line_len; i++) { in ids_find_pci()
177 for (i = 4; i < line_len; i++) { in ids_find_pci()
193 for (i = 4; i < line_len; i++) { in ids_find_pci()
219 for (i = 5; i < line_len; i++) { in ids_find_pci()
242 for (i = 11; i < line_len; i++) { in ids_find_pci()
346 usb_ids_line_iter_get_line (unsigned int *line_len) in usb_ids_line_iter_get_line() argument
359 if (line_len != NULL) in usb_ids_line_iter_get_line()
360 *line_len = i; in usb_ids_line_iter_get_line()
393 unsigned int line_len; in ids_find_usb() local
408 line = usb_ids_line_iter_get_line (&line_len); in ids_find_usb()
411 if (line_len < 4) in ids_find_usb()
420 for (i = 0; i < line_len; i++) { in ids_find_usb()
437 for (i = 4; i < line_len; i++) { in ids_find_usb()
457 for (i = 5; i < line_len; i++) { in ids_find_usb()