Home
last modified time | relevance | path

Searched full:dtest (Results 1 – 11 of 11) sorted by relevance

/linux-6.14.4/drivers/pinctrl/qcom/
Dpinctrl-ssbi-mpp.c72 /* DTEST Current Sink: control */
78 /* DTEST Digital Output: control */
100 * @dtest: DTEST route selector
118 u8 dtest; member
138 {"qcom,dtest", PM8XXX_CONFIG_DTEST_SELECTOR, 0},
146 PCONFDUMP(PM8XXX_CONFIG_DTEST_SELECTOR, "dtest", NULL, true),
178 if (pin->dtest) { in pm8xxx_mpp_update()
180 ctrl = pin->dtest - 1; in pm8xxx_mpp_update()
193 if (pin->dtest) in pm8xxx_mpp_update()
194 ctrl = pin->dtest; in pm8xxx_mpp_update()
[all …]
Dpinctrl-spmi-mpp.c122 * @dtest: DTEST route selector
139 unsigned int dtest; member
152 {"qcom,dtest", PMIC_MPP_CONF_DTEST_SELECTOR, 0},
160 PCONFDUMP(PMIC_MPP_CONF_DTEST_SELECTOR, "dtest", NULL, true),
286 if (pad->dtest) in pmic_mpp_write_mode_ctl()
287 sel = PMIC_MPP_SELECTOR_DTEST_FIRST + pad->dtest - 1; in pmic_mpp_write_mode_ctl()
377 arg = pad->dtest; in pmic_mpp_config_get()
455 pad->dtest = arg; in pmic_mpp_config_set()
549 if (pad->dtest) in pmic_mpp_config_dbg_show()
550 seq_printf(s, " dtest%d", pad->dtest); in pmic_mpp_config_dbg_show()
[all …]
Dpinctrl-spmi-gpio.c157 * @dtest_buffer: the DTEST buffer selection for digital input mode.
192 {"qcom,dtest-buffer", PMIC_GPIO_CONF_DTEST_BUFFER, 0},
201 PCONFDUMP(PMIC_GPIO_CONF_DTEST_BUFFER, "dtest-buffer", NULL, true),
693 * available, offsetting the dtest function values by 2. in pmic_gpio_config_dbg_show()
713 seq_printf(s, " dtest-%d", pad->dtest_buffer); in pmic_gpio_config_dbg_show()
/linux-6.14.4/Documentation/devicetree/bindings/leds/
Dleds-qcom-lpg.yaml59 qcom,dtest:
62 A list of integer pairs, where each pair represent the dtest line the
68 - description: dtest line to attach
196 qcom,dtest = <0 0>,
/linux-6.14.4/Documentation/devicetree/bindings/pinctrl/
Dqcom,pmic-mpp.yaml134 qcom,dtest:
137 Selects DTEST rail to route to GPIO when it's
Dqcom,pmic-gpio.yaml566 qcom,dtest-buffer:
569 Selects DTEST rail to route to GPIO when it's
/linux-6.14.4/drivers/leds/rgb/
Dleds-qcom-lpg.c144 * @dtest_line: DTEST line for output, or 0 if disabled
145 * @dtest_value: DTEST line configuration
741 count = of_property_count_u32_elems(np, "qcom,dtest"); in lpg_parse_dtest()
749 "qcom,dtest needs to be %d items\n", in lpg_parse_dtest()
756 ret = of_property_read_u32_index(np, "qcom,dtest", i * 2, in lpg_parse_dtest()
761 ret = of_property_read_u32_index(np, "qcom,dtest", i * 2 + 1, in lpg_parse_dtest()
770 return dev_err_probe(lpg->dev, ret, "malformed qcom,dtest\n"); in lpg_parse_dtest()
/linux-6.14.4/arch/arm64/boot/dts/qcom/
Dmsm8916-wingtech-wt865x8.dtsi213 qcom,dtest = <1>;
Dmsm8939-wingtech-wt82918.dtsi250 qcom,dtest = <1>;
Dmsm8939-longcheer-l9100.dts265 qcom,dtest = <1>;
Dapq8096-db820c.dts649 qcom,dtest = <0 0>,
694 qcom,dtest = <4>;