Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wimax/i2400m/
H A Ddriver.c584 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()
798 INIT_WORK(&i2400m->reset_ws, __i2400m_dev_reset_handle); in i2400m_init()
950 cancel_work_sync(&i2400m->reset_ws); in i2400m_release()
H A Di2400m.h634 struct work_struct reset_ws; member
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dmessage.c1895 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()
2096 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
H A Dhub.c6104 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dusb.h260 struct work_struct reset_ws; /* for resets in atomic context */ member