Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/include/video/
Dsh_mobile_lcdc.h188 struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ member
/linux-4.1.27/drivers/spi/
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()
Dspi.c535 struct device *tx_dev, *rx_dev; in __spi_map_msg() local
542 tx_dev = master->dma_tx->device->dev; in __spi_map_msg()
550 ret = spi_map_buf(master, tx_dev, &xfer->tx_sg, in __spi_map_msg()
562 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, in __spi_map_msg()
577 struct device *tx_dev, *rx_dev; in spi_unmap_msg() local
582 tx_dev = master->dma_tx->device->dev; in spi_unmap_msg()
599 spi_unmap_buf(master, tx_dev, &xfer->tx_sg, DMA_TO_DEVICE); in spi_unmap_msg()
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-armadillo800eva.c546 .tx_dev = &hdmi_device,