Home
last modified time | relevance | path

Searched defs:pair (Results 1 – 25 of 64) sorted by relevance

123

/linux/sound/soc/fsl/
H A Dfsl_asrc.c220 static int fsl_asrc_request_pair(int channels, struct fsl_asrc_pair *pair) in fsl_asrc_request_pair()
261 static void fsl_asrc_release_pair(struct fsl_asrc_pair *pair) in fsl_asrc_release_pair()
283 static void fsl_asrc_set_watermarks(struct fsl_asrc_pair *pair, u32 in, u32 out) in fsl_asrc_set_watermarks()
304 static u32 fsl_asrc_cal_asrck_divisor(struct fsl_asrc_pair *pair, u32 div) in fsl_asrc_cal_asrck_divisor()
323 static int fsl_asrc_set_ideal_ratio(struct fsl_asrc_pair *pair, in fsl_asrc_set_ideal_ratio()
377 static int fsl_asrc_config_pair(struct fsl_asrc_pair *pair, bool use_ideal_rate) in fsl_asrc_config_pair()
583 static void fsl_asrc_start_pair(struct fsl_asrc_pair *pair) in fsl_asrc_start_pair()
617 static void fsl_asrc_stop_pair(struct fsl_asrc_pair *pair) in fsl_asrc_stop_pair()
632 static struct dma_chan *fsl_asrc_get_dma_channel(struct fsl_asrc_pair *pair, in fsl_asrc_get_dma_channel()
662 struct fsl_asrc_pair *pair, in fsl_asrc_select_clk()
[all …]
H A Dfsl_asrc_m2m.c33 struct fsl_asrc_pair *pair = (struct fsl_asrc_pair *)data; in asrc_input_dma_callback() local
41 struct fsl_asrc_pair *pair = (struct fsl_asrc_pair *)data; in asrc_output_dma_callback() local
52 static void asrc_read_last_fifo(struct fsl_asrc_pair *pair, void *dma_vaddr, u32 *length) in asrc_read_last_fifo() argument
101 asrc_dmaconfig(struct fsl_asrc_pair * pair,struct dma_chan * chan,u32 dma_addr,dma_addr_t buf_addr,u32 buf_len,int dir,int width) asrc_dmaconfig() argument
186 asrc_m2m_device_run(struct fsl_asrc_pair * pair,struct snd_compr_task_runtime * task) asrc_m2m_device_run() argument
299 struct fsl_asrc_pair *pair; fsl_asrc_m2m_comp_open() local
344 struct fsl_asrc_pair *pair = runtime->private_data; fsl_asrc_m2m_comp_release() local
362 struct fsl_asrc_pair *pair = runtime->private_data; fsl_asrc_m2m_comp_set_params() local
467 struct fsl_asrc_pair *pair = runtime->private_data; fsl_asrc_m2m_comp_task_create() local
536 struct fsl_asrc_pair *pair = runtime->private_data; fsl_asrc_m2m_comp_task_start() local
552 struct fsl_asrc_pair *pair = runtime->private_data; fsl_asrc_m2m_comp_task_free() local
639 struct fsl_asrc_pair *pair; fsl_asrc_m2m_suspend() local
667 struct fsl_asrc_pair *pair; fsl_asrc_m2m_resume() local
[all...]
H A Dfsl_asrc_dma.c46 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_complete() local
60 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_prepare_and_submit() local
101 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_trigger() local
138 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_hw_params() local
348 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_hw_free() local
373 struct fsl_asrc_pair *pair; in fsl_asrc_dma_startup() local
445 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_shutdown() local
466 struct fsl_asrc_pair *pair = runtime->private_data; in fsl_asrc_dma_pcm_pointer() local
476 struct fsl_asrc_pair *pair; in fsl_asrc_dma_pcm_new() local
H A Dfsl_easrc.c1919 static unsigned int fsl_easrc_get_output_fifo_size(struct fsl_asrc_pair *pair) in fsl_easrc_get_output_fifo_size()
1931 static int fsl_easrc_m2m_prepare(struct fsl_asrc_pair *pair) in fsl_easrc_m2m_prepare()
1982 static int fsl_easrc_m2m_start(struct fsl_asrc_pair *pair) in fsl_easrc_m2m_start()
1993 static int fsl_easrc_m2m_stop(struct fsl_asrc_pair *pair) in fsl_easrc_m2m_stop()
2005 static int fsl_easrc_m2m_calc_out_len(struct fsl_asrc_pair *pair, int input_buffer_length) in fsl_easrc_m2m_calc_out_len()
2063 static int fsl_easrc_m2m_get_maxburst(u8 dir, struct fsl_asrc_pair *pair) in fsl_easrc_m2m_get_maxburst()
2073 static int fsl_easrc_m2m_pair_suspend(struct fsl_asrc_pair *pair) in fsl_easrc_m2m_pair_suspend()
2080 static int fsl_easrc_m2m_pair_resume(struct fsl_asrc_pair *pair) in fsl_easrc_m2m_pair_resume()
2091 static int fsl_easrc_m2m_set_ratio_mod(struct fsl_asrc_pair *pair, int val) in fsl_easrc_m2m_set_ratio_mod()
/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c32 static void hwprobe_arch_id(struct riscv_hwprobe *pair, in hwprobe_arch_id()
78 static void hwprobe_isa_ext0(struct riscv_hwprobe *pair, in hwprobe_isa_ext0()
183 static void hwprobe_isa_ext1(struct riscv_hwprobe *pair, in hwprobe_isa_ext1()
218 struct riscv_hwprobe pair; in hwprobe_ext0_has() local
297 static void hwprobe_one_pair(struct riscv_hwprobe *pair, in hwprobe_one_pair()
418 struct riscv_hwprobe pair; in hwprobe_get_values() local
468 struct riscv_hwprobe pair, tmp; in hwprobe_get_cpus() local
529 struct riscv_hwprobe pair; in init_hwprobe_vdso_data() local
/linux/samples/bpf/
H A Dtracex4.bpf.c12 struct pair { struct
20 __type(value, struct pair); argument
H A Dsockex2_user.c11 struct pair { struct
12 __u64 packets;
13 __u64 bytes;
H A Dtracex4_user.c15 struct pair { struct
32 struct pair v; in print_old_objects() argument
H A Dsockex3_user.c20 struct pair { struct
21 __u64 packets;
22 __u64 bytes;
H A Dsockex2_kern.c188 struct pair { global() struct
196 bytespair global() argument
H A Dsockex3_kern.c78 struct pair { struct
86 __type(value, struct pair); argument
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c109 struct riscv_hwprobe pair = { in test_zicbop() local
154 struct riscv_hwprobe pair = { in test_zicbom() local
178 struct riscv_hwprobe pair = { in test_zicboz() local
226 struct riscv_hwprobe pair = { in check_no_zicbo_cpus() local
301 struct riscv_hwprobe pair; in main() local
/linux/tools/perf/tests/
H A Dvmlinux-kallsyms.c129 struct map *pair = maps__find_by_name(args->kallsyms.kmaps, in test__vmlinux_matches_kallsyms_cb1() local
148 struct map *pair; in test__vmlinux_matches_kallsyms_cb2() local
289 struct symbol *pair, *first_pair; test__vmlinux_matches_kallsyms() local
[all...]
/linux/tools/testing/selftests/riscv/vector/
H A Dv_helpers.c13 struct riscv_hwprobe pair; in is_xtheadvector_supported() local
22 struct riscv_hwprobe pair; in is_vector_supported() local
/linux/tools/perf/
H A Dbuiltin-diff.c278 static double compute_delta(struct hist_entry *he, struct hist_entry *pair) in compute_delta() argument
288 static double compute_ratio(struct hist_entry *he, struct hist_entry *pair) in compute_ratio() argument
298 compute_wdiff(struct hist_entry * he,struct hist_entry * pair) compute_wdiff() argument
310 formula_delta(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_delta() argument
327 formula_ratio(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_ratio() argument
336 formula_wdiff(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_wdiff() argument
347 formula_fprintf(struct hist_entry * he,struct hist_entry * pair,char * buf,size_t size) formula_fprintf() argument
508 struct hist_entry *pair; get_pair_data() local
620 compute_cycles_diff(struct hist_entry * he,struct hist_entry * pair) compute_cycles_diff() argument
659 struct hist_entry *pair = get_block_pair(he, hists_pair); block_hists_match() local
683 struct hist_entry *he, *pair; hists__precompute() local
1337 cycles_printf(struct hist_entry * he,struct hist_entry * pair,struct perf_hpp * hpp,int width) cycles_printf() argument
1387 struct hist_entry *pair = get_pair_fmt(he, dfmt); __hpp__color_compare() local
1506 struct hist_entry *pair = get_pair_fmt(he, dfmt); hpp__color_cycles_hist() local
1572 hpp__entry_pair(struct hist_entry * he,struct hist_entry * pair,int idx,char * buf,size_t size) hpp__entry_pair() argument
1639 struct hist_entry *pair = get_pair_fmt(he, dfmt); __hpp__entry_global() local
[all...]
/linux/arch/riscv/kernel/vendor_extensions/
H A Dthead_hwprobe.c13 void hwprobe_isa_vendor_ext_thead_0(struct riscv_hwprobe *pair, const struct cpumask *cpus) in hwprobe_isa_vendor_ext_thead_0()
H A Dsifive_hwprobe.c13 void hwprobe_isa_vendor_ext_sifive_0(struct riscv_hwprobe *pair, const struct cpumask *cpus) in hwprobe_isa_vendor_ext_sifive_0()
H A Dmips_hwprobe.c17 void hwprobe_isa_vendor_ext_mips_0(struct riscv_hwprobe *pair, in hwprobe_isa_vendor_ext_mips_0()
/linux/arch/riscv/include/asm/vendor_extensions/
H A Dthead_hwprobe.h12 static inline void hwprobe_isa_vendor_ext_thead_0(struct riscv_hwprobe *pair, in hwprobe_isa_vendor_ext_thead_0()
H A Dsifive_hwprobe.h12 static inline void hwprobe_isa_vendor_ext_sifive_0(struct riscv_hwprobe *pair, in hwprobe_isa_vendor_ext_sifive_0()
H A Dmips_hwprobe.h15 static inline void hwprobe_isa_vendor_ext_mips_0(struct riscv_hwprobe *pair, in hwprobe_isa_vendor_ext_mips_0()
H A Dvendor_hwprobe.h26 #define VENDOR_EXTENSION_SUPPORTED(pair, cpus, per_hart_vendor_bitmap, _extension_checks) \ argument
/linux/arch/s390/include/asm/
H A Dtypes.h11 unsigned __int128 pair; member
/linux/arch/riscv/include/asm/
H A Dhwprobe.h34 static inline bool riscv_hwprobe_pair_cmp(struct riscv_hwprobe *pair, in riscv_hwprobe_pair_cmp()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1265 struct b43legacy_lopair *pair) in b43legacy_lo_write()
1317 struct b43legacy_lopair *pair; in b43legacy_phy_lo_adjust() local
1706 struct b43legacy_lopair *pair; in b43legacy_phy_lo_mark_current_used() local
1715 struct b43legacy_lopair *pair; in b43legacy_phy_lo_mark_all_unused() local

123