Searched refs:protocol_list (Results 1 – 3 of 3) sorted by relevance
28 static struct ax25_protocol *protocol_list; variable48 ap->next = protocol_list; in ax25_register_pid()49 protocol_list = ap; in ax25_register_pid()60 protocol = protocol_list; in ax25_protocol_release()65 protocol_list = protocol->next; in ax25_protocol_release()164 for (protocol = protocol_list; protocol != NULL; protocol = protocol->next) in ax25_protocol_function()206 for (protocol = protocol_list; protocol != NULL; protocol = protocol->next) in ax25_protocol_is_registered()
306 list_for_each_entry(dev, &pnpbios_protocol.devices, protocol_list) { in insert_device()
516 list_for_each_entry(iter, &(pdev->protocol->devices), protocol_list) { in snd_cs423x_pnpbios_detect()