Searched refs:switched (Results 1 – 25 of 134) sorted by relevance
123456
/linux-6.12.1/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 283 dcon->switched = false; in dcon_source_switch() 294 wait_event_timeout(dcon->waitq, dcon->switched, HZ); in dcon_source_switch() 296 if (!dcon->switched) in dcon_source_switch() 333 wait_event_timeout(dcon->waitq, dcon->switched, HZ / 2); in dcon_source_switch() 335 if (!dcon->switched) { in dcon_source_switch() 350 if (dcon->switched && ktime_to_ns(delta_t) in dcon_source_switch() 738 dcon->switched = true; in dcon_interrupt() 751 if (dcon->curr_src != dcon->pending_src && !dcon->switched) { in dcon_interrupt() 752 dcon->switched = true; in dcon_interrupt()
|
D | olpc_dcon.h | 82 bool switched; member
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-led-trigger-tty | 30 If the line state is detected, the LED is switched on. 40 If the line state is detected, the LED is switched on. 50 If the line state is detected, the LED is switched on. 60 line. If the line state is detected, the LED is switched on.
|
D | sysfs-driver-hid-logitech-lg4ff | 23 If a wheel cannot be switched into the desired mode, -EINVAL 64 alternate mode the wheel might be switched to.
|
D | debugfs-ec | 21 not get switched on again after you did a wrong write.
|
D | sysfs-bus-iio-adc-envelope-detector | 29 The edge/level of the interrupt is also switched to its
|
D | sysfs-firmware-efi-runtime-map | 8 The efi runtime services can only be switched to virtual
|
/linux-6.12.1/Documentation/admin-guide/ |
D | rapidio.rst | 10 RapidIO is a high speed switched fabric interconnect with features aimed 12 as well as message-based transactions over the switched fabric network.
|
/linux-6.12.1/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-kovaplus | 65 Description: The mouse can store 5 profiles which can be switched by the 80 Description: The mouse can store 5 profiles which can be switched by the 92 Description: The mouse can store 5 profiles which can be switched by the 108 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-savu | 4 Description: The mouse can store 5 profiles which can be switched by the 28 Description: The mouse can store 5 profiles which can be switched by the 62 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-pyra | 54 Description: The mouse can store 5 profiles which can be switched by the 69 Description: The mouse can store 5 profiles which can be switched by the 81 Description: The mouse can store 5 profiles which can be switched by the 97 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-koneplus | 58 Description: The mouse can store 5 profiles which can be switched by the 73 Description: The mouse can store 5 profiles which can be switched by the 85 Description: The mouse can store 5 profiles which can be switched by the 101 Description: The mouse can store 5 profiles which can be switched by the
|
D | sysfs-driver-hid-roccat-konepure | 4 Description: The mouse can store 5 profiles which can be switched by the 43 Description: The mouse can store 5 profiles which can be switched by the 58 Description: The mouse can store 5 profiles which can be switched by the
|
/linux-6.12.1/Documentation/driver-api/media/ |
D | rc-core.rst | 32 carrier. The carrier can be switched on or off by the IR transmitter 33 hardware. When the carrier is switched on, it is called *PULSE*. 34 When the carrier is switched off, it is called *SPACE*.
|
/linux-6.12.1/Documentation/arch/x86/ |
D | booting-dt.rst | 8 entry point once it switched into protected mode). That entry point
|
D | entry_64.rst | 62 not switched/swapped yet. 91 base has already been switched. If it says that we interrupted
|
/linux-6.12.1/Documentation/w1/slaves/ |
D | w1_ds2406.rst | 14 The w1_ds2406 driver allows connected devices to be switched on and off.
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 18 oversampling to be switched off.
|
/linux-6.12.1/arch/arc/include/asm/ |
D | entry-arcv2.h | 52 ; 1. SP auto-switched to kernel mode stack 81 ; 1. SP auto-switched to kernel mode stack
|
/linux-6.12.1/drivers/net/hippi/ |
D | Kconfig | 11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
|
/linux-6.12.1/Documentation/sound/hd-audio/ |
D | controls.rst | 68 mic-in) are switched as the surround and the CLFE output jacks. 74 side or a CLFE-channel DAC, the DAC is switched to the headphone
|
/linux-6.12.1/arch/arm/boot/dts/intel/ixp/ |
D | intel-ixp42x-netgear-wg302v1.dts | 31 /* These are switched around */
|
D | intel-ixp42x-adi-coyote.dts | 31 /* These are switched around */
|
/linux-6.12.1/arch/mips/loongson2ef/ |
D | Kconfig | 81 switched on you can not use high resolution timers.
|
/linux-6.12.1/Documentation/networking/ |
D | ipvlan.rst | 72 slave device and packets are switched and queued to the master device to send 80 to the slave device and packets are switched to the stack instance of the
|
123456