/linux-4.4.14/drivers/input/joystick/ |
D | db9.c | 147 static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, i… in db9_saturn_write_sub() argument 153 c = 0x80 | 0x30 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | data; in db9_saturn_write_sub() 157 c = 0x40 | data << 4 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | 0x03; in db9_saturn_write_sub() 161 c = ((((data & 2) ? 2 : 0) | ((data & 1) ? 4 : 0)) ^ 0x02) | !powered; in db9_saturn_write_sub() 190 static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered) in db9_saturn_read_analog() argument 194 db9_saturn_write_sub(port, type, 0, powered, 0); in db9_saturn_read_analog() 197 db9_saturn_write_sub(port, type, 2, powered, 0); in db9_saturn_read_analog() 207 …igned char db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, int powered) in db9_saturn_read_packet() argument 212 db9_saturn_write_sub(port, type, 3, powered, 0); in db9_saturn_read_packet() 220 db9_saturn_write_sub(port, type, 0, powered, 1); in db9_saturn_read_packet() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | tlv320aic3x.txt | 24 1 - MICBIAS output is powered to 2.0V, 25 2 - MICBIAS output is powered to 2.5V, 28 is powered down.
|
D | tlv320aic31xx.txt | 25 1 or MICBIAS_2_0V - MICBIAS output is powered to 2.0V 26 2 or MICBIAS_2_5V - MICBIAS output is powered to 2.5V
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-input-axp-pek | 4 Description: Startup time in us. Board is powered on if the button is pressed 10 Description: Shutdown time in us. Board is powered off if the button is pressed
|
D | sysfs-bus-usb-devices-usbsevseg | 1 Where: /sys/bus/usb/.../powered 5 Description: Controls whether the device's display will powered.
|
D | sysfs-driver-samsung-laptop | 36 when your laptop is powered off.
|
D | sysfs-driver-hid-roccat-kone | 71 that's active when the mouse is powered on.
|
D | sysfs-power | 50 the system will be powered off.
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 7 powered up and causes a popping noise on the speakers). 10 because the components within the subsystem are being dynamically powered 37 playback in that components are powered in a sequence depending upon stream
|
D | dapm.txt | 146 powered. e.g. 278 powered only when the spk is in use.
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbsevseg.c | 42 u8 powered; member 71 if (mydev->powered && !mydev->has_interface_pm) { in update_display_powered() 86 (0x00 * 0x100) + (mydev->powered ? 1 : 0), in update_display_powered() 93 if (!mydev->powered && mydev->has_interface_pm) { in update_display_powered() 323 MYDEV_ATTR_SIMPLE_UNSIGNED(powered, update_display_powered);
|
/linux-4.4.14/drivers/platform/x86/ |
D | toshiba_bluetooth.c | 38 bool powered; member 156 bt_dev->powered = (status & BT_POWER_MASK) ? true : false; in toshiba_bluetooth_sync_status() 159 status, bt_dev->killswitch, bt_dev->plugged, bt_dev->powered); in toshiba_bluetooth_sync_status()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dvb-usb-init.c | 218 d->powered++; in dvb_usb_device_power_ctrl() 220 d->powered--; in dvb_usb_device_power_ctrl() 222 …if (d->powered == 0 || (onoff && d->powered == 1)) { /* when switching from 1 to 0 or from 0 to 1 … in dvb_usb_device_power_ctrl()
|
D | dvb-usb.h | 433 int powered; member
|
/linux-4.4.14/drivers/nfc/ |
D | mei_phy.c | 338 if (phy->powered == 1) in nfc_mei_phy_enable() 366 phy->powered = 1; in nfc_mei_phy_enable() 371 phy->powered = 0; in nfc_mei_phy_enable() 384 phy->powered = 0; in nfc_mei_phy_disable()
|
D | mei_phy.h | 43 int powered; member
|
/linux-4.4.14/Documentation/w1/slaves/ |
D | w1_therm | 31 Parasite powered devices are limited to one slave performing a 33 powered it would be possible to convert all the devices at the same 41 command to check if there are pariste powered devices on the bus.
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | adv7511.c | 30 bool powered; member 389 adv7511->powered = true; in adv7511_power_on() 400 adv7511->powered = false; in adv7511_power_off() 569 if (!adv7511->powered) { in adv7511_get_modes() 581 if (!adv7511->powered) in adv7511_get_modes() 634 if (status == connector_status_connected && hpd && adv7511->powered) { in adv7511_encoder_detect() 871 adv7511->powered = false; in adv7511_probe()
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_bcm.c | 146 static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) in bcm_gpio_set_power() argument 148 if (powered && !IS_ERR(dev->clk) && !dev->clk_enabled) in bcm_gpio_set_power() 151 gpiod_set_value(dev->shutdown, powered); in bcm_gpio_set_power() 152 gpiod_set_value(dev->device_wakeup, powered); in bcm_gpio_set_power() 154 if (!powered && !IS_ERR(dev->clk) && dev->clk_enabled) in bcm_gpio_set_power() 157 dev->clk_enabled = powered; in bcm_gpio_set_power()
|
D | hci_intel.c | 305 static int intel_set_power(struct hci_uart *hu, bool powered) in intel_set_power() argument 328 hu, dev_name(&idev->pdev->dev), powered); in intel_set_power() 330 gpiod_set_value(idev->reset, powered); in intel_set_power() 338 idev->hu = powered ? hu : NULL; in intel_set_power() 344 if (powered && device_can_wakeup(&idev->pdev->dev)) { in intel_set_power() 363 } else if (!powered && device_may_wakeup(&idev->pdev->dev)) { in intel_set_power()
|
/linux-4.4.14/drivers/nfc/st-nci/ |
D | ndlc.c | 62 ndlc->powered = 1; in ndlc_open() 80 ndlc->powered = 0; in ndlc_close() 281 ndlc->powered = 0; in ndlc_probe()
|
D | ndlc.h | 52 int powered; member
|
D | i2c.c | 70 if (phy->ndlc->powered == 0 && phy->irq_active == 0) { in st_nci_i2c_enable() 193 if (!phy->ndlc->powered) { in st_nci_irq_thread_fn()
|
D | spi.c | 71 if (phy->ndlc->powered == 0 && phy->irq_active == 0) { in st_nci_spi_enable() 208 if (!phy->ndlc->powered) { in st_nci_irq_thread_fn()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | kirkwood-nas2big.dts | 43 /* The on-chip RTC is not powered (no supercap). */ 106 * be kept powered, even when the SoC is off.
|
D | rk3288-veyron.dtsi | 252 * powered together. To simplify the logic in the dts 254 * powered from vcc33_pmuio. In fact, on later boards 314 powered-while-suspended;
|
D | sun8i-q8-common.dtsi | 59 /* backlight is powered by AXP223 DC1SW */
|
D | dove-sbc-a510.dts | 104 * USB port 0 can be powered and monitored by I2C GPIO expander:
|
D | tegra114-tn7.dts | 261 /* As of now, USB devices need to be powered externally */
|
D | tegra114-roth.dts | 979 /* External USB port (must be powered) */ 991 /* As of now, USB devices need to be powered externally */
|
/linux-4.4.14/drivers/input/mouse/ |
D | hgpk.c | 769 priv->powered = 1; in hgpk_reconnect() 777 return sprintf(buf, "%d\n", priv->powered); in hgpk_show_powered() 794 if (value != priv->powered) { in hgpk_set_powered() 801 priv->powered = value; in hgpk_set_powered() 807 __PSMOUSE_DEFINE_ATTR(powered, S_IWUSR | S_IRUGO, NULL, 997 priv->powered = true; in hgpk_init()
|
D | hgpk.h | 38 bool powered; member
|
/linux-4.4.14/drivers/nfc/st21nfca/ |
D | i2c.c | 87 int powered; member 158 phy->powered = 1; in st21nfca_hci_i2c_enable() 173 phy->powered = 0; in st21nfca_hci_i2c_disable() 667 if (phy->powered) in st21nfca_hci_i2c_remove()
|
/linux-4.4.14/drivers/gpu/drm/amd/include/ |
D | cgs_common.h | 452 enum cgs_engine engine, int powered); 611 #define cgs_pm_request_engine(dev,request,engine,powered) \ argument 612 CGS_CALL(pm_request_engine,dev,request,engine,powered)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/rockchip/ |
D | smp-sram.txt | 5 of the cores. Once the core gets powered up it executes the code that is
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/exynos/ |
D | smp-sysram.txt | 5 of the secondary cores. Once the core gets powered up it executes the
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | ste-u300.txt | 26 syscon registers to set the board as self-powered.
|
D | twd.txt | 24 - always-on : a boolean property. If present, the timer is powered through
|
D | arch_timer.txt | 25 - always-on : a boolean property. If present, the timer is powered through an
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-omap.txt | 26 - ti,gpio-always-on: Indicates if a GPIO bank is always powered and
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 10 powered down. For more information on how this works, please look 23 4) Any peripherals that are going to be powered down at the same
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 17 activated for the bus to be powered. 67 activated for the bus to be powered.
|
D | exynos-usb.txt | 25 needs to be pulled up for the bus to be powered.
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/rockchip/ |
D | power_domain.txt | 4 powered up/down by software based on different application scenes to save power.
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 17 internal PLL 1 circuit to be powered down and the
|
/linux-4.4.14/drivers/staging/olpc_dcon/ |
D | Kconfig | 13 completely powered off while still retaining an image on the display.
|
/linux-4.4.14/drivers/media/i2c/ |
D | adv7180.c | 196 bool powered; member 480 state->powered = on; in adv7180_s_power() 1203 state->powered = true; in adv7180_probe() 1205 state->powered = false; in adv7180_probe() 1314 ret = adv7180_set_power(state, state->powered); in adv7180_resume()
|
/linux-4.4.14/Documentation/usb/ |
D | misc_usbsevseg.txt | 28 echo 1 > /sys/bus/usb/.../powered
|
D | power-management.txt | 317 If the device is disconnected or powered down while it is suspended, 644 While a superspeed port is powered off a device may downgrade its 648 1/ Port suspend is sequenced to guarantee that hi-speed ports are powered-off 670 '1' the port will remain active/powered regardless of 687 to keep such a port powered to handle new device 705 powered-off at all times.
|
D | proc_usb_info.txt | 217 rather differently. For example, a bus-powered configuration 218 might be much less capable than one that is self-powered. Only
|
D | mass-storage.txt | 111 Note that this may mean that if the device is powered from USB and
|
/linux-4.4.14/drivers/gpu/drm/panel/ |
D | Kconfig | 17 a GPIO to be powered up. Optionally a backlight can be attached so
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas-memory-controllers.txt | 10 domains, and prevent these PM domains from being powered down, which would
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | i2c.c | 187 int powered; member 264 phy->powered = 1; in pn544_hci_i2c_enable() 283 phy->powered = 0; in pn544_hci_i2c_disable() 1139 if (phy->powered) in pn544_hci_i2c_remove()
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | renesas,bsc.txt | 12 containing the BSC must be powered on, and the functional clock
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/ |
D | xilfpga.txt | 13 The example project runs on the Nexys4DDR board by Digilent powered by
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | pd-samsung.txt | 18 all domains which are powered on and off and not required for unused
|
D | power_domain.txt | 25 Some power domains might be powered from another power domain (or have
|
/linux-4.4.14/sound/soc/ |
D | Kconfig | 17 ASoC provides power efficient ALSA support for embedded battery powered
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-udc | 89 states are: 'not-attached', 'attached', 'powered',
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | tps6507x.txt | 19 If some of input supply is powered through battery or always-on
|
D | tps65910.txt | 31 If some of input supply is powered through battery or always-on supply then
|
/linux-4.4.14/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-kovaplus | 18 The profile that's active when powered down is the same that's 19 active when the mouse is powered on.
|
D | sysfs-driver-hid-roccat-koneplus | 7 profile that's active when the mouse is powered on next time. 18 profile that's active when the mouse is powered on next time.
|
D | sysfs-driver-hid-roccat-savu | 64 that's active when the mouse is powered on next time.
|
D | sysfs-driver-hid-roccat-konepure | 7 that's active when the mouse is powered on next time.
|
D | sysfs-driver-hid-roccat-pyra | 120 that's active when the mouse is powered on.
|
D | sysfs-driver-hid-roccat-isku | 7 profile that's active when the device is powered on next time.
|
D | sysfs-driver-hid-roccat-ryos | 15 that's active when the device is powered on next time.
|
/linux-4.4.14/kernel/time/ |
D | Kconfig | 167 The default value will be fine in most cases. Battery-powered 175 battery-powered systems.
|
/linux-4.4.14/Documentation/devicetree/bindings/rtc/ |
D | isil,isl12057.txt | 12 to the SoC but to a PMIC. It allows the device to be powered up when
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | dvb_usb.h | 378 int powered; member
|
D | dvb_usb_core.c | 549 d->powered++; in dvb_usbv2_device_power_ctrl() 551 d->powered--; in dvb_usbv2_device_power_ctrl() 553 if (d->powered == 0 || (onoff && d->powered == 1)) { in dvb_usbv2_device_power_ctrl()
|
/linux-4.4.14/Documentation/video4linux/ |
D | cpia2_overview.txt | 23 section is always powered on when the camera is plugged in. It contains
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 105 bool powered; member 1588 if (hdata->powered) in hdmi_enable() 1591 hdata->powered = true; in hdmi_enable() 1614 if (!hdata->powered) in hdmi_disable() 1647 hdata->powered = false; in hdmi_disable()
|
/linux-4.4.14/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 63 DOWN: The CPU or cluster is not coherent, and is either powered off or 64 suspended, or is ready to be powered off or suspended. 262 cluster can actually be powered down. 393 the cluster is not really going to be powered down.
|
/linux-4.4.14/Documentation/spi/ |
D | butterfly | 7 battery powered card with an AVR microcontroller and lots of goodies:
|
/linux-4.4.14/Documentation/ |
D | remoteproc.txt | 33 If the remote processor is already powered on, this function immediately 78 * our remote processor is now powered on... give it some work 200 requires before it should be powered on, such as allocation of physically
|
D | IPMI.txt | 74 IPMI systems can often be powered off using IPMI commands. Select 76 can be powered off by IPMI. It is safe to enable this even if your
|
D | devices.txt | 1952 114 block IDE BIOS powered software RAID interfaces such as the
|
/linux-4.4.14/drivers/gpio/ |
D | Kconfig | 533 powered by the core power rail and are turned off during sleep 534 modes (S3 and higher). The remaining four GPIOs are powered by 536 active during S3. The suspend powered GPIOs can be used to wake the 539 The Intel Tunnel Creek processor has 5 GPIOs powered by the 543 Twenty-one are powered by the core power rail and 9 from the 546 The Intel Quark X1000 SoC has 2 GPIOs powered by the core
|
/linux-4.4.14/Documentation/scsi/ |
D | qlogicfas.txt | 43 devices may not have been just powered up, or if you are restarting
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra124-xusb-padctl.txt | 6 associated PHY that must be powered up before the pad can be used.
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | Kconfig | 11 powered up and running.
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 219 physically removing or inserting CPUs, the CPUs are not actually powered 227 powered off, during restore it becomes necessary to apply the microcode
|
D | power_supply_class.txt | 166 externally powered or not.
|
D | userland-swsusp.txt | 153 system MUST be powered off or rebooted after the snapshot
|
D | freezing-of-tasks.txt | 109 hibernation image has been created and before the system is finally powered off.
|
D | devices.txt | 58 is cleanly powered down and reactivated without data or service loss. 457 while the system was powered down, whenever that's physically possible.
|
D | pci.txt | 603 After saving the image, devices need to be powered down before the system can 791 is about to be powered off after saving a hibernation image to a persistent
|
/linux-4.4.14/drivers/video/backlight/ |
D | as3711_bl.c | 30 bool powered; member
|
/linux-4.4.14/kernel/power/ |
D | Kconfig | 7 powered and thus its contents are preserved, such as the 241 techniques. This is mostly useful for battery powered laptops with
|
/linux-4.4.14/Documentation/timers/ |
D | NO_HZ.txt | 51 excessive power consumption. This is especially bad on battery-powered 71 both to battery-powered devices and to highly virtualized mainframes. 72 A battery-powered device running a CONFIG_HZ_PERIODIC=y kernel would
|
/linux-4.4.14/Documentation/networking/ |
D | iphase.txt | 45 connected to the switch properly when the system is powered up.
|
D | README.ipw2100 | 213 radio. Once powered down, the radio remains in that state for a given
|
D | arcnet-hardware.txt | 115 they are powered and contain electronics to amplify the signal and send it
|
/linux-4.4.14/drivers/iio/dac/ |
D | Kconfig | 47 Say yes here to build support for Analog Devices AD5421 loop-powered
|
/linux-4.4.14/Documentation/dvb/ |
D | faq.txt | 7 are powered down if they are unused (i.e. if the frontend device
|
/linux-4.4.14/Documentation/i2c/ |
D | slave-interface | 142 should use pm_runtime_forbid() because your device usually needs to be powered
|
/linux-4.4.14/Documentation/power/regulator/ |
D | consumer.txt | 64 consumers will be powered off.
|
/linux-4.4.14/Documentation/thermal/ |
D | cpu-cooling-api.txt | 155 each CPU can be powered OFF separately or if only a single power
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig | 169 its optimisation for better suitability in a battery powered
|
/linux-4.4.14/Documentation/hid/ |
D | hid-sensor.txt | 216 Once enabled and powered on, sensor can report value using HID reports.
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_cgs.c | 466 enum cgs_engine engine, int powered) in amdgpu_cgs_pm_request_engine() argument
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig | 240 tracked, even when system is powered down. This is available on-chip
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | governors.txt | 199 CPU. This behaviour more suitable in a battery powered environment.
|
/linux-4.4.14/drivers/rtc/ |
D | Kconfig | 48 sleep states. Do not specify an RTC here unless it stays powered 1272 this is powered by the backup power supply. 1282 (General Purpose Backup Registers) block powered when the device
|
/linux-4.4.14/firmware/keyspan_pda/ |
D | keyspan_pda.S | 474 ;; are we self-powered? no. can we do remote wakeup? no
|
D | xircom_pgs.S | 512 ;; are we self-powered? no. can we do remote wakeup? no
|
/linux-4.4.14/drivers/spi/ |
D | Kconfig | 170 inexpensive battery powered microcontroller evaluation board.
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 1434 int mgmt_powered(struct hci_dev *hdev, u8 powered);
|
/linux-4.4.14/drivers/regulator/ |
D | Kconfig | 665 for battery-powered portable applications.
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 347 on when the CPUs are powered on. Generally, CPUs on the same die will share
|
D | api.txt | 2568 Depends on KVM_CAP_ARM_PSCI. If not set, the CPU will be powered on
|
/linux-4.4.14/Documentation/blockdev/ |
D | README.DAC960 | 358 is flushed to disk before the system is powered off by a command to a UPS.
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio.txt | 592 chip, too. It means that the HD-audio controller is also powered up /
|
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 7674 int mgmt_powered(struct hci_dev *hdev, u8 powered) in mgmt_powered() argument 7683 if (powered) { in mgmt_powered()
|
/linux-4.4.14/init/ |
D | Kconfig | 706 callback invocation to energy-efficient CPUs in battery-powered
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 1260 is powered on. These cards actually behave just like they have jumpers
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 47 system, and is if necessary powered on.
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2184 techniques. This is mostly useful for battery powered laptops with
|