Home
last modified time | relevance | path

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

1234567891011

/linux-6.3-rc2/drivers/tty/vt/
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-6.3-rc2/tools/objtool/
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-6.3-rc2/arch/arm64/kernel/
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()
212 if (!alt) in apply_alternatives_vdso()
[all …]
/linux-6.3-rc2/drivers/usb/typec/altmodes/
A Ddisplayport.c66 struct typec_altmode *alt; member
176 dev_err(&dp->alt->dev, in dp_altmode_configure_vdm()
212 dev_err(&dp->alt->dev, in dp_altmode_work()
219 dev_err(&dp->alt->dev, in dp_altmode_work()
223 if (typec_altmode_exit(dp->alt)) in dp_altmode_work()
324 typec_altmode_exit(alt); in dp_altmode_activate()
371 if (dp->alt->active) { in configuration_store()
567 dp->alt = alt; in dp_altmode_probe()
569 alt->desc = "DisplayPort"; in dp_altmode_probe()
570 alt->ops = &dp_altmode_ops; in dp_altmode_probe()
[all …]
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()
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-6.3-rc2/drivers/usb/typec/ucsi/
A Ddisplayport.c21 struct typec_altmode *alt; member
158 u32 cap = dp->alt->vdo; in ucsi_displayport_status_update()
296 if (!alt) in ucsi_displayport_remove_partner()
314 struct typec_altmode *alt; in ucsi_register_displayport() local
325 if (IS_ERR(alt)) in ucsi_register_displayport()
326 return alt; in ucsi_register_displayport()
330 typec_unregister_altmode(alt); in ucsi_register_displayport()
338 dp->alt = alt; in ucsi_register_displayport()
340 alt->ops = &ucsi_displayport_ops; in ucsi_register_displayport()
341 typec_altmode_set_drvdata(alt, dp); in ucsi_register_displayport()
[all …]
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 …]
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)
A Ducsi.c299 if (!alt[i]) in ucsi_next_altmode()
310 if (!alt[i]) in ucsi_get_num_altmode()
358 if (IS_ERR(alt)) { in ucsi_register_altmode()
359 ret = PTR_ERR(alt); in ucsi_register_altmode()
379 if (IS_ERR(alt)) { in ucsi_register_altmode()
380 ret = PTR_ERR(alt); in ucsi_register_altmode()
425 memset(&alt, 0, sizeof(alt)); in ucsi_register_altmodes_nvidia()
430 len = ucsi_send_command(con->ucsi, command, &alt, sizeof(alt)); in ucsi_register_altmodes_nvidia()
502 memset(alt, 0, sizeof(alt)); in ucsi_register_altmodes()
507 len = ucsi_send_command(con->ucsi, command, alt, sizeof(alt)); in ucsi_register_altmodes()
[all …]
/linux-6.3-rc2/arch/riscv/errata/thead/
A Derrata.c88 struct alt_entry *alt; in thead_errata_patch_func() local
93 for (alt = begin; alt < end; alt++) { in thead_errata_patch_func()
94 if (alt->vendor_id != THEAD_VENDOR_ID) in thead_errata_patch_func()
96 if (alt->errata_id >= ERRATA_THEAD_NUMBER) in thead_errata_patch_func()
99 tmp = (1U << alt->errata_id); in thead_errata_patch_func()
101 oldptr = ALT_OLD_PTR(alt); in thead_errata_patch_func()
102 altptr = ALT_ALT_PTR(alt); in thead_errata_patch_func()
106 memcpy(oldptr, altptr, alt->alt_len); in thead_errata_patch_func()
109 patch_text_nosync(oldptr, altptr, alt->alt_len); in thead_errata_patch_func()
/linux-6.3-rc2/arch/riscv/errata/sifive/
A Derrata.c91 struct alt_entry *alt; in sifive_errata_patch_func() local
101 for (alt = begin; alt < end; alt++) { in sifive_errata_patch_func()
102 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func()
104 if (alt->errata_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func()
105 WARN(1, "This errata id:%d is not in kernel errata list", alt->errata_id); in sifive_errata_patch_func()
109 tmp = (1U << alt->errata_id); in sifive_errata_patch_func()
112 patch_text_nosync(ALT_OLD_PTR(alt), ALT_ALT_PTR(alt), in sifive_errata_patch_func()
113 alt->alt_len); in sifive_errata_patch_func()
/linux-6.3-rc2/arch/powerpc/perf/
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 …]
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-6.3-rc2/drivers/usb/typec/
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()
330 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show()
370 struct device *dev = &alt->adev.dev; in typec_altmode_create_links()
[all …]
A Dclass.c346 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show()
502 altmode_id_remove(alt->adev.dev.parent, alt->id); in typec_altmode_release()
503 kfree(alt); in typec_altmode_release()
521 alt = kzalloc(sizeof(*alt), GFP_KERNEL); in typec_register_altmode()
522 if (!alt) { in typec_register_altmode()
531 alt->id = id; in typec_register_altmode()
543 alt->group.name = alt->group_name; in typec_register_altmode()
544 alt->group.attrs = alt->attrs; in typec_register_altmode()
545 alt->groups[0] = &alt->group; in typec_register_altmode()
548 alt->adev.dev.groups = alt->groups; in typec_register_altmode()
[all …]
/linux-6.3-rc2/arch/riscv/kernel/
A Dcpufeature.c276 struct alt_entry *alt; in riscv_cpufeature_patch_func() local
282 for (alt = begin; alt < end; alt++) { in riscv_cpufeature_patch_func()
283 if (alt->vendor_id != 0) in riscv_cpufeature_patch_func()
285 if (alt->errata_id >= RISCV_ISA_EXT_MAX) { in riscv_cpufeature_patch_func()
287 alt->errata_id); in riscv_cpufeature_patch_func()
291 if (!__riscv_isa_extension_available(NULL, alt->errata_id)) in riscv_cpufeature_patch_func()
294 oldptr = ALT_OLD_PTR(alt); in riscv_cpufeature_patch_func()
295 altptr = ALT_ALT_PTR(alt); in riscv_cpufeature_patch_func()
298 patch_text_nosync(oldptr, altptr, alt->alt_len); in riscv_cpufeature_patch_func()
299 riscv_alternative_fix_offsets(oldptr, alt->alt_len, oldptr - altptr); in riscv_cpufeature_patch_func()
/linux-6.3-rc2/arch/x86/include/asm/
A Dparavirt_types.h455 alt, cond) \
485 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument
486 (void)____PVOP_ALT_CALL(, op, alt, cond, \
495 (void)____PVOP_ALT_CALL(, op.func, alt, cond, \
504 __PVOP_ALT_CALL(rettype, op, alt, cond)
505 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument
506 __PVOP_ALT_VCALL(op, alt, cond)
513 __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond)
514 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument
515 __PVOP_ALT_VCALLEESAVE(op, alt, cond)
[all …]
/linux-6.3-rc2/drivers/usb/storage/
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-6.3-rc2/arch/arm/boot/dts/
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-6.3-rc2/Documentation/admin-guide/blockdev/drbd/
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-6.3-rc2/drivers/usb/core/
A Dmessage.c1550 if (!alt) { in usb_set_interface()
1626 iface->cur_altsetting = alt; in usb_set_interface()
1752 if (!alt) in usb_reset_configuration()
1753 alt = &intf->altsetting[0]; in usb_reset_configuration()
1759 intf->cur_altsetting = alt; in usb_reset_configuration()
1830 alt = intf->cur_altsetting; in usb_if_uevent()
1833 alt->desc.bInterfaceClass, in usb_if_uevent()
1847 alt->desc.bInterfaceClass, in usb_if_uevent()
2083 if (!alt) in usb_set_configuration()
2084 alt = &intf->altsetting[0]; in usb_set_configuration()
[all …]
/linux-6.3-rc2/Documentation/networking/
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-6.3-rc2/drivers/infiniband/core/
A Dsecurity.c135 if (pps->alt.state != IB_PORT_PKEY_NOT_VALID) { in check_qp_port_pkey_settings()
136 ret = get_pkey_and_subnet_prefix(&pps->alt, in check_qp_port_pkey_settings()
358 new_pps->alt.port_num = qp_attr->alt_port_num; in get_new_pps()
360 new_pps->alt.state = IB_PORT_PKEY_VALID; in get_new_pps()
362 new_pps->alt.port_num = qp_pps->alt.port_num; in get_new_pps()
363 new_pps->alt.pkey_index = qp_pps->alt.pkey_index; in get_new_pps()
365 new_pps->alt.state = IB_PORT_PKEY_VALID; in get_new_pps()
369 new_pps->alt.sec = qp->qp_sec; in get_new_pps()
464 port_pkey_list_remove(&sec->ports_pkeys->alt); in ib_destroy_qp_security_begin()
617 ret = port_pkey_list_insert(&new_pps->alt); in ib_security_modify_qp()
[all …]
/linux-6.3-rc2/tools/objtool/arch/x86/
A Dspecial.c10 void arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative() argument
24 alt->skip_orig = true; in arch_handle_alternative()
26 alt->skip_alt = true; in arch_handle_alternative()
34 alt->skip_orig = true; in arch_handle_alternative()

Completed in 52 milliseconds

1234567891011