Home
last modified time | relevance | path

Searched refs:pin_type (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/sprd/
H A Dpinctrl-sprd.h36 enum pin_type { enum
45 enum pin_type type;
H A Dpinctrl-sprd.c108 enum pin_type type;
/kernel/linux/linux-6.6/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;
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dipc4-topology.c1950 sof_ipc4_process_set_pin_formats(struct snd_sof_widget *swidget, int pin_type) in sof_ipc4_process_set_pin_formats() argument
1962 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
1978 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_ipc4_process_set_pin_formats()
2004 (pin_type == SOF_PIN_TYPE_INPUT) ? "input" : "output", in sof_ipc4_process_set_pin_formats()
2417 struct snd_sof_widget *sink_widget, bool pin_type) in sof_ipc4_get_queue_id()
2427 if (pin_type == SOF_PIN_TYPE_OUTPUT) { in sof_ipc4_get_queue_id()
2445 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
2465 (pin_type == SOF_PIN_TYPE_OUTPUT ? "output" : "input"), in sof_ipc4_get_queue_id()
2475 bool pin_type) in sof_ipc4_put_queue_id()
2481 if (pin_type in sof_ipc4_put_queue_id()
2416 sof_ipc4_get_queue_id(struct snd_sof_widget *src_widget, struct snd_sof_widget *sink_widget, bool pin_type) sof_ipc4_get_queue_id() argument
2474 sof_ipc4_put_queue_id(struct snd_sof_widget *swidget, int queue_id, bool pin_type) sof_ipc4_put_queue_id() argument
[all...]
H A Dtopology.c1298 bool pin_type) in sof_free_pin_binding()
1304 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_free_pin_binding()
1321 struct snd_soc_tplg_private *priv, bool pin_type) in sof_parse_pin_binding()
1331 if (pin_type == SOF_PIN_TYPE_INPUT) { in sof_parse_pin_binding()
1355 if (pin_type == SOF_PIN_TYPE_INPUT) in sof_parse_pin_binding()
1297 sof_free_pin_binding(struct snd_sof_widget *swidget, bool pin_type) sof_free_pin_binding() argument
1320 sof_parse_pin_binding(struct snd_sof_widget *swidget, struct snd_soc_tplg_private *priv, bool pin_type) sof_parse_pin_binding() argument
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c1336 enum bcm281xx_pin_type pin_type; in bcm281xx_pinctrl_pin_config_set() local
1343 pin_type = pin_type_get(pctldev, pin); in bcm281xx_pinctrl_pin_config_set()
1346 switch (pin_type) { in bcm281xx_pinctrl_pin_config_set()
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H A Dpinctrl-bcm281xx.c1329 enum bcm281xx_pin_type pin_type; in bcm281xx_pinctrl_pin_config_set() local
1336 pin_type = pin_type_get(pctldev, pin); in bcm281xx_pinctrl_pin_config_set()
1339 switch (pin_type) { in bcm281xx_pinctrl_pin_config_set()
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c626 u8 pin_type, u8 input) in cx231xx_set_decoder_video_input()
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()
625 cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u8 input) cx231xx_set_decoder_video_input() argument
H A Dcx231xx.h918 int cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u8 input);
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c626 u8 pin_type, u8 input) in cx231xx_set_decoder_video_input()
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()
625 cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u8 input) cx231xx_set_decoder_video_input() argument
H A Dcx231xx.h916 int cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u8 input);

Completed in 26 milliseconds