Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dsh_mobile_lcdcfb.c516 if (ch->tx_dev) { in sh_mobile_lcdc_display_on()
519 ret = ch->tx_dev->ops->display_on(ch->tx_dev); in sh_mobile_lcdc_display_on()
539 if (ch->tx_dev) in sh_mobile_lcdc_display_off()
540 ch->tx_dev->ops->display_off(ch->tx_dev); in sh_mobile_lcdc_display_off()
2467 if (ch->tx_dev) { in sh_mobile_lcdc_remove()
2468 ch->tx_dev->lcdc = NULL; in sh_mobile_lcdc_remove()
2469 module_put(ch->cfg->tx_dev->dev.driver->owner); in sh_mobile_lcdc_remove()
2685 if (cfg->tx_dev) { in sh_mobile_lcdc_channel_init()
2686 if (!cfg->tx_dev->dev.driver || in sh_mobile_lcdc_channel_init()
2687 !try_module_get(cfg->tx_dev->dev.driver->owner)) { in sh_mobile_lcdc_channel_init()
[all …]
Dsh_mobile_lcdcfb.h57 struct sh_mobile_lcdc_entity *tx_dev; member
/linux-4.4.14/drivers/spi/
Dspi.c754 struct device *tx_dev, *rx_dev; in __spi_map_msg() local
762 tx_dev = master->dma_tx->device->dev; in __spi_map_msg()
764 tx_dev = &master->dev; in __spi_map_msg()
776 ret = spi_map_buf(master, tx_dev, &xfer->tx_sg, in __spi_map_msg()
788 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, in __spi_map_msg()
803 struct device *tx_dev, *rx_dev; in __spi_unmap_msg() local
809 tx_dev = master->dma_tx->device->dev; in __spi_unmap_msg()
811 tx_dev = &master->dev; in __spi_unmap_msg()
823 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in __spi_unmap_msg()
Dspi-sh-msiof.c1063 struct device *tx_dev, *rx_dev; in sh_msiof_request_dma() local
1103 tx_dev = master->dma_tx->device->dev; in sh_msiof_request_dma()
1104 p->tx_dma_addr = dma_map_single(tx_dev, p->tx_dma_page, PAGE_SIZE, in sh_msiof_request_dma()
1106 if (dma_mapping_error(tx_dev, p->tx_dma_addr)) in sh_msiof_request_dma()
1119 dma_unmap_single(tx_dev, p->tx_dma_addr, PAGE_SIZE, DMA_TO_DEVICE); in sh_msiof_request_dma()
/linux-4.4.14/include/video/
Dsh_mobile_lcdc.h188 struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ member