Searched refs:user_handler (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/platform_data/ |
H 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/drivers/platform/mellanox/ |
H A 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()
|
H 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/arch/x86/include/uapi/asm/ |
H A D | sgx.h | 182 __u64 user_handler; member
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 105 irq_handler_t user_handler; member 3864 return dispc.user_handler(irq, dispc.user_data); in dispc_irq_handler() 3871 if (dispc.user_handler != NULL) in dispc_request_irq() 3874 dispc.user_handler = handler; in dispc_request_irq() 3883 dispc.user_handler = NULL; in dispc_request_irq() 3895 dispc.user_handler = NULL; in dispc_free_irq()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 169 irq_handler_t user_handler; member 4372 return dispc->user_handler(irq, dispc->user_data); in dispc_irq_handler() 4380 if (dispc->user_handler != NULL) in dispc_request_irq() 4383 dispc->user_handler = handler; in dispc_request_irq() 4392 dispc->user_handler = NULL; in dispc_request_irq() 4403 dispc->user_handler = NULL; in dispc_free_irq()
|
/linux/tools/testing/selftests/sgx/ |
H A D | main.c | 550 self->run.user_handler = (__u64)test_handler; in TEST_F()
|
/linux/drivers/platform/x86/ |
H A D | mlx-platform.c | 2387 .user_handler = mlxplat_mlxcpld_l1_switch_pwr_events_handler, 2437 .user_handler = mlxplat_mlxcpld_l1_switch_intrusion_events_handler,
|