/linux-4.4.14/sound/soc/rockchip/ |
D | rockchip_i2s.c | 42 bool tx_start; member 87 i2s->tx_start = true; in rockchip_snd_txctrl() 89 i2s->tx_start = false; in rockchip_snd_txctrl() 140 if (!i2s->tx_start) { in rockchip_snd_rxctrl()
|
/linux-4.4.14/net/nfc/nci/ |
D | uart.c | 92 if (nu->ops.tx_start) in nci_uart_write_work() 93 nu->ops.tx_start(nu); in nci_uart_write_work()
|
/linux-4.4.14/drivers/net/irda/ |
D | sa1100_ir.c | 74 int (*tx_start)(struct sk_buff *, struct net_device *, struct sa1100_irda *); member 580 si->tx_start = sa1100_irda_sir_tx_start; in sa1100_irda_set_speed() 599 si->tx_start = sa1100_irda_fir_tx_start; in sa1100_irda_set_speed() 683 return si->tx_start(skb, dev, si); in sa1100_irda_hard_xmit()
|
/linux-4.4.14/drivers/net/ |
D | ntb_netdev.c | 68 static unsigned int tx_start = 10; variable 200 if (ntb_transport_tx_free_entry(dev->qp) >= tx_start) { in ntb_netdev_tx_handler()
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | uart.c | 197 .tx_start = nfcmrvl_nci_uart_tx_start,
|
/linux-4.4.14/include/linux/usb/ |
D | usbnet.h | 221 tx_start, tx_done, enumerator
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | pio.c | 35 static void tx_start(struct b43legacy_pioqueue *queue) in tx_start() function 205 tx_start(queue); in pio_tx_write_fragment()
|
/linux-4.4.14/drivers/net/hamradio/ |
D | dmascc.c | 215 unsigned long tx_start; member 951 priv->tx_start = jiffies; in scc_send_packet() 1365 (jiffies - priv->tx_start) < priv->param.txtimeout) { in es_isr() 1432 priv->tx_start = jiffies; in tm_isr()
|
/linux-4.4.14/drivers/char/pcmcia/ |
D | synclink_cs.c | 366 static void tx_start(MGSLPC_INFO *info, struct tty_struct *tty); 732 tx_start(info, tty); in tx_release() 1066 tx_start(info, tty); in cts_change() 1547 tx_start(info, tty); in mgslpc_flush_chars() 1609 tx_start(info, tty); in mgslpc_write() 1714 tx_start(info, tty); in mgslpc_send_xchar() 1904 tx_start(info, tty); in set_txenable() 3310 static void tx_start(MGSLPC_INFO *info, struct tty_struct *tty) in tx_start() function 3983 tx_start(info, tty); in hdlcdev_xmit()
|
/linux-4.4.14/drivers/atm/ |
D | ambassador.h | 499 __be32 tx_start; member
|
D | ambassador.c | 1996 a.tx_start = bus_addr (dev->txq.in.start); in amb_talk()
|
/linux-4.4.14/drivers/tty/ |
D | synclinkmp.c | 582 static void tx_start(SLMP_INFO *info); 980 tx_start(info); in write() 1047 tx_start(info); in send_xchar() 1176 tx_start(info); in flush_chars() 1240 tx_start(info); in tx_release() 1625 tx_start(info); in hdlcdev_xmit() 2494 tx_start(info); in isr_io_pin() 2966 tx_start(info); in tx_enable() 4194 static void tx_start(SLMP_INFO *info) in tx_start() function 5270 tx_start(info); in loopback_test()
|
D | synclink_gt.c | 465 static void tx_start(struct slgt_info *info); 886 tx_start(info); in send_xchar() 2311 tx_start(info); in isr_txeom() 2683 tx_start(info); in tx_enable() 4043 static void tx_start(struct slgt_info *info) in tx_start() function 4957 tx_start(info); in tx_load()
|
/linux-4.4.14/include/net/nfc/ |
D | nci_core.h | 437 void (*tx_start)(struct nci_uart *nci_uart); member
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.h | 1286 struct bnx2x_func_tx_start_params tx_start; member
|
D | bnx2x_dcb.c | 454 &func_params.params.tx_start; in bnx2x_dcbx_resume_hw_tx()
|
D | bnx2x_sp.c | 6156 ¶ms->params.tx_start; in bnx2x_func_send_tx_start()
|
/linux-4.4.14/drivers/net/usb/ |
D | lan78xx.c | 206 tx_start, enumerator 2674 lan78xx_queue_skb(&dev->txq, skb, tx_start); in lan78xx_tx_bh() 3316 lan78xx_queue_skb(&dev->txq, skb, tx_start); in lan78xx_resume()
|
D | usbnet.c | 1416 __usbnet_queue_skb(&dev->txq, skb, tx_start); in usbnet_start_xmit()
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 3197 EVENT_ATTR_STR(tx-start, tx_start, "event=0xc9,umask=0x1"); 3211 EVENT_PTR(tx_start),
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | pcnet32.c | 89 static int tx_start = 1; /* Mapping -- 0:20, 1:64, 2:128, 3:~220 (depends on chip vers) */ variable 2946 tx_start = tx_start_pt; in pcnet32_init_module()
|