Searched refs:rxwork (Results 1 – 1 of 1) sorted by relevance
101 struct work_struct rxwork; member287 rv = schedule_work(&desc->rxwork); in wdm_int_callback()730 struct wdm_device *desc = container_of(work, struct wdm_device, rxwork); in wdm_rxwork()747 schedule_work(&desc->rxwork); in wdm_rxwork()773 INIT_WORK(&desc->rxwork, wdm_rxwork); in wdm_create()978 cancel_work_sync(&desc->rxwork); in wdm_disconnect()1020 cancel_work_sync(&desc->rxwork); in wdm_suspend()1079 cancel_work_sync(&desc->rxwork); in wdm_pre_reset()