Home
last modified time | relevance | path

Searched full:toggle (Results 1 – 25 of 1054) sorted by relevance

12345678910>>...43

/openbmc/phosphor-webui/app/common/styles/elements/
H A Dtoggle-switch.scss11 .toggle-container {
15 .toggle-switch {
21 .toggle-switch + label {
32 .toggle label {
37 input.toggle-switch__round-flat:focus + label {
42 input.toggle-switch__round-flat + label {
51 input.toggle-switch__round-flat + label:before,
52 input.toggle-switch__round-flat + label:after {
57 input.toggle-switch__round-flat + label:before {
66 input.toggle-switch__round-flat + label:after {
[all …]
/openbmc/linux/drivers/media/rc/
H A Dir-rc6-decoder.c12 * RC6-0-16 (standard toggle bit in header)
13 * RC6-6A-20 (no toggle bit)
14 * RC6-6A-24 (no toggle bit)
15 * RC6-6A-32 (MCE version with toggle bit in body)
19 #define RC6_HEADER_NBITS 4 /* not including toggle bit */
65 if (!data->toggle) in rc6_mode()
84 u8 toggle; in ir_rc6_decode() local
154 data->toggle = ev.pulse; in ir_rc6_decode()
215 toggle = data->toggle; in ir_rc6_decode()
217 dev_dbg(&dev->dev, "RC6(0) scancode 0x%04x (toggle: %u)\n", in ir_rc6_decode()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/
H A Dadi,ltc2688.yaml58 adi,toggle-mode:
60 Set the channel as a toggle enabled channel. Toggle operation enables
88 adi,toggle-dither-input:
91 only makes sense for toggle or dither enabled channels. If
92 @adi,toggle-mode is not set and this property is given, the channel is
104 adi,toggle-dither-input: [ clocks ]
133 adi,toggle-mode;
142 adi,toggle-dither-input = <2>;
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-dac-ltc268861 Toggle enable. Write 1 to enable toggle or 0 to disable it. This is
65 - disable toggle operation;
67 - enable toggle operation.
75 specific to toggle enabled channels and refers to the DAC output
83 Performs a SW toggle. This attribute is specific to toggle
84 enabled channels and allows to toggle between out_voltageY_raw0
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dserver-led-controller.html21 <div class="toggle-container">
22 <div class="toggle">
25 class="toggle-switch toggle-switch__round-flat"
34 <span class="toggle-switch__status">{{
H A Dpower-usage-controller.html25 <div class="toggle-container">
26 <div class="toggle">
29 class="toggle-switch toggle-switch__round-flat"
H A Dpower-operations-controller.html72 <!-- Toggle component -->
73 <div class="toggle-container">
74 <div class="toggle">
77 class="toggle-switch toggle-switch__round-flat"
78 name="toggle"
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_policies_sub_menu.robot19 ${xpath_bmc_ssh_toggle} //*[@data-test-id='policies-toggle-bmcShell']
21 ${xpath_network_ipmi_toggle} //*[@data-test-id='polices-toggle-networkIpmi']
24 ${xpath_virtual_tpm_toggle} //*[@data-test-id='policies-toggle-vtpm']
25 ${xpath_rtad_toggle} //*[@data-test-id='policies-toggle-rtad']
26 ${xpath_usb_firmware_update_policy_toggle} //*[@data-test-id='policies-toggle-usbFirmwareUpdateP…
27 ${xpath_secure_version_lockin_toggle} //*[@data-test-id='policies-toggle-svle']
28 ${xpath_host_usb_enablement_toggle} //*[@data-test-id='policies-toggle-hostUsb']
69 [Documentation] Login to GUI Policies page,enable SSH toggle and
180 [Documentation] Login to GUI Policies page,set SSH and IPMI toggle and
195 [Documentation] Login to GUI Policies page,set SSH and IPMI toggle and
[all …]
/openbmc/linux/drivers/tty/
H A Dnozomi.c160 /* Two different toggle channels exist */
191 * Toggle fields are valid if enabled is 0,
206 struct toggles toggle; member
255 /* This represents the toggle information */
261 * Toggle fields are valid if enabled is 0,
271 struct toggles toggle; member
568 DBG3("toggle enabled: %d", dc->config_table.toggle.enabled); in dump_table()
569 DBG3("toggle up_mdm: %d", dc->config_table.toggle.mdm_ul); in dump_table()
570 DBG3("toggle dl_mdm: %d", dc->config_table.toggle.mdm_dl); in dump_table()
571 DBG3("toggle dl_dbg: %d", dc->config_table.toggle.diag_dl); in dump_table()
[all …]
/openbmc/phosphor-webui/app/common/directives/password-visibility-toggle/
H A Dpassword-visibility-toggle.js5 * Password visibility toggle
7 * This attribute directive will toggle an input type
12 * <input type="password" password-visibility-toggle />
25 class="btn btn-tertiary btn-password-toggle"
/openbmc/linux/drivers/mailbox/
H A Dbcm-flexrm-mailbox.c335 static u64 flexrm_next_table_desc(u32 toggle, dma_addr_t next_addr) in flexrm_next_table_desc() argument
340 DESC_ENC(desc, toggle, NPTR_TOGGLE_SHIFT, NPTR_TOGGLE_MASK); in flexrm_next_table_desc()
346 static u64 flexrm_null_desc(u32 toggle) in flexrm_null_desc() argument
351 DESC_ENC(desc, toggle, NULL_TOGGLE_SHIFT, NULL_TOGGLE_MASK); in flexrm_null_desc()
378 static u64 flexrm_header_desc(u32 toggle, u32 startpkt, u32 endpkt, in flexrm_header_desc() argument
384 DESC_ENC(desc, toggle, HEADER_TOGGLE_SHIFT, HEADER_TOGGLE_MASK); in flexrm_header_desc()
395 u64 desc, void **desc_ptr, u32 *toggle, in flexrm_enqueue_desc() argument
422 * TOGGLE bit of the first HEADER will be set to invalid state to in flexrm_enqueue_desc()
425 * the TOGGLE bit of first HEADER after all descriptors are in flexrm_enqueue_desc()
432 _toggle = (nhpos == 0) ? !(*toggle) : (*toggle); in flexrm_enqueue_desc()
[all …]
/openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-sys-utility/mori-cmd/
H A Dmori.sh20 echo " toggle --> toggle led"
195 toggle)
196 #toggle off LED
201 #toggle on LED
230 toggle)
231 #toggle off LED
236 #toggle on LED
/openbmc/u-boot/cmd/
H A Dlegacy_led.c22 void (*toggle)(void);/* Optional function for toggling LED */ member
72 if (strcmp(var, "toggle") == 0) in get_led_cmd()
123 if (led_commands[i].toggle) in do_legacy_led()
124 led_commands[i].toggle(); in do_legacy_led()
184 "all] [on|off|toggle|blink] [blink-freq in ms]",
185 "[led_name] [on|off|toggle|blink] sets or clears led(s)"
/openbmc/webui-vue/tests/unit/
H A DAppNavigation.spec.js48 it('toggle-navigation event should toggle isNavigation data prop value', async () => {
51 rootWrapper.vm.$emit('toggle-navigation');
53 rootWrapper.vm.$emit('toggle-navigation');
/openbmc/linux/include/dt-bindings/pinctrl/
H A Dk210-fpioa.h204 #define K210_PCF_TIMER0_TOGGLE1 190 /* TIMER0 Toggle Output 1 */
205 #define K210_PCF_TIMER0_TOGGLE2 191 /* TIMER0 Toggle Output 2 */
206 #define K210_PCF_TIMER0_TOGGLE3 192 /* TIMER0 Toggle Output 3 */
207 #define K210_PCF_TIMER0_TOGGLE4 193 /* TIMER0 Toggle Output 4 */
208 #define K210_PCF_TIMER1_TOGGLE1 194 /* TIMER1 Toggle Output 1 */
209 #define K210_PCF_TIMER1_TOGGLE2 195 /* TIMER1 Toggle Output 2 */
210 #define K210_PCF_TIMER1_TOGGLE3 196 /* TIMER1 Toggle Output 3 */
211 #define K210_PCF_TIMER1_TOGGLE4 197 /* TIMER1 Toggle Output 4 */
212 #define K210_PCF_TIMER2_TOGGLE1 198 /* TIMER2 Toggle Output 1 */
213 #define K210_PCF_TIMER2_TOGGLE2 199 /* TIMER2 Toggle Output 2 */
[all …]
/openbmc/linux/drivers/input/misc/
H A Dkeyspan_remote.c89 u8 toggle; member
118 int toggle; member
243 * toggle code, and stop. in keyspan_check_data()
292 message.toggle = 0; in keyspan_check_data()
296 message.toggle = 1; in keyspan_check_data()
301 "%s - Error in message, invalid toggle.\n", in keyspan_check_data()
317 "%s found valid message: system: %d, button: %d, toggle: %d\n", in keyspan_check_data()
318 __func__, message.system, message.button, message.toggle); in keyspan_check_data()
320 if (message.toggle != remote->toggle) { in keyspan_check_data()
323 remote->toggle = message.toggle; in keyspan_check_data()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/igc/
H A Digc_diag.c87 u32 i, toggle, b = false; in igc_reg_test() local
91 * tests. Some bits are read-only, some toggle, and some in igc_reg_test()
94 toggle = 0x6800D3; in igc_reg_test()
96 value = before & toggle; in igc_reg_test()
97 wr32(IGC_STATUS, toggle); in igc_reg_test()
98 after = rd32(IGC_STATUS) & toggle; in igc_reg_test()
/openbmc/linux/drivers/media/i2c/
H A Dir-kbd-i2c.c63 int start, range, toggle, dev, code, ircode, vendor; in get_key_haup_common() local
75 toggle = (buf[offset] >> 5) & 1; in get_key_haup_common()
89 ircode = (start << 12) | (toggle << 11) | (dev << 6) | code; in get_key_haup_common()
98 start, range, toggle, dev, code); in get_key_haup_common()
102 *ptoggle = toggle; in get_key_haup_common()
134 u32 *scancode, u8 *toggle) in get_key_haup() argument
136 return get_key_haup_common(ir, protocol, scancode, toggle, 3); in get_key_haup()
140 u32 *scancode, u8 *toggle) in get_key_haup_xvr() argument
155 return get_key_haup_common(ir, protocol, scancode, toggle, 6); in get_key_haup_xvr()
159 u32 *scancode, u8 *toggle) in get_key_pixelview() argument
[all …]
/openbmc/linux/Documentation/sphinx/templates/
H A Dkernel-toc.html5 <input type="checkbox" class="kernel-toc-toggle" id = "kernel-toc-toggle" checked>
6 <label class="kernel-toc-title" for="kernel-toc-toggle"></label>
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_ir.c26 u32 toggle; in av7110_ir_handler() local
36 toggle = ircom & 0x0800; in av7110_ir_handler()
42 toggle = ircom & 0x8000; in av7110_ir_handler()
58 toggle = ircom & 0x0800; in av7110_ir_handler()
67 rc_keydown(rcdev, proto, scancode, toggle != 0); in av7110_ir_handler()
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-header.html6 <button id="user-actions" type="button" uib-dropdown-toggle>
28 <div class="header__functions" ng-class="{'active' : toggle}">
32 ng-click="toggle = !toggle"
/openbmc/linux/Documentation/sphinx-static/
H A Dcustom.css50 * The CSS magic to toggle the contents on small screens.
59 /* Hide the toggle on large screens */
60 input.kernel-toc-toggle { display: none; }
63 * Show and implement the toggle on small screens.
/openbmc/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst17 Other things can be encoded too. Some IR protocols encode a toggle bit; this
20 toggle bit will invert from one IR message to the next.
63 - Toggle bit
113 - Toggle bit
158 - Toggle bit
357 toggle bit.
365 as in the protocol. There is also a toggle bit.
373 as in the protocol. There is also a toggle bit.
390 for the Microsoft MCE variant (vendor = 0x800f). The toggle bit in the
391 protocol itself is ignored, and the 16th bit should be takes as the toggle
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dnova-t-usb2.c74 u8 *buf, data, toggle, custom; in nova_t_rc_query() local
93 toggle = !!(raw & 0x800); in nova_t_rc_query()
97 deb_rc("raw key code 0x%02x, 0x%02x, 0x%02x to c: %02x d: %02x toggle: %d\n", in nova_t_rc_query()
98 buf[1], buf[2], buf[3], custom, data, toggle); in nova_t_rc_query()
109 if (st->old_toggle == toggle) { in nova_t_rc_query()
114 st->old_toggle = toggle; in nova_t_rc_query()
/openbmc/linux/Documentation/devicetree/bindings/watchdog/
H A Dlinux,wdt-gpio.yaml28 const: toggle
46 It will only cease to toggle the signal when the device is open and the
66 hw_algo = "toggle";

12345678910>>...43