/linux/drivers/usb/musb/ |
H A D | cppi_dma.h | 26 u32 tx_complete; member 105 struct list_head tx_complete; member 121 struct list_head tx_complete; member
|
/linux/drivers/acpi/ |
H A D | acpi_ipmi.c | 76 struct completion tx_complete; member 207 init_completion(&ipmi_msg->tx_complete); in ipmi_msg_alloc() 349 complete(&tx_msg->tx_complete); in ipmi_flush_tx_msg() 431 complete(&tx_msg->tx_complete); in ipmi_msg_handler() 575 wait_for_completion(&tx_msg->tx_complete); in acpi_ipmi_space_handler()
|
/linux/drivers/bluetooth/ |
H A D | btmtk.h | 210 usb_complete_t tx_complete); 273 usb_complete_t tx_complete) in alloc_mtk_intr_urb() argument
|
H A D | btmtk.c | 1033 usb_complete_t tx_complete) in alloc_mtk_intr_urb() argument 1053 skb->data, skb->len, tx_complete, in alloc_mtk_intr_urb()
|
/linux/drivers/net/usb/ |
H A D | cdc-phonet.c | 42 static void tx_complete(struct urb *req); 62 tx_complete, skb); in usbpn_xmit() 83 static void tx_complete(struct urb *req) in tx_complete() function
|
/linux/drivers/mailbox/ |
H A D | mailbox.c | 115 complete(&chan->tx_complete); in tx_tick() 281 ret = wait_for_completion_timeout(&chan->tx_complete, wait); in mbox_send_message() 337 init_completion(&chan->tx_complete); in __mbox_bind_client()
|
/linux/include/linux/ |
H A D | mailbox_controller.h | 122 struct completion tx_complete; member
|
/linux/drivers/net/wireless/ti/wl1251/ |
H A D | tx.h | 90 unsigned tx_complete:1; member
|
H A D | tx.c | 86 tx_hdr->control.tx_complete = 1; in wl1251_tx_control()
|
/linux/drivers/net/ieee802154/ |
H A D | adf7242.c | 271 struct completion tx_complete; member 839 reinit_completion(&lp->tx_complete); in adf7242_xmit() 852 ret = wait_for_completion_interruptible_timeout(&lp->tx_complete, in adf7242_xmit() 1013 complete(&lp->tx_complete); in adf7242_isr() 1034 complete(&lp->tx_complete); in adf7242_isr() 1251 init_completion(&lp->tx_complete); in adf7242_probe()
|
H A D | cc2520.c | 211 struct completion tx_complete; /* Work completion for Tx */ member 520 rc = wait_for_completion_interruptible(&priv->tx_complete); in cc2520_tx() 905 complete(&priv->tx_complete); in cc2520_sfd_isr() 1064 init_completion(&priv->tx_complete); in cc2520_probe()
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | htc.h | 346 void (*tx_complete) (struct htc_target *, struct htc_packet *); member 577 int (*tx_complete)(struct ath6kl *ar, struct sk_buff *skb); member
|
H A D | htc-ops.h | 102 ar->htc_ops->tx_complete(ar, skb); in ath6kl_htc_tx_complete()
|
H A D | htc_pipe.c | 72 ep->ep_cb.tx_complete(ep->target, packet); in do_send_completion() 1596 connect.ep_cb.tx_complete = htc_txctrl_complete; in ath6kl_htc_pipe_wait_target() 1717 .tx_complete = ath6kl_htc_pipe_tx_complete,
|
/linux/drivers/media/rc/ |
H A D | ene_ir.h | 220 struct completion tx_complete; /* TX completion */ member
|
H A D | ene_ir.c | 627 complete(&dev->tx_complete); in ene_tx_sample() 978 if (wait_for_completion_timeout(&dev->tx_complete, 2 * HZ) == 0) { in ene_transmit() 1053 init_completion(&dev->tx_complete); in ene_probe()
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_io.c | 961 int tx_complete, work_done; in qlcnic_poll() local 970 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, in qlcnic_poll() 975 if (!tx_complete) in qlcnic_poll() 1950 int tx_complete; in qlcnic_83xx_msix_sriov_vf_poll() local 1961 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); in qlcnic_83xx_msix_sriov_vf_poll() 1965 if (!tx_complete) in qlcnic_83xx_msix_sriov_vf_poll() 1978 int tx_complete; in qlcnic_83xx_poll() local 1989 tx_complete = qlcnic_process_cmd_ring(adapter, tx_ring, budget); in qlcnic_83xx_poll() 1993 if (!tx_complete) in qlcnic_83xx_poll()
|
/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.h | 221 bool (*tx_complete)(struct fm10k_mbx_info *); member
|
H A D | fm10k_mbx.c | 1617 mbx->ops.tx_complete = fm10k_mbx_tx_complete; in fm10k_pfvf_mbx_init() 2176 mbx->ops.tx_complete = fm10k_mbx_tx_complete; in fm10k_sm_mbx_init()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_exar.c | 479 bool tx_complete = false; in exar_shutdown() local 488 tx_complete = true; in exar_shutdown() 490 tx_complete = false; in exar_shutdown() 493 !tx_complete && i++ < 1000); in exar_shutdown()
|
/linux/drivers/net/wireless/broadcom/b43legacy/ |
H A D | pio.c | 89 static void tx_complete(struct b43legacy_pioqueue *queue, in tx_complete() function 197 tx_complete(queue, skb); in pio_tx_write_fragment()
|
/linux/drivers/soc/fsl/qe/ |
H A D | qmc.c | 199 void (*tx_complete)(void *context); member 473 xfer_desc->tx_complete = complete; in qmc_chan_write_submit() 523 complete = xfer_desc->tx_complete; in qmc_chan_write_done() 525 xfer_desc->tx_complete = NULL; in qmc_chan_write_done() 1175 xfer_desc->tx_complete = NULL; in qmc_chan_reset_tx()
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac.h | 400 int (*tx_complete)(struct xlgmac_dma_desc *dma_desc); member
|
/linux/drivers/usb/gadget/function/ |
H A D | u_ether.c | 406 static void tx_complete(struct usb_ep *ep, struct usb_request *req) in tx_complete() function 556 req->complete = tx_complete; in eth_start_xmit()
|
H A D | f_printer.c | 314 static void tx_complete(struct usb_ep *ep, struct usb_request *req) in tx_complete() function 639 req->complete = tx_complete; in printer_write()
|