Searched +full:avg +full:- +full:pos +full:- +full:strength (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/iio/proximity/ |
D | semtech,sx9310.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Daniel Campello <campello@chromium.org> 16 https://www.semtech.com/products/smart-sensing/sar-sensors/sx9310 21 - semtech,sx9310 22 - semtech,sx9311 34 vdd-supply: 37 svdd-supply: 40 "#io-channel-cells": [all …]
|
/Linux-v5.15/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-lazor.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 13 #include "sc7180-trogdor.dtsi" 16 semtech,cs0-ground; 17 semtech,combined-sensors = <3>; 19 semtech,startup-sensor = <0>; 20 semtech,proxraw-strength = <8>; 21 semtech,avg-pos-strength = <64>; 35 clock-frequency = <400000>; 38 compatible = "hid-over-i2c"; 40 pinctrl-names = "default"; [all …]
|
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | nandsim.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 142 MODULE_PARM_DESC(bus_width, "Chip's bus width (8- or 16-bit)"); 143 MODULE_PARM_DESC(do_delays, "Simulate NAND delays using busy-waits if not zero"); 165 "be correctable in 512-byte blocks"); 182 /* Busy-wait delay macros (microseconds, milliseconds) */ 189 #define NS_IS_INITIALIZED(ns) ((ns)->geom.totsz != 0) 192 #define NS_STATUS_OK(ns) (NAND_STATUS_READY | (NAND_STATUS_WP * ((ns)->lines.wp == 0))) 199 (((ns)->regs.row * (ns)->geom.pgszoob) + (ns)->regs.column) 202 #define NS_RAW_OFFSET_OOB(ns) (NS_RAW_OFFSET(ns) + ns->geom.pgsz) 255 #define OPT_PAGE512 0x00000002 /* 512-byte page chips */ [all …]
|
/Linux-v5.15/drivers/iio/proximity/ |
D | sx9310.c | 1 // SPDX-License-Identifier: GPL-2.0 8 * linux-driver-SX9310_NoSmartHSensing>. 262 len += scnprintf(buf + len, PAGE_SIZE - len, "%d.%d ", in sx9310_show_samp_freq_avail() 265 buf[len - 1] = '\n'; in sx9310_show_samp_freq_avail() 330 if ((data->chan_read | data->chan_event) != channels) { in sx9310_update_chan_en() 331 ret = regmap_update_bits(data->regmap, SX9310_REG_PROX_CTRL0, in sx9310_update_chan_en() 337 data->chan_read = chan_read; in sx9310_update_chan_en() 338 data->chan_event = chan_event; in sx9310_update_chan_en() 344 return sx9310_update_chan_en(data, data->chan_read | BIT(channel), in sx9310_get_read_channel() 345 data->chan_event); in sx9310_get_read_channel() [all …]
|