Home
last modified time | relevance | path

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

/drivers/video/
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()
2466 if (ch->tx_dev) { in sh_mobile_lcdc_remove()
2467 ch->tx_dev->lcdc = NULL; in sh_mobile_lcdc_remove()
2468 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
/drivers/net/bonding/
Dbond_main.c4074 struct net_device *tx_dev = NULL; in bond_xmit_broadcast() local
4089 if (tx_dev) { in bond_xmit_broadcast()
4097 res = bond_dev_queue_xmit(bond, skb2, tx_dev); in bond_xmit_broadcast()
4103 tx_dev = slave->dev; in bond_xmit_broadcast()
4107 if (tx_dev) in bond_xmit_broadcast()
4108 res = bond_dev_queue_xmit(bond, skb, tx_dev); in bond_xmit_broadcast()