Home
last modified time | relevance | path

Searched refs:prepare_tx (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Drfc1051.c44 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
53 .prepare_tx = prepare_tx,
207 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
H A Darc-rawmode.c113 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
158 .prepare_tx = prepare_tx,
H A Dcapmode.c132 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
237 .prepare_tx = prepare_tx,
H A Drfc1201.c45 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length,
55 .prepare_tx = prepare_tx,
475 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function
H A Darcdevice.h202 int (*prepare_tx)(struct net_device *dev, struct archdr *pkt, member
H A Darcnet.c94 .prepare_tx = null_prepare_tx,
742 if (proto->prepare_tx(dev, pkt, skb->len, txbuf) && in arcnet_send_packet()
/OK3568_Linux_fs/u-boot/drivers/power/
H A Dpower_spi.c39 pmic_tx = p->hw.spi.prepare_tx(reg, val, write); in pmic_reg()
48 pmic_tx = p->hw.spi.prepare_tx(reg, val, 0); in pmic_reg()
H A Dpower_fsl.c48 p->hw.spi.prepare_tx = pmic_spi_prepare_tx; in pmic_init()
/OK3568_Linux_fs/u-boot/include/power/
H A Dpmic.h43 u32 (*prepare_tx)(u32 reg, u32 *val, u32 write); member
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Datmel_serial.c182 int (*prepare_tx)(struct uart_port *port); member
1811 atmel_port->prepare_tx = &atmel_prepare_tx_dma; in atmel_set_ops()
1815 atmel_port->prepare_tx = &atmel_prepare_tx_pdc; in atmel_set_ops()
1819 atmel_port->prepare_tx = NULL; in atmel_set_ops()
1941 if (atmel_port->prepare_tx) { in atmel_startup()
1942 retval = atmel_port->prepare_tx(port); in atmel_startup()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_struct.h100 enum rtw_phl_status (*prepare_tx)(struct phl_info_t *phl, member
H A Dphl_init.c403 if (!trx_ops->prepare_tx) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_struct.h97 enum rtw_phl_status (*prepare_tx)(struct phl_info_t *phl, member
H A Dphl_init.c400 if (!trx_ops->prepare_tx) { in _phl_hci_ops_check()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dtrx_test.c1038 sts = hci_trx_ops->prepare_tx(phl_info, treq); in phl_hal_tx_test()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dtrx_test.c1038 sts = hci_trx_ops->prepare_tx(phl_info, treq); in phl_hal_tx_test()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c1653 .prepare_tx = phl_prepare_tx_sdio,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c2185 pstatus = hci_trx_ops->prepare_tx(phl_info, tx_req); in _phl_handle_xmit_ring_pcie()
3808 ops.prepare_tx = phl_prepare_tx_pcie; in phl_hci_trx_ops_init()