| /linux-6.15/include/sound/ |
| H A D | hda-mlink.h | 17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid); 20 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid); 25 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid); 31 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid); 37 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink); 61 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid); 79 hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) { return 0; } in hdac_bus_eml_get_count() argument 103 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked() argument 130 hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up() argument 196 hdac_bus_eml_set_mic_privacy_mask(struct hdac_bus *bus, bool alt, int elid, in hdac_bus_eml_set_mic_privacy_mask() argument [all …]
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_typec_altmode.c | 21 struct typec_altmode *alt; member 69 dev_warn(&alt->dev, in cros_typec_altmode_enter() 114 dev_warn(&alt->dev, in cros_typec_altmode_exit() 318 if (IS_ERR(alt)) in cros_typec_register_displayport() 319 return alt; in cros_typec_register_displayport() 330 adata->alt = alt; in cros_typec_register_displayport() 339 return alt; in cros_typec_register_displayport() 352 if (IS_ERR(alt)) in cros_typec_register_thunderbolt() 353 return alt; in cros_typec_register_thunderbolt() 362 adata->alt = alt; in cros_typec_register_thunderbolt() [all …]
|
| /linux-6.15/drivers/tty/vt/ |
| H A D | defkeymap.map | 16 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.15/drivers/usb/typec/altmodes/ |
| H A D | thunderbolt.c | 30 struct typec_altmode *alt; member 63 return typec_altmode_enter(tbt->alt, &vdo); in tbt_enter_mode() 97 typec_altmode_exit(tbt->alt); in tbt_altmode_work() 140 if (!tbt_ready(tbt->alt)) in tbt_enter_modes_ordered() 232 data.device_mode = tbt->alt->vdo; in tbt_altmode_vdm() 276 ret = tbt_enter_modes_ordered(alt); in tbt_altmode_activate() 278 ret = typec_altmode_exit(alt); in tbt_altmode_activate() 304 tbt->alt = alt; in tbt_altmode_probe() 306 alt->desc = "Thunderbolt3"; in tbt_altmode_probe() 307 typec_altmode_set_drvdata(alt, tbt); in tbt_altmode_probe() [all …]
|
| H A D | displayport.c | 71 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() 533 cap = DP_CAP_CAPABILITY(dp->alt->vdo); in configuration_store() 544 if (dp->alt->active) { in configuration_store() 746 dp->alt = alt; in dp_altmode_probe() 748 alt->desc = "DisplayPort"; in dp_altmode_probe() [all …]
|
| H A D | nvidia.c | 12 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 D | displayport.h | 3 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.15/tools/objtool/ |
| H A D | special.c | 70 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() 93 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry() 95 arch_handle_alternative(alt); in get_alt_entry() 104 reloc_to_sec_off(new_reloc, &alt->new_sec, &alt->new_off); in get_alt_entry() 108 alt->new_off -= 0x7ffffff0; in get_alt_entry() 135 struct special_alt *alt; in special_get_alts() local 153 alt = malloc(sizeof(*alt)); in special_get_alts() 154 if (!alt) { in special_get_alts() [all …]
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | alternative.c | 110 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-6.15/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 21 struct typec_altmode *alt; member 160 u32 cap = dp->alt->vdo; in ucsi_displayport_status_update() 295 if (!alt) in ucsi_displayport_remove_partner() 298 dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_remove_partner() 315 struct typec_altmode *alt; in ucsi_register_displayport() local 326 if (IS_ERR(alt)) in ucsi_register_displayport() 327 return alt; in ucsi_register_displayport() 331 typec_unregister_altmode(alt); in ucsi_register_displayport() 339 dp->alt = alt; in ucsi_register_displayport() 342 typec_altmode_set_drvdata(alt, dp); in ucsi_register_displayport() [all …]
|
| H A D | trace.h | 86 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-6.15/sound/soc/sof/intel/ |
| H A D | hda-mlink.c | 52 bool alt; member 121 if (!h2link->alt) { in hdaml_lnk_enum() 420 if (!h2link->alt) in hda_ml_alloc_h2link() 476 if (h2link->alt == alt && h2link->elid == elid) in find_ext2_link() 487 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_get_count() 500 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_enable_interrupt_unlocked() 701 if (!alt) { in hdac_bus_eml_power_up_base() 722 sublink, alt, elid); in hdac_bus_eml_power_up_base() 763 if (!alt) { in hdac_bus_eml_power_down_base() 900 if (!h2link->alt) in hda_bus_ml_put_all() [all …]
|
| /linux-6.15/arch/riscv/errata/sifive/ |
| H A D | errata.c | 95 struct alt_entry *alt; in sifive_errata_patch_func() local 107 for (alt = begin; alt < end; alt++) { in sifive_errata_patch_func() 108 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func() 110 if (alt->patch_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func() 111 WARN(1, "This errata id:%d is not in kernel errata list", alt->patch_id); in sifive_errata_patch_func() 115 tmp = (1U << alt->patch_id); in sifive_errata_patch_func() 118 patch_text_nosync(ALT_OLD_PTR(alt), ALT_ALT_PTR(alt), in sifive_errata_patch_func() 119 alt->alt_len); in sifive_errata_patch_func()
|
| /linux-6.15/arch/riscv/errata/thead/ |
| H A D | errata.c | 193 struct alt_entry *alt; in thead_errata_patch_func() local 200 for (alt = begin; alt < end; alt++) { in thead_errata_patch_func() 201 if (alt->vendor_id != THEAD_VENDOR_ID) in thead_errata_patch_func() 203 if (alt->patch_id >= ERRATA_THEAD_NUMBER) in thead_errata_patch_func() 206 tmp = (1U << alt->patch_id); in thead_errata_patch_func() 208 oldptr = ALT_OLD_PTR(alt); in thead_errata_patch_func() 209 altptr = ALT_ALT_PTR(alt); in thead_errata_patch_func() 213 memcpy(oldptr, altptr, alt->alt_len); in thead_errata_patch_func() 216 patch_text_nosync(oldptr, altptr, alt->alt_len); in thead_errata_patch_func()
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | power6-pmu.c | 362 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 D | power5+-pmu.c | 280 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.15/arch/x86/include/asm/ |
| H A D | paravirt_types.h | 416 alt, cond) \ 446 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument 447 (void)____PVOP_ALT_CALL(, op, alt, cond, \ 456 (void)____PVOP_ALT_CALL(, op.func, alt, cond, \ 465 __PVOP_ALT_CALL(rettype, op, alt, cond) 466 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument 467 __PVOP_ALT_VCALL(op, alt, cond) 474 __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond) 475 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument 476 __PVOP_ALT_VCALLEESAVE(op, alt, cond) [all …]
|
| /linux-6.15/drivers/usb/storage/ |
| H A D | uas-detect.h | 19 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.15/drivers/usb/typec/ |
| H A D | bus.c | 21 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() 478 struct device *dev = &alt->adev.dev; in typec_altmode_create_links() [all …]
|
| H A D | class.c | 356 return sprintf(buf, "%s\n", alt->desc ? alt->desc : ""); in description_show() 530 altmode_id_remove(alt->adev.dev.parent, alt->id); in typec_altmode_release() 532 kfree(alt); in typec_altmode_release() 550 alt = kzalloc(sizeof(*alt), GFP_KERNEL); in typec_register_altmode() 551 if (!alt) { in typec_register_altmode() 560 alt->id = id; in typec_register_altmode() 572 alt->group.name = alt->group_name; in typec_register_altmode() 573 alt->group.attrs = alt->attrs; in typec_register_altmode() 574 alt->groups[0] = &alt->group; in typec_register_altmode() 577 alt->adev.dev.groups = alt->groups; in typec_register_altmode() [all …]
|
| /linux-6.15/tools/objtool/arch/x86/ |
| H A D | special.c | 8 void arch_handle_alternative(struct special_alt *alt) in arch_handle_alternative() argument 15 if (group && group->orig_sec == alt->orig_sec && in arch_handle_alternative() 16 group->orig_off == alt->orig_off) { in arch_handle_alternative() 20 unsigned int len = max(iter->orig_len, alt->orig_len); in arch_handle_alternative() 21 iter->orig_len = alt->orig_len = len; in arch_handle_alternative() 29 } else group = alt; in arch_handle_alternative() 31 prev = alt; in arch_handle_alternative()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | spectre.h | 106 void spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr, 108 void smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr, 110 void spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, __le32 *origptr, 112 void spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, __le32 *origptr, 114 void spectre_bhb_patch_loop_iter(struct alt_instr *alt, 116 void spectre_bhb_patch_wa3(struct alt_instr *alt, 118 void spectre_bhb_patch_clearbhb(struct alt_instr *alt,
|
| /linux-6.15/arch/arm/boot/dts/aspeed/ |
| H A D | openbmc-flash-layout-64-alt.dtsi | 13 label = "alt-u-boot"; 18 label = "alt-u-boot-env"; 23 label = "alt-kernel"; 28 label = "alt-rofs"; 33 label = "alt-rwfs";
|
| /linux-6.15/Documentation/admin-guide/blockdev/drbd/ |
| H A D | figures.rst | 9 :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.15/Documentation/networking/ |
| H A D | mac80211-auth-assoc-deauth.txt | 13 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
|