Searched refs:pull_type (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/pinctrl/ |
D | pinctrl-rockchip.c | 102 .pull_type[0] = pull0, \ 103 .pull_type[1] = pull1, \ 104 .pull_type[2] = pull2, \ 105 .pull_type[3] = pull3, \ 140 .pull_type[0] = pull0, \ 141 .pull_type[1] = pull1, \ 142 .pull_type[2] = pull2, \ 143 .pull_type[3] = pull3, \ 165 .pull_type[0] = pull0, \ 166 .pull_type[1] = pull1, \ [all …]
|
D | pinctrl-rockchip.h | 330 enum rockchip_pin_pull_type pull_type[4]; member
|
/linux-6.12.1/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.c | 750 if (hw->soc->pull_type) in mtk_pinconf_bias_set_combo() 751 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pinconf_bias_set_combo() 939 if (hw->soc->pull_type) in mtk_pinconf_bias_get_combo() 940 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-mt7986.c | 929 .pull_type = mt7986_pull_type, 955 .pull_type = mt7986_pull_type,
|
D | pinctrl-mt6795.c | 593 .pull_type = mt6795_pull_type,
|
D | pinctrl-paris.c | 644 if (hw->soc->pull_type) in mtk_pctrl_show_one_pin() 645 try_all_type = hw->soc->pull_type[desc->number]; in mtk_pctrl_show_one_pin()
|
D | pinctrl-mt7981.c | 1029 .pull_type = mt7981_pull_type,
|
D | pinctrl-mt8195.c | 951 .pull_type = mt8195_pull_type,
|
D | pinctrl-mt8186.c | 1237 .pull_type = mt8186_pull_type,
|
D | pinctrl-mt8192.c | 1401 .pull_type = mt8192_pull_type,
|
D | pinctrl-mt8188.c | 1641 .pull_type = mt8188_pull_type,
|
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
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()
|
D | wmi.c | 7499 u32 pull_type, u32 intr_mode) in ath10k_wmi_op_gen_gpio_config() argument 7509 cmd->pull_type = __cpu_to_le32(pull_type); in ath10k_wmi_op_gen_gpio_config() 7515 gpio_num, input, pull_type, intr_mode); in ath10k_wmi_op_gen_gpio_config()
|
D | wmi.h | 3057 __le32 pull_type; /* Pull type defined above */ member
|
/linux-6.12.1/drivers/net/wireless/ath/ath11k/ |
D | wmi.h | 3030 u32 pull_type; member 3058 u32 pull_type; member
|