Searched refs:transmit (Results 1 – 11 of 11) sorted by relevance
| /components/drivers/audio/utest/ |
| A D | tc_audio_drv_mic.c | 113 .transmit = RT_NULL,
|
| A D | tc_audio_drv_player.c | 123 .transmit = player_device_transmit,
|
| /components/drivers/include/drivers/ |
| A D | dev_audio.h | 192 …rt_ssize_t (*transmit)(struct rt_audio_device *audio, const void *writeBuf, void *readBuf, rt_size… member
|
| A D | dev_serial_v2.h | 364 rt_ssize_t (*transmit)(struct rt_serial_device *serial, member
|
| /components/drivers/serial/ |
| A D | dev_serial_v2.c | 599 send_size = serial->ops->transmit(serial, in _serial_fifo_tx_blocking_nbuf() 692 transmit_size = serial->ops->transmit(serial, in _serial_fifo_tx_blocking_buf() 780 transmit_size = serial->ops->transmit(serial, in _serial_fifo_tx_nonblocking() 1133 RT_ASSERT(serial->ops->transmit != RT_NULL); in rt_serial_init() 2099 transmit_size = serial->ops->transmit(serial, in rt_hw_serial_isr() 2137 transmit_size = serial->ops->transmit(serial, in rt_hw_serial_isr()
|
| /components/drivers/audio/ |
| A D | dev_audio.c | 123 if (audio->ops->transmit != RT_NULL) in _audio_send_replay_frame() 125 if (audio->ops->transmit(audio, &buf_info->buffer[position], RT_NULL, dst_size) != dst_size) in _audio_send_replay_frame()
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | rawapi.txt | 496 To achieve zero-copy on transmit, the data passed to the raw API must
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | rawapi.txt | 484 To achieve zero-copy on transmit, the data passed to the raw API must
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 1069 * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit 1122 LWIP_NETIF_TX_SINGLE_PBUF to try to create transmit packets from only 1882 to disable UDP checksum generation on transmit.
|
| /components/net/lwip/lwip-2.0.3/ |
| A D | CHANGELOG | 2025 * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit 2078 LWIP_NETIF_TX_SINGLE_PBUF to try to create transmit packets from only 2838 to disable UDP checksum generation on transmit.
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | CHANGELOG | 2278 * tcp_in.c: Fixed bug #27329: dupacks by unidirectional data transmit 2331 LWIP_NETIF_TX_SINGLE_PBUF to try to create transmit packets from only 3091 to disable UDP checksum generation on transmit.
|
Completed in 30 milliseconds