Home
last modified time | relevance | path

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

12345678910>>...12

/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 …]
/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 …]
/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 …]
/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 …]
/linux/drivers/usb/typec/altmodes/
H A Ddisplayport.c71 struct typec_altmode *alt; member
216 dev_err(&dp->alt->dev, in dp_altmode_configure_vdm()
278 dev_err(&dp->alt->dev, in dp_altmode_work()
285 dev_err(&dp->alt->dev, in dp_altmode_work()
299 if (typec_altmode_exit(dp->alt)) in dp_altmode_work()
492 return typec_altmode_exit(alt); in dp_altmode_activate()
544 if (dp->alt->active) { in configuration_store()
746 dp->alt = alt; in dp_altmode_probe()
748 alt->desc = "DisplayPort"; in dp_altmode_probe()
749 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
/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.c408 alt = uc->orig; in ucsi_ccg_update_altmodes()
420 if (!alt[i].svid) in ucsi_ccg_update_altmodes()
425 if (!alt[i].svid) in ucsi_ccg_update_altmodes()
429 if (alt[i].checked) in ucsi_ccg_update_altmodes()
437 alt[i].linked_idx = k; in ucsi_ccg_update_altmodes()
445 if (alt[i].svid != alt[j].svid || in ucsi_ccg_update_altmodes()
451 new_alt[k].mid |= alt[i].mid | alt[j].mid; in ucsi_ccg_update_altmodes()
453 alt[i].linked_idx = k; in ucsi_ccg_update_altmodes()
466 alt[i].linked_idx = k; in ucsi_ccg_update_altmodes()
512 if (alt && port[j].svid == alt->svid && in ucsi_ccg_update_set_new_cam_cmd()
[all …]
H A Dtrace.h86 TP_PROTO(u8 recipient, struct typec_altmode *alt),
87 TP_ARGS(recipient, alt),
96 __entry->svid = alt->svid;
97 __entry->mode = alt->mode;
98 __entry->vdo = alt->vdo;
106 TP_PROTO(u8 recipient, struct typec_altmode *alt),
107 TP_ARGS(recipient, alt)
/linux/arch/riscv/errata/sifive/
H A Derrata.c94 struct alt_entry *alt; in sifive_errata_patch_func() local
104 for (alt = begin; alt < end; alt++) { in sifive_errata_patch_func()
105 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func()
107 if (alt->patch_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func()
108 WARN(1, "This errata id:%d is not in kernel errata list", alt->patch_id); in sifive_errata_patch_func()
112 tmp = (1U << alt->patch_id); in sifive_errata_patch_func()
115 patch_text_nosync(ALT_OLD_PTR(alt), ALT_ALT_PTR(alt), in sifive_errata_patch_func()
116 alt->alt_len); in sifive_errata_patch_func()
/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 …]
/linux/arch/riscv/errata/thead/
H A Derrata.c164 struct alt_entry *alt; in thead_errata_patch_func() local
169 for (alt = begin; alt < end; alt++) { in thead_errata_patch_func()
170 if (alt->vendor_id != THEAD_VENDOR_ID) in thead_errata_patch_func()
172 if (alt->patch_id >= ERRATA_THEAD_NUMBER) in thead_errata_patch_func()
175 tmp = (1U << alt->patch_id); in thead_errata_patch_func()
177 oldptr = ALT_OLD_PTR(alt); in thead_errata_patch_func()
178 altptr = ALT_ALT_PTR(alt); in thead_errata_patch_func()
182 memcpy(oldptr, altptr, alt->alt_len); in thead_errata_patch_func()
185 patch_text_nosync(oldptr, altptr, alt->alt_len); in thead_errata_patch_func()
/linux/arch/powerpc/perf/
H A Dpower6-pmu.c362 if (alt < event) in find_alternatives_list()
364 else if (alt > event) in find_alternatives_list()
380 alt[0] = event; in p6_get_alternatives()
392 alt[nalt++] = aevent; in p6_get_alternatives()
424 switch (alt[i]) { in p6_get_alternatives()
430 alt[j++] = 0x1e; /* PM_CYC */ in p6_get_alternatives()
437 alt[j++] = 2; /* PM_INST_CMPL */ in p6_get_alternatives()
443 alt[j++] = 0x10000e; /* PM_PURR */ in p6_get_alternatives()
455 alt[j] = alt[i]; in p6_get_alternatives()
464 if (p6_limited_pmc_event(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 …]
/linux/arch/x86/include/asm/
H A Dparavirt_types.h413 alt, cond) \
443 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument
444 (void)____PVOP_ALT_CALL(, op, alt, cond, \
453 (void)____PVOP_ALT_CALL(, op.func, alt, cond, \
462 __PVOP_ALT_CALL(rettype, op, alt, cond)
463 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument
464 __PVOP_ALT_VCALL(op, alt, cond)
471 __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond)
472 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument
473 __PVOP_ALT_VCALLEESAVE(op, alt, cond)
[all …]
/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()
/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()
440 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show()
480 struct device *dev = &alt->adev.dev; in typec_altmode_create_links()
[all …]
H A Dclass.c348 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show()
505 altmode_id_remove(alt->adev.dev.parent, alt->id); in typec_altmode_release()
506 kfree(alt); in typec_altmode_release()
524 alt = kzalloc(sizeof(*alt), GFP_KERNEL); in typec_register_altmode()
525 if (!alt) { in typec_register_altmode()
534 alt->id = id; in typec_register_altmode()
546 alt->group.name = alt->group_name; in typec_register_altmode()
547 alt->group.attrs = alt->attrs; in typec_register_altmode()
548 alt->groups[0] = &alt->group; in typec_register_altmode()
551 alt->adev.dev.groups = alt->groups; in typec_register_altmode()
[all …]
/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,
/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";
/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
/linux/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt13 alt authentication needed (not FT)
16 alt authenticated/authenticating already
30 alt no probe request data known
38 alt WEP shared key auth
49 alt authenticated or associated
53 alt not previously authenticated (FT)
64 alt not using WPA
75 alt using WPA
/linux/drivers/usb/core/
H A Dmessage.c1549 if (!alt) { in usb_set_interface()
1625 iface->cur_altsetting = alt; in usb_set_interface()
1751 if (!alt) in usb_reset_configuration()
1752 alt = &intf->altsetting[0]; in usb_reset_configuration()
1758 intf->cur_altsetting = alt; in usb_reset_configuration()
1829 alt = intf->cur_altsetting; in usb_if_uevent()
1832 alt->desc.bInterfaceClass, in usb_if_uevent()
1846 alt->desc.bInterfaceClass, in usb_if_uevent()
2121 if (!alt) in usb_set_configuration()
2122 alt = &intf->altsetting[0]; in usb_set_configuration()
[all …]
/linux/arch/x86/kernel/
H A Dmodule.c227 const Elf_Shdr *s, *alt = NULL, *locks = NULL, in module_finalize() local
235 alt = s; in module_finalize()
278 if (alt) { in module_finalize()
280 void *aseg = (void *)alt->sh_addr; in module_finalize()
281 apply_alternatives(aseg, aseg + alt->sh_size); in module_finalize()
283 if (calls || alt) { in module_finalize()
291 if (alt) { in module_finalize()
292 cs.alt_start = (void *)alt->sh_addr; in module_finalize()
293 cs.alt_end = (void *)alt->sh_addr + alt->sh_size; in module_finalize()

12345678910>>...12