| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | if.h | 50 * via /sys/class/net/<dev>/flags. Flags which can be toggled through sysfs 51 * are annotated below, note that only a few flags can be toggled and some 59 * @IFF_UP: interface is up. Can be toggled through sysfs. 61 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs. 64 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs. 67 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile. 68 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs. 69 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through 73 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs. 74 * @IFF_PORTSEL: can set media type. Can be toggled through sysfs. [all …]
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | if.h | 50 * via /sys/class/net/<dev>/flags. Flags which can be toggled through sysfs 51 * are annotated below, note that only a few flags can be toggled and some 59 * @IFF_UP: interface is up. Can be toggled through sysfs. 61 * @IFF_DEBUG: turn on debugging. Can be toggled through sysfs. 64 * @IFF_NOTRAILERS: avoid use of trailers. Can be toggled through sysfs. 67 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile. 68 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs. 69 * @IFF_ALLMULTI: receive all multicast packets. Can be toggled through 73 * @IFF_MULTICAST: Supports multicast. Can be toggled through sysfs. 74 * @IFF_PORTSEL: can set media type. Can be toggled through sysfs. [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/ |
| D | led.c | 80 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()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
| D | led.c | 80 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()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
| D | led.c | 39 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()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
| D | led.c | 39 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()
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-platform-msi-laptop | 39 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.
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-platform-msi-laptop | 39 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.
|
| /kernel/linux/linux-5.10/net/dccp/ccids/ |
| D | Kconfig | 9 The debugging output can additionally be toggled by setting the 45 The debugging output can additionally be toggled by setting the
|
| /kernel/linux/linux-6.6/net/dccp/ccids/ |
| D | Kconfig | 9 The debugging output can additionally be toggled by setting the 45 The debugging output can additionally be toggled by setting the
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | test_sockmap_listen.c | 38 bool test_sockmap = false; /* toggled by user-space */ 39 bool test_ingress = false; /* toggled by user-space */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | rohm,bd71815-regulator.yaml | 96 # buck voltages to not be toggled by HW state. Enable status may still 97 # be toggled by state changes depending on HW default settings.
|
| /kernel/linux/linux-5.10/net/dccp/ |
| D | Kconfig | 38 When compiling DCCP as a module, this debugging output can be toggled
|
| /kernel/linux/linux-6.6/net/dccp/ |
| D | Kconfig | 38 When compiling DCCP as a module, this debugging output can be toggled
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-davinci.txt | 27 GPIOs, so they can be toggled manually.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | i2c-davinci.txt | 27 GPIOs, so they can be toggled manually.
|
| /kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 37 InsKeyPad-Enter Shut Up (until toggled back on).
|
| /kernel/linux/linux-6.6/include/linux/input/ |
| D | sparse-keymap.h | 26 * switch is toggled. KE_VSW switches ignore this field and
|
| /kernel/linux/linux-5.10/include/linux/input/ |
| D | sparse-keymap.h | 26 * switch is toggled. KE_VSW switches ignore this field and
|
| /kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 37 InsKeyPad-Enter Shut Up (until toggled back on).
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_sockmap_listen.c | 31 static volatile bool test_sockmap; /* toggled by user-space */
|
| /kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
| D | vmx.h | 431 /* Loading of EFER and PERF_GLOBAL_CTRL are toggled dynamically */ in vmx_vmentry_ctrl() 442 /* Loading of EFER and PERF_GLOBAL_CTRL are toggled dynamically */ in vmx_vmexit_ctrl()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
| D | fsl-fec.txt | 61 phy-reset-gpios has been toggled. Can be omitted thus no delay is
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | wm_adsp.h | 49 * Flag indicating the preloader widget only needs power toggled
|
| /kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
| D | spte.c | 170 * is toggled on, and that's a net negative for performance when TDP is in make_spte() 172 * when CR0.PG is toggled, but leveraging that to ignore the mitigation in make_spte()
|