Searched refs:handle_req (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/memstick/host/
H A Drtsx_pci_ms.c37 struct work_struct handle_req; member in struct:realtek_pci_ms
404 struct realtek_pci_ms, handle_req); rtsx_pci_ms_handle_req()
441 schedule_work(&host->handle_req); rtsx_pci_ms_request()
575 INIT_WORK(&host->handle_req, rtsx_pci_ms_handle_req); rtsx_pci_ms_drv_probe()
604 cancel_work_sync(&host->handle_req); rtsx_pci_ms_drv_remove()
H A Drtsx_usb_ms.c42 struct work_struct handle_req; member in struct:rtsx_usb_ms
521 struct rtsx_usb_ms, handle_req); rtsx_usb_ms_handle_req()
558 schedule_work(&host->handle_req); rtsx_usb_ms_request()
742 INIT_WORK(&host->handle_req, rtsx_usb_ms_handle_req); rtsx_usb_ms_drv_probe()
778 cancel_work_sync(&host->handle_req); rtsx_usb_ms_drv_remove()

Completed in 87 milliseconds