Searched refs:pull_type (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 120 .pull_type[0] = pull0, \ 121 .pull_type[1] = pull1, \ 122 .pull_type[2] = pull2, \ 123 .pull_type[3] = pull3, \ 145 .pull_type[0] = pull0, \ 146 .pull_type[1] = pull1, \ 147 .pull_type[2] = pull2, \ 148 .pull_type[3] = pull3, \ 210 .pull_type[0] = pull0, \ 211 .pull_type[1] = pull1, \ [all …]
|
D | pinctrl-rockchip.h | 328 enum rockchip_pin_pull_type pull_type[4]; member
|
/linux-6.1.9/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.c | 747 if (hw->soc->pull_type) in mtk_pinconf_bias_set_combo() 748 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_set_combo() 936 if (hw->soc->pull_type) in mtk_pinconf_bias_get_combo() 937 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_get_combo()
|
D | pinctrl-mtk-common-v2.h | 250 const unsigned int *pull_type; member
|
D | pinctrl-mt6795.c | 593 .pull_type = mt6795_pull_type,
|
D | pinctrl-paris.c | 655 if (hw->soc->pull_type) in mtk_pctrl_show_one_pin() 656 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pctrl_show_one_pin()
|
D | pinctrl-mt8195.c | 951 .pull_type = mt8195_pull_type,
|
D | pinctrl-mt8186.c | 1238 .pull_type = mt8186_pull_type,
|
D | pinctrl-mt8192.c | 1402 .pull_type = mt8192_pull_type,
|
D | pinctrl-mt8188.c | 1641 .pull_type = mt8188_pull_type,
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | wmi.h | 2961 u32 pull_type; member 2989 u32 pull_type; member
|