Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pinctrl/sprd/
Dpinctrl-sprd.h36 enum pin_type { enum
45 enum pin_type type;
Dpinctrl-sprd.c108 enum pin_type type;
/linux-5.19.10/drivers/pinctrl/sunplus/
Dsppctl.c808 const char *pin_type; in sppctl_pin_dbg_show() local
815 pin_type = "GPIO"; in sppctl_pin_dbg_show()
817 pin_type = " IOP"; in sppctl_pin_dbg_show()
819 pin_type = " MUX"; in sppctl_pin_dbg_show()
820 seq_printf(s, " %s", pin_type); in sppctl_pin_dbg_show()
830 u8 pin_num, pin_type, pin_func; in sppctl_dt_node_to_map() local
880 pin_type = FIELD_GET(GENMASK(23, 16), dt_pin); in sppctl_dt_node_to_map()
884 if (pin_type == SPPCTL_PCTL_G_GPIO) { in sppctl_dt_node_to_map()
897 } else if (pin_type == SPPCTL_PCTL_G_IOPP) { in sppctl_dt_node_to_map()
/linux-5.19.10/drivers/pinctrl/bcm/
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()
/linux-5.19.10/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c626 u8 pin_type, u8 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()
Dcx231xx.h916 int cx231xx_set_decoder_video_input(struct cx231xx *dev, u8 pin_type, u8 input);