Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/
Dsh_mobile_lcdcfb.c341 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 …]
Dsh_mobile_lcdcfb.h56 struct sh_mobile_lcdc_entity *tx_dev; member
/linux-3.4.99/include/video/
Dsh_mobile_lcdc.h183 struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ member
/linux-3.4.99/arch/arm/mach-shmobile/
Dboard-ap4evb.c605 .tx_dev = &mipidsi0_device,
875 .tx_dev = &hdmi_device,
Dboard-mackerel.c477 .tx_dev = &hdmi_device,
/linux-3.4.99/drivers/net/bonding/
Dbond_main.c4067 struct net_device *tx_dev = NULL; in bond_xmit_broadcast() local
4082 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()