Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.h36 enum pin_type { enum
45 enum pin_type type;
/linux/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c149 enum ice_dpll_pin_type pin_type, const u32 freq, in ice_dpll_pin_freq_set() argument
155 switch (pin_type) { in ice_dpll_pin_freq_set()
204 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_set() argument
215 ret = ice_dpll_pin_freq_set(pf, p, pin_type, frequency, extack); in ice_dpll_frequency_set()
292 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_get() argument
453 u8 dpll_idx, enum ice_dpll_pin_type pin_type, in ice_dpll_pin_enable() argument
459 switch (pin_type) { in ice_dpll_pin_enable()
481 pin_type_name[pin_type], pin->idx); in ice_dpll_pin_enable()
502 enum ice_dpll_pin_type pin_type, in ice_dpll_pin_disable() argument
508 switch (pin_type) { in ice_dpll_pin_disable()
[all …]
/linux/sound/soc/sof/
H A Dipc4-topology.c2632 sof_ipc4_process_set_pin_formats(struct snd_sof_widget *swidget, int pin_type) in sof_ipc4_process_set_pin_formats() argument
2644 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
2660 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
2686 (pin_type == SOF_PIN_TYPE_INPUT) ? "input" : "output", in sof_ipc4_process_set_pin_formats()
3178 struct snd_sof_widget *sink_widget, bool pin_type) in sof_ipc4_get_queue_id() argument
3188 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_get_queue_id()
3206 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
3226 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
3236 bool pin_type) in sof_ipc4_put_queue_id() argument
3242 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_put_queue_id()
H A Dtopology.c1322 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 Dpinctrl-bcm281xx.c2006 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()