Searched refs:cl_list (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | clip_tbl.c | 279 struct clip_entry *cl_list; in t4_init_clip_tbl() local 304 cl_list = kvcalloc(clipt_size, sizeof(struct clip_entry), GFP_KERNEL); in t4_init_clip_tbl() 305 if (!cl_list) { in t4_init_clip_tbl() 309 ctbl->cl_list = (void *)cl_list; in t4_init_clip_tbl() 312 INIT_LIST_HEAD(&cl_list[i].list); in t4_init_clip_tbl() 313 list_add_tail(&cl_list[i].list, &ctbl->ce_free_head); in t4_init_clip_tbl() 324 kvfree(ctbl->cl_list); in t4_cleanup_clip_tbl()
|
| A D | clip_tbl.h | 31 void *cl_list; member
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| A D | hbm.c | 340 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_cl_disconnect_res() 385 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_cl_connect_res() 418 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_fw_disconnect_req() 467 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_dma_xfer_ack() 791 list_for_each_entry(cl, &dev->cl_list, link) { in recv_hbm()
|
| A D | init.c | 59 INIT_LIST_HEAD(&dev->cl_list); in ishtp_device_init()
|
| A D | ishtp-dev.h | 189 struct list_head cl_list; member
|
| A D | client.c | 206 list_add_tail(&cl->link, &dev->cl_list); in ishtp_cl_link() 248 list_for_each_entry(pos, &dev->cl_list, link) in ishtp_cl_unlink() 331 list_for_each_entry(pos, &dev->cl_list, link) { in ishtp_cl_is_other_connecting()
|
| A D | bus.c | 723 list_for_each_entry(cl, &ishtp_dev->cl_list, link) { in ishtp_bus_remove_all_clients()
|
Completed in 13 milliseconds