Searched refs:tr_isa_probe_list (Results 1 – 1 of 1) sorted by relevance
79 int (*tr_isa_probe_list[])(struct device *, void *, void *) = { variable150 for (i = 0; tr_isa_probe_list[i] != 0; i++) {151 probecode = tr_isa_probe_list[i](parent, match, aux);157 if (tr_isa_probe_list[i] == 0)