Searched refs:tx_dev (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/fbdev/ |
| H A D | sh_mobile_lcdcfb.c | 505 if (ch->tx_dev) { in sh_mobile_lcdc_display_on() 508 ret = ch->tx_dev->ops->display_on(ch->tx_dev); in sh_mobile_lcdc_display_on() 528 if (ch->tx_dev) in sh_mobile_lcdc_display_off() 529 ch->tx_dev->ops->display_off(ch->tx_dev); in sh_mobile_lcdc_display_off() 2262 if (ch->tx_dev) { in sh_mobile_lcdc_remove() 2263 ch->tx_dev->lcdc = NULL; in sh_mobile_lcdc_remove() 2264 module_put(ch->cfg->tx_dev->dev.driver->owner); in sh_mobile_lcdc_remove() 2477 if (cfg->tx_dev) { in sh_mobile_lcdc_channel_init() [all...] |
| H A D | sh_mobile_lcdcfb.h | 58 struct sh_mobile_lcdc_entity *tx_dev; member
|
| /linux/drivers/net/netdevsim/ |
| H A D | netdev.c | 68 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 D | sh_mobile_lcdc.h | 187 struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ member
|
| /linux/drivers/spi/ |
| H A D | spi.c | 1237 struct device *tx_dev, *rx_dev; in __spi_map_msg() 1245 tx_dev = ctlr->dma_tx->device->dev; in __spi_map_msg() 1247 tx_dev = ctlr->dma_map_dev; in __spi_map_msg() 1249 tx_dev = ctlr->dev.parent; in __spi_map_msg() 1267 ret = spi_map_buf_attrs(ctlr, tx_dev, &xfer->tx_sg, in __spi_map_msg() 1282 spi_unmap_buf_attrs(ctlr, tx_dev, in __spi_map_msg() 1297 ctlr->cur_tx_dma_dev = tx_dev; in __spi_map_msg() 1305 struct device *tx_dev = ctlr->cur_tx_dma_dev; in __spi_unmap_msg() 1318 spi_unmap_buf_attrs(ctlr, tx_dev, &xfer->tx_sg, in __spi_unmap_msg() 1330 struct device *tx_dev in spi_dma_sync_for_device() 1235 struct device *tx_dev, *rx_dev; __spi_map_msg() local 1303 struct device *tx_dev = ctlr->cur_tx_dma_dev; __spi_unmap_msg() local 1328 struct device *tx_dev = ctlr->cur_tx_dma_dev; spi_dma_sync_for_device() local 1340 struct device *tx_dev = ctlr->cur_tx_dma_dev; spi_dma_sync_for_cpu() local [all...] |
| H A D | spi-imx.c | 1470 struct device *tx_dev = spi_imx->controller->dma_tx->device->dev; in spi_imx_dma_unmap() local 1473 dma_unmap_single(tx_dev, dma_data->dma_tx_addr, in spi_imx_dma_unmap() 1529 struct device *tx_dev = controller->dma_tx->device->dev; in spi_imx_dma_map() local 1533 dma_data->dma_tx_addr = dma_map_single(tx_dev, dma_data->dma_tx_buf, in spi_imx_dma_map() 1536 ret = dma_mapping_error(tx_dev, dma_data->dma_tx_addr); in spi_imx_dma_map() 1548 dma_unmap_single(tx_dev, dma_data->dma_tx_addr, in spi_imx_dma_map()
|
| /linux/kernel/bpf/ |
| H A D | devmap.c | 338 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()
|