Home
last modified time | relevance | path

Searched refs:dst_id (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/include/sound/
Dcontrol.h128 …_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
167 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, in snd_ctl_build_ioff() argument
171 *dst_id = src_kctl->id; in snd_ctl_build_ioff()
172 dst_id->index += offset; in snd_ctl_build_ioff()
173 dst_id->numid += offset; in snd_ctl_build_ioff()
174 return dst_id; in snd_ctl_build_ioff()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h242 u16 *dst_id);
255 u8 *dst_id);
268 u8 *dst_id);
Dqed_dev.c1757 u16 src_id, u16 *dst_id) in qed_fw_l2_queue() argument
1771 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; in qed_fw_l2_queue()
1777 u8 src_id, u8 *dst_id) in qed_fw_vport() argument
1791 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport()
1797 u8 src_id, u8 *dst_id) in qed_fw_rss_eng() argument
1811 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id; in qed_fw_rss_eng()
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx-pci.c35 static struct dw_dma_slave byt_tx_param = { .dst_id = 0 };
38 static struct dw_dma_slave bsw0_tx_param = { .dst_id = 0 };
40 static struct dw_dma_slave bsw1_tx_param = { .dst_id = 6 };
42 static struct dw_dma_slave bsw2_tx_param = { .dst_id = 8 };
Dspi-dw-mid.c32 static struct dw_dma_slave mid_dma_tx = { .dst_id = 1 };
/linux-4.4.14/drivers/dma/dw/
Dplatform.c44 slave.dst_id = dma_spec->args[0]; in dw_dma_of_xlate()
49 slave.dst_id >= DW_DMA_MAX_NR_REQUESTS || in dw_dma_of_xlate()
68 .dst_id = dma_spec->slave_id, in dw_dma_acpi_filter()
Dregs.h251 u8 dst_id; member
Dcore.c139 cfghi |= DWC_CFGH_DST_PER(dwc->dst_id); in dwc_initialize()
933 dwc->dst_id = dws->dst_id; in dw_dma_filter()
1223 dwc->dst_id = 0; in dwc_free_chan_resources()
/linux-4.4.14/include/linux/platform_data/
Ddma-dw.h30 u8 dst_id; member
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-messages.c682 struct skl_module_inst_id dst_id = dst_mcfg->id; in skl_unbind_modules() local
704 src_index = skl_get_queue_index(src_mcfg->m_out_pin, dst_id, out_max); in skl_unbind_modules()
748 struct skl_module_inst_id dst_id = dst_mcfg->id; in skl_bind_modules() local
759 src_index = skl_alloc_queue(src_mcfg->m_out_pin, dst_id, out_max); in skl_bind_modules()
/linux-4.4.14/arch/avr32/mach-at32ap/
Dat32ap700x.c1353 slave->sdata.dst_id = 1; in at32_add_device_mci()
2056 tx_dws->dst_id = 4; in at32_add_device_ac97c()
2128 dws->dst_id = 2; in at32_add_device_abdac()
/linux-4.4.14/sound/core/
Dcontrol.c633 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() argument
643 kctl->id = *dst_id; in snd_ctl_rename_id()
/linux-4.4.14/drivers/ata/
Dsata_dwc_460ex.c203 .dst_id = 0,
/linux-4.4.14/drivers/tty/serial/8250/
D8250_pci.c1472 tx_param->dst_id = 2; in byt_serial_setup()
1478 tx_param->dst_id = 4; in byt_serial_setup()