Home
last modified time | relevance | path

Searched refs:handle_req (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/memstick/host/
H A Drtsx_pci_ms.c25 struct work_struct handle_req; member
392 struct realtek_pci_ms, handle_req); in rtsx_pci_ms_handle_req()
429 schedule_work(&host->handle_req); in rtsx_pci_ms_request()
563 INIT_WORK(&host->handle_req, rtsx_pci_ms_handle_req); in rtsx_pci_ms_drv_probe()
592 cancel_work_sync(&host->handle_req); in rtsx_pci_ms_drv_remove()
H A Drtsx_usb_ms.c31 struct work_struct handle_req; member
509 struct rtsx_usb_ms, handle_req); in rtsx_usb_ms_handle_req()
548 schedule_work(&host->handle_req); in rtsx_usb_ms_request()
782 INIT_WORK(&host->handle_req, rtsx_usb_ms_handle_req); in rtsx_usb_ms_drv_probe()
815 cancel_work_sync(&host->handle_req); in rtsx_usb_ms_drv_remove()
/openbmc/linux/samples/seccomp/
H A Duser-trap.c104 static int handle_req(struct seccomp_notif *req, in handle_req() function
314 if (handle_req(req, resp, listener) < 0) in main()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel.c832 goto handle_req; in safexcel_dequeue()
846 handle_req: in safexcel_dequeue()