/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | toggle-switch.scss | 11 .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 …]
|
H A D | index.scss | 1 @import "toggle-switch"; 2 @import "toggle-filter";
|
H A D | toggle-filter.scss | 1 // toggle buttons for filtering 2 .toggle-filter {
|
/openbmc/linux/drivers/media/rc/ |
H A D | ir-rc6-decoder.c | 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() 218 scancode, toggle); in ir_rc6_decode() 232 toggle = 0; in ir_rc6_decode() 236 toggle = 0; in ir_rc6_decode() 244 toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK); in ir_rc6_decode() 249 toggle = 0; in ir_rc6_decode() 259 protocol, scancode, toggle); in ir_rc6_decode() [all …]
|
H A D | ir-rc5-decoder.c | 43 u8 toggle; in ir_rc5_decode() local 122 toggle = (data->bits & 0x20000) ? 1 : 0; in ir_rc5_decode() 136 toggle = (data->bits & 0x00800) ? 1 : 0; in ir_rc5_decode() 150 toggle = (data->bits & 0x01000) ? 1 : 0; in ir_rc5_decode() 158 scancode, protocol, toggle); in ir_rc5_decode() 160 rc_keydown(dev, protocol, scancode, toggle); in ir_rc5_decode()
|
H A D | ir-rcmm-decoder.c | 63 u8 toggle; in ir_rcmm_decode() local 151 toggle = !!(0x8000 & data->bits); in ir_rcmm_decode() 154 toggle = 0; in ir_rcmm_decode() 159 rc_keydown(dev, RC_PROTO_RCMM32, scancode, toggle); in ir_rcmm_decode()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ir-kbd-i2c.c | 63 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/ABI/testing/ |
H A D | sysfs-bus-iio-dac-ltc2688 | 61 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/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-input.c | 106 u32 *scancode, u8 *toggle) in get_key_flydvb_trio() argument 156 *toggle = 0; in get_key_flydvb_trio() 162 u32 *scancode, u8 *toggle) in get_key_msi_tvanywhere_plus() argument 207 *toggle = 0; in get_key_msi_tvanywhere_plus() 213 u32 *scancode, u8 *toggle) in get_key_kworld_pc150u() argument 259 *toggle = 0; in get_key_kworld_pc150u() 264 u32 *scancode, u8 *toggle) in get_key_purpletv() argument 288 *toggle = 0; in get_key_purpletv() 293 u32 *scancode, u8 *toggle) in get_key_beholdm6xx() argument 325 *toggle = 0; in get_key_beholdm6xx() [all …]
|
/openbmc/linux/drivers/tty/ |
H A D | nozomi.c | 206 struct toggles toggle; member 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() 623 || (dc->config_table.toggle.enabled == TOGGLE_VALID)) { in nozomi_read_config_table() 629 dc->port[PORT_MDM].toggle_ul = dc->config_table.toggle.mdm_ul; in nozomi_read_config_table() 630 dc->port[PORT_MDM].toggle_dl = dc->config_table.toggle.mdm_dl; in nozomi_read_config_table() 631 dc->port[PORT_DIAG].toggle_dl = dc->config_table.toggle.diag_dl; in nozomi_read_config_table() [all …]
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_ir.c | 26 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/linux/drivers/mailbox/ |
H A D | bcm-flexrm-mailbox.c | 335 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 432 _toggle = (nhpos == 0) ? !(*toggle) : (*toggle); in flexrm_enqueue_desc() 454 *toggle = (*toggle) ? 0 : 1; in flexrm_enqueue_desc() 471 *toggle = (*toggle) ? 0 : 1; in flexrm_enqueue_desc() [all …]
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | nova-t-usb2.c | 74 u8 *buf, data, toggle, custom; in nova_t_rc_query() local 93 toggle = !!(raw & 0x800); 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/drivers/net/ethernet/intel/igc/ |
H A D | igc_diag.c | 87 u32 i, toggle, b = false; in igc_reg_test() local 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/input/misc/ |
H A D | keyspan_remote.c | 89 u8 toggle; member 118 int toggle; member 292 message.toggle = 0; in keyspan_check_data() 296 message.toggle = 1; 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() 467 …remote->toggle = -1; /* Set to -1 so we will always not match the toggle from the first remote mes… in keyspan_probe()
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_policies_sub_menu.robot | 19 ${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/Documentation/sphinx-static/ |
H A D | custom.css | 50 * 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/drivers/usb/host/ |
H A D | fhci-mem.c | 87 enum fhci_ta_type type, int toggle, u8 *data, u32 len, in fhci_td_fill() argument 98 td->toggle = toggle; in fhci_td_fill()
|
H A D | fhci-sched.c | 88 td->toggle = !td->toggle; in fhci_transaction_confirm() 110 td->toggle = !td->toggle; in fhci_transaction_confirm() 162 if (td->toggle == USB_TD_TOGGLE_CARRY) in add_packet() 163 td->toggle = ed->toggle_carry; in add_packet() 240 ed->ep_addr, ed->mode, ed->speed, td->toggle)) { in add_packet() 703 int toggle = 0; in fhci_queue_urb() local 750 toggle = USB_TD_TOGGLE_CARRY; in fhci_queue_urb() 752 toggle = USB_TD_TOGGLE_DATA0; in fhci_queue_urb() 776 toggle, in fhci_queue_urb() 785 cnt ? USB_TD_TOGGLE_CARRY : toggle, in fhci_queue_urb()
|
/openbmc/u-boot/cmd/ |
H A D | legacy_led.c | 22 void (*toggle)(void);/* Optional function for toggling LED */ member 123 if (led_commands[i].toggle) in do_legacy_led() 124 led_commands[i].toggle(); in do_legacy_led()
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | msm-sdm845-flakes.txt | 7 kms_cursor_legacy@flip-vs-cursor-toggle 10 kms_cursor_legacy@short-flip-before-cursor-toggle
|
/openbmc/linux/include/media/i2c/ |
H A D | ir-kbd-i2c.h | 25 u32 *scancode, u8 *toggle); 57 u32 *scancode, u8 *toggle);
|
/openbmc/webui-vue/src/views/ProfileSettings/ |
H A D | ProfileSettings.vue | 31 <input-password-toggle> 39 </input-password-toggle> 54 <input-password-toggle> 80 </input-password-toggle> 87 <input-password-toggle> 104 </input-password-toggle>
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap3-transition.css | 208 a.toggle-errors:hover, 209 a.toggle-warnings:hover, 214 a.toggle-errors:focus, 215 a.toggle-warnings:focus {
|
/openbmc/webui-vue/src/views/ChangePassword/ |
H A D | ChangePassword.vue | 19 <input-password-toggle> 35 </input-password-toggle> 41 <input-password-toggle> 61 </input-password-toggle>
|