Searched +full:ext +full:- +full:vbus +full:- +full:drv (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/clock/maxim,max77686.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/input/input.h>12 #include <dt-bindings/sound/samsung-i2s.h>30 stdout-path = "serial3:115200n8";33 gpio-keys {34 compatible = "gpio-keys";35 pinctrl-names = "default";[all …]
1 // SPDX-License-Identifier: GPL-2.08 /dts-v1/;9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/clock/maxim,max77802.h>13 #include <dt-bindings/regulator/maxim,max77802.h>14 #include <dt-bindings/sound/samsung-i2s.h>16 #include "exynos5420-cpus.dtsi"21 compatible = "google,pit-rev16",[all …]
1 // SPDX-License-Identifier: GPL-2.08 /dts-v1/;9 #include <dt-bindings/input/input.h>10 #include <dt-bindings/gpio/gpio.h>11 #include <dt-bindings/interrupt-controller/irq.h>12 #include <dt-bindings/clock/maxim,max77802.h>13 #include <dt-bindings/regulator/maxim,max77802.h>14 #include <dt-bindings/sound/samsung-i2s.h>16 #include "exynos5420-cpus.dtsi"21 compatible = "google,pi-rev16",[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (C) ST-Ericsson SA 201236 #include "ab8500-bm.h"37 #include "ab8500-chargalg.h"94 /* Lowest charger voltage is 3.39V -> 0x4E */112 /* UsbLineStatus register - usb types */148 /* VBUS input current limits supported in AB8500 in uA */174 * struct ab8500_charger_interrupts - ab8500 interrupts218 * struct ab8500_charger - ab8500 Charger device information220 * @vbus_detected: VBUS detected[all …]
1 // SPDX-License-Identifier: GPL-2.03 * core.c - DesignWare USB3 DRD Controller Core file5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com24 #include <linux/dma-mapping.h>42 #include "../host/xhci-ext-caps.h"47 * dwc3_get_dr_mode - Validates and sets dr_mode53 struct device *dev = dwc->dev; in dwc3_get_dr_mode()56 if (dwc->dr_mode == USB_DR_MODE_UNKNOWN) in dwc3_get_dr_mode()57 dwc->dr_mode = USB_DR_MODE_OTG; in dwc3_get_dr_mode()59 mode = dwc->dr_mode; in dwc3_get_dr_mode()[all …]