Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_dpll.c82 switch (pin_type) { in ice_dpll_pin_freq_set()
131 enum ice_dpll_pin_type pin_type) in ice_dpll_frequency_set() argument
305 switch (pin_type) { in ice_dpll_pin_enable()
348 enum ice_dpll_pin_type pin_type, in ice_dpll_pin_disable() argument
354 switch (pin_type) { in ice_dpll_pin_disable()
395 enum ice_dpll_pin_type pin_type, in ice_dpll_pin_state_update() argument
401 switch (pin_type) { in ice_dpll_pin_state_update()
2097 enum ice_dpll_pin_type pin_type; in ice_dpll_init_info_pins_generic() local
2106 pin_type = ICE_DPLL_PIN_TYPE_INPUT; in ice_dpll_init_info_pins_generic()
2171 switch (pin_type) { in ice_dpll_init_info_direct_pins()
[all …]
/linux-6.15/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.h36 enum pin_type { enum
45 enum pin_type type;
H A Dpinctrl-sprd.c110 enum pin_type type;
/linux-6.15/drivers/pinctrl/sunplus/
H A Dsppctl.c803 const char *pin_type; in sppctl_pin_dbg_show() local
810 pin_type = "GPIO"; in sppctl_pin_dbg_show()
812 pin_type = " IOP"; in sppctl_pin_dbg_show()
814 pin_type = " MUX"; in sppctl_pin_dbg_show()
815 seq_printf(s, " %s", pin_type); in sppctl_pin_dbg_show()
825 u8 pin_num, pin_type, pin_func; in sppctl_dt_node_to_map() local
874 pin_type = FIELD_GET(GENMASK(23, 16), dt_pin); in sppctl_dt_node_to_map()
878 if (pin_type == SPPCTL_PCTL_G_GPIO) { in sppctl_dt_node_to_map()
893 } else if (pin_type == SPPCTL_PCTL_G_IOPP) { in sppctl_dt_node_to_map()
/linux-6.15/sound/soc/sof/
H A Dipc4-topology.c2405 sof_ipc4_process_set_pin_formats(struct snd_sof_widget *swidget, int pin_type) in sof_ipc4_process_set_pin_formats() argument
2417 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
2433 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
2459 (pin_type == SOF_PIN_TYPE_INPUT) ? "input" : "output", in sof_ipc4_process_set_pin_formats()
2939 struct snd_sof_widget *sink_widget, bool pin_type) in sof_ipc4_get_queue_id() argument
2949 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_get_queue_id()
2967 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
2987 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
2997 bool pin_type) in sof_ipc4_put_queue_id() argument
3003 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_put_queue_id()
H A Dtopology.c1314 bool pin_type) in sof_free_pin_binding() argument
1320 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_free_pin_binding()
1337 struct snd_soc_tplg_private *priv, bool pin_type) in sof_parse_pin_binding() argument
1347 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_parse_pin_binding()
1371 if (pin_type == SOF_PIN_TYPE_INPUT) in sof_parse_pin_binding()
/linux-6.15/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()
/linux-6.15/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c626 u8 pin_type, u32 input) in cx231xx_set_decoder_video_input() argument
631 if (pin_type != dev->video_input) { in cx231xx_set_decoder_video_input()
632 status = cx231xx_afe_adjust_ref_count(dev, pin_type); in cx231xx_set_decoder_video_input()
650 switch (pin_type) { in cx231xx_set_decoder_video_input()
H A Dcx231xx.h917 int cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u32 input);