Searched refs:gpio_vbus (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/usb/phy/ |
D | phy-gpio-vbus-usb.c | 57 static void set_vbus_draw(struct gpio_vbus_data *gpio_vbus, unsigned mA) in set_vbus_draw() argument 59 struct regulator *vbus_draw = gpio_vbus->vbus_draw; in set_vbus_draw() 66 enabled = gpio_vbus->vbus_draw_enabled; in set_vbus_draw() 73 gpio_vbus->vbus_draw_enabled = 1; in set_vbus_draw() 80 gpio_vbus->vbus_draw_enabled = 0; in set_vbus_draw() 83 gpio_vbus->mA = mA; in set_vbus_draw() 90 vbus = gpio_get_value(pdata->gpio_vbus); in is_vbus_powered() 99 struct gpio_vbus_data *gpio_vbus = in gpio_vbus_work() local 101 struct gpio_vbus_mach_info *pdata = dev_get_platdata(gpio_vbus->dev); in gpio_vbus_work() 104 if (!gpio_vbus->phy.otg->gadget) in gpio_vbus_work() [all …]
|
/Linux-v4.19/include/linux/usb/ |
D | gpio_vbus.h | 28 int gpio_vbus; member
|
/Linux-v4.19/arch/arm/mach-pxa/ |
D | mioa701.c | 385 .gpio_vbus = GPIO13_nUSB_DETECT, 680 MIO_SIMPLE_DEV(gpio_vbus, "gpio-vbus", &gpio_vbus_data); 690 &gpio_vbus,
|
D | hx4700.c | 586 .gpio_vbus = GPIOD14_nUSBC_DETECT, 590 static struct platform_device gpio_vbus = { variable 841 &gpio_vbus,
|
D | magician.c | 514 .gpio_vbus = EGPIO_MAGICIAN_CABLE_VBUS, 517 static struct platform_device gpio_vbus = { variable 942 &gpio_vbus,
|
D | gumstix.c | 111 .gpio_vbus = GPIO_GUMSTIX_USB_GPIOn,
|
D | colibri-pxa320.c | 151 .gpio_vbus = mfp_to_gpio(MFP_PIN_GPIO96),
|
D | palmte2.c | 198 .gpio_vbus = GPIO_NR_PALMTE2_USB_DETECT_N,
|
D | eseries.c | 55 .gpio_vbus = GPIO_E7XX_USB_DISC, 892 .gpio_vbus = GPIO_E800_USB_DISC,
|
D | palm27x.c | 184 palm27x_udc_info.gpio_vbus = vbus; in palm27x_udc_init()
|
D | palmtc.c | 315 .gpio_vbus = GPIO_NR_PALMTC_USB_DETECT_N,
|
D | vpac270.c | 350 .gpio_vbus = GPIO41_VPAC270_UDC_DETECT,
|
D | tosa.c | 248 .gpio_vbus = TOSA_GPIO_USB_IN,
|
/Linux-v4.19/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 128 .gpio_vbus = S3C64XX_GPL(9),
|