Home
last modified time | relevance | path

Searched refs:reset_ws (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dmessage.c1890 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()
2091 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
H A Dhub.c6286 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dmessage.c1896 container_of(ws, struct usb_interface, reset_ws); in __usb_queue_reset_device()
2137 INIT_WORK(&intf->reset_ws, __usb_queue_reset_device); in usb_set_configuration()
H A Dhub.c6326 if (schedule_work(&iface->reset_ws)) in usb_queue_reset_device()
/kernel/linux/linux-5.10/include/linux/
H A Dusb.h203 * @reset_ws: Used for scheduling resets from atomic context.
259 struct work_struct reset_ws; /* for resets in atomic context */ member
/kernel/linux/linux-6.6/include/linux/
H A Dusb.h212 * @reset_ws: Used for scheduling resets from atomic context.
270 struct work_struct reset_ws; /* for resets in atomic context */ member

Completed in 29 milliseconds