| /OK3568_Linux_fs/kernel/drivers/net/arcnet/ |
| H A D | rfc1051.c | 44 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 D | arc-rawmode.c | 113 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function 158 .prepare_tx = prepare_tx,
|
| H A D | capmode.c | 132 static int prepare_tx(struct net_device *dev, struct archdr *pkt, int length, in prepare_tx() function 237 .prepare_tx = prepare_tx,
|
| H A D | rfc1201.c | 45 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 D | arcdevice.h | 202 int (*prepare_tx)(struct net_device *dev, struct archdr *pkt, member
|
| H A D | arcnet.c | 94 .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 D | power_spi.c | 39 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 D | power_fsl.c | 48 p->hw.spi.prepare_tx = pmic_spi_prepare_tx; in pmic_init()
|
| /OK3568_Linux_fs/u-boot/include/power/ |
| H A D | pmic.h | 43 u32 (*prepare_tx)(u32 reg, u32 *val, u32 write); member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | atmel_serial.c | 182 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 D | phl_struct.h | 100 enum rtw_phl_status (*prepare_tx)(struct phl_info_t *phl, member
|
| H A D | phl_init.c | 403 if (!trx_ops->prepare_tx) { in _phl_hci_ops_check()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_struct.h | 97 enum rtw_phl_status (*prepare_tx)(struct phl_info_t *phl, member
|
| H A D | phl_init.c | 400 if (!trx_ops->prepare_tx) { in _phl_hci_ops_check()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/ |
| H A D | trx_test.c | 1038 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 D | trx_test.c | 1038 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 D | phl_trx_sdio.c | 1653 .prepare_tx = phl_prepare_tx_sdio,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/ |
| H A D | phl_trx_pcie.c | 2185 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()
|