Home
last modified time | relevance | path

Searched full:alt (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/linux/drivers/tty/vt/
H A Ddefkeymap.map12 # 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 …]
/linux/drivers/platform/chrome/
H A Dcros_typec_altmode.c3 * Alt-mode implementation on ChromeOS EC.
21 struct typec_altmode *alt; member
47 if (typec_altmode_vdm(data->alt, data->header, data->vdo_data, in cros_typec_altmode_work()
49 dev_err(&data->alt->dev, "VDM 0x%x failed\n", data->header); in cros_typec_altmode_work()
58 static int cros_typec_altmode_enter(struct typec_altmode *alt, u32 *vdo) in cros_typec_altmode_enter() argument
60 struct cros_typec_altmode_data *adata = typec_altmode_get_drvdata(alt); in cros_typec_altmode_enter()
69 dev_warn(&alt->dev, in cros_typec_altmode_enter()
86 svdm_version = typec_altmode_get_svdm_version(alt); in cros_typec_altmode_enter()
103 static int cros_typec_altmode_exit(struct typec_altmode *alt) in cros_typec_altmode_exit() argument
105 struct cros_typec_altmode_data *adata = typec_altmode_get_drvdata(alt); in cros_typec_altmode_exit()
[all …]
/linux/drivers/usb/typec/altmodes/
H A Dthunderbolt.c30 struct typec_altmode *alt; member
38 static bool tbt_ready(struct typec_altmode *alt);
42 return typec_altmode_enter(tbt->alt, &tbt->enter_vdo); in tbt_enter_mode()
54 ret = typec_cable_altmode_enter(tbt->alt, TYPEC_PLUG_SOP_P, NULL); in tbt_altmode_work()
62 ret = typec_cable_altmode_enter(tbt->alt, TYPEC_PLUG_SOP_PP, NULL); in tbt_altmode_work()
72 dev_dbg(&tbt->alt->dev, "failed to enter mode (%d)\n", in tbt_altmode_work()
76 typec_altmode_exit(tbt->alt); in tbt_altmode_work()
79 typec_cable_altmode_exit(tbt->alt, TYPEC_PLUG_SOP_PP); in tbt_altmode_work()
82 typec_cable_altmode_exit(tbt->alt, TYPEC_PLUG_SOP_P); in tbt_altmode_work()
112 static int tbt_enter_modes_ordered(struct typec_altmode *alt) in tbt_enter_modes_ordered() argument
[all …]
H A Ddisplayport.c20 #define DP_HEADER(_dp, ver, cmd) (VDO((_dp)->alt->svid, 1, ver, cmd) \
78 struct typec_altmode *alt; member
96 return typec_altmode_notify(dp->alt, conf, &dp->data); in dp_altmode_notify()
106 signal = DP_CAP_DP_SIGNALLING(dp->port->vdo) & DP_CAP_DP_SIGNALLING(dp->alt->vdo); in dp_altmode_configure()
117 pin_assign = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo) & in dp_altmode_configure()
126 pin_assign = DP_CAP_PIN_ASSIGN_UFP_D(dp->alt->vdo) & in dp_altmode_configure()
194 sysfs_notify(&dp->alt->dev.kobj, "displayport", "hpd"); in dp_altmode_status_update()
197 sysfs_notify(&dp->alt->dev.kobj, "displayport", "irq_hpd"); in dp_altmode_status_update()
206 sysfs_notify(&dp->alt->dev.kobj, "displayport", "configuration"); in dp_altmode_configured()
207 sysfs_notify(&dp->alt->dev.kobj, "displayport", "pin_assignment"); in dp_altmode_configured()
[all …]
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
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 …]
H A Dtrace.h85 TP_PROTO(u8 recipient, struct typec_altmode *alt),
86 TP_ARGS(recipient, alt),
95 __entry->svid = alt->svid;
96 __entry->mode = alt->mode;
97 __entry->vdo = alt->vdo;
99 TP_printk("%s alt mode: svid %04x, mode %d vdo %x",
105 TP_PROTO(u8 recipient, struct typec_altmode *alt),
106 TP_ARGS(recipient, alt)
H A Ducsi_ccg.c129 /* Firmware for Tegra doesn't support UCSI ALT command, built
403 struct ucsi_ccg_altmode *alt, *new_alt; in ucsi_ccg_update_altmodes() local
410 alt = uc->orig; in ucsi_ccg_update_altmodes()
420 alt[i].svid = orig[i].svid; in ucsi_ccg_update_altmodes()
421 alt[i].mid = orig[i].mid; in ucsi_ccg_update_altmodes()
422 if (!alt[i].svid) in ucsi_ccg_update_altmodes()
427 if (!alt[i].svid) in ucsi_ccg_update_altmodes()
431 if (alt[i].checked) in ucsi_ccg_update_altmodes()
434 if (!DP_CONF_GET_PIN_ASSIGN(alt[i].mid)) { in ucsi_ccg_update_altmodes()
436 new_alt[k].svid = alt[ in ucsi_ccg_update_altmodes()
482 struct typec_altmode *alt = NULL; ucsi_ccg_update_set_new_cam_cmd() local
545 ucsi_ccg_nvidia_altmode(struct ucsi_ccg * uc,struct ucsi_altmode * alt,u64 command) ucsi_ccg_nvidia_altmode() argument
642 struct ucsi_altmode *alt = data; ucsi_ccg_sync_control() local
[all...]
H A Ducsi.c385 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_get_num_altmode()
390 for (i = 0; alt[i]; i++) { in ucsi_get_num_altmode()
394 if (alt[i]->svid == svid) in ucsi_register_altmode()
401 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_register_altmode()
406 if (!alt[i]) in ucsi_register_altmode()
412 static int ucsi_get_num_altmode(struct typec_altmode **alt) in ucsi_register_altmode()
417 if (!alt[i]) in ucsi_register_altmode()
427 struct typec_altmode *alt; in ucsi_register_altmode()
450 alt = ucsi_register_displayport(con, override, i, desc); in ucsi_register_altmode()
454 alt in ucsi_register_altmode()
354 ucsi_altmode_next_mode(struct typec_altmode ** alt,u16 svid) ucsi_altmode_next_mode() argument
370 ucsi_next_altmode(struct typec_altmode ** alt) ucsi_next_altmode() argument
381 ucsi_get_num_altmode(struct typec_altmode ** alt) ucsi_get_num_altmode() argument
396 struct typec_altmode *alt; ucsi_register_altmode() local
506 struct ucsi_altmode alt; ucsi_register_altmodes_nvidia() local
580 struct ucsi_altmode alt[2]; ucsi_register_altmodes() local
[all...]
/linux/arch/arm64/kernel/
H A Dalternative.c51 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 …]
/linux/sound/soc/sof/intel/
H A Dhda-mlink.c30 * @alt: flag set for alternate extended links
52 bool alt; member
118 h2link->alt = FIELD_GET(AZX_ML_HDA_LCAP_ALT, hlink->lcaps); in hdaml_lnk_enum()
121 if (!h2link->alt) { in hdaml_lnk_enum()
420 if (!h2link->alt) in hda_ml_alloc_h2link()
469 find_ext2_link(struct hdac_bus *bus, bool alt, int elid) in find_ext2_link() argument
476 if (h2link->alt == alt && h2link->elid == elid) in find_ext2_link()
483 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_get_count() argument
487 h2link = find_ext2_link(bus, alt, eli in hdac_bus_eml_get_count()
495 hdac_bus_eml_enable_interrupt_unlocked(struct hdac_bus * bus,bool alt,int elid,bool enable) hdac_bus_eml_enable_interrupt_unlocked() argument
513 hdac_bus_eml_enable_interrupt(struct hdac_bus * bus,bool alt,int elid,bool enable) hdac_bus_eml_enable_interrupt() argument
532 hdac_bus_eml_check_interrupt(struct hdac_bus * bus,bool alt,int elid) hdac_bus_eml_check_interrupt() argument
550 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus * bus,bool alt,int elid,u32 syncprd) hdac_bus_eml_set_syncprd_unlocked() argument
576 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus * bus,bool alt,int elid) hdac_bus_eml_wait_syncpu_unlocked() argument
600 hdac_bus_eml_sync_arm_unlocked(struct hdac_bus * bus,bool alt,int elid,int sublink) hdac_bus_eml_sync_arm_unlocked() argument
624 hdac_bus_eml_sync_go_unlocked(struct hdac_bus * bus,bool alt,int elid) hdac_bus_eml_sync_go_unlocked() argument
650 hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus * bus,bool alt,int elid) hdac_bus_eml_check_cmdsync_unlocked() argument
679 hdac_bus_eml_power_up_base(struct hdac_bus * bus,bool alt,int elid,int sublink,bool eml_lock) hdac_bus_eml_power_up_base() argument
729 hdac_bus_eml_power_up(struct hdac_bus * bus,bool alt,int elid,int sublink) hdac_bus_eml_power_up() argument
735 hdac_bus_eml_power_up_unlocked(struct hdac_bus * bus,bool alt,int elid,int sublink) hdac_bus_eml_power_up_unlocked() argument
741 hdac_bus_eml_power_down_base(struct hdac_bus * bus,bool alt,int elid,int sublink,bool eml_lock) hdac_bus_eml_power_down_base() argument
786 hdac_bus_eml_power_down(struct hdac_bus * bus,bool alt,int elid,int sublink) hdac_bus_eml_power_down() argument
792 hdac_bus_eml_power_down_unlocked(struct hdac_bus * bus,bool alt,int elid,int sublink) hdac_bus_eml_power_down_unlocked() argument
943 hdac_bus_eml_get_mutex(struct hdac_bus * bus,bool alt,int elid) hdac_bus_eml_get_mutex() argument
991 hdac_bus_eml_enable_offload(struct hdac_bus * bus,bool alt,int elid,bool enable) hdac_bus_eml_enable_offload() argument
1012 hdac_bus_eml_set_mic_privacy_mask(struct hdac_bus * bus,bool alt,int elid,unsigned long mask) hdac_bus_eml_set_mic_privacy_mask() argument
1038 hdac_bus_eml_is_mic_privacy_changed(struct hdac_bus * bus,bool alt,int elid) hdac_bus_eml_is_mic_privacy_changed() argument
1072 hdac_bus_eml_get_mic_privacy_state(struct hdac_bus * bus,bool alt,int elid) hdac_bus_eml_get_mic_privacy_state() argument
[all...]
/linux/arch/riscv/errata/mips/
H A Derrata.c40 struct alt_entry *alt; in mips_errata_patch_func() local
49 for (alt = begin; alt < end; alt++) { in mips_errata_patch_func()
50 if (alt->vendor_id != MIPS_VENDOR_ID) in mips_errata_patch_func()
53 if (alt->patch_id >= ERRATA_MIPS_NUMBER) { in mips_errata_patch_func()
55 alt->patch_id); in mips_errata_patch_func()
59 tmp = (1U << alt->patch_id); in mips_errata_patch_func()
62 patch_text_nosync(ALT_OLD_PTR(alt), ALT_ALT_PTR(alt), in mips_errata_patch_func()
63 alt->alt_len); in mips_errata_patch_func()
/linux/arch/riscv/errata/sifive/
H A Derrata.c82 struct alt_entry *alt; in sifive_errata_patch_func() local
93 for (alt = begin; alt < end; alt++) { in sifive_errata_patch_func()
94 if (alt->vendor_id != SIFIVE_VENDOR_ID) in sifive_errata_patch_func()
96 if (alt->patch_id >= ERRATA_SIFIVE_NUMBER) { in sifive_errata_patch_func()
97 WARN(1, "This errata id:%d is not in kernel errata list", alt->patch_id); in sifive_errata_patch_func()
101 tmp = (1U << alt->patch_id); in sifive_errata_patch_func()
104 patch_text_nosync(ALT_OLD_PTR(alt), ALT_ALT_PTR(alt), in sifive_errata_patch_func()
105 alt->alt_len); in sifive_errata_patch_func()
/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/typec/
H A Dclass.c256 /* Bind the port alt mode to the partner/plug alt mode. */ in typec_altmode_set_partner()
260 /* Bind the partner/plug alt mode to the port alt mode. */ in typec_altmode_set_partner()
324 * @alt: The Alternate Mode
326 * Returns handle to the port that a cable plug or partner with @alt is
329 struct typec_port *typec_altmode2port(struct typec_altmode *alt) in typec_altmode2port() argument
331 if (is_typec_plug(alt->dev.parent)) in typec_altmode2port()
332 return to_typec_port(alt->dev.parent->parent->parent); in typec_altmode2port()
333 if (is_typec_partner(alt->dev.parent)) in typec_altmode2port()
334 return to_typec_port(alt->dev.parent->parent); in typec_altmode2port()
335 if (is_typec_port(alt->dev.parent)) in typec_altmode2port()
[all …]
/linux/arch/riscv/errata/thead/
H A Derrata.c193 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/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/arch/m68k/hp300/
H A Dhp300map.map11 # be saved by mapping AltGr to Alt (and adapting a few entries):
12 # keycode 100 = Alt
15 keycode 2 = Alt
16 keycode 3 = Alt
69 alt keycode 55 = Meta_Tab
79 alt keycode 63 = Meta_grave
127 alt keycode 101 = Meta_backslash
134 alt keycode 107 = Meta_semicolon
137 alt keycode 108 = Meta_apostrophe
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-typec-displayport19 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.
/linux/arch/arm64/include/asm/
H A Dspectre.h106 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/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/arch/powerpc/lib/
H A Dfeature-fixups-test.S285 /* Basic alt section test, default case should be taken */ \
296 /* Basic alt section test, else case should be taken */ \
308 /* Alt with smaller else case, should be padded with nops */ \
318 /* Alt section with nested section in default case */ \
333 /* Alt section with nested section in else, default taken */ \
347 /* Alt section with nested section in else, else taken & nop */ \
361 /* Feature section with nested alt section, default taken */ \
373 /* Feature section with nested alt section, else taken */ \
385 /* Feature section with nested alt section, all nop'ed */ \
397 /* Nested alt sections, default with inner default taken */ \
[all …]
/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/arch/powerpc/perf/
H A Dpower6-pmu.c360 unsigned int alt = presorted_event_table[mid]; in find_alternatives_list() local
362 if (alt < event) in find_alternatives_list()
364 else if (alt > event) in find_alternatives_list()
373 static int p6_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in p6_get_alternatives() argument
380 alt[0] = event; in p6_get_alternatives()
392 alt[nalt++] = aevent; in p6_get_alternatives()
402 alt[nalt++] = ((event ^ 0x6) & ~PM_PMC_MSKS) | in p6_get_alternatives()
407 alt[nalt++] = ((event ^ 0x2) & ~PM_PMC_MSKS) | in p6_get_alternatives()
424 switch (alt[i]) { in p6_get_alternatives()
426 alt[j++] = 0x600005; /* PM_RUN_CYC */ in p6_get_alternatives()
[all …]
/linux/tools/objtool/arch/x86/
H A Dspecial.c12 void arch_handle_alternative(struct special_alt *alt) in arch_handle_alternative()
19 if (group && group->orig_sec == alt->orig_sec && in arch_handle_alternative()
20 group->orig_off == alt->orig_off) { in arch_handle_alternative()
24 unsigned int len = max(iter->orig_len, alt->orig_len); in arch_handle_alternative()
25 iter->orig_len = alt->orig_len = len; in arch_handle_alternative()
33 } else group = alt;
35 prev = alt; in arch_support_alt_relocation()
8 arch_handle_alternative(struct special_alt * alt) arch_handle_alternative() argument

12345678910>>...16