Home
last modified time | relevance | path

Searched refs:user_handler (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/platform_data/
H A Dmlxreg.h82 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 Dmlxreg-hotplug.c167 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 Dmlxreg-lc.c828 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 Dmlx-platform.c2862 .user_handler = mlxplat_mlxcpld_l1_switch_pwr_events_handler,
2912 .user_handler = mlxplat_mlxcpld_l1_switch_intrusion_events_handler,
/linux/arch/x86/include/uapi/asm/
H A Dsgx.h182 __u64 user_handler; member
/linux/tools/testing/selftests/sgx/
H A Dmain.c550 self->run.user_handler = (__u64)test_handler; in TEST_F()