Home
last modified time | relevance | path

Searched refs:powered (Results 1 – 121 of 121) sorted by relevance

/linux-4.4.14/drivers/input/joystick/
Ddb9.c147 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/
Dtlv320aic3x.txt24 1 - MICBIAS output is powered to 2.0V,
25 2 - MICBIAS output is powered to 2.5V,
28 is powered down.
Dtlv320aic31xx.txt25 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/
Dsysfs-driver-input-axp-pek4 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
Dsysfs-bus-usb-devices-usbsevseg1 Where: /sys/bus/usb/.../powered
5 Description: Controls whether the device's display will powered.
Dsysfs-driver-samsung-laptop36 when your laptop is powered off.
Dsysfs-driver-hid-roccat-kone71 that's active when the mouse is powered on.
Dsysfs-power50 the system will be powered off.
/linux-4.4.14/Documentation/sound/alsa/soc/
Dpops_clicks.txt7 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
Ddapm.txt146 powered. e.g.
278 powered only when the spk is in use.
/linux-4.4.14/drivers/usb/misc/
Dusbsevseg.c42 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/
Dtoshiba_bluetooth.c38 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/
Ddvb-usb-init.c218 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()
Ddvb-usb.h433 int powered; member
/linux-4.4.14/drivers/nfc/
Dmei_phy.c338 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()
Dmei_phy.h43 int powered; member
/linux-4.4.14/Documentation/w1/slaves/
Dw1_therm31 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/
Dadv7511.c30 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/
Dhci_bcm.c146 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()
Dhci_intel.c305 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/
Dndlc.c62 ndlc->powered = 1; in ndlc_open()
80 ndlc->powered = 0; in ndlc_close()
281 ndlc->powered = 0; in ndlc_probe()
Dndlc.h52 int powered; member
Di2c.c70 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()
Dspi.c71 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/
Dkirkwood-nas2big.dts43 /* The on-chip RTC is not powered (no supercap). */
106 * be kept powered, even when the SoC is off.
Drk3288-veyron.dtsi252 * powered together. To simplify the logic in the dts
254 * powered from vcc33_pmuio. In fact, on later boards
314 powered-while-suspended;
Dsun8i-q8-common.dtsi59 /* backlight is powered by AXP223 DC1SW */
Ddove-sbc-a510.dts104 * USB port 0 can be powered and monitored by I2C GPIO expander:
Dtegra114-tn7.dts261 /* As of now, USB devices need to be powered externally */
Dtegra114-roth.dts979 /* External USB port (must be powered) */
991 /* As of now, USB devices need to be powered externally */
/linux-4.4.14/drivers/input/mouse/
Dhgpk.c769 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()
Dhgpk.h38 bool powered; member
/linux-4.4.14/drivers/nfc/st21nfca/
Di2c.c87 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/
Dcgs_common.h452 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/
Dsmp-sram.txt5 of the cores. Once the core gets powered up it executes the code that is
/linux-4.4.14/Documentation/devicetree/bindings/arm/exynos/
Dsmp-sysram.txt5 of the secondary cores. Once the core gets powered up it executes the
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dste-u300.txt26 syscon registers to set the board as self-powered.
Dtwd.txt24 - always-on : a boolean property. If present, the timer is powered through
Darch_timer.txt25 - always-on : a boolean property. If present, the timer is powered through an
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-omap.txt26 - ti,gpio-always-on: Indicates if a GPIO bank is always powered and
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt10 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/
Datmel-usb.txt17 activated for the bus to be powered.
67 activated for the bus to be powered.
Dexynos-usb.txt25 needs to be pulled up for the bus to be powered.
/linux-4.4.14/Documentation/devicetree/bindings/soc/rockchip/
Dpower_domain.txt4 powered up/down by software based on different application scenes to save power.
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt17 internal PLL 1 circuit to be powered down and the
/linux-4.4.14/drivers/staging/olpc_dcon/
DKconfig13 completely powered off while still retaining an image on the display.
/linux-4.4.14/drivers/media/i2c/
Dadv7180.c196 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/
Dmisc_usbsevseg.txt28 echo 1 > /sys/bus/usb/.../powered
Dpower-management.txt317 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.
Dproc_usb_info.txt217 rather differently. For example, a bus-powered configuration
218 might be much less capable than one that is self-powered. Only
Dmass-storage.txt111 Note that this may mean that if the device is powered from USB and
/linux-4.4.14/drivers/gpu/drm/panel/
DKconfig17 a GPIO to be powered up. Optionally a backlight can be attached so
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt10 domains, and prevent these PM domains from being powered down, which would
/linux-4.4.14/drivers/nfc/pn544/
Di2c.c187 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/
Drenesas,bsc.txt12 containing the BSC must be powered on, and the functional clock
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/
Dxilfpga.txt13 The example project runs on the Nexys4DDR board by Digilent powered by
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dpd-samsung.txt18 all domains which are powered on and off and not required for unused
Dpower_domain.txt25 Some power domains might be powered from another power domain (or have
/linux-4.4.14/sound/soc/
DKconfig17 ASoC provides power efficient ALSA support for embedded battery powered
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-class-udc89 states are: 'not-attached', 'attached', 'powered',
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtps6507x.txt19 If some of input supply is powered through battery or always-on
Dtps65910.txt31 If some of input supply is powered through battery or always-on supply then
/linux-4.4.14/Documentation/ABI/obsolete/
Dsysfs-driver-hid-roccat-kovaplus18 The profile that's active when powered down is the same that's
19 active when the mouse is powered on.
Dsysfs-driver-hid-roccat-koneplus7 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.
Dsysfs-driver-hid-roccat-savu64 that's active when the mouse is powered on next time.
Dsysfs-driver-hid-roccat-konepure7 that's active when the mouse is powered on next time.
Dsysfs-driver-hid-roccat-pyra120 that's active when the mouse is powered on.
Dsysfs-driver-hid-roccat-isku7 profile that's active when the device is powered on next time.
Dsysfs-driver-hid-roccat-ryos15 that's active when the device is powered on next time.
/linux-4.4.14/kernel/time/
DKconfig167 The default value will be fine in most cases. Battery-powered
175 battery-powered systems.
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Disil,isl12057.txt12 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/
Ddvb_usb.h378 int powered; member
Ddvb_usb_core.c549 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/
Dcpia2_overview.txt23 section is always powered on when the camera is plugged in. It contains
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_hdmi.c105 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/
Dcluster-pm-race-avoidance.txt63 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/
Dbutterfly7 battery powered card with an AVR microcontroller and lots of goodies:
/linux-4.4.14/Documentation/
Dremoteproc.txt33 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
DIPMI.txt74 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
Ddevices.txt1952 114 block IDE BIOS powered software RAID interfaces such as the
/linux-4.4.14/drivers/gpio/
DKconfig533 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/
Dqlogicfas.txt43 devices may not have been just powered up, or if you are restarting
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dnvidia,tegra124-xusb-padctl.txt6 associated PHY that must be powered up before the pad can be used.
/linux-4.4.14/drivers/pci/hotplug/
DKconfig11 powered up and running.
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt219 physically removing or inserting CPUs, the CPUs are not actually powered
227 powered off, during restore it becomes necessary to apply the microcode
Dpower_supply_class.txt166 externally powered or not.
Duserland-swsusp.txt153 system MUST be powered off or rebooted after the snapshot
Dfreezing-of-tasks.txt109 hibernation image has been created and before the system is finally powered off.
Ddevices.txt58 is cleanly powered down and reactivated without data or service loss.
457 while the system was powered down, whenever that's physically possible.
Dpci.txt603 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/
Das3711_bl.c30 bool powered; member
/linux-4.4.14/kernel/power/
DKconfig7 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/
DNO_HZ.txt51 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/
Diphase.txt45 connected to the switch properly when the system is powered up.
DREADME.ipw2100213 radio. Once powered down, the radio remains in that state for a given
Darcnet-hardware.txt115 they are powered and contain electronics to amplify the signal and send it
/linux-4.4.14/drivers/iio/dac/
DKconfig47 Say yes here to build support for Analog Devices AD5421 loop-powered
/linux-4.4.14/Documentation/dvb/
Dfaq.txt7 are powered down if they are unused (i.e. if the frontend device
/linux-4.4.14/Documentation/i2c/
Dslave-interface142 should use pm_runtime_forbid() because your device usually needs to be powered
/linux-4.4.14/Documentation/power/regulator/
Dconsumer.txt64 consumers will be powered off.
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt155 each CPU can be powered OFF separately or if only a single power
/linux-4.4.14/drivers/cpufreq/
DKconfig169 its optimisation for better suitability in a battery powered
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt216 Once enabled and powered on, sensor can report value using HID reports.
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cgs.c466 enum cgs_engine engine, int powered) in amdgpu_cgs_pm_request_engine() argument
/linux-4.4.14/arch/mn10300/
DKconfig240 tracked, even when system is powered down. This is available on-chip
/linux-4.4.14/Documentation/cpu-freq/
Dgovernors.txt199 CPU. This behaviour more suitable in a battery powered environment.
/linux-4.4.14/drivers/rtc/
DKconfig48 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/
Dkeyspan_pda.S474 ;; are we self-powered? no. can we do remote wakeup? no
Dxircom_pgs.S512 ;; are we self-powered? no. can we do remote wakeup? no
/linux-4.4.14/drivers/spi/
DKconfig170 inexpensive battery powered microcontroller evaluation board.
/linux-4.4.14/include/net/bluetooth/
Dhci_core.h1434 int mgmt_powered(struct hci_dev *hdev, u8 powered);
/linux-4.4.14/drivers/regulator/
DKconfig665 for battery-powered portable applications.
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt347 on when the CPUs are powered on. Generally, CPUs on the same die will share
Dapi.txt2568 Depends on KVM_CAP_ARM_PSCI. If not set, the CPU will be powered on
/linux-4.4.14/Documentation/blockdev/
DREADME.DAC960358 is flushed to disk before the system is powered off by a command to a UPS.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio.txt592 chip, too. It means that the HD-audio controller is also powered up /
/linux-4.4.14/net/bluetooth/
Dmgmt.c7674 int mgmt_powered(struct hci_dev *hdev, u8 powered) in mgmt_powered() argument
7683 if (powered) { in mgmt_powered()
/linux-4.4.14/init/
DKconfig706 callback invocation to energy-efficient CPUs in battery-powered
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS1260 is powered on. These cards actually behave just like they have jumpers
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt47 system, and is if necessary powered on.
/linux-4.4.14/arch/x86/
DKconfig2184 techniques. This is mostly useful for battery powered laptops with