Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-pxa2xx-pci.c43 static struct dw_dma_slave byt_tx_param = { .dst_id = 0 };
46 static struct dw_dma_slave mrfld3_tx_param = { .dst_id = 15 };
48 static struct dw_dma_slave mrfld5_tx_param = { .dst_id = 13 };
50 static struct dw_dma_slave mrfld6_tx_param = { .dst_id = 11 };
53 static struct dw_dma_slave bsw0_tx_param = { .dst_id = 0 };
55 static struct dw_dma_slave bsw1_tx_param = { .dst_id = 6 };
57 static struct dw_dma_slave bsw2_tx_param = { .dst_id = 8 };
60 static struct dw_dma_slave lpt_tx_param = { .dst_id = 0 };
Dspi-dw-mid.c24 static struct dw_dma_slave mid_dma_tx = { .dst_id = 1 };
/Linux-v5.4/include/sound/
Dcontrol.h115 …_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *dst_id);
156 static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *dst_id, in snd_ctl_build_ioff() argument
160 *dst_id = src_kctl->id; in snd_ctl_build_ioff()
161 dst_id->index += offset; in snd_ctl_build_ioff()
162 dst_id->numid += offset; in snd_ctl_build_ioff()
163 return dst_id; in snd_ctl_build_ioff()
/Linux-v5.4/drivers/irqchip/
Dirq-ti-sci-intr.c42 u32 dst_id; member
101 intr->dst_id, parent_data->hwirq); in ti_sci_intr_irq_domain_free()
142 intr->dst_id, dst_irq); in ti_sci_intr_alloc_gic_irq()
234 &intr->dst_id); in ti_sci_intr_irq_domain_probe()
241 intr->dst_id, in ti_sci_intr_irq_domain_probe()
/Linux-v5.4/include/linux/
Dinterconnect.h29 const int dst_id);
38 const int dst_id) in icc_get() argument
Dinterconnect-provider.h97 int icc_link_create(struct icc_node *node, const int dst_id);
115 static inline int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() argument
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_dev_api.h348 u16 *dst_id);
361 u8 *dst_id);
374 u8 *dst_id);
Dqed_dev.c4888 int qed_fw_l2_queue(struct qed_hwfn *p_hwfn, u16 src_id, u16 *dst_id) in qed_fw_l2_queue() argument
4902 *dst_id = RESC_START(p_hwfn, QED_L2_QUEUE) + src_id; in qed_fw_l2_queue()
4907 int qed_fw_vport(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_vport() argument
4921 *dst_id = RESC_START(p_hwfn, QED_VPORT) + src_id; in qed_fw_vport()
4926 int qed_fw_rss_eng(struct qed_hwfn *p_hwfn, u8 src_id, u8 *dst_id) in qed_fw_rss_eng() argument
4940 *dst_id = RESC_START(p_hwfn, QED_RSS_ENG) + src_id; in qed_fw_rss_eng()
/Linux-v5.4/include/trace/events/
Dcgroup.h129 __field( int, dst_id )
138 __entry->dst_id = dst_cgrp->id;
146 __entry->dst_root, __entry->dst_id, __entry->dst_level,
/Linux-v5.4/drivers/dma/dw/
Dof.c29 slave.dst_id = dma_spec->args[0]; in dw_dma_of_xlate()
34 slave.dst_id >= DW_DMA_MAX_NR_REQUESTS || in dw_dma_of_xlate()
Didma32.c21 cfghi |= IDMA32C_CFGH_DST_PER(dwc->dws.dst_id & 0xf); in idma32_initialize_chan()
25 cfghi |= IDMA32C_CFGH_DST_PER_EXT(dwc->dws.dst_id >> 4 & 0x3); in idma32_initialize_chan()
Dacpi.c15 .dst_id = dma_spec->slave_id, in dw_dma_acpi_filter()
Ddw.c21 cfghi |= DWC_CFGH_DST_PER(dwc->dws.dst_id); in dw_dma_initialize_chan()
/Linux-v5.4/drivers/interconnect/
Dcore.c494 struct icc_path *icc_get(struct device *dev, const int src_id, const int dst_id) in icc_get() argument
505 dst = node_find(dst_id); in icc_get()
632 int icc_link_create(struct icc_node *node, const int dst_id) in icc_link_create() argument
643 dst = node_find(dst_id); in icc_link_create()
645 dst = icc_node_create_nolock(dst_id); in icc_link_create()
/Linux-v5.4/include/linux/platform_data/
Ddma-dw.h29 u8 dst_id; member
/Linux-v5.4/drivers/tty/serial/8250/
D8250_lpss.c132 param->dst_id = 2; in byt_serial_setup()
138 param->dst_id = 4; in byt_serial_setup()
199 param->dst_id = 1; in qrk_serial_setup_dma()
/Linux-v5.4/drivers/firmware/
Dti_sci.c1881 u16 dst_id, u16 dst_host_irq, u16 ia_id, u16 vint, in ti_sci_manage_irq() argument
1911 req->dst_id = dst_id; in ti_sci_manage_irq()
1954 u16 src_id, u16 src_index, u16 dst_id, in ti_sci_set_irq() argument
1960 dst_id, dst_host_irq, ia_id, vint, global_event, in ti_sci_set_irq()
1964 dst_id, dst_host_irq, ia_id, vint, in ti_sci_set_irq()
1988 u16 src_id, u16 src_index, u16 dst_id, in ti_sci_free_irq() argument
1994 dst_id, dst_host_irq, ia_id, vint, global_event, in ti_sci_free_irq()
1998 dst_id, dst_host_irq, ia_id, vint, in ti_sci_free_irq()
2017 u16 src_index, u16 dst_id, u16 dst_host_irq) in ti_sci_cmd_set_irq() argument
2021 return ti_sci_set_irq(handle, valid_params, src_id, src_index, dst_id, in ti_sci_cmd_set_irq()
[all …]
Dti_sci.h635 u16 dst_id; member
/Linux-v5.4/include/linux/soc/ti/
Dti_sci_protocol.h236 u16 src_index, u16 dst_id, u16 dst_host_irq);
241 u16 src_index, u16 dst_id, u16 dst_host_irq);
/Linux-v5.4/drivers/rapidio/
Drio_cm.c121 u32 dst_id; member
808 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_ch_send()
976 hdr->bhdr.dst_id = htonl(peer->rdev->destid); in riocm_ch_connect()
1031 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_ack()
1405 hdr->bhdr.dst_id = htonl(ch->rem_destid); in riocm_send_close()
/Linux-v5.4/sound/soc/intel/skylake/
Dskl-messages.c1038 struct skl_module_inst_id dst_id = dst_mcfg->id; in skl_unbind_modules() local
1046 src_index = skl_get_queue_index(src_mcfg->m_out_pin, dst_id, out_max); in skl_unbind_modules()
/Linux-v5.4/sound/core/
Dcontrol.c606 struct snd_ctl_elem_id *dst_id) in snd_ctl_rename_id() argument
616 kctl->id = *dst_id; in snd_ctl_rename_id()
/Linux-v5.4/drivers/ata/
Dsata_dwc_460ex.c198 .dst_id = 0,
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_hsi.h5460 __le16 dst_id; member
5539 __le32 dst_id; member
5856 __le16 dst_id; member
6047 __le16 dst_id; member
Dbnxt.c4617 req.dst_id = cpu_to_le16(vnic->fw_vnic_id); in bnxt_hwrm_cfa_ntuple_filter_alloc()
4679 req.dst_id = cpu_to_le16(bp->vnic_info[vnic_id].fw_vnic_id); in bnxt_hwrm_set_vnic_filter()