Home
last modified time | relevance | path

Searched defs:dd (Results 1 – 25 of 108) sorted by relevance

12345

/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c101 #define emulator_rev(dd) ((dd)->irev >> 8) argument
103 #define is_emulator_p(dd) ((((dd)->irev) & 0xf) == 3) argument
104 #define is_emulator_s(dd) ((((dd)->irev) & 0xf) == 4) argument
1292 const struct hfi1_devdata *dd, in hfi1_addr_from_offset()
1308 u64 read_csr(const struct hfi1_devdata *dd, u32 offset) in read_csr()
1321 void write_csr(const struct hfi1_devdata *dd, u32 offset, u64 value) in write_csr()
1342 const struct hfi1_devdata *dd, in get_csr_addr()
1350 static inline u64 read_write_csr(const struct hfi1_devdata *dd, u32 csr, in read_write_csr()
1373 struct hfi1_devdata *dd = context; in dev_access_u32_csr() local
1390 struct hfi1_devdata *dd = (struct hfi1_devdata *)context; in access_sde_err_cnt() local
[all …]
H A Dnetdev_rx.c24 struct hfi1_devdata *dd = rx->dd; in hfi1_netdev_setup_ctxt() local
58 static int hfi1_netdev_allocate_ctxt(struct hfi1_devdata *dd, in hfi1_netdev_allocate_ctxt()
91 static void hfi1_netdev_deallocate_ctxt(struct hfi1_devdata *dd, in hfi1_netdev_deallocate_ctxt()
125 struct hfi1_devdata *dd = rx->dd; in hfi1_netdev_allot_ctxt() local
156 u32 hfi1_num_netdev_contexts(struct hfi1_devdata *dd, u32 available_contexts, in hfi1_num_netdev_contexts()
190 struct hfi1_devdata *dd = rx->dd; in hfi1_netdev_rxq_init() local
247 struct hfi1_devdata *dd = rx->dd; in hfi1_netdev_rxq_deinit() local
307 int hfi1_netdev_rx_init(struct hfi1_devdata *dd) in hfi1_netdev_rx_init()
327 int hfi1_netdev_rx_destroy(struct hfi1_devdata *dd) in hfi1_netdev_rx_destroy()
353 int hfi1_alloc_rx(struct hfi1_devdata *dd) in hfi1_alloc_rx()
[all …]
H A Dinit.c85 static int hfi1_create_kctxt(struct hfi1_devdata *dd, in hfi1_create_kctxt()
132 int hfi1_create_kctxts(struct hfi1_devdata *dd) in hfi1_create_kctxts()
225 static int allocate_rcd_index(struct hfi1_devdata *dd, in allocate_rcd_index()
263 struct hfi1_ctxtdata *hfi1_rcd_get_by_index_safe(struct hfi1_devdata *dd, in hfi1_rcd_get_by_index_safe()
284 struct hfi1_ctxtdata *hfi1_rcd_get_by_index(struct hfi1_devdata *dd, u16 ctxt) in hfi1_rcd_get_by_index()
307 struct hfi1_devdata *dd = ppd->dd; in hfi1_create_ctxtdata() local
485 struct hfi1_devdata *dd = ppd->dd; in set_link_ipg() local
590 struct hfi1_devdata *dd, u8 hw_pidx, u32 port) in hfi1_init_pportdata()
663 static int loadtime_init(struct hfi1_devdata *dd) in loadtime_init()
676 static int init_after_reset(struct hfi1_devdata *dd) in init_after_reset()
[all …]
H A Dfirmware.c229 static int __read_8051_data(struct hfi1_devdata *dd, u32 addr, u64 *result) in __read_8051_data()
265 int read_8051_data(struct hfi1_devdata *dd, u32 addr, u32 len, u64 *result) in read_8051_data()
293 static int write_8051(struct hfi1_devdata *dd, int code, u32 start, in write_8051()
349 static int invalid_header(struct hfi1_devdata *dd, const char *what, in invalid_header()
364 static int verify_css_header(struct hfi1_devdata *dd, struct css_header *css) in verify_css_header()
388 static int payload_check(struct hfi1_devdata *dd, const char *name, in payload_check()
407 static int obtain_one_firmware(struct hfi1_devdata *dd, const char *name, in obtain_one_firmware()
541 static void __obtain_firmware(struct hfi1_devdata *dd) in __obtain_firmware()
641 static int obtain_firmware(struct hfi1_devdata *dd) in obtain_firmware()
703 static int retry_firmware(struct hfi1_devdata *dd, int load_result) in retry_firmware()
[all …]
H A Daspm.c23 static bool aspm_hw_l1_supported(struct hfi1_devdata *dd) in aspm_hw_l1_supported()
46 static void aspm_hw_set_l1_ent_latency(struct hfi1_devdata *dd) in aspm_hw_set_l1_ent_latency()
57 static void aspm_hw_enable_l1(struct hfi1_devdata *dd) in aspm_hw_enable_l1()
77 void aspm_hw_disable_l1(struct hfi1_devdata *dd) in aspm_hw_disable_l1()
89 static void aspm_enable(struct hfi1_devdata *dd) in aspm_enable()
99 static void aspm_disable(struct hfi1_devdata *dd) in aspm_disable()
108 static void aspm_disable_inc(struct hfi1_devdata *dd) in aspm_disable_inc()
118 static void aspm_enable_dec(struct hfi1_devdata *dd) in aspm_enable_dec()
185 void aspm_disable_all(struct hfi1_devdata *dd) in aspm_disable_all()
207 void aspm_enable_all(struct hfi1_devdata *dd) in aspm_enable_all()
[all …]
H A Dpcie.c24 int hfi1_pcie_init(struct hfi1_devdata *dd) in hfi1_pcie_init()
93 int hfi1_pcie_ddinit(struct hfi1_devdata *dd, struct pci_dev *pdev) in hfi1_pcie_ddinit()
177 void hfi1_pcie_ddcleanup(struct hfi1_devdata *dd) in hfi1_pcie_ddcleanup()
215 static void update_lbus_info(struct hfi1_devdata *dd) in update_lbus_info()
236 int pcie_speeds(struct hfi1_devdata *dd) in pcie_speeds()
286 int restore_pci_variables(struct hfi1_devdata *dd) in restore_pci_variables()
345 int save_pci_variables(struct hfi1_devdata *dd) in save_pci_variables()
412 void tune_pcie_caps(struct hfi1_devdata *dd) in tune_pcie_caps()
510 struct hfi1_devdata *dd = pci_get_drvdata(pdev); in pci_error_detected() local
547 struct hfi1_devdata *dd = pci_get_drvdata(pdev); in pci_mmio_enabled() local
[all …]
H A Dpio.c21 void __cm_reset(struct hfi1_devdata *dd, u64 sendctrl) in __cm_reset()
33 void pio_send_control(struct hfi1_devdata *dd, int op) in pio_send_control()
181 int init_sc_pools_and_sizes(struct hfi1_devdata *dd) in init_sc_pools_and_sizes()
399 int init_send_contexts(struct hfi1_devdata *dd) in init_send_contexts()
452 static int sc_hw_alloc(struct hfi1_devdata *dd, int type, u32 *sw_index, in sc_hw_alloc()
480 static void sc_hw_free(struct hfi1_devdata *dd, u32 sw_index, u32 hw_context) in sc_hw_free()
622 struct hfi1_devdata *dd = sc->dd; in set_pio_integrity() local
653 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc()
837 struct hfi1_devdata *dd; in sc_free() local
948 static bool is_sc_halted(struct hfi1_devdata *dd, u32 hw_context) in is_sc_halted()
[all …]
H A Dmsix.c16 int msix_initialize(struct hfi1_devdata *dd) in msix_initialize()
73 static int msix_request_irq(struct hfi1_devdata *dd, void *arg, in msix_request_irq()
206 int msix_request_general_irq(struct hfi1_devdata *dd) in msix_request_general_irq()
232 static void enable_sdma_srcs(struct hfi1_devdata *dd, int i) in enable_sdma_srcs()
249 int msix_request_irqs(struct hfi1_devdata *dd) in msix_request_irqs()
285 void msix_free_irq(struct hfi1_devdata *dd, u8 msix_intr) in msix_free_irq()
313 void msix_clean_up_interrupts(struct hfi1_devdata *dd) in msix_clean_up_interrupts()
334 void msix_netdev_synchronize_irq(struct hfi1_devdata *dd) in msix_netdev_synchronize_irq()
H A Daffinity.c311 static int _dev_comp_vect_cpu_get(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_get()
356 static void _dev_comp_vect_cpu_put(struct hfi1_devdata *dd, int cpu) in _dev_comp_vect_cpu_put()
367 static void _dev_comp_vect_mappings_destroy(struct hfi1_devdata *dd) in _dev_comp_vect_mappings_destroy()
391 static int _dev_comp_vect_mappings_create(struct hfi1_devdata *dd, in _dev_comp_vect_mappings_create()
444 int hfi1_comp_vectors_set_up(struct hfi1_devdata *dd) in hfi1_comp_vectors_set_up()
462 void hfi1_comp_vectors_clean_up(struct hfi1_devdata *dd) in hfi1_comp_vectors_clean_up()
470 struct hfi1_devdata *dd = dd_from_dev(verbs_dev); in hfi1_comp_vect_mappings_lookup() local
483 static int _dev_comp_vect_cpu_mask_init(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_mask_init()
550 static void _dev_comp_vect_cpu_mask_clean_up(struct hfi1_devdata *dd, in _dev_comp_vect_cpu_mask_clean_up()
582 int hfi1_dev_affinity_init(struct hfi1_devdata *dd) in hfi1_dev_affinity_init()
[all …]
H A Dsysfs.c17 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in hfi1_get_pportdata_kobj() local
107 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in cc_prescan_show() local
117 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in cc_prescan_store() local
151 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in sc2vl_attr_show() local
248 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in sl2sc_attr_show() local
347 struct hfi1_devdata *dd = dd_from_ibdev(ibdev); in vl2mtu_attr_show() local
421 struct hfi1_devdata *dd = dd_from_dev(dev); in board_id_show() local
435 struct hfi1_devdata *dd = dd_from_dev(dev); in boardversion_show() local
447 struct hfi1_devdata *dd = dd_from_dev(dev); in nctxts_show() local
466 struct hfi1_devdata *dd = dd_from_dev(dev); in nfreectxts_show() local
[all …]
H A Dfile_ops.c149 struct hfi1_devdata *dd = container_of(inode->i_cdev, in hfi1_file_open() local
322 struct hfi1_devdata *dd; in hfi1_file_mmap() local
631 struct hfi1_devdata *dd = container_of(inode->i_cdev, in hfi1_file_close() local
848 struct hfi1_devdata *dd = fd->dd; in match_ctxt() local
910 struct hfi1_devdata *dd = fd->dd; in find_sub_ctxt() local
931 static int allocate_ctxt(struct hfi1_filedata *fd, struct hfi1_devdata *dd, in allocate_ctxt()
1188 struct hfi1_devdata *dd = uctxt->dd; in setup_base_ctxt() local
1248 struct hfi1_devdata *dd = uctxt->dd; in get_base_info() local
1442 struct hfi1_devdata *dd = uctxt->dd; in poll_urgent() local
1465 struct hfi1_devdata *dd = uctxt->dd; in poll_next() local
[all …]
H A Dsdma.c267 struct hfi1_devdata *dd = sde->dd; in sdma_wait_for_packet_egress() local
299 void sdma_wait(struct hfi1_devdata *dd) in sdma_wait()
451 struct hfi1_devdata *dd = sde->dd; in sdma_err_progress_check_schedule() local
711 struct hfi1_devdata *dd = sde->dd; in sdma_engine_get_vl() local
741 struct hfi1_devdata *dd, in sdma_select_engine_vl()
784 struct hfi1_devdata *dd, in sdma_select_engine_sc()
828 struct sdma_engine *sdma_select_user_engine(struct hfi1_devdata *dd, in sdma_select_user_engine()
896 struct hfi1_devdata *dd = sde->dd; in sdma_set_cpu_to_sde_map() local
1077 struct hfi1_devdata *dd, in sdma_seqfile_dump_cpu_list()
1160 int sdma_map_init(struct hfi1_devdata *dd, u8 port, u8 num_vls, u8 *vl_engines) in sdma_map_init()
[all …]
H A Dqsfp.c27 struct hfi1_devdata *dd = bus->controlling_dd; in hfi1_setsda() local
51 struct hfi1_devdata *dd = bus->controlling_dd; in hfi1_setscl() local
104 static struct hfi1_i2c_bus *init_i2c_bus(struct hfi1_devdata *dd, in init_i2c_bus()
146 int set_up_i2c(struct hfi1_devdata *dd, struct hfi1_asic_data *ad) in set_up_i2c()
163 void clean_up_i2c(struct hfi1_devdata *dd, struct hfi1_asic_data *ad) in clean_up_i2c()
173 static int i2c_bus_write(struct hfi1_devdata *dd, struct hfi1_i2c_bus *i2c, in i2c_bus_write()
221 static int i2c_bus_read(struct hfi1_devdata *dd, struct hfi1_i2c_bus *bus, in i2c_bus_read()
277 struct hfi1_devdata *dd = ppd->dd; in __i2c_write() local
316 struct hfi1_devdata *dd = ppd->dd; in __i2c_read() local
471 struct hfi1_devdata *dd = ppd->dd; in one_qsfp_read() local
[all …]
H A Dnetdev.h53 struct hfi1_devdata *dd; member
65 int hfi1_netdev_ctxt_count(struct hfi1_devdata *dd) in hfi1_netdev_ctxt_count()
71 struct hfi1_ctxtdata *hfi1_netdev_get_ctxt(struct hfi1_devdata *dd, int ctxt) in hfi1_netdev_get_ctxt()
77 int hfi1_netdev_get_free_rmt_idx(struct hfi1_devdata *dd) in hfi1_netdev_get_free_rmt_idx()
83 void hfi1_netdev_set_free_rmt_idx(struct hfi1_devdata *dd, int rmt_idx) in hfi1_netdev_set_free_rmt_idx()
H A Dvnic_main.c219 struct hfi1_devdata *dd = vinfo->dd; in hfi1_netdev_start_xmit() local
311 static struct hfi1_vnic_vport_info *get_vnic_port(struct hfi1_devdata *dd, in get_vnic_port()
319 static struct hfi1_vnic_vport_info *get_first_vnic_port(struct hfi1_devdata *dd) in get_first_vnic_port()
334 struct hfi1_devdata *dd = packet->rcd->dd; in hfi1_vnic_bypass_rcv() local
406 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_up() local
435 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_down() local
469 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_init() local
500 struct hfi1_devdata *dd = vinfo->dd; in hfi1_vnic_deinit() local
560 struct hfi1_devdata *dd = dd_from_ibdev(device); in hfi1_vnic_alloc_rn() local
H A Ddebugfs.c68 struct hfi1_devdata *dd = dd_from_dev(ibd); in _opcode_stats_seq_show() local
107 struct hfi1_devdata *dd = dd_from_dev(ibd); in _tx_opcode_stats_seq_show() local
125 struct hfi1_devdata *dd = dd_from_dev(ibd); in _ctx_stats_seq_start() local
137 struct hfi1_devdata *dd = dd_from_dev(ibd); in _ctx_stats_seq_next() local
159 struct hfi1_devdata *dd = dd_from_dev(ibd); in _ctx_stats_seq_show() local
255 struct hfi1_devdata *dd; in _sdes_seq_start() local
267 struct hfi1_devdata *dd = dd_from_dev(ibd); in _sdes_seq_next() local
282 struct hfi1_devdata *dd = dd_from_dev(ibd); in _sdes_seq_show() local
297 struct hfi1_devdata *dd; in _rcds_seq_start() local
309 struct hfi1_devdata *dd = dd_from_dev(ibd); in _rcds_seq_next() local
[all …]
/linux/drivers/clk/ti/
H A Ddpll.c150 struct dpll_data *dd = clk_hw->dpll_data; in _register_dpll() local
278 struct dpll_data *dd = NULL; in of_ti_dpll_setup() local
407 const struct dpll_data dd = { in of_ti_omap3_dpll_setup() local
432 const struct dpll_data dd = { in of_ti_omap3_core_dpll_setup() local
451 const struct dpll_data dd = { in of_ti_omap3_per_dpll_setup() local
471 const struct dpll_data dd = { in of_ti_omap3_per_jtype_dpll_setup() local
494 const struct dpll_data dd = { in of_ti_omap4_dpll_setup() local
513 const struct dpll_data dd = { in of_ti_omap5_mpu_dpll_setup() local
534 const struct dpll_data dd = { in of_ti_omap4_core_dpll_setup() local
555 const struct dpll_data dd = { in of_ti_omap4_m4xen_dpll_setup() local
[all …]
H A Ddpll3xxx.c49 const struct dpll_data *dd; in _omap3_dpll_write_clken() local
63 const struct dpll_data *dd; in _omap3_wait_dpll_status() local
140 const struct dpll_data *dd; in _omap3_noncore_dpll_lock() local
303 struct dpll_data *dd = clk->dpll_data; in omap3_noncore_dpll_ssc_program() local
386 struct dpll_data *dd = clk->dpll_data; in omap3_noncore_dpll_program() local
526 struct dpll_data *dd; in omap3_noncore_dpll_enable() local
589 struct dpll_data *dd; in omap3_noncore_dpll_determine_rate() local
654 struct dpll_data *dd; in omap3_noncore_dpll_set_rate() local
733 const struct dpll_data *dd; in omap3_dpll_autoidle_read() local
762 const struct dpll_data *dd; in omap3_dpll_allow_idle() local
[all …]
/linux/drivers/crypto/
H A Datmel-sha.c90 struct atmel_sha_dev *dd; member
114 struct atmel_sha_dev *dd; member
253 static inline u32 atmel_sha_read(struct atmel_sha_dev *dd, u32 offset) in atmel_sha_read()
269 static inline void atmel_sha_write(struct atmel_sha_dev *dd, in atmel_sha_write()
284 static inline int atmel_sha_complete(struct atmel_sha_dev *dd, int err) in atmel_sha_complete()
407 struct atmel_sha_dev *dd = NULL; in atmel_sha_find_dev() local
431 struct atmel_sha_dev *dd = atmel_sha_find_dev(tctx); in atmel_sha_init() local
473 static void atmel_sha_write_ctrl(struct atmel_sha_dev *dd, int dma) in atmel_sha_write_ctrl()
548 static inline int atmel_sha_wait_for_data_ready(struct atmel_sha_dev *dd, in atmel_sha_wait_for_data_ready()
561 static int atmel_sha_xmit_cpu(struct atmel_sha_dev *dd, const u8 *buf, in atmel_sha_xmit_cpu()
[all …]
H A Domap-sham.c45 #define SHA_REG_IDIGEST(dd, x) ((dd)->pdata->idigest_ofs + ((x)*0x04)) argument
46 #define SHA_REG_DIN(dd, x) ((dd)->pdata->din_ofs + ((x) * 0x04)) argument
47 #define SHA_REG_DIGCNT(dd) ((dd)->pdata->digcnt_ofs) argument
49 #define SHA_REG_ODIGEST(dd, x) ((dd)->pdata->odigest_ofs + (x * 0x04)) argument
59 #define SHA_REG_REV(dd) ((dd)->pdata->rev_ofs) argument
61 #define SHA_REG_MASK(dd) ((dd)->pdata->mask_ofs) argument
67 #define SHA_REG_SYSSTATUS(dd) ((dd)->pdata->sysstatus_ofs) argument
70 #define SHA_REG_MODE(dd) ((dd)->pdata->mode_ofs) argument
84 #define SHA_REG_LENGTH(dd) ((dd)->pdata->length_ofs) argument
143 struct omap_sham_dev *dd; member
[all …]
/linux/drivers/md/
H A Ddm-dust.c78 static int dust_remove_block(struct dust_device *dd, unsigned long long block) in dust_remove_block()
105 static int dust_add_block(struct dust_device *dd, unsigned long long block, in dust_add_block()
141 static int dust_query_block(struct dust_device *dd, unsigned long long block, char *result, in dust_query_block()
159 static int __dust_map_read(struct dust_device *dd, sector_t thisblock) in __dust_map_read()
169 static int dust_map_read(struct dust_device *dd, sector_t thisblock, in dust_map_read()
185 static int __dust_map_write(struct dust_device *dd, sector_t thisblock) in __dust_map_write()
208 static int dust_map_write(struct dust_device *dd, sector_t thisblock, in dust_map_write()
226 struct dust_device *dd = ti->private; in dust_map() local
264 static int dust_clear_badblocks(struct dust_device *dd, char *result, unsigned int maxlen, in dust_clear_badblocks()
287 static int dust_list_badblocks(struct dust_device *dd, char *result, unsigned int maxlen, in dust_list_badblocks()
[all …]
/linux/arch/arm/vfp/
H A Dvfpdouble.c70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … in vfp_double_normaliseround()
250 static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) in vfp_double_fabs()
256 static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcpy()
262 static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) in vfp_double_fneg()
268 static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) in vfp_double_fsqrt()
358 static u32 vfp_compare(int dd, int signal_on_qnan, int dm, u32 fpscr) in vfp_compare()
419 static u32 vfp_double_fcmp(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmp()
424 static u32 vfp_double_fcmpe(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpe()
429 static u32 vfp_double_fcmpz(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpz()
434 static u32 vfp_double_fcmpez(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpez()
[all …]
/linux/tools/bpf/bpftool/
H A Dxlated_dumper.c26 void kernel_syms_load(struct dump_data *dd) in kernel_syms_load() argument
72 kernel_syms_destroy(struct dump_data * dd) kernel_syms_destroy() argument
77 kernel_syms_search(struct dump_data * dd,unsigned long key) kernel_syms_search() argument
145 print_call_pcrel(struct dump_data * dd,struct kernel_sym * sym,unsigned long address,const struct bpf_insn * insn) print_call_pcrel() argument
163 print_call_helper(struct dump_data * dd,struct kernel_sym * sym,unsigned long address) print_call_helper() argument
179 struct dump_data *dd = private_data; print_call() local
198 struct dump_data *dd = private_data; print_imm() local
218 dump_xlated_json(struct dump_data * dd,void * buf,unsigned int len,bool opcodes,bool linum) dump_xlated_json() argument
303 dump_xlated_plain(struct dump_data * dd,void * buf,unsigned int len,bool opcodes,bool linum) dump_xlated_plain() argument
367 dump_xlated_for_graph(struct dump_data * dd,void * buf_start,void * buf_end,unsigned int start_idx,bool opcodes,bool linum) dump_xlated_for_graph() argument
[all...]
/linux/sound/soc/atmel/
H A Dmchp-pdmc.c109 struct mchp_pdmc *dd; member
148 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_sinc_order_get() local
162 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_sinc_order_put() local
187 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_af_get() local
198 struct mchp_pdmc *dd = snd_soc_component_get_drvdata(component); in mchp_pdmc_af_put() local
250 struct mchp_pdmc *dd = info->dd; in mchp_pdmc_chmap_ctl_get() local
292 struct mchp_pdmc *dd = info->dd; in mchp_pdmc_chmap_ctl_put() local
426 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_startup() local
438 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_dai_probe() local
524 struct mchp_pdmc *dd = snd_soc_dai_get_drvdata(dai); in mchp_pdmc_hw_params() local
[all …]
H A Datmel-pdmic.c108 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); in atmel_pdmic_cpu_dai_startup() local
136 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); in atmel_pdmic_cpu_dai_shutdown() local
149 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); atmel_pdmic_cpu_dai_prepare() local
195 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); atmel_pdmic_platform_configure_dma() local
344 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(card); atmel_pdmic_component_probe() local
360 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); atmel_pdmic_cpu_dai_hw_params() local
492 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(card); atmel_pdmic_asoc_card_init() local
521 atmel_pdmic_get_sample_rate(struct atmel_pdmic * dd,unsigned int * rate_min,unsigned int * rate_max) atmel_pdmic_get_sample_rate() argument
542 struct atmel_pdmic *dd = (struct atmel_pdmic *)dev_id; atmel_pdmic_interrupt() local
572 struct atmel_pdmic *dd; atmel_pdmic_probe() local
[all...]

12345