Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/unisys/visorbus/
Dvisorbus_main.c1038 list_add_tail(&dev->list_all, &list_all_device_instances); in create_visor_device()
1051 list_del(&dev->list_all); in remove_visor_device()
1232 list_add_tail(&dev->list_all, &list_all_bus_instances); in create_bus_instance()
1260 list_del(&dev->list_all); in remove_bus_instance()
1292 list_all); in remove_all_visor_devices()
1542 list_all); in visorbus_exit()
Dvisorchipset.c1110 INIT_LIST_HEAD(&bus_info->list_all); in bus_create()
/linux-4.4.14/tools/perf/util/
Dparse-events.h150 struct list_head *list_all);
Dparse-events.c1061 struct list_head *list_all) in parse_events_update_lists() argument
1068 list_splice_tail(list_event, list_all); in parse_events_update_lists()
/linux-4.4.14/drivers/staging/unisys/include/
Dvisorbus.h135 struct list_head list_all; member