Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/openbmc/linux/drivers/tty/vt/
H A Ddefkeymap.map16 alt keycode 1 = Meta_Escape
18 alt keycode 2 = Meta_one
22 alt keycode 3 = Meta_two
25 alt keycode 4 = Meta_three
28 alt keycode 5 = Meta_four
31 alt keycode 6 = Meta_five
34 alt keycode 7 = Meta_six
37 alt keycode 8 = Meta_seven
48 alt keycode 12 = Meta_minus
236 alt keycode 105 = Decr_Console
[all …]
/openbmc/linux/include/sound/
H A Dhda-mlink.h17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid);
19 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid);
24 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid);
30 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid);
33 bool hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid);
36 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink);
60 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid);
72 hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) { return 0; } in hdac_bus_eml_get_count() argument
93 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked() argument
120 hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up() argument
[all …]
/openbmc/linux/tools/objtool/
H A Dspecial.c70 struct special_alt *alt) in get_alt_entry() argument
77 alt->group = entry->group; in get_alt_entry()
80 if (alt->group) { in get_alt_entry()
103 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry()
113 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry()
116 if (alt->new_off >= 0x7ffffff0) in get_alt_entry()
117 alt->new_off -= 0x7ffffff0; in get_alt_entry()
145 struct special_alt *alt; in special_get_alts() local
164 alt = malloc(sizeof(*alt)); in special_get_alts()
165 if (!alt) { in special_get_alts()
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dalternative.c110 replptr = ALT_REPL_PTR(alt); in patch_alternative()
146 struct alt_instr *alt; in __apply_alternatives() local
150 for (alt = region->begin; alt < region->end; alt++) { in __apply_alternatives()
152 int cap = ALT_CAP(alt); in __apply_alternatives()
160 if (ALT_HAS_CB(alt)) in __apply_alternatives()
161 BUG_ON(alt->alt_len != 0); in __apply_alternatives()
163 BUG_ON(alt->alt_len != alt->orig_len); in __apply_alternatives()
165 origptr = ALT_ORIG_PTR(alt); in __apply_alternatives()
169 if (ALT_HAS_CB(alt)) in __apply_alternatives()
211 if (!alt) in apply_alternatives_vdso()
[all …]
/openbmc/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c67 struct typec_altmode *alt; member
196 dev_err(&dp->alt->dev, in dp_altmode_configure_vdm()
232 dev_err(&dp->alt->dev, in dp_altmode_work()
239 dev_err(&dp->alt->dev, in dp_altmode_work()
243 if (typec_altmode_exit(dp->alt)) in dp_altmode_work()
349 typec_altmode_exit(alt); in dp_altmode_activate()
396 if (dp->alt->active) { in configuration_store()
596 dp->alt = alt; in dp_altmode_probe()
598 alt->desc = "DisplayPort"; in dp_altmode_probe()
599 alt->ops = &dp_altmode_ops; in dp_altmode_probe()
[all …]
H A Dnvidia.c12 static int nvidia_altmode_probe(struct typec_altmode *alt) in nvidia_altmode_probe() argument
14 if (alt->svid == USB_TYPEC_NVIDIA_VLINK_SID) in nvidia_altmode_probe()
15 return dp_altmode_probe(alt); in nvidia_altmode_probe()
20 static void nvidia_altmode_remove(struct typec_altmode *alt) in nvidia_altmode_remove() argument
22 if (alt->svid == USB_TYPEC_NVIDIA_VLINK_SID) in nvidia_altmode_remove()
23 dp_altmode_remove(alt); in nvidia_altmode_remove()
H A Ddisplayport.h3 int dp_altmode_probe(struct typec_altmode *alt);
4 void dp_altmode_remove(struct typec_altmode *alt);
6 int dp_altmode_probe(struct typec_altmode *alt) { return -ENOTSUPP; } in dp_altmode_probe() argument
7 void dp_altmode_remove(struct typec_altmode *alt) { } in dp_altmode_remove() argument
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ddisplayport.c21 struct typec_altmode *alt; member
158 u32 cap = dp->alt->vdo; in ucsi_displayport_status_update()
292 if (!alt) in ucsi_displayport_remove_partner()
310 struct typec_altmode *alt; in ucsi_register_displayport() local
321 if (IS_ERR(alt)) in ucsi_register_displayport()
322 return alt; in ucsi_register_displayport()
326 typec_unregister_altmode(alt); in ucsi_register_displayport()
334 dp->alt = alt; in ucsi_register_displayport()
336 alt->ops = &ucsi_displayport_ops; in ucsi_register_displayport()
337 typec_altmode_set_drvdata(alt, dp); in ucsi_register_displayport()
[all …]
H A Ducsi_ccg.c365 alt = uc->orig; in ucsi_ccg_update_altmodes()
377 if (!alt[i].svid) in ucsi_ccg_update_altmodes()
382 if (!alt[i].svid) in ucsi_ccg_update_altmodes()
386 if (alt[i].checked) in ucsi_ccg_update_altmodes()
394 alt[i].linked_idx = k; in ucsi_ccg_update_altmodes()
402 if (alt[i].svid != alt[j].svid || in ucsi_ccg_update_altmodes()
408 new_alt[k].mid |= alt[i].mid | alt[j].mid; in ucsi_ccg_update_altmodes()
410 alt[i].linked_idx = k; in ucsi_ccg_update_altmodes()
423 alt[i].linked_idx = k; in ucsi_ccg_update_altmodes()
469 if (alt && port[j].svid == alt->svid && in ucsi_ccg_update_set_new_cam_cmd()
[all …]
/openbmc/linux/arch/riscv/errata/thead/
H A Derrata.c93 struct alt_entry *alt; in thead_errata_patch_func() local
98 for (alt = begin; alt < end; alt++) { in thead_errata_patch_func()
99 if (alt->vendor_id != THEAD_VENDOR_ID) in thead_errata_patch_func()
101 if (alt->patch_id >= ERRATA_THEAD_NUMBER) in thead_errata_patch_func()
104 tmp = (1U << alt->patch_id); in thead_errata_patch_func()
106 oldptr = ALT_OLD_PTR(alt); in thead_errata_patch_func()
107 altptr = ALT_ALT_PTR(alt); in thead_errata_patch_func()
111 memcpy(oldptr, altptr, alt->alt_len); in thead_errata_patch_func()
114 patch_text_nosync(oldptr, altptr, alt->alt_len); in thead_errata_patch_func()
/openbmc/linux/arch/riscv/errata/sifive/
H A Derrata.c89 struct alt_entry *alt; in sifive_errata_patch_func() local
99 for (alt = begin; alt < end; alt++) { in sifive_errata_patch_func()
100 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func()
102 if (alt->patch_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func()
103 WARN(1, "This errata id:%d is not in kernel errata list", alt->patch_id); in sifive_errata_patch_func()
107 tmp = (1U << alt->patch_id); in sifive_errata_patch_func()
110 patch_text_nosync(ALT_OLD_PTR(alt), ALT_ALT_PTR(alt), in sifive_errata_patch_func()
111 alt->alt_len); in sifive_errata_patch_func()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-mlink.c50 bool alt; member
110 if (!h2link->alt) { in hdaml_lnk_enum()
409 if (!h2link->alt) in hda_ml_alloc_h2link()
465 if (h2link->alt == alt && h2link->elid == elid) in find_ext2_link()
476 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_get_count()
489 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_enable_interrupt()
511 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_check_interrupt()
672 if (!alt) { in hdac_bus_eml_power_up_base()
720 if (!alt) { in hdac_bus_eml_power_down_base()
847 if (!h2link->alt) in hda_bus_ml_put_all()
[all …]
/openbmc/linux/arch/powerpc/perf/
H A Dpower6-pmu.c345 unsigned int alt; in find_alternatives_list() local
351 alt = event_alternatives[i][j]; in find_alternatives_list()
352 if (!alt || event < alt) in find_alternatives_list()
354 if (event == alt) in find_alternatives_list()
368 alt[0] = event; in p6_get_alternatives()
380 alt[nalt++] = aevent; in p6_get_alternatives()
412 switch (alt[i]) { in p6_get_alternatives()
418 alt[j++] = 0x1e; /* PM_CYC */ in p6_get_alternatives()
425 alt[j++] = 2; /* PM_INST_CMPL */ in p6_get_alternatives()
443 alt[j] = alt[i]; in p6_get_alternatives()
[all …]
H A Dpower5+-pmu.c280 alt[0] = event; in power5p_get_alternatives()
288 alt[nalt++] = ae; in power5p_get_alternatives()
294 alt[nalt++] = ae; in power5p_get_alternatives()
310 switch (alt[i]) { in power5p_get_alternatives()
312 alt[j++] = 0x600005; /* PM_RUN_CYC */ in power5p_get_alternatives()
316 alt[j++] = 0xf; in power5p_get_alternatives()
323 alt[j++] = 0x100009; /* PM_INST_CMPL */ in power5p_get_alternatives()
324 alt[j++] = 0x200009; in power5p_get_alternatives()
336 alt[j] = alt[i]; in power5p_get_alternatives()
345 if (power5p_limited_pmc_event(alt[i])) { in power5p_get_alternatives()
[all …]
/openbmc/linux/drivers/usb/typec/
H A Dbus.c21 if (!alt->retimer) in typec_altmode_set_retimer()
24 state.alt = &alt->adev; in typec_altmode_set_retimer()
28 return typec_retimer_set(alt->retimer, &state); in typec_altmode_set_retimer()
36 if (!alt->mux) in typec_altmode_set_mux()
39 state.alt = &alt->adev; in typec_altmode_set_mux()
43 return typec_mux_set(alt->mux, &state); in typec_altmode_set_mux()
52 ret = typec_altmode_set_retimer(alt, conf, data); in typec_altmode_set_switches()
56 return typec_altmode_set_mux(alt, conf, data); in typec_altmode_set_switches()
338 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show()
378 struct device *dev = &alt->adev.dev; in typec_altmode_create_links()
[all …]
H A Dclass.c347 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show()
504 altmode_id_remove(alt->adev.dev.parent, alt->id); in typec_altmode_release()
505 kfree(alt); in typec_altmode_release()
523 alt = kzalloc(sizeof(*alt), GFP_KERNEL); in typec_register_altmode()
524 if (!alt) { in typec_register_altmode()
533 alt->id = id; in typec_register_altmode()
545 alt->group.name = alt->group_name; in typec_register_altmode()
546 alt->group.attrs = alt->attrs; in typec_register_altmode()
547 alt->groups[0] = &alt->group; in typec_register_altmode()
550 alt->adev.dev.groups = alt->groups; in typec_register_altmode()
[all …]
/openbmc/phosphor-bmc-code-mgmt/static/
H A Dobmc-flash-bmc-alt@.service.in2 Description=Flash image-bmc to the alt chip and reset cs0
8 ExecStartPre=-/usr/bin/obmc-flash-bmc umount-static-altfs rofs-alt
9 ExecStartPre=-/usr/bin/obmc-flash-bmc umount-static-altfs rwfs-alt
10 ExecStart=/usr/sbin/flashcp /tmp/images/%i/image-bmc /dev/mtd/alt-bmc
11 ExecStartPost=-/usr/bin/obmc-flash-bmc static-altfs squashfs alt-rofs rofs-alt
12 ExecStartPost=-/usr/bin/obmc-flash-bmc static-altfs jffs2 alt-rwfs rwfs-alt
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h445 alt, cond) \
475 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument
476 (void)____PVOP_ALT_CALL(, op, alt, cond, \
485 (void)____PVOP_ALT_CALL(, op.func, alt, cond, \
494 __PVOP_ALT_CALL(rettype, op, alt, cond)
495 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument
496 __PVOP_ALT_VCALL(op, alt, cond)
503 __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond)
504 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument
505 __PVOP_ALT_VCALLEESAVE(op, alt, cond)
[all …]
/openbmc/linux/drivers/usb/storage/
H A Duas-detect.h19 struct usb_host_interface *alt = &intf->altsetting[i]; in uas_find_uas_alt_setting() local
21 if (uas_is_interface(alt)) in uas_find_uas_alt_setting()
22 return alt; in uas_find_uas_alt_setting()
28 static int uas_find_endpoints(struct usb_host_interface *alt, in uas_find_endpoints() argument
31 struct usb_host_endpoint *endpoint = alt->endpoint; in uas_find_endpoints()
32 unsigned i, n_endpoints = alt->desc.bNumEndpoints; in uas_find_endpoints()
63 struct usb_host_interface *alt; in uas_use_uas_driver() local
66 alt = uas_find_uas_alt_setting(intf); in uas_use_uas_driver()
67 if (!alt) in uas_use_uas_driver()
70 r = uas_find_endpoints(alt, eps); in uas_use_uas_driver()
/openbmc/qemu/tests/unit/
H A Dtest-clone-visitor.c128 src->alt = g_new(UserDefAlternate, 1); in test_clone_complex2()
129 src->alt->type = QTYPE_QDICT; in test_clone_complex2()
130 src->alt->u.udfu.integer = 42; in test_clone_complex2()
132 src->alt->u.udfu.string = NULL; in test_clone_complex2()
133 src->alt->u.udfu.enum1 = ENUM_ONE_VALUE3; in test_clone_complex2()
134 src->alt->u.udfu.u.value3.intb = 99; in test_clone_complex2()
135 src->alt->u.udfu.u.value3.has_a_b = true; in test_clone_complex2()
136 src->alt->u.udfu.u.value3.a_b = true; in test_clone_complex2()
140 g_assert(dst->alt); in test_clone_complex2()
141 g_assert_cmpint(dst->alt->type, ==, QTYPE_QDICT); in test_clone_complex2()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/matchbox-wm/matchbox-wm/
H A Dkbdconfig19 <ctrl><alt>x=!xterm
20 <ctrl><alt>r=!rxvt
34 <alt>Tab=next
35 <alt><shift>Tab=prev
37 <alt>space=taskmenu
38 <alt>escape=!matchbox-remote -mbmenu
39 <alt>f4=close
/openbmc/linux/arch/arm64/include/asm/
H A Dspectre.h104 void spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr,
106 void smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr,
108 void spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, __le32 *origptr,
110 void spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, __le32 *origptr,
112 void spectre_bhb_patch_loop_iter(struct alt_instr *alt,
114 void spectre_bhb_patch_wa3(struct alt_instr *alt,
116 void spectre_bhb_patch_clearbhb(struct alt_instr *alt,
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Dopenbmc-flash-layout-64-alt.dtsi13 label = "alt-u-boot";
18 label = "alt-u-boot-env";
23 label = "alt-kernel";
28 label = "alt-rofs";
33 label = "alt-rwfs";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/
H A Dttf-gentium_1.02.bb17 install -d ${D}${datadir}/doc/ttf-gentium-alt/
20 install -m 0644 ${S}/OFL ${D}${datadir}/doc/ttf-gentium-alt/
24 PACKAGES = "${PN} ${PN}-alt"
25 FONT_PACKAGES = "${PN} ${PN}-alt"
27 FILES:${PN}-alt = "${datadir}/fonts/truetype/GenAI*.ttf \
29 ${datadir}/doc/ttf-gentium-alt/*"
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Dfigures.rst9 :alt: DRBD-8.3-data-packets.svg
13 :alt: DRBD-data-packets.svg
21 :alt: conn-states-8.dot
25 :alt: disk-states-8.dot
29 :alt: peer-states-8.dot

12345678910>>...18