Searched +full:full +full:- +full:pwr +full:- +full:cycle +full:- +full:in +full:- +full:suspend (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Ulf Hansson <ulf.hansson@linaro.org>18 (and the corresponding mmcblkN devices) by defining an alias in the25 "#address-cells":30 "#size-cells":37 broken-cd:42 cd-gpios:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 * Copyright (C) 2007-2008 Pierre Ossman25 #include <linux/mmc/slot-gpio.h>29 #include "slot-gpio.h"40 wakeup_source_unregister(host->ws); in mmc_host_classdev_release()41 ida_simple_remove(&mmc_host_ida, host->index); in mmc_host_classdev_release()62 host->can_retune = 1; in mmc_retune_enable()63 if (host->retune_period) in mmc_retune_enable()64 mod_timer(&host->retune_timer, in mmc_retune_enable()65 jiffies + host->retune_period * HZ); in mmc_retune_enable()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car Gen3 ULCB board10 * SSI-AK461311 * aplay -D plughw:0,0 xxx.wav12 * arecord -D plughw:0,0 xxx.wav13 * SSI-HDMI14 * aplay -D plughw:0,1 xxx.wav17 #include <dt-bindings/gpio/gpio.h>18 #include <dt-bindings/input/input.h>21 model = "Renesas R-Car Gen3 ULCB board";[all …]
1 // SPDX-License-Identifier: GPL-2.08 /dts-v1/;10 #include <dt-bindings/gpio/gpio.h>23 stdout-path = "serial0:115200n8";26 audio_clkout: audio-clkout {29 * but needed to avoid cs2000/rcar_sound probe dead-lock31 compatible = "fixed-clock";32 #clock-cells = <0>;33 clock-frequency = <11289600>;37 compatible = "pwm-backlight";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for common parts of Salvator-X board variants5 * Copyright (C) 2015-2016 Renesas Electronics Corp.9 * SSI-AK461314 * amixer set "DVC In" 100%19 * amixer set "DVC In Mute" on31 #include <dt-bindings/gpio/gpio.h>32 #include <dt-bindings/input/input.h>43 stdout-path = "serial0:115200n8";46 audio_clkout: audio-clkout {[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright (C) 2001-2004 by David Brownell6 /* this file is part of ehci-hcd.c */8 /*-------------------------------------------------------------------------*/16 /*-------------------------------------------------------------------------*/26 return !udev->maxchild && udev->persist_enabled && in persist_enabled_on_companion()27 udev->bus->root_hub->speed < USB_SPEED_HIGH; in persist_enabled_on_companion()41 if (!ehci->owned_ports) in ehci_handover_companion_ports()47 * persist_enabled (by looking through all USB 1.1 buses in the system), in ehci_handover_companion_ports()55 port = HCS_N_PORTS(ehci->hcs_params); in ehci_handover_companion_ports()[all …]