| /linux/drivers/input/joystick/ |
| A D | db9.c | 175 db9_saturn_write_sub(port, type, 0, powered, 0); in db9_saturn_read_analog() 178 db9_saturn_write_sub(port, type, 2, powered, 0); in db9_saturn_read_analog() 193 db9_saturn_write_sub(port, type, 3, powered, 0); in db9_saturn_read_packet() 201 db9_saturn_write_sub(port, type, 0, powered, 1); in db9_saturn_read_packet() 203 db9_saturn_write_sub(port, type, 2, powered, 1); in db9_saturn_read_packet() 205 db9_saturn_write_sub(port, type, 1, powered, 1); in db9_saturn_read_packet() 207 db9_saturn_write_sub(port, type, 3, powered, 1); in db9_saturn_read_packet() 213 db9_saturn_write_sub(port, type, 2, powered, 0); in db9_saturn_read_packet() 220 db9_saturn_write_sub(port, type, 3, powered, 0); in db9_saturn_read_packet() 233 db9_saturn_write_sub(port, type, 3, powered, 0); in db9_saturn_read_packet() [all …]
|
| /linux/Documentation/devicetree/bindings/usb/ |
| A D | usb251xb.yaml | 80 bus-powered: 83 selects between self- and bus-powered operation 84 (boolean, default is self-powered) 86 self-powered: 89 selects between self- and bus-powered operation 90 (boolean, default is self-powered) 117 select over-current sense type in self-powered mode 123 select over-current sense type in self-powered mode 195 operating in self-powered hub. It includes the hub silicon 204 operating in self-powered hub. It includes the hub silicon [all …]
|
| /linux/Documentation/firmware-guide/acpi/ |
| A D | non-d0-probe.rst | 10 In some cases it may be preferred to leave certain devices powered off for the 22 The downside of using _DSC is that as the device is not powered on, even if 33 the device will not be powered on (put in D0 state) for probe. 44 0 D0 Device fully powered on 59 System the device should remain powered off during probe looks like this. Some
|
| /linux/Documentation/userspace-api/media/dvb/ |
| A D | fe-diseqc-reset-overload.rst | 13 FE_DISEQC_RESET_OVERLOAD - Restores the power to the antenna subsystem, if it was powered off due -… 31 If the bus has been automatically powered off due to power overload, 34 is manually powered off. Not all Digital TV adapters support this ioctl.
|
| /linux/net/bluetooth/ |
| A D | leds.c | 46 bool powered; in power_activate() local 49 powered = test_bit(HCI_UP, &htrig->hdev->flags); in power_activate() 51 led_set_brightness(led_cdev, powered ? LED_FULL : LED_OFF); in power_activate()
|
| /linux/drivers/phy/amlogic/ |
| A D | phy-meson-axg-mipi-pcie-analog.c | 53 bool powered; member 148 if (priv->powered) { in phy_axg_mipi_pcie_analog_configure() 170 priv->powered = true; in phy_axg_mipi_pcie_analog_power_on() 184 priv->powered = false; in phy_axg_mipi_pcie_analog_power_off()
|
| /linux/drivers/bluetooth/ |
| A D | hci_bcm.c | 253 if (powered && !dev->res_enabled) { in bcm_gpio_set_power() 280 err = dev->set_shutdown(dev, powered); in bcm_gpio_set_power() 284 err = dev->set_device_wakeup(dev, powered); in bcm_gpio_set_power() 288 if (!powered && dev->res_enabled) { in bcm_gpio_set_power() 303 dev->res_enabled = powered; in bcm_gpio_set_power() 308 dev->set_shutdown(dev, !powered); in bcm_gpio_set_power() 310 if (powered && !dev->res_enabled) in bcm_gpio_set_power() 313 if (powered && !dev->res_enabled) in bcm_gpio_set_power() 316 if (powered && !dev->res_enabled) in bcm_gpio_set_power() 1052 gpiod_set_value_cansleep(dev->shutdown, powered); in bcm_gpio_set_shutdown() [all …]
|
| /linux/Documentation/ABI/testing/ |
| A 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
|
| A D | sysfs-bus-usb-devices-usbsevseg | 1 What: /sys/bus/usb/.../powered 5 Description: Controls whether the device's display will powered.
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A D | qcom,bam-dma.yaml | 74 qcom,powered-remotely: 77 Indicates that the bam is powered up by a remote processor but must be 92 - qcom,powered-remotely
|
| /linux/Documentation/devicetree/bindings/power/ |
| A D | apple,pmgr-pwrstate.yaml | 51 and all will be powered up when it is powered. 62 Forces this power domain to always be powered up.
|
| /linux/drivers/usb/misc/ |
| A D | usbsevseg.c | 38 u8 powered; member 67 if (mydev->powered && !mydev->has_interface_pm) { in update_display_powered() 79 (0x00 * 0x100) + (mydev->powered ? 1 : 0), in update_display_powered() 84 if (!mydev->powered && mydev->has_interface_pm) { in update_display_powered() 289 MYDEV_ATTR_SIMPLE_UNSIGNED(powered, update_display_powered);
|
| /linux/Documentation/networking/devlink/ |
| A D | devlink-linecard.rst | 41 being physically connected or powered-up 51 * Line card is not inserted or powered-down 54 * Line card is inserted and powered up 69 * ``active``: Line card is powered-up and active.
|
| /linux/drivers/leds/ |
| A D | leds-cpcap.c | 68 bool powered; member 85 if (status == led->powered) in cpcap_led_set_power() 98 led->powered = status; in cpcap_led_set_power()
|
| /linux/Documentation/sound/soc/ |
| A D | pops-clicks.rst | 8 powered up and causes a popping noise on the speakers). 11 because the components within the subsystem are being dynamically powered 39 playback in that components are powered in a sequence depending upon stream
|
| /linux/drivers/platform/x86/ |
| A D | toshiba_bluetooth.c | 35 bool powered; member 154 bt_dev->powered = (status & BT_POWER_MASK) ? true : false; in toshiba_bluetooth_sync_status() 157 status, bt_dev->killswitch, bt_dev->plugged, bt_dev->powered); in toshiba_bluetooth_sync_status()
|
| /linux/drivers/nfc/ |
| A D | mei_phy.c | 319 if (phy->powered == 1) in nfc_mei_phy_enable() 346 phy->powered = 1; in nfc_mei_phy_enable() 351 phy->powered = 0; in nfc_mei_phy_enable() 362 phy->powered = 0; in nfc_mei_phy_disable()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | ti,tlv320adc3xxx.yaml | 49 - 0 # ADC3XXX_GPIO_DISABLED - I/O buffers powered down and not used 67 - 0 # ADC3XXX_GPIO_DISABLED - I/O buffers powered down and not used 108 - 0 # ADC3XXX_MICBIAS_OFF - Mic bias is powered down 119 - 0 # ADC3XXX_MICBIAS_OFF - Mic bias is powered down
|
| A D | ti,tlv320aic3x.yaml | 76 description: MicBias required voltage. If node is omitted then MicBias is powered down. 80 description: MICBIAS output is powered to 2.0V. 82 description: MICBIAS output is powered to 2.5V.
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| A D | maxim-ds1302.txt | 19 - spi-max-frequency : DS-1302 has 500 kHz if powered at 2.2V, 20 and 2MHz if powered at 5V.
|
| /linux/drivers/media/usb/dvb-usb/ |
| A D | dvb-usb-init.c | 252 d->powered++; in dvb_usb_device_power_ctrl() 254 d->powered--; in dvb_usb_device_power_ctrl() 256 …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()
|
| /linux/drivers/gpu/drm/bridge/analogix/ |
| A D | analogix-anx6345.c | 65 bool powered; member 344 anx6345->powered = true; in anx6345_poweron() 375 anx6345->powered = false; in anx6345_poweroff() 382 if (!anx6345->powered) in anx6345_start() 462 if (!anx6345->powered) { in anx6345_get_modes() 606 if (anx6345->powered) in anx6345_bridge_disable()
|
| /linux/Documentation/w1/slaves/ |
| A D | w1_therm.rst | 45 powered devices are detected on the bus (and strong pullup is enabled 47 time required by parasited powered device on the line. Reading 91 ``0`` if the device is parasite powered, ``1`` if the device is externally powered. 102 command to check if there are pariste powered devices on the bus. 138 resolutions. The device is powered up in 14-bit resolution mode. The conversion
|
| /linux/arch/arm64/boot/dts/qcom/ |
| A D | sdm845-db845c-navigation-mezzanine.dts | 45 * The &vreg_s4a_1p8 trace is powered on as a, 84 * The &vreg_s4a_1p8 trace always powered on.
|
| /linux/drivers/nfc/st-nci/ |
| A D | ndlc.c | 50 ndlc->powered = 1; in ndlc_open() 68 ndlc->powered = 0; in ndlc_close() 265 ndlc->powered = 0; in ndlc_probe()
|