Searched refs:alt (Results 1 - 25 of 188) sorted by path

12345678

/linux-master/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-master/arch/powerpc/include/asm/
H A Dmpc5121.h56 u32 alt; /* Address Latch Timing Register */ member in struct:mpc512x_lpc
/linux-master/arch/sparc/kernel/
H A Ddtlb_prot.S21 rdpr %pstate, %g5 ! Move into alt-globals
/linux-master/drivers/media/usb/au0828/
H A Dau0828.h252 int alt; /* alternate */ member in struct:au0828_dev
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860-mi2020.c609 gspca_dev->alt = 3 + 1;
615 gspca_dev->alt = 1 + 1;
H A Dgl860-ov2640.c323 gspca_dev->alt = 3 + 1;
329 gspca_dev->alt = 1 + 1;
/linux-master/drivers/media/usb/gspca/
H A Dspca500.c502 /* need alt setting here */
503 gspca_dbg(gspca_dev, D_PACK, "ClickSmart310 sync alt: %d\n",
504 gspca_dev->alt);
509 gspca_dev->alt) < 0) {
H A Dstk014.c259 gspca_dev->alt);
262 gspca_dev->iface, gspca_dev->alt);
284 gspca_dbg(gspca_dev, D_STREAM, "camera started alt: 0x%02x\n",
285 gspca_dev->alt);
H A Dstk1135.c406 /* disable alt 2-wire serial interface */
463 gspca_dbg(gspca_dev, D_STREAM, "camera started alt: 0x%02x\n",
464 gspca_dev->alt);
H A Dtopro.c4094 /* This function is called before choosing the alt setting */
4316 reg_w(gspca_dev, 0x22, gspca_dev->alt);
4492 reg_w(gspca_dev, 0x22, gspca_dev->alt);
/linux-master/drivers/usb/typec/altmodes/
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; } argument
7 void dp_altmode_remove(struct typec_altmode *alt) { } argument
H A Dnvidia.c12 static int nvidia_altmode_probe(struct typec_altmode *alt) argument
14 if (alt->svid == USB_TYPEC_NVIDIA_VLINK_SID)
15 return dp_altmode_probe(alt);
20 static void nvidia_altmode_remove(struct typec_altmode *alt) argument
22 if (alt->svid == USB_TYPEC_NVIDIA_VLINK_SID)
23 dp_altmode_remove(alt);
/linux-master/arch/arm/boot/dts/renesas/
H A DMakefile30 r8a7794-alt.dtb \
/linux-master/arch/arm/kernel/
H A Dvmlinux-xip.lds.S40 *(.alt.smp.init)
H A Dvmlinux.lds.S41 *(.alt.smp.init)
113 *(.alt.smp.init)
/linux-master/arch/arm64/include/asm/
H A Dalternative.h21 typedef void (*alternative_cb_t)(struct alt_instr *alt,
34 void alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr,
H A Dkvm_asm.h287 void kvm_patch_vector_branch(struct alt_instr *alt,
289 void kvm_get_kimage_voffset(struct alt_instr *alt,
291 void kvm_compute_final_ctr_el0(struct alt_instr *alt,
H A Dkvm_mmu.h102 void kvm_update_va_mask(struct alt_instr *alt,
H A Dspectre.h104 void spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, __le32 *origptr,
106 void smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, __le32 *origptr,
108 void spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, __le32 *origptr,
110 void spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, __le32 *origptr,
112 void spectre_bhb_patch_loop_iter(struct alt_instr *alt,
114 void spectre_bhb_patch_wa3(struct alt_instr *alt,
116 void spectre_bhb_patch_clearbhb(struct alt_instr *alt,
/linux-master/arch/arm64/kernel/
H A Dalternative.c51 static __always_inline bool branch_insn_requires_update(struct alt_instr *alt, unsigned long pc) argument
53 unsigned long replptr = (unsigned long)ALT_REPL_PTR(alt);
54 return !(pc >= replptr && pc <= (replptr + alt->alt_len));
59 static __always_inline u32 get_alt_insn(struct alt_instr *alt, __le32 *insnptr, __le32 *altinsnptr) argument
76 if (branch_insn_requires_update(alt, target)) {
104 static noinstr void patch_alternative(struct alt_instr *alt, argument
110 replptr = ALT_REPL_PTR(alt);
114 insn = get_alt_insn(alt, origptr + i, replptr + i);
146 struct alt_instr *alt; local
150 for (alt
203 const struct elf64_shdr *alt; local
294 alt_cb_patch_nops(struct alt_instr *alt, __le32 *origptr, __le32 *updptr, int nr_inst) argument
[all...]
H A Dmte.c218 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr,
221 void __init kasan_hw_tags_enable(struct alt_instr *alt, __le32 *origptr, argument
H A Dproton-pack.c568 void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, argument
588 void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, argument
1064 void noinstr spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, argument
1075 void noinstr spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, argument
1086 void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt, argument
1107 void noinstr spectre_bhb_patch_wa3(struct alt_instr *alt, argument
1133 void __init spectre_bhb_patch_clearbhb(struct alt_instr *alt, argument
/linux-master/arch/arm64/kvm/
H A Dva_layout.c154 void __init kvm_update_va_mask(struct alt_instr *alt, argument
188 void kvm_patch_vector_branch(struct alt_instr *alt, argument
287 void kvm_get_kimage_voffset(struct alt_instr *alt, argument
293 void kvm_compute_final_ctr_el0(struct alt_instr *alt, argument
/linux-master/arch/loongarch/include/asm/
H A Dalternative-asm.h15 .macro altinstruction_entry orig alt feature orig_len alt_len
17 .long \alt - .
/linux-master/arch/loongarch/kernel/
H A Dmodule.c520 const Elf_Shdr *s, *alt = NULL, *orc = NULL, *orc_ip = NULL, *ftrace = NULL; local
524 alt = s;
533 if (alt)
534 apply_alternatives((void *)alt->sh_addr, (void *)alt->sh_addr + alt->sh_size);

Completed in 304 milliseconds

12345678