Home
last modified time | relevance | path

Searched refs:sensor_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/mips/include/asm/mach-loongson64/
Dboot_param.h75 struct sensor_device { struct
92 struct sensor_device sensors[MAX_SENSORS]; argument
214 struct sensor_device sensors[MAX_SENSORS];
/Linux-v5.4/drivers/iio/adc/
Dsun4i-gpadc-iio.c106 struct device *sensor_device; member
525 info->sensor_device = &pdev->dev; in sun4i_gpadc_probe_dt()
573 info->sensor_device = pdev->dev.parent; in sun4i_gpadc_probe_mfd()
644 info->tzd = thermal_zone_of_sensor_register(info->sensor_device, in sun4i_gpadc_probe()
688 thermal_zone_of_sensor_unregister(info->sensor_device, info->tzd); in sun4i_gpadc_remove()
/Linux-v5.4/arch/mips/loongson64/common/
Denv.c184 sizeof(struct sensor_device) * loongson_sysconf.nr_sensors); in prom_init_env()