Searched refs:pin_func (Results 1 – 3 of 3) sorted by relevance
| /drivers/pinctrl/ |
| A D | pinctrl-lantiq.c | 265 int i, pin, pin_func, ret; in ltq_pmx_set() local 280 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set() 281 ret = info->apply_mux(pctrldev, pin, pin_func); in ltq_pmx_set() 285 pin_func, pin); in ltq_pmx_set() 298 int pin_func; in ltq_pmx_gpio_request_enable() local 305 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable() 306 if (pin_func < 0) { in ltq_pmx_gpio_request_enable() 311 return info->apply_mux(pctrldev, mfp, pin_func); in ltq_pmx_gpio_request_enable()
|
| /drivers/pinctrl/sunplus/ |
| A D | sppctl.c | 827 u8 pin_num, pin_type, pin_func; in sppctl_dt_node_to_map() local 877 pin_func = FIELD_GET(GENMASK(15, 8), dt_pin); in sppctl_dt_node_to_map() 911 (*map)[i].data.mux.function = sppctl_list_funcs[pin_func].name; in sppctl_dt_node_to_map()
|
| /drivers/net/ethernet/intel/i40e/ |
| A D | i40e_common.c | 957 u32 pin_func = 0; in i40e_led_set() local 960 pin_func = I40E_PIN_FUNC_SDP; in i40e_led_set() 962 pin_func = I40E_PIN_FUNC_LED; in i40e_led_set() 967 pin_func); in i40e_led_set()
|
Completed in 15 milliseconds