| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | ipaq.c | 60 { USB_DEVICE(0x045E, 0x0400) }, /* Windows Powered Pocket PC 2002 */ 61 { USB_DEVICE(0x045E, 0x0401) }, /* Windows Powered Pocket PC 2002 */ 62 { USB_DEVICE(0x045E, 0x0402) }, /* Windows Powered Pocket PC 2002 */ 63 { USB_DEVICE(0x045E, 0x0403) }, /* Windows Powered Pocket PC 2002 */ 64 { USB_DEVICE(0x045E, 0x0404) }, /* Windows Powered Pocket PC 2002 */ 65 { USB_DEVICE(0x045E, 0x0405) }, /* Windows Powered Pocket PC 2002 */ 66 { USB_DEVICE(0x045E, 0x0406) }, /* Windows Powered Pocket PC 2002 */ 67 { USB_DEVICE(0x045E, 0x0407) }, /* Windows Powered Pocket PC 2002 */ 68 { USB_DEVICE(0x045E, 0x0408) }, /* Windows Powered Pocket PC 2002 */ 69 { USB_DEVICE(0x045E, 0x0409) }, /* Windows Powered Pocket PC 2002 */ [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | ipaq.c | 60 { USB_DEVICE(0x045E, 0x0400) }, /* Windows Powered Pocket PC 2002 */ 61 { USB_DEVICE(0x045E, 0x0401) }, /* Windows Powered Pocket PC 2002 */ 62 { USB_DEVICE(0x045E, 0x0402) }, /* Windows Powered Pocket PC 2002 */ 63 { USB_DEVICE(0x045E, 0x0403) }, /* Windows Powered Pocket PC 2002 */ 64 { USB_DEVICE(0x045E, 0x0404) }, /* Windows Powered Pocket PC 2002 */ 65 { USB_DEVICE(0x045E, 0x0405) }, /* Windows Powered Pocket PC 2002 */ 66 { USB_DEVICE(0x045E, 0x0406) }, /* Windows Powered Pocket PC 2002 */ 67 { USB_DEVICE(0x045E, 0x0407) }, /* Windows Powered Pocket PC 2002 */ 68 { USB_DEVICE(0x045E, 0x0408) }, /* Windows Powered Pocket PC 2002 */ 69 { USB_DEVICE(0x045E, 0x0409) }, /* Windows Powered Pocket PC 2002 */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| 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 139 enable auto-switching from self- to bus-powered operation if the 195 operating in self-powered hub. It includes the hub silicon [all …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.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 …]
|
| /kernel/linux/linux-5.10/drivers/input/joystick/ |
| D | db9.c | 131 static void db9_saturn_write_sub(struct parport *port, int type, unsigned char data, int powered, i… in db9_saturn_write_sub() argument 137 c = 0x80 | 0x30 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | data; in db9_saturn_write_sub() 141 c = 0x40 | data << 4 | (powered ? 0x08 : 0) | (pwr_sub ? 0x04 : 0) | 0x03; in db9_saturn_write_sub() 145 c = ((((data & 2) ? 2 : 0) | ((data & 1) ? 4 : 0)) ^ 0x02) | !powered; in db9_saturn_write_sub() 174 static unsigned char db9_saturn_read_analog(struct parport *port, int type, int powered) in db9_saturn_read_analog() argument 178 db9_saturn_write_sub(port, type, 0, powered, 0); in db9_saturn_read_analog() 181 db9_saturn_write_sub(port, type, 2, powered, 0); in db9_saturn_read_analog() 191 …igned char db9_saturn_read_packet(struct parport *port, unsigned char *data, int type, int powered) in db9_saturn_read_packet() argument 196 db9_saturn_write_sub(port, type, 3, powered, 0); in db9_saturn_read_packet() 204 db9_saturn_write_sub(port, type, 0, powered, 1); in db9_saturn_read_packet() [all …]
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-6.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
|
| /kernel/linux/linux-5.10/Documentation/w1/slaves/ |
| D | w1_therm.rst | 44 powered devices are detected on the bus (and strong pullup is enabled 46 time required by parasited powered device on the line. Reading 90 ``0`` if the device is parasite powered, ``1`` if the device is externally powered. 101 command to check if there are pariste powered devices on the bus. 137 resolutions. The device is powered up in 14-bit resolution mode. The conversion
|
| /kernel/linux/linux-5.10/drivers/nfc/ |
| D | mei_phy.h | 27 * @powered: the device is in powered state 44 int powered; member
|
| /kernel/linux/linux-6.6/drivers/nfc/ |
| D | mei_phy.h | 27 * @powered: the device is in powered state 44 int powered; member
|
| /kernel/linux/linux-6.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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/drivers/usb/core/ |
| D | generic.c | 77 * HP's USB bus-powered keyboard has only one configuration in usb_choose_configuration() 78 * and it claims to be self-powered; other devices may have in usb_choose_configuration() 88 * have any other way to tell whether a device is self-powered, in usb_choose_configuration() 97 /* Rule out self-powered configs for a bus-powered device */ in usb_choose_configuration() 106 * to be self-powered when they are really bus-powered. in usb_choose_configuration()
|
| /kernel/linux/linux-5.10/drivers/usb/core/ |
| D | generic.c | 77 * HP's USB bus-powered keyboard has only one configuration in usb_choose_configuration() 78 * and it claims to be self-powered; other devices may have in usb_choose_configuration() 88 * have any other way to tell whether a device is self-powered, in usb_choose_configuration() 97 /* Rule out self-powered configs for a bus-powered device */ in usb_choose_configuration() 106 * to be self-powered when they are really bus-powered. in usb_choose_configuration()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| 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 88 - 0 # ADC3XXX_MICBIAS_OFF - Mic bias is powered down 99 - 0 # ADC3XXX_MICBIAS_OFF - Mic bias is powered down
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/drivers/phy/amlogic/ |
| D | phy-meson-axg-mipi-pcie-analog.c | 53 bool powered; member 147 /* If PHY was already powered on, setup the DSI analog part */ in phy_axg_mipi_pcie_analog_configure() 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()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/ |
| 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.
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | smp-cps.c | 97 /* Core 0 is powered up (we're running on it) */ in cps_smp_setup() 282 /* The core is now powered up */ in boot_core() 317 /* Boot a VPE on a powered down core */ in cps_boot_secondary() 330 /* Boot a VPE on another powered up core */ in cps_boot_secondary() 550 * Wait for the core to enter a powered down or clock gated in cps_cpu_die() 570 * The core ought to have powered down, but didn't & in cps_cpu_die() 573 * 1 & it powered back up as soon as we powered it in cps_cpu_die() 581 "CPU%u hasn't powered down, seq. state %u\n", in cps_cpu_die() 586 /* Indicate the core is powered off */ in cps_cpu_die()
|
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| D | smp-cps.c | 88 /* Core 0 is powered up (we're running on it) */ in cps_smp_setup() 278 /* The core is now powered up */ in boot_core() 313 /* Boot a VPE on a powered down core */ in cps_boot_secondary() 326 /* Boot a VPE on another powered up core */ in cps_boot_secondary() 544 * Wait for the core to enter a powered down or clock gated in cps_cleanup_dead_cpu() 564 * The core ought to have powered down, but didn't & in cps_cleanup_dead_cpu() 567 * 1 & it powered back up as soon as we powered it in cps_cleanup_dead_cpu() 575 "CPU%u hasn't powered down, seq. state %u\n", in cps_cleanup_dead_cpu() 580 /* Indicate the core is powered off */ in cps_cleanup_dead_cpu()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.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()
|
| /kernel/linux/linux-6.6/arch/arm/include/asm/ |
| D | mcpm.h | 71 * The identified CPU is brought out of reset. If the cluster was powered 89 * The calling CPU is powered down. 111 * make sure it is powered off 155 * mcpm_cpu_powered_up - housekeeping workafter a CPU has been powered up 205 * Called on given CPU after it has been powered up or resumed. The MCPM lock 209 * Called by the first CPU to be powered up or resumed in given cluster. 214 * Wait until given CPU is powered down. This is called in sleeping context.
|
| /kernel/linux/linux-5.10/arch/arm/include/asm/ |
| D | mcpm.h | 71 * The identified CPU is brought out of reset. If the cluster was powered 89 * The calling CPU is powered down. 111 * make sure it is powered off 155 * mcpm_cpu_powered_up - housekeeping workafter a CPU has been powered up 205 * Called on given CPU after it has been powered up or resumed. The MCPM lock 209 * Called by the first CPU to be powered up or resumed in given cluster. 214 * Wait until given CPU is powered down. This is called in sleeping context.
|