Searched refs:reset_ws (Results 1 – 5 of 5) sorted by relevance
599 struct i2400m *i2400m = container_of(ws, struct i2400m, reset_ws); in __i2400m_dev_reset_handle()698 return schedule_work(&i2400m->reset_ws); in i2400m_dev_reset_handle()816 INIT_WORK(&i2400m->reset_ws, __i2400m_dev_reset_handle); in i2400m_init()973 cancel_work_sync(&i2400m->reset_ws); in i2400m_release()
634 struct work_struct reset_ws; member
1747 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()1953 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
5850 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
261 struct work_struct reset_ws; /* for resets in atomic context */ member