Home
last modified time | relevance | path

Searched refs:PIN_POWER_STATE_3V3 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/pinctrl/sophgo/
H A Dpinctrl-cv1800b.c48 if (pstate == PIN_POWER_STATE_3V3) in cv1800b_get_pull_up()
68 if (pstate == PIN_POWER_STATE_3V3) in cv1800b_get_pull_down()
126 } else if (pstate == PIN_POWER_STATE_3V3) { in cv1800b_get_oc_map()
171 } else if (pstate == PIN_POWER_STATE_3V3) { in cv1800b_get_schmitt_map()
H A Dpinctrl-sg2002.c48 if (pstate == PIN_POWER_STATE_3V3) in sg2002_get_pull_up()
68 if (pstate == PIN_POWER_STATE_3V3) in sg2002_get_pull_down()
126 } else if (pstate == PIN_POWER_STATE_3V3) { in sg2002_get_oc_map()
171 } else if (pstate == PIN_POWER_STATE_3V3) { in sg2002_get_schmitt_map()
H A Dpinctrl-sg2000.c54 if (pstate == PIN_POWER_STATE_3V3) in sg2000_get_pull_up()
74 if (pstate == PIN_POWER_STATE_3V3) in sg2000_get_pull_down()
132 } else if (pstate == PIN_POWER_STATE_3V3) { in sg2000_get_oc_map()
177 } else if (pstate == PIN_POWER_STATE_3V3) { in sg2000_get_schmitt_map()
H A Dpinctrl-cv1812h.c54 if (pstate == PIN_POWER_STATE_3V3) in cv1812h_get_pull_up()
74 if (pstate == PIN_POWER_STATE_3V3) in cv1812h_get_pull_down()
132 } else if (pstate == PIN_POWER_STATE_3V3) { in cv1812h_get_oc_map()
177 } else if (pstate == PIN_POWER_STATE_3V3) { in cv1812h_get_schmitt_map()
H A Dpinctrl-cv18xx.h61 #define PIN_POWER_STATE_3V3 3300 macro
H A Dpinctrl-cv18xx.c299 if (!(power == PIN_POWER_STATE_3V3 || power == PIN_POWER_STATE_1V8)) { in cv1800_pctrl_dt_node_to_map()