Home
last modified time | relevance | path

Searched refs:channel_program (Results 1 – 10 of 10) sorted by relevance

/drivers/s390/cio/
Dvfio_ccw_cp.h36 struct channel_program { struct
43 int cp_init(struct channel_program *cp, union orb *orb); argument
44 void cp_free(struct channel_program *cp);
45 int cp_prefetch(struct channel_program *cp);
46 union orb *cp_get_orb(struct channel_program *cp, struct subchannel *sch);
47 void cp_update_scsw(struct channel_program *cp, union scsw *scsw);
48 bool cp_iova_pinned(struct channel_program *cp, u64 iova, u64 length);
Dvfio_ccw_cp.c317 static struct ccwchain *ccwchain_alloc(struct channel_program *cp, int len) in ccwchain_alloc()
375 static int ccwchain_calc_length(u64 iova, struct channel_program *cp) in ccwchain_calc_length()
403 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists()
418 struct channel_program *cp);
420 static int ccwchain_handle_ccw(u32 cda, struct channel_program *cp) in ccwchain_handle_ccw()
462 static int ccwchain_loop_tic(struct ccwchain *chain, struct channel_program *cp) in ccwchain_loop_tic()
487 struct channel_program *cp) in ccwchain_fetch_tic()
505 struct channel_program *cp, in get_guest_idal()
560 struct channel_program *cp) in ccw_count_idaws()
603 struct channel_program *cp) in ccwchain_fetch_ccw()
[all …]
Dvfio_ccw_private.h118 struct channel_program cp;
/drivers/usb/musb/
Dmusb_gadget.c289 use_dma = use_dma && c->channel_program( in txstate()
357 use_dma = use_dma && c->channel_program( in txstate()
370 use_dma = use_dma && c->channel_program( in txstate()
565 if (c->channel_program(channel, in rxstate()
664 use_dma = c->channel_program( in rxstate()
715 if (c->channel_program(channel, in rxstate()
739 ret = c->channel_program(channel, in rxstate()
Dmusb_dma.h158 int (*channel_program)(struct dma_channel *channel, member
Dux500_dma.c382 controller->controller.channel_program = ux500_dma_channel_program; in ux500_dma_controller_create()
Dmusbhsdma.c408 controller->controller.channel_program = dma_channel_program; in dma_controller_alloc()
Dmusb_host.c649 if (!dma->channel_program(channel, pkt_size, mode, in musb_tx_dma_program()
877 dma_ok = dma_controller->channel_program(dma_channel, in musb_ep_program()
1485 return dma->channel_program(channel, qh->maxpacket, 0, in musb_rx_dma_iso_cppi41()
1687 done = dma->channel_program(channel, qh->maxpacket, in musb_rx_dma_in_inventra_cppi41()
Dtusb6010_omap.c608 tusb_dma->controller.channel_program = tusb_omap_dma_program; in tusb_dma_controller_create()
Dmusb_cppi41.c769 controller->controller.channel_program = cppi41_dma_channel_program; in cppi41_dma_controller_create()