Searched refs:global_list (Results 1 – 2 of 2) sorted by relevance
/include/linux/ |
D | pnp.h | 205 struct list_head global_list; /* node in global list of cards */ member 220 #define global_to_pnp_card(n) list_entry(n, struct pnp_card, global_list) 224 list_for_each_entry(card, &pnp_cards, global_list) 249 struct list_head global_list; /* node in global list of devices */ member 273 #define global_to_pnp_dev(n) list_entry(n, struct pnp_dev, global_list) 277 #define pnp_for_each_dev(dev) list_for_each_entry(dev, &pnp_global, global_list) 389 struct list_head global_list; member
|
D | rio.h | 176 struct list_head global_list; /* node in list of all RIO devices */ member 207 #define rio_dev_g(n) list_entry(n, struct rio_dev, global_list)
|