Home
last modified time | relevance | path

Searched refs:fault_handler (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c31 static void fault_handler(int sig, siginfo_t *info, void *context) in fault_handler() function
113 .sa_sigaction = &fault_handler, in test_zicbop()
298 .sa_sigaction = &fault_handler, in main()
/linux/drivers/iio/temperature/
H A Dltc2983.c243 int (*fault_handler)(const struct ltc2983_data *st, const u32 result); member
731 thermo->sensor.fault_handler = ltc2983_thermocouple_fault_handler; in ltc2983_thermocouple_new()
841 rtd->sensor.fault_handler = ltc2983_common_fault_handler; in ltc2983_rtd_new()
949 thermistor->sensor.fault_handler = ltc2983_common_fault_handler; in ltc2983_thermistor_new()
1044 diode->sensor.fault_handler = ltc2983_common_fault_handler; in ltc2983_diode_new()
1134 adc->sensor.fault_handler = ltc2983_common_fault_handler; in ltc2983_adc_new()
1164 temp->sensor.fault_handler = ltc2983_common_fault_handler; in ltc2983_temp_new()
1212 ret = sensor->fault_handler(st, *val); in ltc2983_chan_read()