Home
last modified time | relevance | path

Searched refs:pin_func (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/arch/mips/alchemy/
Dboard-xxs1500.c50 u32 pin_func; in board_setup() local
60 pin_func = alchemy_rdsys(AU1000_SYS_PINFUNC) & ~SYS_PF_UR3; in board_setup()
61 pin_func |= SYS_PF_UR3; in board_setup()
62 alchemy_wrsys(pin_func, AU1000_SYS_PINFUNC); in board_setup()
/Linux-v5.10/drivers/pinctrl/
Dpinctrl-lantiq.c264 int i, pin, pin_func, ret; in ltq_pmx_set() local
279 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set()
280 ret = info->apply_mux(pctrldev, pin, pin_func); in ltq_pmx_set()
284 pin_func, pin); in ltq_pmx_set()
297 int pin_func; in ltq_pmx_gpio_request_enable() local
304 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable()
305 if (pin_func < 0) { in ltq_pmx_gpio_request_enable()
310 return info->apply_mux(pctrldev, mfp, pin_func); in ltq_pmx_gpio_request_enable()
/Linux-v5.10/tools/testing/selftests/ptp/
Dtestptp.c176 int pin_index = -1, pin_func; in main() local
220 cnt = sscanf(optarg, "%d,%d", &pin_index, &pin_func); in main()
450 desc.func = pin_func; in main()
/Linux-v5.10/sound/soc/
Dsoc-component.c140 int (*pin_func)(struct snd_soc_dapm_context *dapm, in soc_component_pin()
149 ret = pin_func(dapm, pin); in soc_component_pin()
159 ret = pin_func(dapm, full_name); in soc_component_pin()
/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_common.c1527 u32 pin_func = 0; in i40e_led_set() local
1530 pin_func = I40E_PIN_FUNC_SDP; in i40e_led_set()
1532 pin_func = I40E_PIN_FUNC_LED; in i40e_led_set()
1535 gpio_val |= ((pin_func << in i40e_led_set()