Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hisax/
Dw6692.c992 static int id_idx; variable
1009 while (id_list[id_idx].vendor_id) { in setup_w6692()
1010 dev_w6692 = hisax_find_pci_device(id_list[id_idx].vendor_id, in setup_w6692()
1011 id_list[id_idx].device_id, in setup_w6692()
1016 cs->subtyp = id_idx; in setup_w6692()
1019 id_idx++; in setup_w6692()
/linux-4.1.27/tools/perf/util/
Devlist.c495 int id_idx = 1; /* The first entry is the counter value */ in perf_evlist__id_add_fd() local
520 ++id_idx; in perf_evlist__id_add_fd()
522 ++id_idx; in perf_evlist__id_add_fd()
524 id = read_data[id_idx]; in perf_evlist__id_add_fd()