Home
last modified time | relevance | path

Searched full:semtech (Results 1 – 25 of 25) sorted by relevance

/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dsemtech,sx9324.yaml4 $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 …]
H A Dsemtech,sx9310.yaml4 $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 …]
H A Dsemtech,sx9360.yaml4 $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 …]
H A Dsemtech,sx9500.yaml4 $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/Documentation/devicetree/bindings/pinctrl/
H A Dsemtech,sx1501q.yaml5 $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/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-quackingstick-r0-lte.dts20 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 …]
H A Dsc7180-trogdor-pazquel.dtsi11 compatible = "semtech,sx9324";
12 semtech,ph0-pin = <1 3 3>;
13 semtech,ph1-pin = <3 1 3>;
14 semtech,ph2-pin = <1 3 3>;
15 semtech,ph3-pin = <0 0 0>;
16 semtech,ph01-resolution = <1024>;
17 semtech,ph23-resolution = <1024>;
18 semtech,startup-sensor = <1>;
19 semtech,ph01-proxraw-strength = <3>;
20 semtech,ph23-proxraw-strength = <1>;
[all …]
H A Dsc7180-trogdor-lazor.dtsi11 semtech,cs0-ground;
12 semtech,combined-sensors = <3>;
13 semtech,resolution = "fine";
14 semtech,startup-sensor = <0>;
15 semtech,proxraw-strength = <8>;
16 semtech,avg-pos-strength = <64>;
H A Dsc7280-herobrine.dtsi407 compatible = "semtech,sx9324";
423 compatible = "semtech,sx9324";
H A Dsc7180-trogdor.dtsi711 compatible = "semtech,sx9310";
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dsx8654.txt1 * Semtech SX8654 I2C Touchscreen Controller
5 "semtech,sx8650"
6 "semtech,sx8654"
7 "semtech,sx8655"
8 "semtech,sx8656"
18 compatible = "semtech,sx8654";
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts139 compatible = "semtech,sx1509q";
144 semtech,probe-reset;
180 compatible = "semtech,sx1509q";
185 semtech,probe-reset;
218 compatible = "semtech,sx1509q";
223 semtech,probe-reset;
/linux/drivers/iio/proximity/
H A Dsx9324.c5 * Driver for Semtech's SX9324 capacitive proximity/button solution.
889 "semtech,ph0-pin"); in sx9324_get_default_reg()
893 "semtech,ph1-pin"); in sx9324_get_default_reg()
897 "semtech,ph2-pin"); in sx9324_get_default_reg()
901 "semtech,ph3-pin"); in sx9324_get_default_reg()
904 ret = device_property_match_property_string(dev, "semtech,cs-idle-sleep", in sx9324_get_default_reg()
912 ret = device_property_match_property_string(dev, "semtech,int-comp-resistor", in sx9324_get_default_reg()
923 prop = "semtech,ph01-resolution"; in sx9324_get_default_reg()
925 prop = "semtech,ph23-resolution"; in sx9324_get_default_reg()
939 "semtech,input-precharge-resistor-ohms", in sx9324_get_default_reg()
[all …]
H A Dsx9310.c5 * Driver for Semtech's SX9310/SX9311 capacitive proximity/button solution.
6 * Based on SX9500 driver and Semtech driver using the input framework
786 if (device_property_read_bool(dev, "semtech,cs0-ground")) { in sx9310_get_default_reg()
791 count = device_property_count_u32(dev, "semtech,combined-sensors"); in sx9310_get_default_reg()
794 ret = device_property_read_u32_array(dev, "semtech,combined-sensors", in sx9310_get_default_reg()
814 ret = device_property_read_string(dev, "semtech,resolution", &res); in sx9310_get_default_reg()
838 ret = device_property_read_u32(dev, "semtech,startup-sensor", &start); in sx9310_get_default_reg()
848 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9310_get_default_reg()
861 ret = device_property_read_u32(dev, "semtech,avg-pos-strength", &pos); in sx9310_get_default_reg()
996 { .compatible = "semtech,sx9310", &sx9310_info },
[all …]
H A Dsx_common.h5 * 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.
H A Dsx9360.c5 * Driver for Semtech's SX9360 capacitive proximity/button solution.
696 "semtech,input-precharge-resistor-ohms", in sx9360_get_default_reg()
707 ret = device_property_read_u32(dev, "semtech,resolution", &raw); in sx9360_get_default_reg()
718 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9360_get_default_reg()
726 ret = device_property_read_u32(dev, "semtech,avg-pos-strength", in sx9360_get_default_reg()
836 { .compatible = "semtech,sx9360", (void *)SX9360_WHOAMI_VALUE },
867 MODULE_DESCRIPTION("Driver for Semtech SX9360 proximity sensor");
/linux/drivers/input/touchscreen/
H A Dsx8654.c3 * 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/drivers/pinctrl/
H A Dpinctrl-sx150x.c8 * 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 …]
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-l-50.dts69 compatible = "semtech,sx1505q";
84 compatible = "semtech,sx1505q";
/linux/arch/arm/boot/dts/microchip/
H A Dat91-gatwick.dts108 compatible = "semtech,sx1301";
H A Dat91-natte.dtsi197 compatible = "semtech,sx1502q";
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8186-corsola-krabby.dtsi92 compatible = "semtech,sx9324";
/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-zii-dev-rev-c.dts315 compatible = "semtech,sx1503q";
H A Dvf610-zii-scu4-aib.dts587 compatible = "semtech,sx1503q";
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6sx-softing-vining-2000.dts165 compatible = "semtech,sx9500";