Searched refs:host_list (Results 1 – 4 of 4) sorted by relevance
51 struct host_list { struct52 struct host_list *next; argument62 struct host_list *hp; in search_host() argument77 struct host_list *hp; in remember_host()79 if (!(hp = malloc(sizeof(struct host_list)))) { in remember_host()
303 static DRM_LIST_HEAD(host_list);320 list_for_each_entry(host, &host_list, list) { in of_find_mipi_dsi_host_by_node()345 list_add_tail(&host->list, &host_list); in mipi_dsi_host_register()
304 %type <v.host> host host_list host_spec577 host_list : host { $$ = $1; }578 | host_list comma host {626 | '{' host_list '}' { $$ = $2; }
511 %type <v.host> ipspec xhost host dynaddr host_list2586 | '{' optnl host_list '}' { $$ = $3; }2590 host_list : ipspec optnl { $$ = $1; }2591 | host_list comma ipspec optnl {