/Linux-v6.6/Documentation/devicetree/bindings/iio/proximity/ |
D | semtech,sx9324.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/semtech,sx9324.yaml# 7 title: Semtech's SX9324 capacitive proximity sensor 14 Semtech's SX9324 proximity sensor. 21 const: semtech,sx9324 41 semtech,ph0-pin: 57 semtech,ph1-pin: 65 semtech,ph2-pin: 73 semtech,ph3-pin: 82 semtech,ph01-resolution: 90 semtech,ph23-resolution: [all …]
|
D | semtech,sx9310.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/semtech,sx9310.yaml# 7 title: Semtech's SX9310 capacitive proximity sensor 13 Semtech's SX9310/SX9311 capacitive proximity/button solution. 16 https://www.semtech.com/products/smart-sensing/sar-sensors/sx9310 24 - semtech,sx9310 25 - semtech,sx9311 46 semtech,cs0-ground: 50 semtech,combined-sensors: 64 semtech,resolution: 77 semtech,startup-sensor: [all …]
|
D | semtech,sx9360.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/semtech,sx9360.yaml# 7 title: Semtech's SX9360 capacitive proximity sensor 14 Semtech's SX9360 proximity sensor. 18 const: semtech,sx9360 38 semtech,resolution: 46 semtech,proxraw-strength: 55 semtech,avg-pos-strength: 64 semtech,input-precharge-resistor-ohms: 86 compatible = "semtech,sx9360"; 93 semtech,resolution = <256>; [all …]
|
D | semtech,sx9500.yaml | 4 $id: http://devicetree.org/schemas/iio/proximity/semtech,sx9500.yaml# 7 title: Semtech's SX9500 capacitive proximity button device 14 const: semtech,sx9500 43 compatible = "semtech,sx9500";
|
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/ |
D | semtech,sx1501q.yaml | 5 $id: http://devicetree.org/schemas/pinctrl/semtech,sx1501q.yaml# 8 title: Semtech SX150x GPIO expander 16 - semtech,sx1501q 17 - semtech,sx1502q 18 - semtech,sx1503q 19 - semtech,sx1504q 20 - semtech,sx1505q 21 - semtech,sx1506q 22 - semtech,sx1507q 23 - semtech,sx1508q [all …]
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-quackingstick-r0-lte.dts | 20 compatible = "semtech,sx9324"; 21 semtech,ph0-pin = <3 1 3>; 22 semtech,ph1-pin = <2 1 2>; 23 semtech,ph2-pin = <3 3 1>; 24 semtech,ph3-pin = <1 3 3>; 25 semtech,ph01-resolution = <1024>; 26 semtech,ph23-resolution = <1024>; 27 semtech,startup-sensor = <1>; 28 semtech,ph01-proxraw-strength = <3>; 29 semtech,ph23-proxraw-strength = <3>; [all …]
|
D | sc7180-trogdor-pazquel.dtsi | 12 compatible = "semtech,sx9324"; 13 semtech,ph0-pin = <1 3 3>; 14 semtech,ph1-pin = <3 1 3>; 15 semtech,ph2-pin = <1 3 3>; 16 semtech,ph3-pin = <0 0 0>; 17 semtech,ph01-resolution = <1024>; 18 semtech,ph23-resolution = <1024>; 19 semtech,startup-sensor = <1>; 20 semtech,ph01-proxraw-strength = <3>; 21 semtech,ph23-proxraw-strength = <1>; [all …]
|
D | sc7180-trogdor-lazor.dtsi | 12 semtech,cs0-ground; 13 semtech,combined-sensors = <3>; 14 semtech,resolution = "fine"; 15 semtech,startup-sensor = <0>; 16 semtech,proxraw-strength = <8>; 17 semtech,avg-pos-strength = <64>;
|
/Linux-v6.6/Documentation/devicetree/bindings/input/touchscreen/ |
D | sx8654.txt | 1 * Semtech SX8654 I2C Touchscreen Controller 5 "semtech,sx8650" 6 "semtech,sx8654" 7 "semtech,sx8655" 8 "semtech,sx8656" 18 compatible = "semtech,sx8654";
|
/Linux-v6.6/drivers/iio/proximity/ |
D | Kconfig | 130 Common Semtech proximity sensor code. 133 tristate "SX9310/SX9311 Semtech proximity sensor" 140 Say Y here to build a driver for Semtech's SX9310/SX9311 capacitive 147 tristate "SX9324 Semtech proximity sensor" 154 Say Y here to build a driver for Semtech's SX9324 161 tristate "SX9360 Semtech proximity sensor" 168 Say Y here to build a driver for Semtech's SX9360 175 tristate "SX9500 Semtech proximity sensor" 181 Say Y here to build a driver for Semtech's SX9500 capacitive
|
D | sx9324.c | 5 * Driver for Semtech's SX9324 capacitive proximity/button solution. 884 #define SX9324_PIN_DEF "semtech,ph0-pin" in sx9324_get_default_reg() 885 #define SX9324_RESOLUTION_DEF "semtech,ph01-resolution" in sx9324_get_default_reg() 886 #define SX9324_PROXRAW_DEF "semtech,ph01-proxraw-strength" in sx9324_get_default_reg() 902 snprintf(prop, ARRAY_SIZE(prop), "semtech,ph%d-pin", ph); in sx9324_get_default_reg() 919 "semtech,cs-idle-sleep", &res); in sx9324_get_default_reg() 928 "semtech,int-comp-resistor", &res); in sx9324_get_default_reg() 940 strncpy(prop, "semtech,ph01-resolution", in sx9324_get_default_reg() 943 strncpy(prop, "semtech,ph23-resolution", in sx9324_get_default_reg() 958 "semtech,input-precharge-resistor-ohms", in sx9324_get_default_reg() [all …]
|
D | sx9310.c | 5 * Driver for Semtech's SX9310/SX9311 capacitive proximity/button solution. 6 * Based on SX9500 driver and Semtech driver using the input framework 811 if (device_property_read_bool(dev, "semtech,cs0-ground")) { in sx9310_get_default_reg() 816 count = device_property_count_u32(dev, "semtech,combined-sensors"); in sx9310_get_default_reg() 819 ret = device_property_read_u32_array(dev, "semtech,combined-sensors", in sx9310_get_default_reg() 839 ret = device_property_read_string(dev, "semtech,resolution", &res); in sx9310_get_default_reg() 863 ret = device_property_read_u32(dev, "semtech,startup-sensor", &start); in sx9310_get_default_reg() 873 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9310_get_default_reg() 886 ret = device_property_read_u32(dev, "semtech,avg-pos-strength", &pos); in sx9310_get_default_reg() 1026 { .compatible = "semtech,sx9310", (void *)SX9310_WHOAMI_VALUE }, [all …]
|
D | sx_common.h | 5 * Code shared between most Semtech SAR sensor driver. 58 * struct sx_common_chip_info: Semtech Sensor private chip information 98 * struct sx_common_data: Semtech Sensor private data structure.
|
D | sx9360.c | 5 * Driver for Semtech's SX9360 capacitive proximity/button solution. 729 "semtech,input-precharge-resistor-ohms", in sx9360_get_default_reg() 740 ret = device_property_read_u32(dev, "semtech,resolution", &raw); in sx9360_get_default_reg() 751 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9360_get_default_reg() 759 ret = device_property_read_u32(dev, "semtech,avg-pos-strength", in sx9360_get_default_reg() 874 { .compatible = "semtech,sx9360", (void *)SX9360_WHOAMI_VALUE }, 905 MODULE_DESCRIPTION("Driver for Semtech SX9360 proximity sensor");
|
D | sx_common.c | 5 * Common part of most Semtech SAR sensor. 32 /* All Semtech SAR sensors have IRQ bit in the same order. */ 482 * sx_common_probe() - Common setup for Semtech SAR sensor 484 * @chip_info: Semtech sensor chip information. 572 MODULE_DESCRIPTION("Common functions and structures for Semtech sensor");
|
D | sx9500.c | 5 * Driver for Semtech's SX9500 capacitive proximity/button solution. 7 * <http://www.semtech.com/images/datasheet/sx9500.pdf>. 1040 { .compatible = "semtech,sx9500", }, 1065 MODULE_DESCRIPTION("Driver for Semtech SX9500 proximity sensor");
|
/Linux-v6.6/arch/arm/boot/dts/qcom/ |
D | qcom-mdm9615-wp8548-mangoh-green.dts | 139 compatible = "semtech,sx1509q"; 144 semtech,probe-reset; 180 compatible = "semtech,sx1509q"; 185 semtech,probe-reset; 218 compatible = "semtech,sx1509q"; 223 semtech,probe-reset;
|
/Linux-v6.6/drivers/input/touchscreen/ |
D | sx8654.c | 3 * Driver for Semtech SX8654 I2C touchscreen controller. 437 .compatible = "semtech,sx8650", 440 .compatible = "semtech,sx8654", 443 .compatible = "semtech,sx8655", 446 .compatible = "semtech,sx8656", 474 MODULE_DESCRIPTION("Semtech SX8654 I2C Touchscreen Driver");
|
/Linux-v6.6/drivers/pinctrl/ |
D | pinctrl-sx150x.c | 8 * Driver for Semtech SX150X I2C GPIO Expanders 854 { .compatible = "semtech,sx1501q", .data = &sx1501q_device_data }, 855 { .compatible = "semtech,sx1502q", .data = &sx1502q_device_data }, 856 { .compatible = "semtech,sx1503q", .data = &sx1503q_device_data }, 857 { .compatible = "semtech,sx1504q", .data = &sx1504q_device_data }, 858 { .compatible = "semtech,sx1505q", .data = &sx1505q_device_data }, 859 { .compatible = "semtech,sx1506q", .data = &sx1506q_device_data }, 860 { .compatible = "semtech,sx1507q", .data = &sx1507q_device_data }, 861 { .compatible = "semtech,sx1508q", .data = &sx1508q_device_data }, 862 { .compatible = "semtech,sx1509q", .data = &sx1509q_device_data }, [all …]
|
D | Kconfig | 452 bool "Semtech SX150x I2C GPIO expander pinctrl driver" 461 Say Y here to provide support for Semtech SX150x-series I2C
|
/Linux-v6.6/arch/arm/boot/dts/marvell/ |
D | kirkwood-l-50.dts | 68 compatible = "semtech,sx1505q"; 82 compatible = "semtech,sx1505q";
|
/Linux-v6.6/arch/arm/boot/dts/microchip/ |
D | at91-gatwick.dts | 108 compatible = "semtech,sx1301";
|
D | at91-natte.dtsi | 197 compatible = "semtech,sx1502q";
|
/Linux-v6.6/Documentation/devicetree/bindings/ |
D | trivial-devices.yaml | 330 # Semtech sx1301 baseband processor 331 - semtech,sx1301
|
/Linux-v6.6/arch/arm/boot/dts/nxp/imx/ |
D | imx6qdl-apf6dev.dtsi | 166 compatible = "semtech,sx8654";
|