Searched refs:handle_req (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/memstick/host/ |
H A D | rtsx_pci_ms.c | 25 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 D | rtsx_usb_ms.c | 31 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()
|
/kernel/linux/linux-6.6/drivers/memstick/host/ |
H A D | rtsx_pci_ms.c | 25 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 D | rtsx_usb_ms.c | 31 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()
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | user-trap.c | 104 static int handle_req(struct seccomp_notif *req, in handle_req() function 314 if (handle_req(req, resp, listener) < 0) in main()
|
/kernel/linux/linux-6.6/samples/seccomp/ |
H A D | user-trap.c | 104 static int handle_req(struct seccomp_notif *req, in handle_req() function 314 if (handle_req(req, resp, listener) < 0) in main()
|
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/ |
H A D | safexcel.c | 824 goto handle_req; in safexcel_dequeue() 838 handle_req: in safexcel_dequeue()
|
/kernel/linux/linux-6.6/drivers/crypto/inside-secure/ |
H A D | safexcel.c | 832 goto handle_req; in safexcel_dequeue() 846 handle_req: in safexcel_dequeue()
|
Completed in 10 milliseconds