Searched refs:pin_type (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/pinctrl/sprd/ |
| H A D | pinctrl-sprd.h | 36 enum pin_type { enum 45 enum pin_type type;
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_dpll.c | 159 enum ice_dpll_pin_type pin_type, const u32 freq, in ice_dpll_pin_freq_set() argument 165 switch (pin_type) { in ice_dpll_pin_freq_set() 214 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_set() argument 225 ret = ice_dpll_pin_freq_set(pf, p, pin_type, frequency, extack); in ice_dpll_frequency_set() 302 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_get() argument 463 u8 dpll_idx, enum ice_dpll_pin_type pin_type, in ice_dpll_pin_enable() argument 469 switch (pin_type) { in ice_dpll_pin_enable() 491 pin_type_name[pin_type], pin->idx); in ice_dpll_pin_enable() 512 enum ice_dpll_pin_type pin_type, in ice_dpll_pin_disable() argument 518 switch (pin_type) { in ice_dpll_pin_disable() [all …]
|
| /linux/drivers/pinctrl/sunplus/ |
| H A D | sppctl.c | 805 const char *pin_type; in sppctl_pin_dbg_show() local 812 pin_type = "GPIO"; in sppctl_pin_dbg_show() 814 pin_type = " IOP"; in sppctl_pin_dbg_show() 816 pin_type = " MUX"; in sppctl_pin_dbg_show() 817 seq_printf(s, " %s", pin_type); in sppctl_pin_dbg_show() 827 u8 pin_num, pin_type, pin_func; in sppctl_dt_node_to_map() local 876 pin_type = FIELD_GET(GENMASK(23, 16), dt_pin); in sppctl_dt_node_to_map() 880 if (pin_type == SPPCTL_PCTL_G_GPIO) { in sppctl_dt_node_to_map() 895 } else if (pin_type == SPPCTL_PCTL_G_IOPP) { in sppctl_dt_node_to_map()
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-topology.c | 2854 sof_ipc4_process_set_pin_formats(struct snd_sof_widget *swidget, int pin_type) in sof_ipc4_process_set_pin_formats() argument 2866 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats() 2882 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats() 2908 (pin_type == SOF_PIN_TYPE_INPUT) ? "input" : "output", in sof_ipc4_process_set_pin_formats() 3698 struct snd_sof_widget *sink_widget, bool pin_type) in sof_ipc4_get_queue_id() argument 3708 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_get_queue_id() 3726 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id() 3746 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id() 3756 bool pin_type) in sof_ipc4_put_queue_id() argument 3762 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_put_queue_id()
|
| H A D | topology.c | 1340 bool pin_type) in sof_free_pin_binding() 1346 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_parse_pin_binding() 1363 struct snd_soc_tplg_private *priv, bool pin_type) in sof_parse_pin_binding() 1373 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_parse_pin_binding() 1397 if (pin_type == SOF_PIN_TYPE_INPUT) in get_w_no_wname_in_long_name() 1324 sof_free_pin_binding(struct snd_sof_widget * swidget,bool pin_type) sof_free_pin_binding() argument 1347 sof_parse_pin_binding(struct snd_sof_widget * swidget,struct snd_soc_tplg_private * priv,bool pin_type) sof_parse_pin_binding() argument
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-bcm281xx.c | 2006 enum bcm281xx_pin_type pin_type; in bcm281xx_pinctrl_pin_config_set() local 2013 pin_type = pin_type_get(pctldev, pin); in bcm281xx_pinctrl_pin_config_set() 2016 switch (pin_type) { in bcm281xx_pinctrl_pin_config_set()
|