Home
last modified time | relevance | path

Searched refs:tbl_list (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Drockchip-pcie-dma.c171 if (list_empty(&obj->tbl_list)) { in rk_pcie_handle_dma_interrupt()
297 list_add_tail(&table->tbl_node, &obj->tbl_list); in rk_pcie_prepare_dma()
308 while (!list_empty(&obj->tbl_list)) { in rk_pcie_dma_trx_work()
309 table = list_first_entry(&obj->tbl_list, struct dma_table, in rk_pcie_dma_trx_work()
395 if (need_ack || !list_empty(&obj->tbl_list)) in rk_pcie_scan_timer()
822 bool list = list_empty(&dma_obj->tbl_list); in rk_pcie_debugfs_trx_show()
956 INIT_LIST_HEAD(&obj->tbl_list); in rk_pcie_dma_obj_probe()
H A Drockchip-pcie-dma.h176 struct list_head tbl_list; member
H A Dpcie-rockchip-host.c480 if (list_empty(&obj->tbl_list)) { in rockchip_pcie_handle_dma_interrupt()