Lines Matching refs:common

37 #define to_iop_adma_chan(chan) container_of(chan, struct iop_adma_chan, common)
39 container_of(dev, struct iop_adma_device, common)
104 dev_dbg(iop_chan->device->common.dev, in iop_adma_clean_slot()
122 dev_dbg(iop_chan->device->common.dev, "%s\n", __func__); in __iop_adma_slot_cleanup()
238 iop_chan->common.completed_cookie = cookie; in __iop_adma_slot_cleanup()
317 dev_dbg(iop_chan->device->common.dev, in iop_adma_alloc_slots()
361 dev_dbg(iop_chan->device->common.dev, "pending: %d\n", in iop_adma_check_threshold()
410 dev_dbg(iop_chan->device->common.dev, "%s cookie: %d slot: %d\n", in iop_adma_tx_submit()
476 dev_dbg(iop_chan->device->common.dev, in iop_adma_alloc_chan_resources()
483 iop_chan->device->common.cap_mask)) in iop_adma_alloc_chan_resources()
486 iop_chan->device->common.cap_mask)) in iop_adma_alloc_chan_resources()
502 dev_dbg(iop_chan->device->common.dev, "%s\n", __func__); in iop_adma_prep_dma_interrupt()
529 dev_dbg(iop_chan->device->common.dev, "%s len: %u\n", in iop_adma_prep_dma_memcpy()
561 dev_dbg(iop_chan->device->common.dev, in iop_adma_prep_dma_xor()
595 dev_dbg(iop_chan->device->common.dev, "%s src_cnt: %d len: %u\n", in iop_adma_prep_dma_xor_val()
632 dev_dbg(iop_chan->device->common.dev, in iop_adma_prep_dma_pq()
696 dev_dbg(iop_chan->device->common.dev, "%s src_cnt: %d len: %u\n", in iop_adma_prep_dma_pq_val()
748 dev_dbg(iop_chan->device->common.dev, "%s slots_allocated %d\n", in iop_adma_free_chan_resources()
784 dev_dbg(chan->device->common.dev, "%s\n", __func__); in iop_adma_eot_handler()
797 dev_dbg(chan->device->common.dev, "%s\n", __func__); in iop_adma_eoc_handler()
811 dev_err(chan->device->common.dev, in iop_adma_err_handler()
854 dev_dbg(device->common.dev, "%s\n", __func__); in iop_adma_memcpy_self_test()
870 dma_chan = container_of(device->common.channels.next, in iop_adma_memcpy_self_test()
935 dev_dbg(device->common.dev, "%s\n", __func__); in iop_adma_xor_val_self_test()
968 dma_chan = container_of(device->common.channels.next, in iop_adma_xor_val_self_test()
1111 dev_dbg(device->common.dev, "%s\n", __func__); in iop_adma_pq_zero_sum_self_test()
1130 dma_chan = container_of(device->common.channels.next, in iop_adma_pq_zero_sum_self_test()
1261 dma_async_device_unregister(&device->common); in iop_adma_remove()
1266 list_for_each_entry_safe(chan, _chan, &device->common.channels, in iop_adma_remove()
1297 dma_dev = &adev->common; in iop_adma_probe()
1392 iop_chan->common.device = dma_dev; in iop_adma_probe()
1393 dma_cookie_init(&iop_chan->common); in iop_adma_probe()
1394 list_add_tail(&iop_chan->common.device_node, &dma_dev->channels); in iop_adma_probe()
1453 dev_dbg(iop_chan->device->common.dev, "%s\n", __func__); in iop_chan_start_null_memcpy()
1473 iop_chan->common.completed_cookie = cookie - 1; in iop_chan_start_null_memcpy()
1495 dev_err(iop_chan->device->common.dev, in iop_chan_start_null_memcpy()
1506 dev_dbg(iop_chan->device->common.dev, "%s\n", __func__); in iop_chan_start_null_xor()
1526 iop_chan->common.completed_cookie = cookie - 1; in iop_chan_start_null_xor()
1548 dev_err(iop_chan->device->common.dev, in iop_chan_start_null_xor()