Searched refs:user_handler (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/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-6.12.1/drivers/platform/mellanox/ |
D | mlxreg-hotplug.c | 167 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_create() 168 return data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 1); in mlxreg_hotplug_device_create() 180 if (data->hpdev.notifier && data->hpdev.notifier->user_handler) in mlxreg_hotplug_device_destroy() 181 data->hpdev.notifier->user_handler(data->hpdev.notifier->handle, kind, 0); in mlxreg_hotplug_device_destroy()
|
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.12.1/arch/x86/include/uapi/asm/ |
D | sgx.h | 182 __u64 user_handler; member
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
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.12.1/drivers/gpu/drm/omapdrm/dss/ |
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.12.1/tools/testing/selftests/sgx/ |
D | main.c | 550 self->run.user_handler = (__u64)test_handler; in TEST_F()
|
/linux-6.12.1/drivers/platform/x86/ |
D | mlx-platform.c | 2387 .user_handler = mlxplat_mlxcpld_l1_switch_pwr_events_handler, 2437 .user_handler = mlxplat_mlxcpld_l1_switch_intrusion_events_handler,
|