Lines Matching defs:work
3131 static void dwc2_conn_id_status_change(struct work_struct *work)
3133 struct dwc2_hsotg *hsotg = container_of(work, struct dwc2_hsotg,
4190 static void dwc2_hcd_start_func(struct work_struct *work)
4192 struct dwc2_hsotg *hsotg = container_of(work, struct dwc2_hsotg,
4193 start_work.work);
4200 * Reset work queue function
4202 static void dwc2_hcd_reset_func(struct work_struct *work)
4204 struct dwc2_hsotg *hsotg = container_of(work, struct dwc2_hsotg,
4205 reset_work.work);
4221 static void dwc2_hcd_phy_reset_func(struct work_struct *work)
4223 struct dwc2_hsotg *hsotg = container_of(work, struct dwc2_hsotg,
5183 /* Create new workqueue and init work */
5224 /* Initialize work */