Home
last modified time | relevance | path

Searched defs:alt (Results 1 – 25 of 145) sorted by relevance

123456

/linux-6.14.4/include/sound/
Dhda-mlink.h73 hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) { return 0; } in hdac_bus_eml_get_count()
76 hdac_bus_eml_enable_interrupt_unlocked(struct hdac_bus *bus, bool alt, int elid, bool enable) { } in hdac_bus_eml_enable_interrupt_unlocked()
79 hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) { } in hdac_bus_eml_enable_interrupt()
82 hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid) { return false; } in hdac_bus_eml_check_interrupt()
85 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked()
97 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked()
106 hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) { } in hdac_bus_eml_sync_arm_unlocked()
112 hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid) { return 0; } in hdac_bus_eml_sync_go_unlocked()
118 hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid) { return false; } in hdac_bus_eml_check_cmdsync_unlocked()
124 hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up()
[all …]
/linux-6.14.4/drivers/usb/typec/altmodes/
Dthunderbolt.c30 struct typec_altmode *alt; member
133 static int tbt_enter_modes_ordered(struct typec_altmode *alt) in tbt_enter_modes_ordered()
160 static int tbt_cable_altmode_vdm(struct typec_altmode *alt, in tbt_cable_altmode_vdm()
210 static int tbt_altmode_vdm(struct typec_altmode *alt, in tbt_altmode_vdm()
268 static int tbt_altmode_activate(struct typec_altmode *alt, int activate) in tbt_altmode_activate()
294 static int tbt_altmode_probe(struct typec_altmode *alt) in tbt_altmode_probe()
323 static void tbt_altmode_remove(struct typec_altmode *alt) in tbt_altmode_remove()
336 static bool tbt_ready(struct typec_altmode *alt) in tbt_ready()
Ddisplayport.h6 int dp_altmode_probe(struct typec_altmode *alt) { return -ENOTSUPP; } in dp_altmode_probe()
7 void dp_altmode_remove(struct typec_altmode *alt) { } in dp_altmode_remove()
Dnvidia.c12 static int nvidia_altmode_probe(struct typec_altmode *alt) in nvidia_altmode_probe()
20 static void nvidia_altmode_remove(struct typec_altmode *alt) in nvidia_altmode_remove()
Ddisplayport.c71 struct typec_altmode *alt; member
322 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention()
348 static int dp_altmode_vdm(struct typec_altmode *alt, in dp_altmode_vdm()
416 static int dp_cable_altmode_vdm(struct typec_altmode *alt, enum typec_plug_index sop, in dp_cable_altmode_vdm()
475 static int dp_altmode_activate(struct typec_altmode *alt, int activate) in dp_altmode_activate()
723 int dp_altmode_probe(struct typec_altmode *alt) in dp_altmode_probe()
777 void dp_altmode_remove(struct typec_altmode *alt) in dp_altmode_remove()
/linux-6.14.4/drivers/platform/chrome/
Dcros_typec_altmode.c21 struct typec_altmode *alt; member
58 static int cros_typec_altmode_enter(struct typec_altmode *alt, u32 *vdo) in cros_typec_altmode_enter()
103 static int cros_typec_altmode_exit(struct typec_altmode *alt) in cros_typec_altmode_exit()
142 static int cros_typec_displayport_vdm(struct typec_altmode *alt, u32 header, in cros_typec_displayport_vdm()
202 static int cros_typec_thunderbolt_vdm(struct typec_altmode *alt, u32 header, in cros_typec_thunderbolt_vdm()
252 static int cros_typec_altmode_vdm(struct typec_altmode *alt, u32 header, in cros_typec_altmode_vdm()
313 struct typec_altmode *alt; in cros_typec_register_displayport() local
348 struct typec_altmode *alt; in cros_typec_register_thunderbolt() local
Dcros_typec_switch.c51 static int cros_typec_get_mux_state(unsigned long mode, struct typec_altmode *alt) in cros_typec_get_mux_state()
109 unsigned long mode, struct typec_altmode *alt) in cros_typec_configure_mux()
/linux-6.14.4/sound/soc/sof/intel/
Dhda-mlink.c50 bool alt; member
458 find_ext2_link(struct hdac_bus *bus, bool alt, int 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()
484 void hdac_bus_eml_enable_interrupt_unlocked(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt_unlocked()
502 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt()
524 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_check_interrupt()
542 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked()
568 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked()
592 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_sync_arm_unlocked()
616 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_sync_go_unlocked()
[all …]
/linux-6.14.4/drivers/usb/typec/ucsi/
Ddisplayport.c21 struct typec_altmode *alt; member
48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter()
108 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit()
197 static int ucsi_displayport_vdm(struct typec_altmode *alt, in ucsi_displayport_vdm()
288 void ucsi_displayport_remove_partner(struct typec_altmode *alt) in ucsi_displayport_remove_partner()
310 struct typec_altmode *alt; in ucsi_register_displayport() local
Ducsi.c337 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_altmode_next_mode()
353 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_next_altmode()
364 static int ucsi_get_num_altmode(struct typec_altmode **alt) in ucsi_get_num_altmode()
379 struct typec_altmode *alt; in ucsi_register_altmode() local
486 struct ucsi_altmode alt; in ucsi_register_altmodes_nvidia() local
561 struct ucsi_altmode alt[2]; in ucsi_register_altmodes() local
/linux-6.14.4/arch/arm64/kernel/
Dalternative.c51 static __always_inline bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) 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()
104 static noinstr void patch_alternative(struct alt_instr *alt, in patch_alternative()
146 struct alt_instr *alt; in __apply_alternatives() local
203 const struct elf64_shdr *alt; in apply_alternatives_vdso() local
294 noinstr void alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr, in alt_cb_patch_nops()
Dproton-pack.c580 void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, in spectre_v4_patch_fw_mitigation_enable()
600 void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, in smccc_patch_fw_mitigation_conduit()
1095 void noinstr spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, in spectre_bhb_patch_loop_mitigation_enable()
1106 void noinstr spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, in spectre_bhb_patch_fw_mitigation_enabled()
1117 void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt, in spectre_bhb_patch_loop_iter()
1137 void noinstr spectre_bhb_patch_wa3(struct alt_instr *alt, in spectre_bhb_patch_wa3()
1163 void __init spectre_bhb_patch_clearbhb(struct alt_instr *alt, in spectre_bhb_patch_clearbhb()
/linux-6.14.4/drivers/usb/storage/
Duas-detect.h19 struct usb_host_interface *alt = &intf->altsetting[i]; in uas_find_uas_alt_setting() local
28 static int uas_find_endpoints(struct usb_host_interface *alt, in uas_find_endpoints()
63 struct usb_host_interface *alt; in uas_use_uas_driver() local
/linux-6.14.4/arch/arm64/kvm/
Dva_layout.c154 void __init kvm_update_va_mask(struct alt_instr *alt, in kvm_update_va_mask()
188 void kvm_patch_vector_branch(struct alt_instr *alt, in kvm_patch_vector_branch()
287 void kvm_get_kimage_voffset(struct alt_instr *alt, in kvm_get_kimage_voffset()
293 void kvm_compute_final_ctr_el0(struct alt_instr *alt, in kvm_compute_final_ctr_el0()
/linux-6.14.4/drivers/usb/typec/
Dbus.c17 typec_altmode_set_retimer(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_retimer()
32 typec_altmode_set_mux(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_mux()
48 typec_altmode_set_switches(struct altmode *alt, unsigned long conf, void *data) in typec_altmode_set_switches()
438 struct typec_altmode *alt = to_typec_altmode(dev); in description_show() local
475 static int typec_altmode_create_links(struct altmode *alt) in typec_altmode_create_links()
492 static void typec_altmode_remove_links(struct altmode *alt) in typec_altmode_remove_links()
Dclass.c329 struct typec_port *typec_altmode2port(struct typec_altmode *alt) in typec_altmode2port()
345 struct typec_altmode *alt = to_typec_altmode(dev); in vdo_show() local
354 struct typec_altmode *alt = to_typec_altmode(dev); in description_show() local
363 struct typec_altmode *alt = to_typec_altmode(dev); in active_show() local
411 struct altmode *alt = to_altmode(to_typec_altmode(dev)); in supported_roles_show() local
525 struct altmode *alt = to_altmode(to_typec_altmode(dev)); in typec_altmode_release() local
547 struct altmode *alt; in typec_register_altmode() local
2487 struct typec_altmode *alt; in typec_port_register_altmodes() local
/linux-6.14.4/tools/objtool/
Dspecial.c57 void __weak arch_handle_alternative(unsigned short feature, struct special_alt *alt) in arch_handle_alternative()
70 struct special_alt *alt) in get_alt_entry()
145 struct special_alt *alt; in special_get_alts() local
/linux-6.14.4/arch/x86/include/asm/
Dparavirt_types.h403 #define ____PVOP_ALT_CALL(ret, op, alt, cond, call_clbr, \ argument
422 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument
431 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument
440 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument
449 #define __PVOP_ALT_VCALLEESAVE(op, alt, cond, ...) \ argument
458 #define PVOP_ALT_CALL0(rettype, op, alt, cond) \ argument
460 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument
467 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ argument
469 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument
477 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument
[all …]
/linux-6.14.4/drivers/input/misc/
Dati_remote2.c768 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_probe() local
853 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_disconnect() local
874 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_suspend() local
896 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_resume() local
920 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_reset_resume() local
948 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_pre_reset() local
968 struct usb_host_interface *alt = interface->cur_altsetting; in ati_remote2_post_reset() local
/linux-6.14.4/drivers/usb/core/
Dmessage.c1245 struct usb_host_interface *alt = intf->cur_altsetting; in create_intf_ep_devs() local
1259 struct usb_host_interface *alt = intf->cur_altsetting; in remove_intf_ep_devs() local
1344 struct usb_host_interface *alt = intf->cur_altsetting; in usb_disable_interface() local
1480 struct usb_host_interface *alt = intf->cur_altsetting; in usb_enable_interface() local
1530 struct usb_host_interface *alt; in usb_set_interface() local
1742 struct usb_host_interface *alt; in usb_reset_configuration() local
1825 const struct usb_host_interface *alt; in usb_if_uevent() local
2104 struct usb_host_interface *alt; in usb_set_configuration() local
Dconfig.c224 struct usb_host_interface *alt; in config_endpoint_is_duplicate() local
497 struct usb_host_interface *alt = &intfc->altsetting[j]; in usb_release_interface_cache() local
513 struct usb_host_interface *alt; in usb_parse_interface() local
/linux-6.14.4/drivers/media/usb/gspca/stv06xx/
Dstv06xx.c274 struct usb_host_interface *alt; in stv06xx_start() local
313 struct usb_host_interface *alt; in stv06xx_isoc_init() local
336 struct usb_host_interface *alt; in stv06xx_isoc_nego() local
/linux-6.14.4/sound/usb/
Dhelper.h31 #define get_endpoint(alt,ep) (&(alt)->endpoint[ep].desc) argument
/linux-6.14.4/drivers/media/test-drivers/vivid/
Dvivid-rds-gen.c130 bool alt) in vivid_rds_gen_fill()
/linux-6.14.4/include/linux/usb/
Dtypec_retimer.h15 struct typec_altmode *alt; member

123456