Searched refs:rxwork (Results 1 – 1 of 1) sorted by relevance
104 struct work_struct rxwork; member323 rv = schedule_work(&desc->rxwork); in wdm_int_callback()977 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()994 schedule_work(&desc->rxwork); in wdm_rxwork()1037 INIT_WORK(&desc->rxwork, wdm_rxwork); in wdm_create()1229 cancel_work_sync(&desc->rxwork); in wdm_disconnect()1272 cancel_work_sync(&desc->rxwork); in wdm_suspend()1333 cancel_work_sync(&desc->rxwork); in wdm_pre_reset()