Searched refs:user_handler (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/include/linux/platform_data/ |
D | mlxreg.h | 82 int (*user_handler)(void *handle, enum mlxreg_hotplug_kind kind, u8 action); member 109 int (*user_handler)(void *handle, enum mlxreg_hotplug_kind kind, u8 action); member
|
/linux-5.19.10/arch/x86/include/uapi/asm/ |
D | sgx.h | 120 __u64 user_handler; member
|
/linux-5.19.10/drivers/platform/mellanox/ |
D | mlxreg-hotplug.c | 168 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_create() 169 return data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 1); in mlxreg_hotplug_device_create() 181 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_destroy() 182 data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 0); in mlxreg_hotplug_device_destroy()
|
D | mlxreg-lc.c | 829 data->notifier->user_handler = mlxreg_lc_event_handler; in mlxreg_lc_probe() 907 data->notifier->user_handler = NULL; in mlxreg_lc_probe() 930 data->notifier->user_handler = NULL; in mlxreg_lc_remove()
|
/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 105 irq_handler_t user_handler; member 3893 return dispc.user_handler(irq, dispc.user_data); in dispc_irq_handler() 3900 if (dispc.user_handler != NULL) in dispc_request_irq() 3903 dispc.user_handler = handler; in dispc_request_irq() 3912 dispc.user_handler = NULL; in dispc_request_irq() 3924 dispc.user_handler = NULL; in dispc_free_irq()
|
/linux-5.19.10/tools/testing/selftests/sgx/ |
D | main.c | 391 self->run.user_handler = (__u64)test_handler; in TEST_F()
|
/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 169 irq_handler_t user_handler; member 4523 return dispc->user_handler(irq, dispc->user_data); in dispc_irq_handler() 4531 if (dispc->user_handler != NULL) in dispc_request_irq() 4534 dispc->user_handler = handler; in dispc_request_irq() 4543 dispc->user_handler = NULL; in dispc_request_irq() 4554 dispc->user_handler = NULL; in dispc_free_irq()
|