Searched refs:transport_list (Results 1 – 1 of 1) sorted by relevance
30 static atransport transport_list = { variable31 .next = &transport_list,32 .prev = &transport_list,500 t->next = &transport_list; in transport_registration_func()501 t->prev = transport_list.prev; in transport_registration_func()608 for (t = transport_list.next; t != &transport_list; t = t->next) { in acquire_one_transport()719 for(t = transport_list.next; t != &transport_list; t = t->next) { in unregister_usb_transport()