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

/linux-4.4.14/include/linux/platform_data/
H A Ddma-dw.h23 * @dst_id: dst request line
30 u8 dst_id; member in struct:dw_dma_slave
/linux-4.4.14/drivers/spi/
H A 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 };
H A Dspi-dw-mid.c32 static struct dw_dma_slave mid_dma_tx = { .dst_id = 1 };
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev_api.h236 * @param dst_id - absolute per engine
242 u16 *dst_id);
249 * @param dst_id - absolute per engine
255 u8 *dst_id);
262 * @param dst_id - absolute per engine
268 u8 *dst_id);
H A Dqed_dev.c1757 u16 src_id, u16 *dst_id) qed_fw_l2_queue()
1771 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; qed_fw_l2_queue()
1777 u8 src_id, u8 *dst_id) qed_fw_vport()
1791 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; qed_fw_vport()
1797 u8 src_id, u8 *dst_id) qed_fw_rss_eng()
1811 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id; qed_fw_rss_eng()
1756 qed_fw_l2_queue(struct qed_hwfn *p_hwfn, u16 src_id, u16 *dst_id) qed_fw_l2_queue() argument
1776 qed_fw_vport(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) qed_fw_vport() argument
1796 qed_fw_rss_eng(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) qed_fw_rss_eng() argument
/linux-4.4.14/include/sound/
H A Dcontrol.h128 int snd_ctl_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, snd_ctl_build_ioff() argument
171 *dst_id = src_kctl->id; snd_ctl_build_ioff()
172 dst_id->index += offset; snd_ctl_build_ioff()
173 dst_id->numid += offset; snd_ctl_build_ioff()
174 return dst_id; snd_ctl_build_ioff()
/linux-4.4.14/drivers/dma/dw/
H A Dplatform.c44 slave.dst_id = dma_spec->args[0]; dw_dma_of_xlate()
49 slave.dst_id >= DW_DMA_MAX_NR_REQUESTS || dw_dma_of_xlate()
68 .dst_id = dma_spec->slave_id, dw_dma_acpi_filter()
H A Dregs.h251 u8 dst_id; member in struct:dw_dma_chan
H A Dcore.c139 cfghi |= DWC_CFGH_DST_PER(dwc->dst_id); dwc_initialize()
933 dwc->dst_id = dws->dst_id; dw_dma_filter()
1223 dwc->dst_id = 0; dwc_free_chan_resources()
/linux-4.4.14/sound/soc/intel/skylake/
H A Dskl-messages.c682 struct skl_module_inst_id dst_id = dst_mcfg->id; skl_unbind_modules() local
704 src_index = skl_get_queue_index(src_mcfg->m_out_pin, dst_id, out_max); skl_unbind_modules()
748 struct skl_module_inst_id dst_id = dst_mcfg->id; skl_bind_modules() local
759 src_index = skl_alloc_queue(src_mcfg->m_out_pin, dst_id, out_max); skl_bind_modules()
/linux-4.4.14/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1353 slave->sdata.dst_id = 1; at32_add_device_mci()
2056 tx_dws->dst_id = 4; at32_add_device_ac97c()
2128 dws->dst_id = 2; at32_add_device_abdac()
/linux-4.4.14/sound/core/
H A Dcontrol.c625 * @dst_id: the new id
633 struct snd_ctl_elem_id *dst_id) snd_ctl_rename_id()
643 kctl->id = *dst_id; snd_ctl_rename_id()
632 snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id) snd_ctl_rename_id() argument
/linux-4.4.14/drivers/ata/
H A Dsata_dwc_460ex.c203 .dst_id = 0,
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_pci.c1472 tx_param->dst_id = 2; byt_serial_setup()
1478 tx_param->dst_id = 4; byt_serial_setup()

Completed in 568 milliseconds