Home
last modified time | relevance | path

Searched defs:dd (Results 1 – 25 of 101) 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()
453 static int sc_hw_alloc(struct hfi1_devdata *dd, int type, u32 *sw_index, in sc_hw_alloc()
481 static void sc_hw_free(struct hfi1_devdata *dd, u32 sw_index, u32 hw_context) in sc_hw_free()
623 struct hfi1_devdata *dd = sc->dd; in set_pio_integrity() local
654 struct send_context *sc_alloc(struct hfi1_devdata *dd, int type, in sc_alloc()
838 struct hfi1_devdata *dd; in sc_free() local
949 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()
74 static int msix_request_irq(struct hfi1_devdata *dd, void *arg, in msix_request_irq()
207 int msix_request_general_irq(struct hfi1_devdata *dd) in msix_request_general_irq()
233 static void enable_sdma_srcs(struct hfi1_devdata *dd, int i) in enable_sdma_srcs()
250 int msix_request_irqs(struct hfi1_devdata *dd) in msix_request_irqs()
286 void msix_free_irq(struct hfi1_devdata *dd, u8 msix_intr) in msix_free_irq()
314 void msix_clean_up_interrupts(struct hfi1_devdata *dd) in msix_clean_up_interrupts()
335 void msix_netdev_synchronize_irq(struct hfi1_devdata *dd) in msix_netdev_synchronize_irq()
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 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 …]
H A Dverbs.c701 struct hfi1_devdata *dd = dd_from_ibdev(qp->ibqp.device); in update_tx_opstats() local
887 struct hfi1_devdata *dd = sc->dd; in pio_wait() local
1119 struct hfi1_devdata *dd; in egress_pkey_check() local
1176 struct hfi1_devdata *dd = dd_from_ibdev(qp->ibqp.device); in get_send_routine() local
1215 struct hfi1_devdata *dd = dd_from_ibdev(qp->ibqp.device); in hfi1_verbs_send() local
1288 static void hfi1_fill_device_attr(struct hfi1_devdata *dd) in hfi1_fill_device_attr()
1372 struct hfi1_devdata *dd = dd_from_dev(verbs_dev); in query_port() local
1409 struct hfi1_devdata *dd = dd_from_ibdev(device); in modify_device() local
1448 struct hfi1_devdata *dd = dd_from_dev(verbs_dev); in shut_down_port() local
1482 struct hfi1_devdata *dd; in hfi1_check_ah() local
[all …]
H A Deprom.c47 static void read_page(struct hfi1_devdata *dd, u32 offset, u32 *result) in read_page()
60 static int read_length(struct hfi1_devdata *dd, u32 start, u32 len, void *dest) in read_length()
129 int eprom_init(struct hfi1_devdata *dd) in eprom_init()
210 static int read_partition_platform_config(struct hfi1_devdata *dd, void **data, in read_partition_platform_config()
252 static int read_segment_platform_config(struct hfi1_devdata *dd, in read_segment_platform_config()
421 int eprom_read_platform_config(struct hfi1_devdata *dd, void **data, u32 *size) in eprom_read_platform_config()
/linux/drivers/clk/ti/
H A Ddpll.c156 struct dpll_data *dd = clk_hw->dpll_data; in _register_dpll() local
284 struct dpll_data *dd = NULL; in of_ti_dpll_setup() local
413 const struct dpll_data dd = { in of_ti_omap3_dpll_setup() local
438 const struct dpll_data dd = { in of_ti_omap3_core_dpll_setup() local
457 const struct dpll_data dd = { in of_ti_omap3_per_dpll_setup() local
477 const struct dpll_data dd = { in of_ti_omap3_per_jtype_dpll_setup() local
500 const struct dpll_data dd = { in of_ti_omap4_dpll_setup() local
519 const struct dpll_data dd = { in of_ti_omap5_mpu_dpll_setup() local
540 const struct dpll_data dd = { in of_ti_omap4_core_dpll_setup() local
561 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
651 struct dpll_data *dd; in omap3_noncore_dpll_set_rate() local
730 const struct dpll_data *dd; in omap3_dpll_autoidle_read() local
759 const struct dpll_data *dd; in omap3_dpll_allow_idle() local
[all …]
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c133 static bool mtip_check_surprise_removal(struct driver_data *dd) in mtip_check_surprise_removal()
152 static struct mtip_cmd *mtip_cmd_from_tag(struct driver_data *dd, in mtip_cmd_from_tag()
167 static int mtip_hba_reset(struct driver_data *dd) in mtip_hba_reset()
434 static int mtip_device_reset(struct driver_data *dd) in mtip_device_reset()
457 static void print_tags(struct driver_data *dd, in print_tags()
495 static void mtip_handle_tfe(struct driver_data *dd) in mtip_handle_tfe()
649 struct driver_data *dd = port->dd; in mtip_workq_sdbfx() local
683 static inline void mtip_process_legacy(struct driver_data *dd, u32 port_stat) in mtip_process_legacy()
700 static inline void mtip_process_errors(struct driver_data *dd, u32 port_stat) in mtip_process_errors()
729 struct driver_data *dd = (struct driver_data *) data; in mtip_handle_irq() local
[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/block/
H A Dmq-deadline.c192 struct deadline_data *dd = q->elevator->elevator_data; in dd_request_merged() local
212 struct deadline_data *dd = q->elevator->elevator_data; in dd_merged_requests() local
242 deadline_move_request(struct deadline_data *dd, struct dd_per_prio *per_prio, in deadline_move_request()
252 static u32 dd_queued(struct deadline_data *dd, enum dd_prio prio) in dd_queued()
278 deadline_fifo_request(struct deadline_data *dd, struct dd_per_prio *per_prio, in deadline_fifo_request()
292 deadline_next_request(struct deadline_data *dd, struct dd_per_prio *per_prio, in deadline_next_request()
303 static bool started_after(struct deadline_data *dd, struct request *rq, in started_after()
317 static struct request *__dd_dispatch_request(struct deadline_data *dd, in __dd_dispatch_request()
430 static struct request *dd_dispatch_prio_aged_requests(struct deadline_data *dd, in dd_dispatch_prio_aged_requests()
464 struct deadline_data *dd = hctx->queue->elevator->elevator_data; in dd_dispatch_request() local
[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); in atmel_pdmic_cpu_dai_prepare() local
195 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); in atmel_pdmic_platform_configure_dma() local
344 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(card); in atmel_pdmic_component_probe() local
360 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(rtd->card); in atmel_pdmic_cpu_dai_hw_params() local
492 struct atmel_pdmic *dd = snd_soc_card_get_drvdata(card); in atmel_pdmic_asoc_card_init() local
521 static void atmel_pdmic_get_sample_rate(struct atmel_pdmic *dd, in atmel_pdmic_get_sample_rate()
542 struct atmel_pdmic *dd = (struct atmel_pdmic *)dev_id; in atmel_pdmic_interrupt() local
572 struct atmel_pdmic *dd; in atmel_pdmic_probe() local

12345