Searched refs:pull_type (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/pinctrl/ |
| H A D | pinctrl-rockchip.c | 102 .pull_type[0] = pull0, \ 103 .pull_type[1] = pull1, \ 104 .pull_type[2] = pull2, \ 105 .pull_type[3] = pull3, \ 163 .pull_type[0] = pull0, \ 164 .pull_type[1] = pull1, \ 165 .pull_type[2] = pull2, \ 166 .pull_type[3] = pull3, \ 188 .pull_type[0] = pull0, \ 189 .pull_type[1] = pull1, \ [all …]
|
| H A D | pinctrl-rockchip.h | 335 enum rockchip_pin_pull_type pull_type[4]; member
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common-v2.c | 776 if (hw->soc->pull_type) in mtk_pinconf_bias_set_combo() 777 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_set_combo() 994 if (hw->soc->pull_type) in mtk_pinconf_bias_get_combo() 995 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_get_combo()
|
| H A D | pinctrl-mt6795.c | 593 .pull_type = mt6795_pull_type,
|
| H A D | pinctrl-mt6893.c | 849 .pull_type = mt6893_pull_type,
|
| H A D | pinctrl-mt8195.c | 951 .pull_type = mt8195_pull_type,
|
| H A D | pinctrl-mt8186.c | 1237 .pull_type = mt8186_pull_type,
|
| H A D | pinctrl-mt6878.c | 1453 .pull_type = mt6878_pull_type,
|
| H A D | pinctrl-mt8192.c | 1401 .pull_type = mt8192_pull_type,
|
| H A D | pinctrl-mt8188.c | 1641 .pull_type = mt8188_pull_type,
|
| H A D | pinctrl-mt8189.c | 1669 .pull_type = mt8189_pull_type,
|
| H A D | pinctrl-mt8196.c | 1827 .pull_type = mt8196_pull_type,
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-ops.h | 230 u32 input, u32 pull_type, u32 intr_mode); 1129 u32 input, u32 pull_type, u32 intr_mode) in ath10k_wmi_gpio_config() argument 1136 skb = ar->wmi.ops->gen_gpio_config(ar, gpio_num, input, pull_type, intr_mode); in ath10k_wmi_gpio_config()
|
| H A D | wmi.c | 7506 u32 pull_type, u32 intr_mode) in ath10k_wmi_op_gen_gpio_config() argument 7516 cmd->pull_type = __cpu_to_le32(pull_type); in ath10k_wmi_op_gen_gpio_config() 7522 gpio_num, input, pull_type, intr_mode); in ath10k_wmi_op_gen_gpio_config()
|