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 | 150 enum ice_dpll_pin_type pin_type, const u32 freq, in ice_dpll_pin_freq_set() argument 156 switch (pin_type) { in ice_dpll_pin_freq_set() 205 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_set() argument 216 ret = ice_dpll_pin_freq_set(pf, p, pin_type, frequency, extack); in ice_dpll_frequency_set() 293 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_get() argument 454 u8 dpll_idx, enum ice_dpll_pin_type pin_type, in ice_dpll_pin_enable() argument 460 switch (pin_type) { in ice_dpll_pin_enable() 482 pin_type_name[pin_type], pin->idx); in ice_dpll_pin_enable() 503 enum ice_dpll_pin_type pin_type, in ice_dpll_pin_disable() argument 509 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 | 2665 sof_ipc4_process_set_pin_formats(struct snd_sof_widget *swidget, int pin_type) in sof_ipc4_process_set_pin_formats() argument 2677 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats() 2693 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats() 2719 (pin_type == SOF_PIN_TYPE_INPUT) ? "input" : "output", in sof_ipc4_process_set_pin_formats() 3341 struct snd_sof_widget *sink_widget, bool pin_type) in sof_ipc4_get_queue_id() argument 3351 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_get_queue_id() 3369 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id() 3389 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id() 3399 bool pin_type) in sof_ipc4_put_queue_id() argument 3405 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_put_queue_id()
|
| H A D | topology.c | 1322 bool pin_type) in sof_free_pin_binding() argument 1328 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_free_pin_binding() 1345 struct snd_soc_tplg_private *priv, bool pin_type) in sof_parse_pin_binding() argument 1355 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_parse_pin_binding() 1379 if (pin_type == SOF_PIN_TYPE_INPUT) in sof_parse_pin_binding()
|
| /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()
|