Home
last modified time | relevance | path

Searched refs:id_idx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/isdn/hisax/
Dw6692.c993 static int id_idx; variable
1010 while (id_list[id_idx].vendor_id) { in setup_w6692()
1011 dev_w6692 = hisax_find_pci_device(id_list[id_idx].vendor_id, in setup_w6692()
1012 id_list[id_idx].device_id, in setup_w6692()
1017 cs->subtyp = id_idx; in setup_w6692()
1020 id_idx++; in setup_w6692()
/Linux-v4.19/tools/perf/util/
Devlist.c521 int id_idx = 1; /* The first entry is the counter value */ in perf_evlist__id_add_fd() local
546 ++id_idx; in perf_evlist__id_add_fd()
548 ++id_idx; in perf_evlist__id_add_fd()
550 id = read_data[id_idx]; in perf_evlist__id_add_fd()