Home
last modified time | relevance | path

Searched refs:toggled (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.15/drivers/net/wireless/ath/carl9170/
H A Dled.c80 ar->leds[i].toggled) { in carl9170_led_update()
82 if (ar->leds[i].toggled) in carl9170_led_update()
83 tmp = 70 + 200 / (ar->leds[i].toggled); in carl9170_led_update()
89 ar->leds[i].toggled = 0; in carl9170_led_update()
116 arl->toggled++; in carl9170_led_set_brightness()
120 if (likely(IS_ACCEPTING_CMD(ar) && arl->toggled)) in carl9170_led_set_brightness()
158 ar->leds[i].toggled = 0; in carl9170_led_unregister()
H A Dcarl9170.h204 unsigned int toggled; member
/linux-6.15/drivers/net/wireless/intersil/p54/
H A Dled.c39 if (priv->leds[i].toggled) { in p54_update_leds()
42 tmp = 70 + 200 / (priv->leds[i].toggled); in p54_update_leds()
49 priv->leds[i].toggled = in p54_update_leds()
76 led->toggled++; in p54_led_brightness_set()
152 priv->leds[i].toggled = 0; in p54_unregister_leds()
H A Dp54.h151 unsigned int toggled; member
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-platform-msi-laptop39 Touchpad state can only be toggled by pressing Fn+F3.
62 power. ECO mode can only be toggled by pressing Fn+F10.
82 toggled in software.
H A Dsysfs-platform-asus-wmi67 can be toggled to boot with only the dGPU (discrete mode) or in
/linux-6.15/net/dccp/ccids/
H A DKconfig9 The debugging output can additionally be toggled by setting the
45 The debugging output can additionally be toggled by setting the
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Drohm,bd71815-regulator.yaml96 # buck voltages to not be toggled by HW state. Enable status may still
97 # be toggled by state changes depending on HW default settings.
/linux-6.15/net/dccp/
H A DKconfig38 When compiling DCCP as a module, this debugging output can be toggled
/linux-6.15/Documentation/devicetree/bindings/i2c/
H A Di2c-davinci.txt27 GPIOs, so they can be toggled manually.
/linux-6.15/drivers/accessibility/speakup/
H A DDefaultKeyAssignments37 InsKeyPad-Enter Shut Up (until toggled back on).
/linux-6.15/Documentation/devicetree/bindings/power/supply/
H A Dsummit,smb347-charger.yaml91 description: INOK signal is fixed and polarity needs to be toggled
/linux-6.15/scripts/kconfig/
H A Dqconf.cc875 connect(action, &QAction::toggled, in contextMenuEvent()
931 connect(action, &QAction::toggled, in ConfigInfoView()
1348 connect(showNameAction, &QAction::toggled, in ConfigMainWindow()
1368 connect(showDebugAction, &QAction::toggled, in ConfigMainWindow()
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-ast2600-evb.dts300 * toggled by GPIO pins.
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsm6115p-lenovo-j606f.dts317 * that needs to be toggled for the SD Card slot to work properly..
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dfsl,fec.yaml230 milliseconds will be observed after the phy-reset-gpios has been toggled.
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dmediatek,tphy.yaml252 force-mode is set, will cause phy's power and pipe toggled and force
/linux-6.15/Documentation/block/
H A Ddata-integrity.rst177 IMD generation and verification can be toggled using the::
/linux-6.15/Documentation/sound/cards/
H A Dcmipci.rst195 can be toggled via IEC958 playback control, but usually you need to
/linux-6.15/Documentation/dev-tools/
H A Dkfence.rst257 static keys infrastructure. The static branch is toggled to redirect the
/linux-6.15/Documentation/arch/powerpc/
H A Deeh-pci-error-recovery.rst98 the power to the card can be toggled, at least on hot-plug-capable
/linux-6.15/drivers/iio/dac/
H A DKconfig572 it needs to be toggled manually.
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-nexus7-grouper-common.dtsi966 * needs to be toggled when we want to get the
/linux-6.15/Documentation/driver-api/gpio/
H A Dconsumer.rst320 The active low state of a GPIO can also be queried and toggled using the
/linux-6.15/tools/testing/radix-tree/
H A Dmaple.c34379 bool toggled, modified, deleted, added; in rcu_reader_fwd() local
34385 toggled = modified = deleted = added = false; in rcu_reader_fwd()
34436 if (toggled && entry == expected) in rcu_reader_fwd()
34438 else if (!toggled && entry == alt) in rcu_reader_fwd()
34443 toggled = false; in rcu_reader_fwd()
34445 toggled = true; in rcu_reader_fwd()
34489 bool toggled, modified, deleted, added; in rcu_reader_rev() local
34584 if (toggled && entry == expected) in rcu_reader_rev()
34586 else if (!toggled && entry == alt) in rcu_reader_rev()
34591 toggled = false; in rcu_reader_rev()
[all …]

12