Searched refs:hpc_bus_list_head (Results 1 – 1 of 1) sorted by relevance
238 static hpc_bus_entry_t *hpc_bus_list_head; variable345 busp->bus_next = hpc_bus_list_head; in hpc_nexus_register_bus()346 hpc_bus_list_head = busp; in hpc_nexus_register_bus()395 for (busp = hpc_bus_list_head; busp != NULL; busp_prev = busp, in hpc_nexus_unregister_bus()411 if (busp == hpc_bus_list_head) in hpc_nexus_unregister_bus()412 hpc_bus_list_head = busp->bus_next; in hpc_nexus_unregister_bus()477 busp->bus_next = hpc_bus_list_head; in hpc_slot_register()478 hpc_bus_list_head = busp; in hpc_slot_register()643 for (busp = hpc_bus_list_head; busp != NULL; busp_prev = busp, in hpc_slot_unregister()648 if (busp == hpc_bus_list_head) in hpc_slot_unregister()[all …]