Searched refs:user_handler (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/linux/platform_data/ |
A 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-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | sgx.h | 182 __u64 user_handler; member
|
/linux-6.3-rc2/drivers/platform/mellanox/ |
A 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()
|
A D | mlxreg-lc.c | 828 data->notifier->user_handler = mlxreg_lc_event_handler; in mlxreg_lc_probe() 904 data->notifier->user_handler = NULL; in mlxreg_lc_probe() 927 data->notifier->user_handler = NULL; in mlxreg_lc_remove()
|
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/ |
A D | dispc.c | 105 irq_handler_t user_handler; member 3891 return dispc.user_handler(irq, dispc.user_data); in dispc_irq_handler() 3898 if (dispc.user_handler != NULL) in dispc_request_irq() 3901 dispc.user_handler = handler; in dispc_request_irq() 3910 dispc.user_handler = NULL; in dispc_request_irq() 3922 dispc.user_handler = NULL; in dispc_free_irq()
|
/linux-6.3-rc2/drivers/gpu/drm/omapdrm/dss/ |
A D | dispc.c | 169 irq_handler_t user_handler; member 4518 return dispc->user_handler(irq, dispc->user_data); in dispc_irq_handler() 4526 if (dispc->user_handler != NULL) in dispc_request_irq() 4529 dispc->user_handler = handler; in dispc_request_irq() 4538 dispc->user_handler = NULL; in dispc_request_irq() 4549 dispc->user_handler = NULL; in dispc_free_irq()
|
/linux-6.3-rc2/tools/testing/selftests/sgx/ |
A D | main.c | 550 self->run.user_handler = (__u64)test_handler; in TEST_F()
|
/linux-6.3-rc2/drivers/platform/x86/ |
A D | mlx-platform.c | 2364 .user_handler = mlxplat_mlxcpld_l1_switch_pwr_events_handler, 2413 .user_handler = mlxplat_mlxcpld_l1_switch_intrusion_events_handler,
|
Completed in 97 milliseconds