Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/usb/
Dr8152.c880 struct delayed_work schedule, hw_phy_work; member
6892 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work); in rtl_hw_phy_work_func_t()
6908 queue_delayed_work(system_long_wq, &tp->hw_phy_work, HZ * 10); in rtl_hw_phy_work_func_t()
6955 if (work_busy(&tp->hw_phy_work.work) & WORK_BUSY_PENDING) { in rtl8152_open()
6956 cancel_delayed_work_sync(&tp->hw_phy_work); in rtl8152_open()
6957 rtl_hw_phy_work_func_t(&tp->hw_phy_work.work); in rtl8152_open()
8713 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0); in rtl8152_reset_resume()
9850 INIT_DELAYED_WORK(&tp->hw_phy_work, rtl_hw_phy_work_func_t); in rtl8152_probe_once()
9953 queue_delayed_work(system_long_wq, &tp->hw_phy_work, 0); in rtl8152_probe_once()
9987 cancel_delayed_work_sync(&tp->hw_phy_work); in rtl8152_probe_once()
[all …]