Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c506 if (ch->tx_dev) { in sh_mobile_lcdc_display_on()
509 ret = ch->tx_dev->ops->display_on(ch->tx_dev); in sh_mobile_lcdc_display_on()
529 if (ch->tx_dev) in sh_mobile_lcdc_display_off()
530 ch->tx_dev->ops->display_off(ch->tx_dev); in sh_mobile_lcdc_display_off()
2262 if (ch->tx_dev) { in sh_mobile_lcdc_remove()
2263 ch->tx_dev->lcdc = NULL; in sh_mobile_lcdc_remove()
2264 module_put(ch->cfg->tx_dev->dev.driver->owner); in sh_mobile_lcdc_remove()
2477 if (cfg->tx_dev) { in sh_mobile_lcdc_channel_init()
[all...]
H A Dsh_mobile_lcdcfb.h58 struct sh_mobile_lcdc_entity *tx_dev; member
/linux/drivers/net/netdevsim/
H A Dnetdev.c68 static void nsim_stop_tx_queue(struct net_device *tx_dev, in nsim_stop_tx_queue() argument
76 if (rx_dev->real_num_tx_queues != tx_dev->num_rx_queues) in nsim_stop_tx_queue()
80 netif_subqueue_try_stop(tx_dev, idx, in nsim_stop_tx_queue()
85 static int nsim_napi_rx(struct net_device *tx_dev, struct net_device *rx_dev, in nsim_napi_rx() argument
97 nsim_stop_tx_queue(tx_dev, rx_dev, rq, in nsim_napi_rx()
103 static int nsim_forward_skb(struct net_device *tx_dev, in nsim_forward_skb() argument
109 nsim_napi_rx(tx_dev, rx_dev, rq, skb); in nsim_forward_skb()
/linux/include/video/
H A Dsh_mobile_lcdc.h187 struct platform_device *tx_dev; /* HDMI/DSI transmitter device */ member