/linux-4.1.27/drivers/input/joystick/ |
D | db9.c | 146 static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, i… in db9_saturn_write_sub() argument 152 c = 0x80 | 0x30 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | data; in db9_saturn_write_sub() 156 c = 0x40 | data << 4 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | 0x03; in db9_saturn_write_sub() 160 c = ((((data & 2) ? 2 : 0) | ((data & 1) ? 4 : 0)) ^ 0x02) | !powered; in db9_saturn_write_sub() 189 static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered) in db9_saturn_read_analog() argument 193 db9_saturn_write_sub(port, type, 0, powered, 0); in db9_saturn_read_analog() 196 db9_saturn_write_sub(port, type, 2, powered, 0); in db9_saturn_read_analog() 206 …igned char db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, int powered) in db9_saturn_read_packet() argument 211 db9_saturn_write_sub(port, type, 3, powered, 0); in db9_saturn_read_packet() 219 db9_saturn_write_sub(port, type, 0, powered, 1); in db9_saturn_read_packet() [all …]
|
/linux-4.1.27/drivers/nfc/ |
D | mei_phy.c | 58 if (phy->powered == 1) in nfc_mei_phy_enable() 71 phy->powered = 0; in nfc_mei_phy_enable() 76 phy->powered = 1; in nfc_mei_phy_enable() 90 phy->powered = 0; in nfc_mei_phy_disable()
|
D | mei_phy.h | 14 int powered; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | toshiba_bluetooth.c | 107 bool powered; in toshiba_bluetooth_enable() local 121 powered = (status & BT_POWER_MASK) ? true : false; in toshiba_bluetooth_enable() 131 if (powered || plugged) in toshiba_bluetooth_enable()
|
/linux-4.1.27/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.1.27/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-hid-roccat-kovaplus | 8 The profile that's active when powered down is the same that's 9 active when the mouse is powered on.
|
D | sysfs-driver-samsung-laptop | 36 when your laptop is powered off.
|
D | sysfs-driver-hid-roccat-savu | 64 that's active when the mouse is powered on next time.
|
D | sysfs-driver-hid-roccat-koneplus | 7 profile that's active when the mouse is powered on next time.
|
D | sysfs-driver-hid-roccat-kone | 71 that's active when the mouse is powered on.
|
D | sysfs-driver-hid-roccat-konepure | 7 that's active when the mouse is powered on next time.
|
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.
|
D | sysfs-power | 50 the system will be powered off.
|
/linux-4.1.27/drivers/nfc/st21nfcb/ |
D | i2c.c | 56 int powered; member 73 phy->powered = 1; in st21nfcb_nci_i2c_enable() 83 phy->powered = 0; in st21nfcb_nci_i2c_disable() 206 if (!phy->powered) { in st21nfcb_nci_irq_thread_fn()
|
/linux-4.1.27/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.1.27/Documentation/w1/slaves/ |
D | w1_therm | 29 Parasite powered devices are limited to one slave performing a 31 powered it would be possible to convert all the devices at the same 39 command to check if there are pariste powered devices on the bus.
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/exynos/ |
D | exynos_mixer.c | 80 bool powered; member 902 if (!mixer_ctx->powered) { in mixer_enable_vblank() 930 if (!mixer_ctx->powered) { in mixer_win_commit() 953 if (!mixer_ctx->powered) { in mixer_win_disable() 977 if (!mixer_ctx->powered) { in mixer_wait_for_vblank() 1035 if (ctx->powered) { in mixer_poweron() 1053 ctx->powered = true; in mixer_poweron() 1069 if (!ctx->powered) { in mixer_poweroff() 1082 ctx->powered = false; in mixer_poweroff()
|
D | exynos_hdmi.c | 190 bool powered; member 2026 if (!hdata->powered) { in hdmi_commit() 2040 if (hdata->powered) { in hdmi_poweron() 2045 hdata->powered = true; in hdmi_poweron() 2070 if (!hdata->powered) in hdmi_poweroff() 2093 hdata->powered = false; in hdmi_poweroff()
|
/linux-4.1.27/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 | 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.1.27/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.1.27/drivers/nfc/st21nfca/ |
D | i2c.c | 87 int powered; member 157 phy->powered = 1; in st21nfca_hci_i2c_enable() 172 phy->powered = 0; in st21nfca_hci_i2c_disable() 666 if (phy->powered) in st21nfca_hci_i2c_remove()
|
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 10 activated for the bus to be powered. 50 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.1.27/Documentation/devicetree/bindings/arm/ |
D | ste-u300.txt | 26 syscon registers to set the board as self-powered.
|
D | arch_timer.txt | 25 - always-on : a boolean property. If present, the timer is powered through an
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/exynos/ |
D | smp-sysram.txt | 5 of the secondary cores. Once the core gets powered up it executes the
|
D | power_domain.txt | 18 all domains which are powered on and off and not required for unused
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-omap.txt | 26 - ti,gpio-always-on: Indicates if a GPIO bank is always powered and
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/panel/ |
D | Kconfig | 17 a GPIO to be powered up. Optionally a backlight can be attached so
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | Kconfig | 13 completely powered off while still retaining an image on the display.
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 17 internal PLL 1 circuit to be powered down and the
|
/linux-4.1.27/drivers/media/i2c/ |
D | adv7180.c | 195 bool powered; member 479 state->powered = on; in adv7180_s_power() 1202 state->powered = true; in adv7180_probe() 1204 state->powered = false; in adv7180_probe() 1313 ret = adv7180_set_power(state, state->powered); in adv7180_resume()
|
/linux-4.1.27/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, 632 While a superspeed port is powered off a device may downgrade its 636 1/ Port suspend is sequenced to guarantee that hi-speed ports are powered-off 658 '1' the port will remain active/powered regardless of 675 to keep such a port powered to handle new device 693 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.1.27/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.1.27/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() 1160 if (phy->powered) in pn544_hci_i2c_remove()
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | renesas,bsc.txt | 12 containing the BSC must be powered on, and the functional clock
|
/linux-4.1.27/sound/soc/ |
D | Kconfig | 18 ASoC provides power efficient ALSA support for embedded battery powered
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-udc | 89 states are: 'not-attached', 'attached', 'powered',
|
/linux-4.1.27/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.1.27/kernel/time/ |
D | Kconfig | 169 The default value will be fine in most cases. Battery-powered 177 battery-powered systems.
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-koneplus | 7 profile that's active when the mouse is powered on next time.
|
D | sysfs-driver-hid-roccat-pyra | 70 that's active when the mouse is powered on.
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | power_domain.txt | 25 Some power domains might be powered from another power domain (or have
|
/linux-4.1.27/Documentation/video4linux/ |
D | cpia2_overview.txt | 23 section is always powered on when the camera is plugged in. It contains
|
/linux-4.1.27/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.1.27/Documentation/spi/ |
D | butterfly | 7 battery powered card with an AVR microcontroller and lots of goodies:
|
/linux-4.1.27/Documentation/ |
D | remoteproc.txt | 33 If the remote processor is already powered on, this function immediately 72 * our remote processor is now powered on... give it some work 194 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.1.27/drivers/gpio/ |
D | Kconfig | 358 powered by the core power rail and are turned off during sleep 359 modes (S3 and higher). The remaining four GPIOs are powered by 361 active during S3. The suspend powered GPIOs can be used to wake the 364 The Intel Tunnel Creek processor has 5 GPIOs powered by the 368 Twenty-one are powered by the core power rail and 9 from the 371 The Intel Quark X1000 SoC has 2 GPIOs powered by the core
|
/linux-4.1.27/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.1.27/Documentation/scsi/ |
D | qlogicfas.txt | 43 devices may not have been just powered up, or if you are restarting
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | Kconfig | 11 powered up and running.
|
/linux-4.1.27/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. 450 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.1.27/kernel/power/ |
D | Kconfig | 7 powered and thus its contents are preserved, such as the 231 techniques. This is mostly useful for battery powered laptops with
|
/linux-4.1.27/drivers/video/backlight/ |
D | as3711_bl.c | 30 bool powered; member
|
/linux-4.1.27/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.1.27/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.1.27/drivers/iio/dac/ |
D | Kconfig | 47 Say yes here to build support for Analog Devices AD5421 loop-powered
|
/linux-4.1.27/Documentation/dvb/ |
D | faq.txt | 7 are powered down if they are unused (i.e. if the frontend device
|
/linux-4.1.27/Documentation/power/regulator/ |
D | consumer.txt | 64 consumers will be powered off.
|
/linux-4.1.27/Documentation/i2c/ |
D | slave-interface | 134 should use pm_runtime_forbid() because your device usually needs to be powered
|
/linux-4.1.27/drivers/cpufreq/ |
D | Kconfig | 169 its optimisation for better suitability in a battery powered
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 216 Once enabled and powered on, sensor can report value using HID reports.
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig | 240 tracked, even when system is powered down. This is available on-chip
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | governors.txt | 199 CPU. This behaviour more suitable in a battery powered environment.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hda_codec.txt | 68 belonging codecs on the bus whether they are actually powered off
|
D | HD-Audio.txt | 592 chip, too. It means that the HD-audio controller is also powered up /
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 56 sleep states. Do not specify an RTC here unless it stays powered 1249 this is powered by the backup power supply. 1259 (General Purpose Backup Registers) block powered when the device
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci_core.h | 1350 int mgmt_powered(struct hci_dev *hdev, u8 powered);
|
/linux-4.1.27/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.1.27/drivers/spi/ |
D | Kconfig | 158 inexpensive battery powered microcontroller evaluation board.
|
/linux-4.1.27/drivers/regulator/ |
D | Kconfig | 630 for battery-powered portable applications.
|
/linux-4.1.27/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 | 2532 Depends on KVM_CAP_ARM_PSCI. If not set, the CPU will be powered on
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 358 is flushed to disk before the system is powered off by a command to a UPS.
|
/linux-4.1.27/net/bluetooth/ |
D | mgmt.c | 7436 int mgmt_powered(struct hci_dev *hdev, u8 powered) in mgmt_powered() argument 7445 if (powered) { in mgmt_powered()
|
/linux-4.1.27/init/ |
D | Kconfig | 727 callback invocation to energy-efficient CPUs in battery-powered
|
/linux-4.1.27/Documentation/sound/oss/ |
D | README.OSS | 1260 is powered on. These cards actually behave just like they have jumpers
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 47 system, and is if necessary powered on.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2094 techniques. This is mostly useful for battery powered laptops with
|