Searched full:proxraw (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/iio/proximity/ |
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>;
|
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>;
|
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>;
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-quackingstick-r0-lte.dts | 28 semtech,ph01-proxraw-strength = <3>; 29 semtech,ph23-proxraw-strength = <3>;
|
D | sc7180-trogdor-pazquel.dtsi | 19 semtech,ph01-proxraw-strength = <3>; 20 semtech,ph23-proxraw-strength = <1>;
|
D | sc7180-trogdor-lazor.dtsi | 15 semtech,proxraw-strength = <8>;
|
/linux-6.12.1/drivers/iio/proximity/ |
D | sx9324.c | 996 prop = "semtech,ph01-proxraw-strength"; in sx9324_get_default_reg() 998 prop = "semtech,ph23-proxraw-strength"; in sx9324_get_default_reg()
|
D | sx9360.c | 718 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9360_get_default_reg()
|
D | sx9310.c | 848 ret = device_property_read_u32(dev, "semtech,proxraw-strength", &raw); in sx9310_get_default_reg()
|