Home
last modified time | relevance | path

Searched +full:ps +full:- +full:cancellation +full:- +full:duration (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/light/
H A Dapds9160.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Author: 2024 Mikael Gonella-Bolduc <m.gonella.bolduc@gmail.com>
33 #define APDS9160_CTLR_EN_PS BIT(0) /* 1: PS active */
45 #define APDS9160_INT_CFG_EN_PS BIT(0) /* PS int enable */
337 * struct apds9160_scale - apds9160 scale mapping definition
587 ret = regmap_field_write(data->reg_ps_rate, in apds9160_set_ps_rate()
591 data->ps_rate = val; in apds9160_set_ps_rate()
596 return -EINVAL; in apds9160_set_ps_rate()
609 ret = regmap_field_write(data->reg_ps_gain, in apds9160_set_ps_gain()
613 data->ps_gain = val; in apds9160_set_ps_gain()
[all …]
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt16 force -- enable ACPI if default was off
17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]
18 off -- disable ACPI if default was on
19 noirq -- do not use ACPI for IRQ routing
20 strict -- Be less tolerant of platforms that are not
22 rsdt -- prefer RSDT over (default) XSDT
23 copy_dsdt -- copy DSDT to memory
24 nocmcff -- Disable firmware first mode for corrected
28 nospcr -- disable console in ACPI SPCR table as
45 If set to vendor, prefer vendor-specific driver
[all …]