Home
last modified time | relevance | path

Searched refs:hot_rst_wq (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-ep-rockchip.c138 struct workqueue_struct *hot_rst_wq; member
725 queue_work(rockchip->hot_rst_wq, &rockchip->hot_rst_work); in rockchip_pcie_sys_irq_handler()
1205 rockchip->hot_rst_wq = create_singlethread_workqueue("rkep_hot_rst_wq"); in rockchip_pcie_ep_probe()
1206 if (!rockchip->hot_rst_wq) { in rockchip_pcie_ep_probe()
H A Dpcie-dw-rockchip.c193 struct workqueue_struct *hot_rst_wq; member
1520 queue_work(rk_pcie->hot_rst_wq, &rk_pcie->hot_rst_work); in rk_pcie_sys_irq_handler()
2096 rk_pcie->hot_rst_wq = create_singlethread_workqueue("rk_pcie_hot_rst_wq"); in rk_pcie_really_probe()
2097 if (!rk_pcie->hot_rst_wq) { in rk_pcie_really_probe()
2163 destroy_workqueue(rk_pcie->hot_rst_wq); in rk_pcie_really_probe()