Searched refs:cl_list (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | clip_tbl.c | 281 struct clip_entry *cl_list; in t4_init_clip_tbl() local 307 cl_list = kvcalloc(clipt_size, sizeof(struct clip_entry), GFP_KERNEL); in t4_init_clip_tbl() 308 if (!cl_list) { in t4_init_clip_tbl() 312 ctbl->cl_list = (void *)cl_list; in t4_init_clip_tbl() 315 INIT_LIST_HEAD(&cl_list[i].list); in t4_init_clip_tbl() 316 list_add_tail(&cl_list[i].list, &ctbl->ce_free_head); in t4_init_clip_tbl() 327 if (ctbl->cl_list) in t4_cleanup_clip_tbl() 328 kvfree(ctbl->cl_list); in t4_cleanup_clip_tbl()
|
D | clip_tbl.h | 31 void *cl_list; member
|
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/ |
D | init.c | 63 INIT_LIST_HEAD(&dev->cl_list); in ishtp_device_init()
|
D | hbm.c | 372 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_cl_disconnect_res() 418 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_cl_connect_res() 451 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_fw_disconnect_req() 500 list_for_each_entry(cl, &dev->cl_list, link) { in ishtp_hbm_dma_xfer_ack() 820 list_for_each_entry(cl, &dev->cl_list, link) { in recv_hbm()
|
D | ishtp-dev.h | 191 struct list_head cl_list; member
|
D | client.c | 198 list_add_tail(&cl->link, &dev->cl_list); in ishtp_cl_link() 240 list_for_each_entry(pos, &dev->cl_list, link) in ishtp_cl_unlink() 324 list_for_each_entry(pos, &dev->cl_list, link) { in ishtp_cl_is_other_connecting()
|
D | bus.c | 654 list_for_each_entry(cl, &ishtp_dev->cl_list, link) { in ishtp_bus_remove_all_clients()
|