| /Linux-v5.15/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 …]
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/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()
|
| D | p54.h | 151 unsigned int toggled; member
|
| /Linux-v5.15/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.
|
| /Linux-v5.15/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
|
| /Linux-v5.15/tools/testing/selftests/bpf/progs/ |
| D | test_sockmap_listen.c | 31 bool test_sockmap = false; /* toggled by user-space */ 32 bool test_ingress = false; /* toggled by user-space */
|
| /Linux-v5.15/Documentation/devicetree/bindings/regulator/ |
| D | rohm,bd71815-regulator.yaml | 95 # buck voltages to not be toggled by HW state. Enable status may still 96 # be toggled by state changes depending on HW default settings.
|
| /Linux-v5.15/net/dccp/ |
| D | Kconfig | 38 When compiling DCCP as a module, this debugging output can be toggled
|
| /Linux-v5.15/Documentation/devicetree/bindings/i2c/ |
| D | i2c-davinci.txt | 27 GPIOs, so they can be toggled manually.
|
| /Linux-v5.15/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 37 InsKeyPad-Enter Shut Up (until toggled back on).
|
| /Linux-v5.15/include/linux/input/ |
| D | sparse-keymap.h | 26 * switch is toggled. KE_VSW switches ignore this field and
|
| /Linux-v5.15/Documentation/devicetree/bindings/power/supply/ |
| D | summit,smb347-charger.yaml | 91 description: INOK signal is fixed and polarity needs to be toggled
|
| /Linux-v5.15/drivers/atm/ |
| D | nicstarmac.c | 28 * that must be toggled for the corresponding actions on the EEProm
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | aspeed-ast2600-evb.dts | 267 * toggled by GPIO pins.
|
| /Linux-v5.15/arch/arm/mach-pxa/ |
| D | palmtreo.c | 444 * turn the lcd off/on. Can be toggled after lcd is initialized without in treo680_gpio_init() 455 * If either of these are toggled after the lcd is initialized, the in treo680_gpio_init()
|
| /Linux-v5.15/include/linux/ |
| D | alcor_pci.h | 39 * 0x61 - LED related? Always toggled BIT0
|
| /Linux-v5.15/Documentation/devicetree/bindings/net/ |
| D | fsl,fec.yaml | 200 milliseconds will be observed after the phy-reset-gpios has been toggled.
|
| /Linux-v5.15/drivers/sbus/char/ |
| D | display7seg.c | 134 * as toggled by user, even though it does not honor it. in d7s_ioctl()
|
| /Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
| D | sync_regs_test.c | 9 * in kvm_run.s.regs when kvm_valid_regs and kvm_dirty_regs are toggled.
|
| /Linux-v5.15/net/batman-adv/ |
| D | multicast.c | 1737 * orig, has toggled then this method updates the counter and the list 1783 * toggled then this method updates the counter and the list accordingly. 1828 * toggled then this method updates the counter and the list accordingly. 1873 * toggled then this method updates the counter and the list accordingly. 1918 * toggled then this method updates the counter and the list accordingly.
|
| /Linux-v5.15/sound/soc/pxa/ |
| D | pxa2xx-i2s.c | 305 * If SACR0[ENB] is toggled in the middle of a normal operation, in pxa2xx_i2s_probe()
|
| /Linux-v5.15/Documentation/sound/cards/ |
| D | cmipci.rst | 195 can be toggled via IEC958 playback control, but usually you need to
|
| /Linux-v5.15/scripts/kconfig/ |
| D | qconf.cc | 893 connect(action, &QAction::toggled, in contextMenuEvent() 949 connect(action, &QAction::toggled, in ConfigInfoView() 1424 connect(showNameAction, &QAction::toggled, in ConfigMainWindow() 1444 connect(showDebugAction, &QAction::toggled, in ConfigMainWindow()
|
| /Linux-v5.15/Documentation/block/ |
| D | data-integrity.rst | 184 IMD generation and verification can be toggled using the::
|