Searched refs:gpio_vbus (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/usb/phy/ |
D | phy-gpio-vbus-usb.c | 60 static void set_vbus_draw(struct gpio_vbus_data *gpio_vbus, unsigned mA) in set_vbus_draw() argument 62 struct regulator *vbus_draw = gpio_vbus->vbus_draw; in set_vbus_draw() 69 enabled = gpio_vbus->vbus_draw_enabled; in set_vbus_draw() 76 gpio_vbus->vbus_draw_enabled = 1; in set_vbus_draw() 83 gpio_vbus->vbus_draw_enabled = 0; in set_vbus_draw() 86 gpio_vbus->mA = mA; in set_vbus_draw() 93 vbus = gpio_get_value(pdata->gpio_vbus); in is_vbus_powered() 102 struct gpio_vbus_data *gpio_vbus = in gpio_vbus_work() local 104 struct gpio_vbus_mach_info *pdata = dev_get_platdata(gpio_vbus->dev); in gpio_vbus_work() 107 if (!gpio_vbus->phy.otg->gadget) in gpio_vbus_work() [all …]
|
/linux-4.1.27/include/linux/usb/ |
D | gpio_vbus.h | 27 int gpio_vbus; member
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | magician.c | 507 .gpio_vbus = EGPIO_MAGICIAN_CABLE_STATE_USB, 510 static struct platform_device gpio_vbus = { variable 716 &gpio_vbus,
|
D | hx4700.c | 587 .gpio_vbus = GPIOD14_nUSBC_DETECT, 591 static struct platform_device gpio_vbus = { variable 841 &gpio_vbus,
|
D | mioa701.c | 382 .gpio_vbus = GPIO13_nUSB_DETECT, 681 MIO_SIMPLE_DEV(gpio_vbus, "gpio-vbus", &gpio_vbus_data); 692 &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 | 194 .gpio_vbus = GPIO_NR_PALMTE2_USB_DETECT_N,
|
D | eseries.c | 54 .gpio_vbus = GPIO_E7XX_USB_DISC, 906 .gpio_vbus = GPIO_E800_USB_DISC,
|
D | palm27x.c | 183 palm27x_udc_info.gpio_vbus = vbus; in palm27x_udc_init()
|
D | palmtc.c | 310 .gpio_vbus = GPIO_NR_PALMTC_USB_DETECT_N,
|
D | vpac270.c | 349 .gpio_vbus = GPIO41_VPAC270_UDC_DETECT,
|
D | tosa.c | 248 .gpio_vbus = TOSA_GPIO_USB_IN,
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | mach-smartq.c | 132 .gpio_vbus = S3C64XX_GPL(9),
|