Home
last modified time | relevance | path

Searched refs:oe_bit (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.3-rc2/drivers/pinctrl/qcom/
A Dpinctrl-msm.h88 unsigned oe_bit:5; member
A Dpinctrl-msm.c232 if (i == gpio_func && (val & BIT(g->oe_bit)) && in msm_pinmux_set_mux()
326 *bit = g->oe_bit; in msm_config_reg()
549 val &= ~BIT(g->oe_bit); in msm_gpio_direction_input()
576 val |= BIT(g->oe_bit); in msm_gpio_direction_output()
594 return val & BIT(g->oe_bit) ? GPIO_LINE_DIRECTION_OUT : in msm_gpio_get_direction()
669 is_out = !!(ctl_reg & BIT(g->oe_bit)); in msm_gpio_dbg_show_one()
A Dpinctrl-qdf2xxx.c114 groups[gpio].oe_bit = 9; in qdf2xxx_pinctrl_probe()
A Dpinctrl-sdx65.c48 .oe_bit = 9, \
74 .oe_bit = -1, \
99 .oe_bit = -1, \
A Dpinctrl-ipq8064.c198 .oe_bit = 9, \
225 .oe_bit = -1, \
A Dpinctrl-sdm670.c52 .oe_bit = 9, \
82 .oe_bit = -1, \
107 .oe_bit = -1, \
132 .oe_bit = -1, \
A Dpinctrl-sm6115.c59 .oe_bit = 9, \
86 .oe_bit = -1, \
112 .oe_bit = -1, \
A Dpinctrl-qcm2290.c48 .oe_bit = 9, \
74 .oe_bit = -1, \
99 .oe_bit = -1, \
A Dpinctrl-sc7180.c57 .oe_bit = 9, \
84 .oe_bit = -1, \
110 .oe_bit = -1, \
A Dpinctrl-msm8x74.c359 .oe_bit = 9, \
385 .oe_bit = -1, \
416 .oe_bit = -1, \
A Dpinctrl-apq8064.c246 .oe_bit = 9, \
273 .oe_bit = -1, \
A Dpinctrl-msm8226.c297 .oe_bit = 9, \
323 .oe_bit = -1, \
A Dpinctrl-sm6125.c56 .oe_bit = 9, \
83 .oe_bit = -1, \
109 .oe_bit = -1, \
A Dpinctrl-qdu1000.c49 .oe_bit = 9, \
75 .oe_bit = -1, \
100 .oe_bit = -1, \
A Dpinctrl-sa8775p.c51 .oe_bit = 9, \
77 .oe_bit = -1, \
102 .oe_bit = -1, \
A Dpinctrl-sm6350.c48 .oe_bit = 9, \
74 .oe_bit = -1, \
99 .oe_bit = -1, \
A Dpinctrl-sm6375.c51 .oe_bit = 9, \
77 .oe_bit = -1, \
102 .oe_bit = -1, \
A Dpinctrl-mdm9607.c240 .oe_bit = 9, \
266 .oe_bit = -1, \
A Dpinctrl-sdx55.c48 .oe_bit = 9, \
74 .oe_bit = -1, \
A Dpinctrl-msm8998.c50 .oe_bit = 9, \
76 .oe_bit = -1, \
101 .oe_bit = -1, \
A Dpinctrl-sc7280.c48 .oe_bit = 9, \
74 .oe_bit = -1, \
99 .oe_bit = -1, \
A Dpinctrl-sdm845.c52 .oe_bit = 9, \
78 .oe_bit = -1, \
103 .oe_bit = -1, \
A Dpinctrl-sm8150.c59 .oe_bit = 9, \
86 .oe_bit = -1, \
112 .oe_bit = -1, \
A Dpinctrl-sm8250.c60 .oe_bit = 9, \
87 .oe_bit = -1, \
113 .oe_bit = -1, \
A Dpinctrl-sc8280xp.c46 .oe_bit = 9, \
74 .oe_bit = -1, \
99 .oe_bit = -1, \

Completed in 61 milliseconds

12