Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-pxa2xx-pci.c41 static struct dw_dma_slave byt_tx_param = { .dst_id = 0 };
44 static struct dw_dma_slave mrfld3_tx_param = { .dst_id = 15 };
46 static struct dw_dma_slave mrfld5_tx_param = { .dst_id = 13 };
48 static struct dw_dma_slave mrfld6_tx_param = { .dst_id = 11 };
51 static struct dw_dma_slave bsw0_tx_param = { .dst_id = 0 };
53 static struct dw_dma_slave bsw1_tx_param = { .dst_id = 6 };
55 static struct dw_dma_slave bsw2_tx_param = { .dst_id = 8 };
58 static struct dw_dma_slave lpt_tx_param = { .dst_id = 0 };
Dspi-dw-mid.c32 static struct dw_dma_slave mid_dma_tx = { .dst_id = 1 };
/Linux-v4.19/include/sound/
Dcontrol.h130 …_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
171 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, in snd_ctl_build_ioff() argument
175 *dst_id = src_kctl->id; in snd_ctl_build_ioff()
176 dst_id->index += offset; in snd_ctl_build_ioff()
177 dst_id->numid += offset; in snd_ctl_build_ioff()
178 return dst_id; in snd_ctl_build_ioff()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h342 u16 *dst_id);
355 u8 *dst_id);
368 u8 *dst_id);
Dqed_dev.c3523 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn, u16 src_id, u16 *dst_id) in qed_fw_l2_queue() argument
3537 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; in qed_fw_l2_queue()
3542 int qed_fw_vport(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_vport() argument
3556 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport()
3561 int qed_fw_rss_eng(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_rss_eng() argument
3575 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id; in qed_fw_rss_eng()
/Linux-v4.19/include/trace/events/
Dcgroup.h115 __field( int, dst_id )
124 __entry->dst_id = dst_cgrp->id;
132 __entry->dst_root, __entry->dst_id, __entry->dst_level,
/Linux-v4.19/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()
Dcore.c150 cfghi |= IDMA32C_CFGH_DST_PER(dwc->dws.dst_id & 0xf); in dwc_initialize_chan_idma32()
154 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dwc->dws.dst_id >> 4 & 0x3); in dwc_initialize_chan_idma32()
167 cfghi |= DWC_CFGH_DST_PER(dwc->dws.dst_id); in dwc_initialize_chan_dw()
/Linux-v4.19/include/linux/platform_data/
Ddma-dw.h32 u8 dst_id; member
/Linux-v4.19/drivers/tty/serial/8250/
D8250_lpss.c122 param->dst_id = 2; in byt_serial_setup()
128 param->dst_id = 4; in byt_serial_setup()
191 param->dst_id = 1; in qrk_serial_setup_dma()
/Linux-v4.19/drivers/rapidio/
Drio_cm.c130 u32 dst_id; member
817 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send()
985 hdr->bhdr.dst_id = htonl(peer->rdev->destid); in riocm_ch_connect()
1040 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_ack()
1412 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_close()
/Linux-v4.19/sound/soc/intel/skylake/
Dskl-messages.c1056 struct skl_module_inst_id dst_id = dst_mcfg->id; in skl_unbind_modules() local
1064 src_index = skl_get_queue_index(src_mcfg->m_out_pin, dst_id, out_max); in skl_unbind_modules()
/Linux-v4.19/sound/core/
Dcontrol.c637 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() argument
647 kctl->id = *dst_id; in snd_ctl_rename_id()
/Linux-v4.19/drivers/ata/
Dsata_dwc_460ex.c202 .dst_id = 0,
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h4907 __le16 dst_id; member
4970 __le32 dst_id; member
5263 __le16 dst_id; member
5435 __le16 dst_id; member
Dbnxt.c3867 req.dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_hwrm_cfa_ntuple_filter_alloc()
3889 req.dst_id = cpu_to_le16(bp->vnic_info[vnic_id].fw_vnic_id); in bnxt_hwrm_set_vnic_filter()