Home
last modified time | relevance | path

Searched refs:tx_dev (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/crypto/ti/
H A Ddthev2-aes.c282 struct device *tx_dev, *rx_dev; in dthe_aes_run() local
308 tx_dev = dmaengine_get_dma_device(dev_data->dma_aes_tx); in dthe_aes_run()
311 src_mapped_nents = dma_map_sg(tx_dev, src, src_nents, src_dir); in dthe_aes_run()
324 dma_unmap_sg(tx_dev, src, src_nents, src_dir); in dthe_aes_run()
389 dma_unmap_sg(tx_dev, src, src_nents, src_dir); in dthe_aes_run()
/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c506 if (ch->tx_dev) { in sh_mobile_lcdc_display_on()
509 ret = ch->tx_dev->ops->display_on(ch->tx_dev); in sh_mobile_lcdc_display_on()
529 if (ch->tx_dev) in sh_mobile_lcdc_display_off()
530 ch->tx_dev->ops->display_off(ch->tx_dev); in sh_mobile_lcdc_display_off()
2265 if (ch->tx_dev) { in sh_mobile_lcdc_remove()
2266 ch->tx_dev->lcdc = NULL; in sh_mobile_lcdc_remove()
2267 module_put(ch->cfg->tx_dev->dev.driver->owner); in sh_mobile_lcdc_remove()
2480 if (cfg->tx_dev) { in sh_mobile_lcdc_channel_init()
2481 if (!cfg->tx_dev->dev.driver || in sh_mobile_lcdc_channel_init()
2482 !try_module_get(cfg->tx_dev->dev.driver->owner)) { in sh_mobile_lcdc_channel_init()
[all …]
H A Dsh_mobile_lcdcfb.h58 struct sh_mobile_lcdc_entity *tx_dev; member
/linux/drivers/net/netdevsim/
H A Dnetdev.c68 static void nsim_stop_tx_queue(struct net_device *tx_dev, in nsim_stop_tx_queue() argument
76 if (rx_dev->real_num_tx_queues != tx_dev->num_rx_queues) in nsim_stop_tx_queue()
80 netif_subqueue_try_stop(tx_dev, idx, in nsim_stop_tx_queue()
85 static int nsim_napi_rx(struct net_device *tx_dev, struct net_device *rx_dev, in nsim_napi_rx() argument
97 nsim_stop_tx_queue(tx_dev, rx_dev, rq, in nsim_napi_rx()
103 static int nsim_forward_skb(struct net_device *tx_dev, in nsim_forward_skb() argument
120 return nsim_napi_rx(tx_dev, rx_dev, rq, skb); in nsim_forward_skb()
/linux/include/video/
H A Dsh_mobile_lcdc.h187 struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ member
/linux/drivers/spi/
H A Dspi.c1219 struct device *tx_dev, *rx_dev; in spi_unmap_buf()
1227 tx_dev = ctlr->dma_tx->device->dev; in __spi_map_msg()
1229 tx_dev = ctlr->dma_map_dev; in __spi_map_msg()
1231 tx_dev = ctlr->dev.parent; in __spi_map_msg()
1249 ret = spi_map_buf_attrs(ctlr, tx_dev, &xfer->tx_sg, in __spi_map_msg()
1264 spi_unmap_buf_attrs(ctlr, tx_dev, in __spi_map_msg()
1279 ctlr->cur_tx_dma_dev = tx_dev; in __spi_map_msg()
1287 struct device *tx_dev = ctlr->cur_tx_dma_dev; in __spi_map_msg()
1300 spi_unmap_buf_attrs(ctlr, tx_dev, &xfer->tx_sg, in __spi_unmap_msg()
1312 struct device *tx_dev in __spi_unmap_msg()
1224 struct device *tx_dev, *rx_dev; __spi_map_msg() local
1292 struct device *tx_dev = ctlr->cur_tx_dma_dev; __spi_unmap_msg() local
1317 struct device *tx_dev = ctlr->cur_tx_dma_dev; spi_dma_sync_for_device() local
1329 struct device *tx_dev = ctlr->cur_tx_dma_dev; spi_dma_sync_for_cpu() local
[all...]
H A Dspi-imx.c1472 struct device *tx_dev = spi_imx->controller->dma_tx->device->dev; in spi_imx_dma_unmap() local
1475 dma_unmap_single(tx_dev, dma_data->dma_tx_addr, in spi_imx_dma_unmap()
1531 struct device *tx_dev = controller->dma_tx->device->dev; in spi_imx_dma_map() local
1535 dma_data->dma_tx_addr = dma_map_single(tx_dev, dma_data->dma_tx_buf, in spi_imx_dma_map()
1538 ret = dma_mapping_error(tx_dev, dma_data->dma_tx_addr); in spi_imx_dma_map()
1550 dma_unmap_single(tx_dev, dma_data->dma_tx_addr, in spi_imx_dma_map()
/linux/kernel/bpf/
H A Ddevmap.c338 struct net_device *tx_dev, in dev_map_bpf_prog_run() argument
341 struct xdp_txq_info txq = { .dev = tx_dev }; in dev_map_bpf_prog_run()
368 trace_xdp_exception(tx_dev, xdp_prog, act); in dev_map_bpf_prog_run()