Searched refs:dst_id (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/include/sound/ |
D | control.h | 128 …_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/ |
D | qed_dev_api.h | 242 u16 *dst_id); 255 u8 *dst_id); 268 u8 *dst_id);
|
D | qed_dev.c | 1757 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/ |
D | spi-pxa2xx-pci.c | 35 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 };
|
D | spi-dw-mid.c | 32 static struct dw_dma_slave mid_dma_tx = { .dst_id = 1 };
|
/linux-4.4.14/drivers/dma/dw/ |
D | platform.c | 44 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()
|
D | regs.h | 251 u8 dst_id; member
|
D | core.c | 139 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/ |
D | dma-dw.h | 30 u8 dst_id; member
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-messages.c | 682 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/ |
D | at32ap700x.c | 1353 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/ |
D | control.c | 633 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/ |
D | sata_dwc_460ex.c | 203 .dst_id = 0,
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_pci.c | 1472 tx_param->dst_id = 2; in byt_serial_setup() 1478 tx_param->dst_id = 4; in byt_serial_setup()
|