Searched refs:user_handler (Results 1 – 5 of 5) 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()
|
| H A D | mlx-platform.c | 2862 .user_handler = mlxplat_mlxcpld_l1_switch_pwr_events_handler, 2912 .user_handler = mlxplat_mlxcpld_l1_switch_intrusion_events_handler,
|
| /linux/tools/testing/selftests/sgx/ |
| H A D | main.c | 550 self->run.user_handler = (__u64)test_handler; in TEST_F()
|