/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/drivers/phy/amlogic/ |
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-v6.6/drivers/bluetooth/ |
D | hci_bcm.c | 249 static int bcm_gpio_set_power(struct bcm_device *dev, bool powered) in bcm_gpio_set_power() argument 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() [all …]
|
/Linux-v6.6/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-v6.6/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-v6.6/Documentation/devicetree/bindings/security/tpm/ |
D | tpm-i2c.txt | 13 - powered-while-suspended: present when the TPM is left powered on between
|
/Linux-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/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-v6.6/drivers/gpu/drm/bridge/analogix/ |
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() 612 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-v6.6/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-v6.6/arch/arm64/boot/dts/qcom/ |
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-v6.6/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()
|
/Linux-v6.6/arch/arm/boot/dts/marvell/ |
D | kirkwood-nas2big.dts | 31 /* The on-chip RTC is not powered (no supercap). */ 94 * be kept powered, even when the SoC is off.
|
/Linux-v6.6/drivers/nfc/st21nfca/ |
D | i2c.c | 66 int powered; member 137 phy->powered = 1; in st21nfca_hci_i2c_enable() 151 phy->powered = 0; in st21nfca_hci_i2c_disable() 570 if (phy->powered) in st21nfca_hci_i2c_remove()
|
/Linux-v6.6/Documentation/devicetree/bindings/sound/ |
D | tlv320aic31xx.txt | 27 1 or MICBIAS_2_0V - MICBIAS output is powered to 2.0V 28 2 or MICBIAS_2_5V - MICBIAS output is powered to 2.5V
|