Searched refs:tx_dev (Results 1 – 6 of 6) sorted by relevance
341 if (ch->tx_dev) { in sh_mobile_lcdc_display_on()344 ret = ch->tx_dev->ops->display_on(ch->tx_dev); in sh_mobile_lcdc_display_on()364 if (ch->tx_dev) in sh_mobile_lcdc_display_off()365 ch->tx_dev->ops->display_off(ch->tx_dev); in sh_mobile_lcdc_display_off()1727 if (ch->tx_dev) { in sh_mobile_lcdc_remove()1728 ch->tx_dev->lcdc = NULL; in sh_mobile_lcdc_remove()1729 module_put(ch->cfg->tx_dev->dev.driver->owner); in sh_mobile_lcdc_remove()1886 if (cfg->tx_dev) { in sh_mobile_lcdc_channel_init()1887 if (!cfg->tx_dev->dev.driver || in sh_mobile_lcdc_channel_init()1888 !try_module_get(cfg->tx_dev->dev.driver->owner)) { in sh_mobile_lcdc_channel_init()[all …]
56 struct sh_mobile_lcdc_entity *tx_dev; member
183 struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ member
605 .tx_dev = &mipidsi0_device,875 .tx_dev = &hdmi_device,
477 .tx_dev = &hdmi_device,
4067 struct net_device *tx_dev = NULL; in bond_xmit_broadcast() local4082 if (tx_dev) { in bond_xmit_broadcast()4090 res = bond_dev_queue_xmit(bond, skb2, tx_dev); in bond_xmit_broadcast()4096 tx_dev = slave->dev; in bond_xmit_broadcast()4100 if (tx_dev) in bond_xmit_broadcast()4101 res = bond_dev_queue_xmit(bond, skb, tx_dev); in bond_xmit_broadcast()