Searched refs:reset_ws (Results 1 – 5 of 5) sorted by relevance
584 struct i2400m *i2400m = container_of(ws, struct i2400m, reset_ws); in __i2400m_dev_reset_handle()683 return schedule_work(&i2400m->reset_ws); in i2400m_dev_reset_handle()801 INIT_WORK(&i2400m->reset_ws, __i2400m_dev_reset_handle); in i2400m_init()953 cancel_work_sync(&i2400m->reset_ws); in i2400m_release()
634 struct work_struct reset_ws; member
1748 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()1954 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
5957 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
259 struct work_struct reset_ws; /* for resets in atomic context */ member