Searched refs:acpi_als_read_value (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/light/ |
H A D | acpi-als.c | 70 * and ALP can all be handled by acpi_als_read_value() below, while the ALR is 85 static int acpi_als_read_value(struct acpi_als *als, char *prop, s32 *val) in acpi_als_read_value() function 118 ret = acpi_als_read_value(als, ACPI_ALS_ILLUMINANCE, &val); in acpi_als_notify() 151 ret = acpi_als_read_value(als, ACPI_ALS_ILLUMINANCE, &temp_val); in acpi_als_read_raw()
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | acpi-als.c | 70 * and ALP can all be handled by acpi_als_read_value() below, while the ALR is 85 static int acpi_als_read_value(struct acpi_als *als, char *prop, s32 *val) in acpi_als_read_value() function 137 ret = acpi_als_read_value(als, ACPI_ALS_ILLUMINANCE, &temp_val); in acpi_als_read_raw() 161 ret = acpi_als_read_value(als, ACPI_ALS_ILLUMINANCE, &val); in acpi_als_trigger_handler()
|
Completed in 2 milliseconds