/Linux-v4.19/drivers/dma/ |
D | dmatest.c | 176 u8 **dsts; member 532 thread->dsts = kcalloc(dst_cnt + 1, sizeof(u8 *), GFP_KERNEL); in dmatest_func() 533 if (!thread->dsts) in dmatest_func() 548 thread->dsts[i] = PTR_ALIGN(thread->udsts[i], align); in dmatest_func() 550 thread->dsts[i] = thread->udsts[i]; in dmatest_func() 552 thread->dsts[i] = NULL; in dmatest_func() 574 dma_addr_t *dsts; in dmatest_func() local 618 dmatest_init_dsts(thread->dsts, dst_off, len, in dmatest_func() 654 dsts = &um->addr[src_cnt]; in dmatest_func() 656 void *buf = thread->dsts[i]; in dmatest_func() [all …]
|
/Linux-v4.19/samples/bpf/ |
D | xdp_router_ipv4_user.c | 108 char dsts[24], gws[24], ifs[16], dsts_len[24], metrics[24]; in read_route() local 155 sprintf(dsts, "%u", in read_route() 174 route.dst = atoi(dsts); in read_route() 287 memset(dsts, 0, sizeof(dsts)); in read_route() 364 char dsts[24], mac[24]; in read_arp() local 389 sprintf(dsts, "%u", in read_arp() 400 arp_entry.dst = atoi(dsts); in read_arp() 429 memset(dsts, 0, sizeof(dsts)); in read_arp()
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | core_intr.c | 473 u32 dsts; in dwc2_handle_usb_suspend_intr() local 486 dsts = dwc2_readl(hsotg, DSTS); in dwc2_handle_usb_suspend_intr() 487 dev_dbg(hsotg->dev, "%s: DSTS=0x%0x\n", __func__, dsts); in dwc2_handle_usb_suspend_intr() 490 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr() 500 if (dsts & DSTS_SUSPSTS) { in dwc2_handle_usb_suspend_intr()
|
D | gadget.c | 654 u32 dsts; in dwc2_hsotg_read_frameno() local 656 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_read_frameno() 657 dsts &= DSTS_SOFFN_MASK; in dwc2_hsotg_read_frameno() 658 dsts >>= DSTS_SOFFN_SHIFT; in dwc2_hsotg_read_frameno() 660 return dsts; in dwc2_hsotg_read_frameno() 3008 u32 dsts = dwc2_readl(hsotg, DSTS); in dwc2_hsotg_irq_enumdone() local 3017 dev_dbg(hsotg->dev, "EnumDone (DSTS=0x%08x)\n", dsts); in dwc2_hsotg_irq_enumdone() 3026 switch ((dsts & DSTS_ENUMSPD_MASK) >> DSTS_ENUMSPD_SHIFT) { in dwc2_hsotg_irq_enumdone()
|
/Linux-v4.19/net/tipc/ |
D | socket.c | 772 struct tipc_nlist dsts; in tipc_sendmcast() local 784 tipc_nlist_init(&dsts, tipc_own_addr(net)); in tipc_sendmcast() 786 seq->upper, &dsts); in tipc_sendmcast() 787 if (!dsts.local && !dsts.remote) in tipc_sendmcast() 806 rc = tipc_mcast_xmit(net, &pkts, method, &dsts, in tipc_sendmcast() 809 tipc_nlist_purge(&dsts); in tipc_sendmcast() 931 struct list_head dsts; in tipc_send_group_anycast() local 937 INIT_LIST_HEAD(&dsts); in tipc_send_group_anycast() 949 if (!tipc_nametbl_lookup(net, type, inst, scope, &dsts, in tipc_send_group_anycast() 952 tipc_dest_pop(&dsts, &node, &port); in tipc_send_group_anycast() [all …]
|
D | name_table.h | 116 struct list_head *dsts, int *dstcnt, u32 exclude,
|
D | name_table.c | 475 struct list_head *dsts, int *dstcnt, u32 exclude, in tipc_nametbl_lookup() argument 500 tipc_dest_push(dsts, p->node, p->port); in tipc_nametbl_lookup() 511 return !list_empty(dsts); in tipc_nametbl_lookup()
|
/Linux-v4.19/drivers/dma/ppc4xx/ |
D | dma.h | 129 u32 dsts; member
|
D | adma.c | 986 rv = ioread32(&dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status() 991 iowrite32(rv, &dma_reg->dsts); in ppc440spe_adma_device_clear_eot_status() 4133 iowrite32(~0, &adev->dma_reg->dsts); in ppc440spe_adma_probe()
|