Home
last modified time | relevance | path

Searched refs:list_all (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/visorbus/
Dvisorbus_main.c691 list_add_tail(&dev->list_all, &list_all_device_instances); in create_visor_device()
705 list_del(&dev->list_all); in remove_visor_device()
1033 list_add_tail(&dev->list_all, &list_all_bus_instances); in visorbus_create_instance()
1063 list_del(&dev->list_all); in visorbus_remove_instance()
1079 dev = list_entry(listentry, struct visor_device, list_all); in remove_all_visor_devices()
1228 dev = list_entry(listentry, struct visor_device, list_all); in visorbus_exit()
Dvisorchipset.c468 INIT_LIST_HEAD(&bus_info->list_all); in visorbus_create()
/Linux-v5.4/include/linux/
Dvisorbus.h234 struct list_head list_all; member
/Linux-v5.4/tools/perf/util/
Dparse-events.h193 struct list_head *list_all);
Dparse-events.c1574 struct list_head *list_all) in parse_events_update_lists() argument
1581 list_splice_tail(list_event, list_all); in parse_events_update_lists()