Home
last modified time | relevance | path

Searched defs:a (Results 26 – 50 of 2350) sorted by relevance

12345678910>>...94

/openbmc/linux/arch/microblaze/include/asm/
H A Dio.h39 #define out_be16(a, v) __raw_writew((v), (a)) argument
41 #define in_be32(a) __raw_readl((const void __iomem __force *)(a)) argument
42 #define in_be16(a) __raw_readw(a) argument
44 #define writel_be(v, a) out_be32((__force unsigned *)a, v) argument
45 #define readl_be(a) in_be32((__force unsigned *)a) argument
48 #define out_le32(a, v) __raw_writel(__cpu_to_le32(v), (a)) argument
49 #define out_le16(a, v) __raw_writew(__cpu_to_le16(v), (a)) argument
51 #define in_le32(a) __le32_to_cpu(__raw_readl(a)) argument
52 #define in_le16(a) __le16_to_cpu(__raw_readw(a)) argument
55 #define out_8(a, v) __raw_writeb((v), (a)) argument
[all …]
/openbmc/linux/arch/powerpc/include/asm/
H A Dppc-opcode.h322 #define ___PPC_RA(a) (((a) & 0x1f) << 16) argument
330 #define __PPC_RA(a) ___PPC_RA(__REG_##a) argument
331 #define __PPC_RA0(a) ___PPC_RA(__REGA0_##a) argument
335 #define __PPC_XA(a) ((((a) & 0x1f) << 16) | (((a) & 0x20) >> 3)) argument
546 #define PPC_RAW_MR(d, a) PPC_RAW_OR(d, a, a) argument
563 #define PPC_RAW_RLWINM_DOT(d, a, i, mb, me) \ argument
574 #define PPC_RAW_SLDI(d, a, i) PPC_RAW_RLDICR(d, a, i, 63-(i)) argument
576 #define PPC_RAW_SRDI(d, a, i) PPC_RAW_RLDICL(d, a, 64-(i), i) argument
618 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) argument
619 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) argument
[all …]
/openbmc/qemu/target/avr/
H A Dtranslate.c294 static bool trans_ADD(DisasContext *ctx, arg_ADD *a) in trans_ADD()
317 static bool trans_ADC(DisasContext *ctx, arg_ADC *a) in trans_ADC()
379 static bool trans_SUB(DisasContext *ctx, arg_SUB *a) in trans_SUB()
427 static bool trans_SBC(DisasContext *ctx, arg_SBC *a) in trans_SBC()
526 static bool trans_AND(DisasContext *ctx, arg_AND *a) in trans_AND()
566 static bool trans_OR(DisasContext *ctx, arg_OR *a) in trans_OR()
587 static bool trans_ORI(DisasContext *ctx, arg_ORI *a) in trans_ORI()
605 static bool trans_EOR(DisasContext *ctx, arg_EOR *a) in trans_EOR()
624 static bool trans_COM(DisasContext *ctx, arg_COM *a) in trans_COM()
1192 static bool trans_CP(DisasContext *ctx, arg_CP *a) in trans_CP()
[all …]
/openbmc/u-boot/arch/mips/include/asm/
H A Daddrspace.h51 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ argument
70 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) argument
77 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) argument
78 #define CKSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) argument
79 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2) argument
80 #define CKSEG3ADDR(a) (CPHYSADDR(a) | KSEG3) argument
85 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) argument
86 #define KSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) argument
87 #define KSEG2ADDR(a) (CPHYSADDR(a) | KSEG2) argument
88 #define KSEG3ADDR(a) (CPHYSADDR(a) | KSEG3) argument
[all …]
/openbmc/linux/kernel/bpf/
H A Dtnum.c37 struct tnum tnum_lshift(struct tnum a, u8 shift) in tnum_lshift()
42 struct tnum tnum_rshift(struct tnum a, u8 shift) in tnum_rshift()
62 struct tnum tnum_add(struct tnum a, struct tnum b) in tnum_add()
74 struct tnum tnum_sub(struct tnum a, struct tnum b) in tnum_sub()
86 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and()
96 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or()
153 struct tnum tnum_cast(struct tnum a, u8 size) in tnum_cast()
160 bool tnum_is_aligned(struct tnum a, u64 size) in tnum_is_aligned()
167 bool tnum_in(struct tnum a, struct tnum b) in tnum_in()
201 struct tnum tnum_subreg(struct tnum a) in tnum_subreg()
[all …]
/openbmc/linux/include/linux/
H A Djiffies.h124 #define time_after(a,b) \ argument
135 #define time_before(a,b) time_after(b,a) argument
144 #define time_after_eq(a,b) \ argument
155 #define time_before_eq(a,b) time_after_eq(b,a) argument
165 #define time_in_range(a,b,c) \ argument
177 #define time_in_range_open(a,b,c) \ argument
195 #define time_after64(a,b) \ argument
209 #define time_before64(a,b) time_after64(b,a) argument
221 #define time_after_eq64(a,b) \ argument
235 #define time_before_eq64(a,b) time_after_eq64(b,a) argument
[all …]
/openbmc/qemu/target/alpha/
H A Dvax_helper.c33 CPU_FloatU a; in float32_to_f() local
86 uint32_t helper_f_to_memory(uint64_t a) in helper_f_to_memory()
95 uint64_t helper_memory_to_f(uint32_t a) in helper_memory_to_f()
164 CPU_DoubleU a; in float64_to_g() local
217 uint64_t helper_g_to_memory(uint64_t a) in helper_g_to_memory()
227 uint64_t helper_memory_to_g(uint64_t a) in helper_memory_to_g()
277 uint64_t helper_sqrtg(CPUAlphaState *env, uint64_t a) in helper_sqrtg()
328 uint64_t helper_cvtqf(CPUAlphaState *env, uint64_t a) in helper_cvtqf()
334 uint64_t helper_cvtgf(CPUAlphaState *env, uint64_t a) in helper_cvtgf()
344 uint64_t helper_cvtgq(CPUAlphaState *env, uint64_t a) in helper_cvtgq()
[all …]
H A Dfpu_helper.c189 CPU_FloatU a; in float32_to_s() local
194 static inline uint32_t s_to_float32_int(uint64_t a) in s_to_float32_int()
199 static inline float32 s_to_float32(uint64_t a) in s_to_float32()
206 uint32_t helper_s_to_memory(uint64_t a) in helper_s_to_memory()
211 uint64_t helper_memory_to_s(uint32_t a) in helper_memory_to_s()
264 uint64_t helper_sqrts(CPUAlphaState *env, uint64_t a) in helper_sqrts()
277 static inline float64 t_to_float64(uint64_t a) in t_to_float64()
341 uint64_t helper_sqrtt(CPUAlphaState *env, uint64_t a) in helper_sqrtt()
418 uint64_t helper_cvtts(CPUAlphaState *env, uint64_t a) in helper_cvtts()
430 uint64_t helper_cvtst(CPUAlphaState *env, uint64_t a) in helper_cvtst()
[all …]
/openbmc/linux/include/net/tc_act/
H A Dtc_skbedit.h29 #define to_skbedit(a) ((struct tcf_skbedit *)a) argument
32 static inline bool is_tcf_skbedit_with_flag(const struct tc_action *a, u32 flag) in is_tcf_skbedit_with_flag()
48 static inline bool is_tcf_skbedit_mark(const struct tc_action *a) in is_tcf_skbedit_mark()
53 static inline u32 tcf_skbedit_mark(const struct tc_action *a) in tcf_skbedit_mark()
65 static inline bool is_tcf_skbedit_ptype(const struct tc_action *a) in is_tcf_skbedit_ptype()
70 static inline u32 tcf_skbedit_ptype(const struct tc_action *a) in tcf_skbedit_ptype()
82 static inline bool is_tcf_skbedit_priority(const struct tc_action *a) in is_tcf_skbedit_priority()
87 static inline u32 tcf_skbedit_priority(const struct tc_action *a) in tcf_skbedit_priority()
98 static inline u16 tcf_skbedit_rx_queue_mapping(const struct tc_action *a) in tcf_skbedit_rx_queue_mapping()
110 static inline bool is_tcf_skbedit_queue_mapping(const struct tc_action *a) in is_tcf_skbedit_queue_mapping()
[all …]
H A Dtc_gact.h17 #define to_gact(a) ((struct tcf_gact *)a) argument
19 static inline bool __is_tcf_gact_act(const struct tc_action *a, int act, in __is_tcf_gact_act()
37 static inline bool is_tcf_gact_ok(const struct tc_action *a) in is_tcf_gact_ok()
42 static inline bool is_tcf_gact_shot(const struct tc_action *a) in is_tcf_gact_shot()
47 static inline bool is_tcf_gact_trap(const struct tc_action *a) in is_tcf_gact_trap()
52 static inline bool is_tcf_gact_goto_chain(const struct tc_action *a) in is_tcf_gact_goto_chain()
57 static inline u32 tcf_gact_goto_chain_index(const struct tc_action *a) in tcf_gact_goto_chain_index()
62 static inline bool is_tcf_gact_continue(const struct tc_action *a) in is_tcf_gact_continue()
67 static inline bool is_tcf_gact_reclassify(const struct tc_action *a) in is_tcf_gact_reclassify()
72 static inline bool is_tcf_gact_pipe(const struct tc_action *a) in is_tcf_gact_pipe()
/openbmc/qemu/target/hppa/
H A Dtranslate.c1625 TCGv_i32 a, b; in do_fop_weww() local
1641 TCGv_i64 a, b; in do_fop_dedd() local
1940 static bool trans_nop(DisasContext *ctx, arg_nop *a) in trans_nop()
2157 static bool trans_rsm(DisasContext *ctx, arg_rsm *a) in trans_rsm()
2177 static bool trans_ssm(DisasContext *ctx, arg_ssm *a) in trans_ssm()
2233 static bool trans_rfi(DisasContext *ctx, arg_rfi *a) in trans_rfi()
2511 static bool trans_lci(DisasContext *ctx, arg_lci *a) in trans_lci()
3036 static bool trans_ld(DisasContext *ctx, arg_ldst *a) in trans_ld()
3725 static bool trans_be(DisasContext *ctx, arg_be *a) in trans_be()
3780 static bool trans_bl(DisasContext *ctx, arg_bl *a) in trans_bl()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_reg_defs.h18 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b) argument
19 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b) argument
20 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b) argument
21 #define _PORT(port, a, b) _PICK_EVEN(port, a, b) argument
22 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b) argument
23 #define _PHY(phy, a, b) _PICK_EVEN(phy, a, b) argument
25 #define _MMIO_PIPE(pipe, a, b) _MMIO(_PIPE(pipe, a, b)) argument
27 #define _MMIO_TRANS(tran, a, b) _MMIO(_TRANS(tran, a, b)) argument
28 #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b)) argument
29 #define _MMIO_PLL(pll, a, b) _MMIO(_PLL(pll, a, b)) argument
[all …]
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r_ioctl.c68 struct esas2r_adapter *a; member
82 static void complete_fm_api_req(struct esas2r_adapter *a, in complete_fm_api_req()
181 static void complete_nvr_req(struct esas2r_adapter *a, in complete_nvr_req()
207 struct esas2r_adapter *a = bi->a; in handle_buffered_ioctl() local
293 static int smp_ioctl_callback(struct esas2r_adapter *a, in smp_ioctl_callback()
341 static bool csmi_ioctl_tunnel(struct esas2r_adapter *a, in csmi_ioctl_tunnel()
667 static bool hba_ioctl_tunnel(struct esas2r_adapter *a, in hba_ioctl_tunnel()
744 static int hba_ioctl_callback(struct esas2r_adapter *a, in hba_ioctl_callback()
1228 u8 handle_hba_ioctl(struct esas2r_adapter *a, in handle_hba_ioctl()
1275 struct esas2r_adapter *a; in esas2r_ioctl_handler() local
[all …]
H A Desas2r_main.c353 struct esas2r_adapter *a; in esas2r_probe() local
823 struct esas2r_adapter *a = in esas2r_queuecommand() local
980 struct esas2r_adapter *a = in esas2r_eh_abort() local
1067 struct esas2r_adapter *a = in esas2r_host_bus_reset() local
1109 struct esas2r_adapter *a = in esas2r_dev_targ_reset() local
1280 bool esas2r_read_mem_block(struct esas2r_adapter *a, in esas2r_read_mem_block()
1576 void esas2r_kickoff_timer(struct esas2r_adapter *a) in esas2r_kickoff_timer()
1606 struct esas2r_adapter *a = fw_event->a; in esas2r_free_fw_event() local
1615 esas2r_fw_event_off(struct esas2r_adapter *a) in esas2r_fw_event_off()
1625 esas2r_fw_event_on(struct esas2r_adapter *a) in esas2r_fw_event_on()
[all …]
H A Desas2r_targdb.c46 void esas2r_targ_db_initialize(struct esas2r_adapter *a) in esas2r_targ_db_initialize()
59 void esas2r_targ_db_remove_all(struct esas2r_adapter *a, bool notify) in esas2r_targ_db_remove_all()
82 void esas2r_targ_db_report_changes(struct esas2r_adapter *a) in esas2r_targ_db_report_changes()
119 struct esas2r_target *esas2r_targ_db_add_raid(struct esas2r_adapter *a, in esas2r_targ_db_add_raid()
172 struct esas2r_target *esas2r_targ_db_add_pthru(struct esas2r_adapter *a, in esas2r_targ_db_add_pthru()
221 void esas2r_targ_db_remove(struct esas2r_adapter *a, struct esas2r_target *t) in esas2r_targ_db_remove()
232 struct esas2r_target *esas2r_targ_db_find_by_sas_addr(struct esas2r_adapter *a, in esas2r_targ_db_find_by_sas_addr()
244 struct esas2r_target *esas2r_targ_db_find_by_ident(struct esas2r_adapter *a, in esas2r_targ_db_find_by_ident()
260 u16 esas2r_targ_db_find_next_present(struct esas2r_adapter *a, u16 target_id) in esas2r_targ_db_find_next_present()
276 struct esas2r_target *esas2r_targ_db_find_by_virt_id(struct esas2r_adapter *a, in esas2r_targ_db_find_by_virt_id()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Ddevice.h37 #define nvxx_device(a) ({ \ argument
45 #define nvxx_bios(a) nvxx_device(a)->bios argument
46 #define nvxx_fb(a) nvxx_device(a)->fb argument
47 #define nvxx_gpio(a) nvxx_device(a)->gpio argument
48 #define nvxx_clk(a) nvxx_device(a)->clk argument
49 #define nvxx_i2c(a) nvxx_device(a)->i2c argument
50 #define nvxx_iccsense(a) nvxx_device(a)->iccsense argument
51 #define nvxx_therm(a) nvxx_device(a)->therm argument
52 #define nvxx_volt(a) nvxx_device(a)->volt argument
57 #define nvxx_gr(a) nvxx_device(a)->gr argument
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c153 TCGArg r, TCGArg a, TCGArg b) in vec_gen_3()
164 TCGArg r, TCGArg a, TCGArg b, TCGArg c) in vec_gen_4()
201 TCGv_vec r, TCGv_vec a, TCGv_vec b) in vec_gen_op3()
214 void tcg_gen_mov_vec(TCGv_vec r, TCGv_vec a) in tcg_gen_mov_vec()
221 void tcg_gen_dupi_vec(unsigned vece, TCGv_vec r, uint64_t a) in tcg_gen_dupi_vec()
392 void tcg_gen_not_vec(unsigned vece, TCGv_vec r, TCGv_vec a) in tcg_gen_not_vec()
401 void tcg_gen_neg_vec(unsigned vece, TCGv_vec r, TCGv_vec a) in tcg_gen_neg_vec()
414 void tcg_gen_abs_vec(unsigned vece, TCGv_vec r, TCGv_vec a) in tcg_gen_abs_vec()
446 TCGv_vec r, TCGv_vec a, int64_t i) in do_shifti()
506 TCGv_vec r, TCGv_vec a, TCGv_vec b) in tcg_gen_cmp_vec()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Daddrspace.h54 #define XPHYSADDR(a) ((_ACAST64_(a)) & \ argument
73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) argument
74 #define CKSEG1ADDR(a) (CPHYSADDR(a) | CKSEG1) argument
80 #define CKSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) argument
81 #define CKSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) argument
82 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2) argument
83 #define CKSEG3ADDR(a) (CPHYSADDR(a) | KSEG3) argument
88 #define KSEG0ADDR(a) (CPHYSADDR(a) | KSEG0) argument
89 #define KSEG1ADDR(a) (CPHYSADDR(a) | KSEG1) argument
90 #define KSEG2ADDR(a) (CPHYSADDR(a) | KSEG2) argument
[all …]
/openbmc/u-boot/examples/standalone/
H A Dstubs.c18 #define EXPORT_FUNC(f, a, x, ...) \ argument
31 #define EXPORT_FUNC(f, a, x, ...) \ argument
46 #define EXPORT_FUNC(f, a, x, ...) \ argument
59 #define EXPORT_FUNC(f, a, x, ...) \ argument
76 #define EXPORT_FUNC(f, a, x, ...) \ argument
92 #define EXPORT_FUNC(f, a, x, ...) \ argument
105 #define EXPORT_FUNC(f, a, x, ...) \ argument
121 #define EXPORT_FUNC(f, a, x, ...) \ argument
167 #define EXPORT_FUNC(f, a, x, ...) \ argument
180 #define EXPORT_FUNC(f, a, x, ...) \ argument
[all …]
/openbmc/linux/arch/alpha/include/asm/
H A Dvga.h47 #define vga_readb(a) readb((u8 __iomem *)(a)) argument
48 #define vga_writeb(v,a) writeb(v, (u8 __iomem *)(a)) argument
56 # define __is_port_vga(a) \ argument
60 # define __is_mem_vga(a) \ argument
63 # define FIXUP_IOADDR_VGA(a) do { \ argument
68 # define FIXUP_MEMADDR_VGA(a) do { \ argument
75 # define __is_port_vga(a) 0 argument
76 # define __is_mem_vga(a) 0 argument
77 # define FIXUP_IOADDR_VGA(a) argument
78 # define FIXUP_MEMADDR_VGA(a) argument
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c406 static void gen_smul_dual(TCGv_i32 a, TCGv_i32 b) in gen_smul_dual()
6281 static bool trans_BX(DisasContext *s, arg_BX *a) in trans_BX()
6434 static bool trans_SG(DisasContext *s, arg_SG *a) in trans_SG()
6462 static bool trans_TT(DisasContext *s, arg_TT *a) in trans_TT()
7419 static bool op_sat(DisasContext *s, arg_sat *a, in op_sat()
7549 static bool op_rr(DisasContext *s, arg_rr *a, in op_rr()
8122 static bool trans_B(DisasContext *s, arg_i *a) in trans_B()
8143 static bool trans_BL(DisasContext *s, arg_i *a) in trans_BL()
8205 static bool trans_BF(DisasContext *s, arg_BF *a) in trans_BF()
8335 static bool trans_LE(DisasContext *s, arg_LE *a) in trans_LE()
[all …]
H A Dtranslate-vfp.c300 static bool trans_VSEL(DisasContext *s, arg_VSEL *a) in trans_VSEL()
423 static bool trans_VRINT(DisasContext *s, arg_VRINT *a) in trans_VRINT()
490 static bool trans_VCVT(DisasContext *s, arg_VCVT *a) in trans_VCVT()
701 static bool trans_VDUP(DisasContext *s, arg_VDUP *a) in trans_VDUP()
1724 static bool trans_VMLA_hp(DisasContext *s, arg_VMLA_sp *a) in trans_VMLA_hp()
1738 static bool trans_VMLA_sp(DisasContext *s, arg_VMLA_sp *a) in trans_VMLA_sp()
1752 static bool trans_VMLA_dp(DisasContext *s, arg_VMLA_dp *a) in trans_VMLA_dp()
1770 static bool trans_VMLS_hp(DisasContext *s, arg_VMLS_sp *a) in trans_VMLS_hp()
3054 static bool trans_VJCVT(DisasContext *s, arg_VJCVT *a) in trans_VJCVT()
3367 static bool trans_VINS(DisasContext *s, arg_VINS *a) in trans_VINS()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddebug.h54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument
55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument
56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument
57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument
58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument
60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument
62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument
63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument
64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument
65 #define brcms_dbg_dma(core, f, a...) brcms_dbg(core, BRCM_DL_DMA, f, ##a) argument
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h77 #define __PPC_RA(a) (((a) & 0x1f) << 16) argument
117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument
118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument
119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
127 #define PSTD(s, a, r, d) PREFIX_8LS(0xf4000000, s, a, r, d) argument
128 #define PSTQ(s, a, r, d) PREFIX_8LS(0xf0000000, s, a, r, d) argument
139 #define PLXV0(s, a, r, d) PREFIX_8LS(0xc8000000, s, a, r, d) argument
[all …]
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_a3d.c376 static void a3dsrc_SetA3DSampleRate(a3dsrc_t * a, int sr) in a3dsrc_SetA3DSampleRate()
386 static void a3dsrc_EnableA3D(a3dsrc_t * a) in a3dsrc_EnableA3D()
394 static void a3dsrc_DisableA3D(a3dsrc_t * a) in a3dsrc_DisableA3D()
435 static void a3dsrc_ZeroSliceIO(a3dsrc_t * a) in a3dsrc_ZeroSliceIO()
451 static void a3dsrc_ZeroState(a3dsrc_t * a) in a3dsrc_ZeroState()
475 static void a3dsrc_ZeroStateA3D(a3dsrc_t *a, vortex_t *v) in a3dsrc_ZeroStateA3D()
500 static void a3dsrc_ProgramPipe(a3dsrc_t * a) in a3dsrc_ProgramPipe()
767 a3dsrc_t *a = kcontrol->private_data; in snd_vortex_a3d_hrtf_put() local
784 a3dsrc_t *a = kcontrol->private_data; in snd_vortex_a3d_itd_put() local
803 a3dsrc_t *a = kcontrol->private_data; in snd_vortex_a3d_ild_put() local
[all …]

12345678910>>...94