Searched +full:vpnl +full:- +full:supply (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/display/panel/panel-dsi-cm.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Tomi Valkeinen <tomi.valkeinen@ti.com>11 - Sebastian Reichel <sre@kernel.org>23 - $ref: panel-common.yaml#29 - enum:30 - motorola,droid4-panel # Panel from Motorola Droid4 phone31 - nokia,himalaya # Panel from Nokia N950 phone[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * omap3-n950.dts - Device Tree file for Nokia N9508 /dts-v1/;10 #include "omap3-n950-n9.dtsi"11 #include <dt-bindings/input/input.h>15 compatible = "nokia,omap3-n950", "ti,omap3630", "ti,omap3";18 compatible = "gpio-keys";23 linux,input-type = <EV_SW>;25 wakeup-source;26 pinctrl-names = "default";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/81 if (ddata->bldev) in dsicm_bl_power()82 backlight = ddata->bldev; in dsicm_bl_power()83 else if (ddata->extbldev) in dsicm_bl_power()84 backlight = ddata->extbldev; in dsicm_bl_power()96 ddata->hw_guard_wait = msecs_to_jiffies(guard_msec); in hw_guard_start()97 ddata->hw_guard_end = jiffies + ddata->hw_guard_wait; in hw_guard_start()102 unsigned long wait = ddata->hw_guard_end - jiffies; in hw_guard_wait()104 if ((long)wait > 0 && wait <= ddata->hw_guard_wait) { in hw_guard_wait()[all …]