| /linux/drivers/usb/typec/ucsi/ |
| H A D | displayport.c | 21 struct typec_altmode *alt; member 48 static int ucsi_displayport_enter(struct typec_altmode *alt, u32 *vdo) in ucsi_displayport_enter() 109 static int ucsi_displayport_exit(struct typec_altmode *alt) in ucsi_displayport_exit() 199 static int ucsi_displayport_vdm(struct typec_altmode *alt, in ucsi_displayport_vdm() 291 void ucsi_displayport_remove_partner(struct typec_altmode *alt) in ucsi_displayport_remove_partner() 315 struct typec_altmode *alt; in ucsi_register_displayport() local
|
| H A D | ucsi.c | 340 static int ucsi_altmode_next_mode(struct typec_altmode **alt, u16 svid) in ucsi_altmode_next_mode() 356 static int ucsi_next_altmode(struct typec_altmode **alt) in ucsi_next_altmode() 367 static int ucsi_get_num_altmode(struct typec_altmode **alt) in ucsi_get_num_altmode() 382 struct typec_altmode *alt; in ucsi_register_altmode() local 489 struct ucsi_altmode alt; in ucsi_register_altmodes_nvidia() local 563 struct ucsi_altmode alt[2]; in ucsi_register_altmodes() local
|
| /linux/arch/arm64/kernel/ |
| H A D | alternative.c | 51 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 208 const struct elf64_shdr *alt; in apply_alternatives_vdso() local 299 noinstr void alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr, in alt_cb_patch_nops()
|
| H A D | proton-pack.c | 570 void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, in spectre_v4_patch_fw_mitigation_enable() 590 void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, in smccc_patch_fw_mitigation_conduit() 1098 void noinstr spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, in spectre_bhb_patch_loop_mitigation_enable() 1109 void noinstr spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, in spectre_bhb_patch_fw_mitigation_enabled() 1120 void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt, in spectre_bhb_patch_loop_iter() 1140 void noinstr spectre_bhb_patch_wa3(struct alt_instr *alt, in spectre_bhb_patch_wa3() 1166 void __init spectre_bhb_patch_clearbhb(struct alt_instr *alt, in spectre_bhb_patch_clearbhb()
|
| /linux/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 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/drivers/usb/typec/ |
| H A D | bus.c | 17 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()
|
| H A D | class.c | 329 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 2515 struct typec_altmode *alt; in typec_port_register_altmodes() local
|
| /linux/arch/arm64/kvm/ |
| H A D | va_layout.c | 154 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/drivers/usb/typec/altmodes/ |
| H A D | displayport.h | 6 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()
|
| H A D | displayport.c | 78 struct typec_altmode *alt; member 341 static void dp_altmode_attention(struct typec_altmode *alt, const u32 vdo) in dp_altmode_attention() 367 static int dp_altmode_vdm(struct typec_altmode *alt, in dp_altmode_vdm() 438 static int dp_cable_altmode_vdm(struct typec_altmode *alt, enum typec_plug_index sop, in dp_cable_altmode_vdm() 497 static int dp_altmode_activate(struct typec_altmode *alt, int activate) in dp_altmode_activate() 754 int dp_altmode_probe(struct typec_altmode *alt) in dp_altmode_probe() 814 void dp_altmode_remove(struct typec_altmode *alt) in dp_altmode_remove()
|
| /linux/arch/x86/include/asm/ |
| H A D | paravirt_types.h | 407 #define ____PVOP_ALT_CALL(ret, op, alt, cond, call_clbr, \ argument 426 #define __PVOP_ALT_CALL(rettype, op, alt, cond, ...) \ argument 435 #define __PVOP_ALT_CALLEESAVE(rettype, op, alt, cond, ...) \ argument 444 #define __PVOP_ALT_VCALL(op, alt, cond, ...) \ argument 453 #define __PVOP_ALT_VCALLEESAVE(op, alt, cond, ...) \ argument 462 #define PVOP_ALT_CALL0(rettype, op, alt, cond) \ argument 464 #define PVOP_ALT_VCALL0(op, alt, cond) \ argument 471 #define PVOP_ALT_CALLEE0(rettype, op, alt, cond) \ argument 473 #define PVOP_ALT_VCALLEE0(op, alt, cond) \ argument 481 #define PVOP_ALT_VCALL1(op, arg1, alt, cond) \ argument [all …]
|
| H A D | vdso.h | 17 unsigned long alt, alt_len; member
|
| /linux/drivers/input/misc/ |
| H A D | ati_remote2.c | 768 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/sound/soc/sof/intel/ |
| H A D | ptl.c | 21 static bool sof_ptl_check_mic_privacy_irq(struct snd_sof_dev *sdev, bool alt, in sof_ptl_check_mic_privacy_irq() argument 49 static void sof_ptl_process_mic_privacy(struct snd_sof_dev *sdev, bool alt, in sof_ptl_process_mic_privacy() argument
|
| /linux/drivers/usb/core/ |
| H A D | message.c | 1245 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
|
| /linux/drivers/media/usb/gspca/stv06xx/ |
| H A D | stv06xx.c | 274 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/sound/usb/ |
| H A D | helper.h | 31 #define get_endpoint(alt,ep) (&(alt)->endpoint[ep].desc) argument
|
| /linux/arch/riscv/errata/mips/ |
| H A D | errata.c | 40 struct alt_entry *alt; in mips_errata_patch_func() local
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-rds-gen.c | 130 bool alt) in vivid_rds_gen_fill()
|
| H A D | vivid-radio-common.c | 62 bool alt = dev->radio_rx_rds_use_alternates; in vivid_radio_rds_init() local
|
| /linux/tools/objtool/arch/x86/ |
| H A D | special.c | 8 arch_handle_alternative(struct special_alt * alt) arch_handle_alternative() argument
|
| /linux/include/linux/usb/ |
| H A D | typec_retimer.h | 15 struct typec_altmode *alt; member
|
| /linux/arch/powerpc/perf/ |
| H A D | power6-pmu.c | 360 unsigned int alt = presorted_event_table[mid]; in find_alternatives_list() local 373 static int p6_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in p6_get_alternatives()
|
| H A D | power8-pmu.c | 112 static int power8_get_alternatives(u64 event, unsigned int flags, u64 alt[]) in power8_get_alternatives()
|
| /linux/drivers/pinctrl/stm32/ |
| H A D | pinctrl-stm32.c | 135 unsigned int alt:4; member 226 u32 mode, u32 alt) in stm32_gpio_backup_mode() 429 u32 mode, alt; in stm32_gpio_get_direction() local 936 int pin, u32 mode, u32 alt) in stm32_pmx_set_mode() 977 static void stm32_pmx_get_mode(struct stm32_gpio_bank *bank, int pin, u32 *mode, u32 *alt) in stm32_pmx_get_mode() 1001 u32 mode, alt; in stm32_pmx_set_mux() local 1521 u32 mode, alt, drive, speed, bias; in stm32_pconf_dbg_show() local
|