Searched full:usb_sel (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | dragonboard410c.c | 50 static struct gpio_desc hub_reset, usb_sel; in board_usb_init() local 80 if (!dm_gpio_is_valid(&usb_sel)) { in board_usb_init() 89 "gpios", 0, &usb_sel, 0); in board_usb_init() 102 dm_gpio_set_dir_flags(&usb_sel, in board_usb_init() 109 dm_gpio_set_dir_flags(&usb_sel, GPIOD_IS_OUT); in board_usb_init()
|
/openbmc/linux/drivers/clk/imx/ |
H A D | clk-imx35.c | 68 /* 24 */ ssi1_div_post, ssi2_div_pre, ssi2_div_post, usb_sel, usb_div, enumerator 156 clk[usb_sel] = imx_clk_mux("usb_sel", base + MX35_CCM_PDR4, 9, 1, std_sel, ARRAY_SIZE(std_sel)); in _mx35_clocks_init() 157 clk[usb_div] = imx_clk_divider("usb_div", "usb_sel", base + MX35_CCM_PDR4, 22, 6); in _mx35_clocks_init()
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | imx35-clock.yaml | 46 usb_sel 27
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | common.h | 74 int usb_sel; member
|
H A D | common.c | 1009 .usb_sel = IMX_GPIO_NR(1, 2), 1097 .usb_sel = IMX_GPIO_NR(1, 7), 1222 .usb_sel = IMX_GPIO_NR(1, 7), 1370 if (gpio_cfg[board].usb_sel) { in setup_iomux_gpio() 1371 gpio_request(gpio_cfg[board].usb_sel, "usb_pcisel"); in setup_iomux_gpio() 1372 gpio_direction_output(gpio_cfg[board].usb_sel, 0); in setup_iomux_gpio() 1497 if (gpio_cfg[board].usb_sel) { in setup_board_gpio() 1498 gpio_direction_output(gpio_cfg[board].usb_sel, in setup_board_gpio()
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4210-i9100.dts | 445 pinctrl-0 = <&max8997_irq>, <&otg_gp>, <&usb_sel>; 729 usb_sel: usb-sel-pins { label
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | maxim,max8997.yaml | 322 pinctrl-0 = <&max8997_irq>, <&otg_gp>, <&usb_sel>;
|
/openbmc/linux/arch/sh/boards/ |
H A D | board-magicpanelr2.c | 230 /* set USB TxRx Control: Reserved, DRV, Reserved, USB_TRANS, USB_SEL */ in mpr2_setup()
|
/openbmc/linux/arch/arm64/boot/dts/hisilicon/ |
H A D | hi6220-hikey.dts | 373 "USB_HUB_RESET_N", "USB_SEL", "HDMI_PD", "WL_REG_ON",
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-gadget.h | 529 /* USB_SEL - bitmasks */
|