| /kernel/linux/linux-6.6/drivers/tty/vt/ |
| D | defkeymap.map | 12 # be saved by mapping AltGr to Alt (and adapting a few entries): 13 # keycode 100 = Alt 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 [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/vt/ |
| D | defkeymap.map | 12 # be saved by mapping AltGr to Alt (and adapting a few entries): 13 # keycode 100 = Alt 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 [all …]
|
| /kernel/linux/linux-6.6/include/sound/ |
| D | hda-mlink.h | 17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid); 18 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable); 19 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid); 21 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd); 24 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid); 27 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); 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); 37 int hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink); [all …]
|
| /kernel/linux/linux-5.10/tools/objtool/ |
| D | special.c | 54 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative() argument 67 struct special_alt *alt) in get_alt_entry() argument 74 alt->group = entry->group; in get_alt_entry() 75 alt->jump_or_nop = entry->jump_or_nop; in get_alt_entry() 77 if (alt->group) { in get_alt_entry() 78 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 80 alt->new_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 89 arch_handle_alternative(feature, alt); in get_alt_entry() 98 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry() 100 if (!entry->group || alt->new_len) { in get_alt_entry() [all …]
|
| /kernel/linux/linux-6.6/tools/objtool/ |
| D | special.c | 57 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative() argument 70 struct special_alt *alt) in get_alt_entry() argument 77 alt->group = entry->group; in get_alt_entry() 78 alt->jump_or_nop = entry->jump_or_nop; in get_alt_entry() 80 if (alt->group) { in get_alt_entry() 81 alt->orig_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 83 alt->new_len = *(unsigned char *)(sec->data->d_buf + offset + in get_alt_entry() 94 arch_handle_alternative(feature, alt); in get_alt_entry() 103 reloc_to_sec_off(orig_reloc, &alt->orig_sec, &alt->orig_off); in get_alt_entry() 105 if (!entry->group || alt->new_len) { in get_alt_entry() [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/typec/ucsi/ |
| D | displayport.c | 21 struct typec_altmode *alt; member 39 * them. That is because UCSI defines alt mode details and alt mode "overriding" 42 * In case alt mode details are supported, but overriding is not, the driver 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter() argument 50 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_enter() 61 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_enter() 78 ret = dp->con->port_altmode[cur] == alt ? 0 : -EBUSY; in ucsi_displayport_enter() 85 * mode, and letting the alt mode driver continue. in ucsi_displayport_enter() 88 svdm_version = typec_altmode_get_svdm_version(alt); in ucsi_displayport_enter() 109 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit() argument [all …]
|
| 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; 100 TP_printk("%s alt mode: svid %04x, mode %d vdo %x", 106 TP_PROTO(u8 recipient, struct typec_altmode *alt), 107 TP_ARGS(recipient, alt)
|
| /kernel/linux/linux-5.10/drivers/usb/typec/altmodes/ |
| D | displayport.c | 20 #define DP_HEADER(_dp, cmd) (VDO((_dp)->alt->svid, 1, cmd) | \ 66 struct typec_altmode *alt; member 75 return typec_altmode_notify(dp->alt, TYPEC_MODAL_STATE(state), in dp_altmode_notify() 89 pin_assign = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo) & in dp_altmode_configure() 95 pin_assign = DP_CAP_PIN_ASSIGN_UFP_D(dp->alt->vdo) & in dp_altmode_configure() 156 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured() 159 return typec_altmode_notify(dp->alt, TYPEC_STATE_USB, in dp_altmode_configured() 166 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured() 176 ret = typec_altmode_notify(dp->alt, TYPEC_STATE_SAFE, &dp->data); in dp_altmode_configure_vdm() 178 dev_err(&dp->alt->dev, in dp_altmode_configure_vdm() [all …]
|
| D | nvidia.c | 5 * NVIDIA USB Type-C Alt Mode Driver 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() 44 MODULE_DESCRIPTION("NVIDIA USB Type-C Alt Mode Driver");
|
| /kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
| D | displayport.c | 21 struct typec_altmode *alt; member 39 * them. That is because UCSI defines alt mode details and alt mode "overriding" 42 * In case alt mode details are supported, but overriding is not, the driver 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter() argument 50 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_enter() 59 const struct typec_altmode *p = typec_altmode_get_partner(alt); in ucsi_displayport_enter() 76 ret = dp->con->port_altmode[cur] == alt ? 0 : -EBUSY; in ucsi_displayport_enter() 83 * mode, and letting the alt mode driver continue. in ucsi_displayport_enter() 101 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit() argument 103 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_exit() [all …]
|
| D | ucsi.c | 223 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_altmode_next_mode() argument 228 for (i = 0; alt[i]; i++) { in ucsi_altmode_next_mode() 232 if (alt[i]->svid == svid) in ucsi_altmode_next_mode() 239 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_next_altmode() argument 244 if (!alt[i]) in ucsi_next_altmode() 254 struct typec_altmode *alt; in ucsi_register_altmode() local 277 alt = ucsi_register_displayport(con, override, i, desc); in ucsi_register_altmode() 281 alt = typec_port_register_altmode(con->port, in ucsi_register_altmode() 284 alt = ucsi_register_displayport(con, override, in ucsi_register_altmode() 288 alt = typec_port_register_altmode(con->port, desc); in ucsi_register_altmode() [all …]
|
| 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; 100 TP_printk("%s alt mode: svid %04x, mode %d vdo %x", 106 TP_PROTO(u8 recipient, struct typec_altmode *alt), 107 TP_ARGS(recipient, alt)
|
| /kernel/linux/linux-6.6/drivers/usb/typec/altmodes/ |
| D | displayport.c | 20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \ 67 struct typec_altmode *alt; member 84 return typec_altmode_notify(dp->alt, conf, &dp->data); in dp_altmode_notify() 97 pin_assign = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo) & in dp_altmode_configure() 103 pin_assign = DP_CAP_PIN_ASSIGN_UFP_D(dp->alt->vdo) & in dp_altmode_configure() 159 sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); in dp_altmode_status_update() 168 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured() 169 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured() 177 sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); in dp_altmode_configured() 186 int svdm_version = typec_altmode_get_svdm_version(dp->alt); in dp_altmode_configure_vdm() [all …]
|
| D | nvidia.c | 5 * NVIDIA USB Type-C Alt Mode Driver 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() 44 MODULE_DESCRIPTION("NVIDIA USB Type-C Alt Mode Driver");
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| D | alternative.c | 51 static __always_inline bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) in branch_insn_requires_update() argument 53 unsigned long replptr = (unsigned long)ALT_REPL_PTR(alt); in branch_insn_requires_update() 54 return !(pc >= replptr && pc <= (replptr + alt->alt_len)); in branch_insn_requires_update() 59 static __always_inline u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr) in get_alt_insn() argument 76 if (branch_insn_requires_update(alt, target)) { in get_alt_insn() 104 static noinstr void patch_alternative(struct alt_instr *alt, in patch_alternative() argument 110 replptr = ALT_REPL_PTR(alt); in patch_alternative() 114 insn = get_alt_insn(alt, origptr + i, replptr + i); in patch_alternative() 146 struct alt_instr *alt; in __apply_alternatives() local 150 for (alt = region->begin; alt < region->end; alt++) { in __apply_alternatives() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | alternative.c | 44 static __always_inline bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) in branch_insn_requires_update() argument 46 unsigned long replptr = (unsigned long)ALT_REPL_PTR(alt); in branch_insn_requires_update() 47 return !(pc >= replptr && pc <= (replptr + alt->alt_len)); in branch_insn_requires_update() 52 static __always_inline u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr) in get_alt_insn() argument 69 if (branch_insn_requires_update(alt, target)) { in get_alt_insn() 97 static noinstr void patch_alternative(struct alt_instr *alt, in patch_alternative() argument 103 replptr = ALT_REPL_PTR(alt); in patch_alternative() 107 insn = get_alt_insn(alt, origptr + i, replptr + i); in patch_alternative() 138 struct alt_instr *alt; in __apply_alternatives() local 143 for (alt = region->begin; alt < region->end; alt++) { in __apply_alternatives() [all …]
|
| /kernel/linux/linux-6.6/sound/soc/sof/intel/ |
| D | hda-mlink.c | 29 * @alt: flag set for alternate extended links 50 bool alt; member 107 h2link->alt = FIELD_GET(AZX_ML_HDA_LCAP_ALT, hlink->lcaps); in hdaml_lnk_enum() 110 if (!h2link->alt) { in hdaml_lnk_enum() 409 if (!h2link->alt) in hda_ml_alloc_h2link() 458 find_ext2_link(struct hdac_bus *bus, bool alt, int elid) in find_ext2_link() argument 465 if (h2link->alt == alt && h2link->elid == elid) in find_ext2_link() 472 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_get_count() argument 476 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_get_count() 484 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt() argument [all …]
|
| /kernel/linux/linux-6.6/arch/riscv/errata/thead/ |
| D | errata.c | 93 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()
|
| /kernel/linux/linux-6.6/arch/riscv/errata/sifive/ |
| D | errata.c | 89 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()
|
| /kernel/linux/linux-6.6/drivers/usb/typec/ |
| D | bus.c | 17 typec_altmode_set_retimer(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_retimer() argument 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() 32 typec_altmode_set_mux(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_mux() argument 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() 48 typec_altmode_set_switches(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_switches() argument 52 ret = typec_altmode_set_retimer(alt, conf, data); in typec_altmode_set_switches() [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/usb/typec/ |
| D | class.c | 175 /* Bind the port alt mode to the partner/plug alt mode. */ in typec_altmode_set_partner() 179 /* Bind the partner/plug alt mode to the port alt mode. */ in typec_altmode_set_partner() 243 * @alt: The Alternate Mode 245 * Returns handle to the port that a cable plug or partner with @alt is 248 struct typec_port *typec_altmode2port(struct typec_altmode *alt) in typec_altmode2port() argument 250 if (is_typec_plug(alt->dev.parent)) in typec_altmode2port() 251 return to_typec_port(alt->dev.parent->parent->parent); in typec_altmode2port() 252 if (is_typec_partner(alt->dev.parent)) in typec_altmode2port() 253 return to_typec_port(alt->dev.parent->parent); in typec_altmode2port() 254 if (is_typec_port(alt->dev.parent)) in typec_altmode2port() [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-typec-displayport | 19 separate configuration defined in VESA DisplayPort Alt Mode on 29 VESA DisplayPort Alt Mode on USB Type-C Standard defines six 44 Note. As of VESA DisplayPort Alt Mode on USB Type-C Standard 55 VESA DisplayPort Alt Mode on USB Type-C Standard defines how 57 operating in DisplayPort Alt Mode. This is a read only node which 62 by VESA DisplayPort Alt Mode on USB Type-C Standard. 64 VESA DisplayPort Alt Mode on USB Type-C Standard.
|
| /kernel/linux/linux-6.6/arch/x86/include/asm/ |
| D | paravirt_types.h | 438 #define ____PVOP_ALT_CALL(ret, op, alt, cond, call_clbr, \ argument 444 alt, cond) \ 456 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument 457 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op, alt, cond, \ 465 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument 466 ____PVOP_ALT_CALL(PVOP_RETVAL(rettype), op.func, alt, cond, \ 474 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument 475 (void)____PVOP_ALT_CALL(, op, alt, cond, \ 483 #define __PVOP_ALT_VCALLEESAVE(op, alt, cond, ...) \ argument 484 (void)____PVOP_ALT_CALL(, op.func, alt, cond, \ [all …]
|