Lines Matching defs:work
6804 static void rtl_work_func_t(struct work_struct *work)
6806 struct r8152 *tp = container_of(work, struct r8152, schedule.work);
6846 static void rtl_hw_phy_work_func_t(struct work_struct *work)
6848 struct r8152 *tp = container_of(work, struct r8152, hw_phy_work.work);
6911 if (work_busy(&tp->hw_phy_work.work) & WORK_BUSY_PENDING) {
6913 rtl_hw_phy_work_func_t(&tp->hw_phy_work.work);
8457 if (work_busy(&tp->schedule.work) || sw_linking != hw_linking)
9989 /* table of devices that work with this driver */