/linux-6.1.9/drivers/input/joystick/ |
D | db9.c | 128 static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, i… in db9_saturn_write_sub() argument 134 c = 0x80 | 0x30 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | data; in db9_saturn_write_sub() 138 c = 0x40 | data << 4 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | 0x03; in db9_saturn_write_sub() 142 c = ((((data & 2) ? 2 : 0) | ((data & 1) ? 4 : 0)) ^ 0x02) | !powered; in db9_saturn_write_sub() 171 static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered) in db9_saturn_read_analog() argument 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() 188 …igned char db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, int powered) in db9_saturn_read_packet() argument 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() [all …]
|
/linux-6.1.9/Documentation/devicetree/bindings/usb/ |
D | usb251xb.txt | 24 - {bus,self}-powered : selects between self- and bus-powered operation 25 (boolean, default is self-powered) 30 - {ganged,individual}-sensing : select over-current sense type in self-powered 34 - dynamic-power-switching : enable auto-switching from self- to bus-powered 50 from VBUS when operating in self-powered hub. It includes the hub 54 from VBUS when operating in self-powered hub. It includes the hub 58 from VBUS when operating in self-powered hub. It includes the hub 62 from VBUS when operating in self-powered hub. It includes the hub
|
/linux-6.1.9/Documentation/firmware-guide/acpi/ |
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-6.1.9/Documentation/userspace-api/media/dvb/ |
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-6.1.9/net/bluetooth/ |
D | leds.c | 46 bool powered; in power_activate() local 49 powered = test_bit(HCI_UP, &htrig->hdev->flags); in power_activate() 51 led_trigger_event(led_cdev->trigger, powered ? LED_FULL : LED_OFF); in power_activate()
|
/linux-6.1.9/drivers/phy/amlogic/ |
D | phy-meson-axg-mipi-pcie-analog.c | 52 bool powered; member 147 if (priv->powered) { in phy_axg_mipi_pcie_analog_configure() 169 priv->powered = true; in phy_axg_mipi_pcie_analog_power_on() 183 priv->powered = false; in phy_axg_mipi_pcie_analog_power_off()
|
/linux-6.1.9/drivers/bluetooth/ |
D | hci_bcm.c | 247 static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) in bcm_gpio_set_power() argument 251 if (powered && !dev->res_enabled) { in bcm_gpio_set_power() 278 err = dev->set_shutdown(dev, powered); in bcm_gpio_set_power() 282 err = dev->set_device_wakeup(dev, powered); in bcm_gpio_set_power() 286 if (!powered && dev->res_enabled) { in bcm_gpio_set_power() 301 dev->res_enabled = powered; in bcm_gpio_set_power() 306 dev->set_shutdown(dev, !powered); in bcm_gpio_set_power() 308 if (powered && !dev->res_enabled) in bcm_gpio_set_power() 311 if (powered && !dev->res_enabled) in bcm_gpio_set_power() 314 if (powered && !dev->res_enabled) in bcm_gpio_set_power() [all …]
|
/linux-6.1.9/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 What: /sys/bus/usb/.../powered 5 Description: Controls whether the device's display will powered.
|
/linux-6.1.9/Documentation/devicetree/bindings/sound/ |
D | ti,tlv320adc3xxx.yaml | 46 - 0 # ADC3XXX_GPIO_DISABLED - I/O buffers powered down and not used 64 - 0 # ADC3XXX_GPIO_DISABLED - I/O buffers powered down and not used 85 - 0 # ADC3XXX_MICBIAS_OFF - Mic bias is powered down 96 - 0 # ADC3XXX_MICBIAS_OFF - Mic bias is powered down
|
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.
|
/linux-6.1.9/Documentation/devicetree/bindings/power/ |
D | apple,pmgr-pwrstate.yaml | 50 and all will be powered up when it is powered. 61 Forces this power domain to always be powered up.
|
/linux-6.1.9/Documentation/devicetree/bindings/security/tpm/ |
D | tpm-i2c.txt | 13 - powered-while-suspended: present when the TPM is left powered on between
|
/linux-6.1.9/drivers/usb/misc/ |
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-6.1.9/Documentation/networking/devlink/ |
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-6.1.9/drivers/leds/ |
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-6.1.9/Documentation/sound/soc/ |
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-6.1.9/drivers/platform/x86/ |
D | toshiba_bluetooth.c | 35 bool powered; member 155 bt_dev->powered = (status & BT_POWER_MASK) ? true : false; in toshiba_bluetooth_sync_status() 158 status, bt_dev->killswitch, bt_dev->plugged, bt_dev->powered); in toshiba_bluetooth_sync_status()
|
/linux-6.1.9/drivers/nfc/ |
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-6.1.9/Documentation/devicetree/bindings/rtc/ |
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-6.1.9/drivers/media/usb/dvb-usb/ |
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-6.1.9/drivers/gpu/drm/bridge/analogix/ |
D | analogix-anx6345.c | 66 bool powered; member 345 anx6345->powered = true; in anx6345_poweron() 376 anx6345->powered = false; in anx6345_poweroff() 383 if (!anx6345->powered) in anx6345_start() 463 if (!anx6345->powered) { in anx6345_get_modes() 613 if (anx6345->powered) in anx6345_bridge_disable()
|
D | analogix-anx78xx.c | 85 bool powered; member 472 if (WARN_ON(anx78xx->powered)) in anx78xx_poweron() 500 anx78xx->powered = true; in anx78xx_poweron() 508 if (WARN_ON(!anx78xx->powered)) in anx78xx_poweroff() 528 anx78xx->powered = false; in anx78xx_poweroff() 830 if (WARN_ON(!anx78xx->powered)) in anx78xx_get_modes() 988 if (WARN_ON(!anx78xx->powered)) in anx78xx_bridge_mode_set() 1039 if (anx78xx->powered) in anx78xx_hpd_threaded_handler() 1175 if (!anx78xx->powered) in anx78xx_intp_threaded_handler()
|
/linux-6.1.9/Documentation/w1/slaves/ |
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-6.1.9/drivers/nfc/st-nci/ |
D | ndlc.c | 50 ndlc->powered = 1; in ndlc_open() 68 ndlc->powered = 0; in ndlc_close() 265 ndlc->powered = 0; in ndlc_probe()
|