Searched +full:ps +full:- +full:cancellation +full:- +full:duration (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * 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 definition587 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 …]
16 force -- enable ACPI if default was off17 on -- enable ACPI but allow fallback to DT [arm64,riscv64]18 off -- disable ACPI if default was on19 noirq -- do not use ACPI for IRQ routing20 strict -- Be less tolerant of platforms that are not22 rsdt -- prefer RSDT over (default) XSDT23 copy_dsdt -- copy DSDT to memory24 nocmcff -- Disable firmware first mode for corrected28 nospcr -- disable console in ACPI SPCR table as45 If set to vendor, prefer vendor-specific driver[all …]