Searched refs:pull_type (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/pinctrl/ |
| A D | pinctrl-rockchip.c | 123 .pull_type[0] = pull0, \ 124 .pull_type[1] = pull1, \ 125 .pull_type[2] = pull2, \ 126 .pull_type[3] = pull3, \ 173 .pull_type[0] = pull0, \ 174 .pull_type[1] = pull1, \ 175 .pull_type[2] = pull2, \ 176 .pull_type[3] = pull3, \ 1770 int reg, ret, pull_type; in rockchip_get_pull() local 1797 pull_type = bank->pull_type[pin_num / 8]; in rockchip_get_pull() [all …]
|
| A D | pinctrl-rockchip.h | 161 enum rockchip_pin_pull_type pull_type[4]; member
|
| /linux/drivers/pinctrl/mediatek/ |
| A D | pinctrl-mtk-common-v2.c | 744 if (hw->soc->pull_type) in mtk_pinconf_bias_set_combo() 745 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_set_combo() 931 if (hw->soc->pull_type) in mtk_pinconf_bias_get_combo() 932 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_get_combo()
|
| A D | pinctrl-mtk-common-v2.h | 250 const unsigned int *pull_type; member
|
| A D | pinctrl-paris.c | 596 if (hw->soc->pull_type) in mtk_pctrl_show_one_pin() 597 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pctrl_show_one_pin()
|
| A D | pinctrl-mt8195.c | 950 .pull_type = mt8195_pull_type,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | wmi.h | 2935 u32 pull_type; member 2963 u32 pull_type; member
|
Completed in 46 milliseconds