Searched full:proxraw (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | semtech,sx9324.yaml | 106 semtech,ph01-proxraw-strength: 112 PROXRAW filter strength for phase 0 and 1. A value of 0 represents off, 115 semtech,ph23-proxraw-strength: 121 Same as proxraw-strength01, for phase 2 and 3. 196 semtech,ph01-proxraw-strength = <2>; 197 semtech,ph23-proxraw-strength = <2>;
|
H A D | semtech,sx9360.yaml | 46 semtech,proxraw-strength: 52 PROXRAW filter strength for both phases. A value of 0 represents off, 94 semtech,proxraw-strength = <2>;
|
H A D | semtech,sx9310.yaml | 86 semtech,proxraw-strength: 91 PROXRAW filter strength. A value of 0 represents off, and other values 128 semtech,proxraw-strength = <2>;
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor-quackingstick-r0-lte.dts | 28 semtech,ph01-proxraw-strength = <3>; 29 semtech,ph23-proxraw-strength = <3>;
|
H A D | sc7180-trogdor-pazquel.dtsi | 20 semtech,ph01-proxraw-strength = <3>; 21 semtech,ph23-proxraw-strength = <1>;
|
H A D | sc7180-trogdor-lazor.dtsi | 16 semtech,proxraw-strength = <8>;
|
/openbmc/linux/drivers/iio/proximity/ |
H A D | sx9324.c | 886 #define SX9324_PROXRAW_DEF "semtech,ph01-proxraw-strength" in sx9324_get_default_reg() 1015 strncpy(prop, "semtech,ph01-proxraw-strength", in sx9324_get_default_reg() 1018 strncpy(prop, "semtech,ph23-proxraw-strength", in sx9324_get_default_reg()
|
H A D | sx9360.c | 751 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9360_get_default_reg()
|
H A D | sx9310.c | 873 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9310_get_default_reg()
|