/openbmc/linux/include/uapi/linux/ |
H A 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 …]
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A 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()
|
/openbmc/linux/drivers/net/wireless/intersil/p54/ |
H A 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()
|
H A D | p54.h | 151 unsigned int toggled; member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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.
|
/openbmc/linux/net/dccp/ccids/ |
H A D | Kconfig | 9 The debugging output can additionally be toggled by setting the 45 The debugging output can additionally be toggled by setting the
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_listen.c | 38 bool test_sockmap = false; /* toggled by user-space */ 39 bool test_ingress = false; /* toggled by user-space */
|
/openbmc/docs/designs/ |
H A D | bios-bmc-smm-error-logging.md | 73 …Toggled when BMC reads a UE from the reserved region.</li></ul><li>BIT1 - Overflow<ul><li>Lets BIO… 76 … Toggled when BIOS writes a UE to the reserved region.</li></ul><li>BIT1 - Overflow<ul><li>Lets th…
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 242 | 72 toggled = flags[0] ^ bitmap_flag_unknown 74 f.write(struct.pack("B", toggled))
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A 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.
|
/openbmc/linux/net/dccp/ |
H A D | Kconfig | 38 When compiling DCCP as a module, this debugging output can be toggled
|
/openbmc/openbmc/poky/meta/recipes-sato/matchbox-config-gtk/files/ |
H A D | no-handed.patch | 32 g_signal_connect (handed_check, "toggled", G_CALLBACK (on_handed_set), NULL);
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-davinci.txt | 27 GPIOs, so they can be toggled manually.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/ |
H A D | 0001-Ignore-Compiler-Warnings.patch | 6 This creates an option that can be toggled on or off when configuring the project.
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 26 smmuv3_write_gerror(uint32_t toggled, uint32_t gerror) "toggled=0x%x, new GERROR=0x%x"
|
/openbmc/linux/include/linux/input/ |
H A D | sparse-keymap.h | 26 * switch is toggled. KE_VSW switches ignore this field and
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | DefaultKeyAssignments | 37 InsKeyPad-Enter Shut Up (until toggled back on).
|
/openbmc/phosphor-webui/app/access-control/controllers/ |
H A D | ldap-controller.js | 130 * toggled the service enabled checkbox in the UI and if 132 * unnecessary calls to the backend if the user toggled
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/ |
H A D | 0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch | 34 g_signal_connect (G_OBJECT (plugin->button), "toggled",
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | mailbox_s10.c | 164 /* Read status because it is toggled */ in mbox_send_cmd_common() 192 /* Urgent ACK is toggled */ in mbox_send_cmd_common()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | qconf.cc | 888 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 896 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 904 connect(action, SIGNAL(toggled(bool)), in contextMenuEvent() 1239 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); in createStandardContextMenu() 1422 connect(showNameAction, SIGNAL(toggled(bool)), configView, SLOT(setShowName(bool))); in ConfigMainWindow() 1426 connect(showRangeAction, SIGNAL(toggled(bool)), configView, SLOT(setShowRange(bool))); in ConfigMainWindow() 1429 connect(showDataAction, SIGNAL(toggled(bool)), configView, SLOT(setShowData(bool))); in ConfigMainWindow() 1447 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); in ConfigMainWindow()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm_adsp.h | 49 * Flag indicating the preloader widget only needs power toggled
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | summit,smb347-charger.yaml | 91 description: INOK signal is fixed and polarity needs to be toggled
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A 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()
|
/openbmc/u-boot/drivers/power/pmic/ |
H A D | pmic_tps65218.c | 212 * toggled at most 3 times: 0->1, 1->0, and finally 0->1. After the third switch
|