/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/ |
D | hal_i2c.h | 189 const uint8_t *tx_buf, uint32_t tx_len, 199 …l_i2c_task_send(enum HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len, 201 …l_i2c_task_recv(enum HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len, 219 …2c_simple_send(enum HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len); 220 …m HAL_I2C_ID_T id, uint16_t device_addr, const uint8_t *tx_buf, uint16_t tx_len, uint8_t *rx_buf, … 233 …d(struct HAL_GPIO_I2C_CONFIG_T *cfg, uint32_t device_addr, const uint8_t *tx_buf, uint16_t tx_len); 234 …I2C_CONFIG_T *cfg, uint32_t device_addr, const uint8_t *tx_buf, uint16_t tx_len, uint8_t *rx_buf, …
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
D | drm_mipi_dsi.c | 451 packet->header[0x1] = (msg->tx_len >> 0) & 0xff; in mipi_dsi_create_packet() 452 packet->header[0x2] = (msg->tx_len >> 0x8) & 0xff; in mipi_dsi_create_packet() 454 packet->payload_length = msg->tx_len; in mipi_dsi_create_packet() 459 packet->header[0x1] = (msg->tx_len > 0) ? tx[0] : 0; in mipi_dsi_create_packet() 460 packet->header[0x2] = (msg->tx_len > 1) ? tx[1] : 0; in mipi_dsi_create_packet() 481 .tx_len = 2, in mipi_dsi_shutdown_peripheral() 501 .tx_len = 2, in mipi_dsi_turn_on_peripheral() 524 .tx_len = sizeof(tx), in mipi_dsi_set_maximum_return_packet_size() 550 .tx_len = sizeof(tx), in mipi_dsi_compression_mode() 573 .tx_len = sizeof(*pps), in mipi_dsi_picture_parameter_set() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | bh.c | 524 size_t tx_len = 0; in xradio_proc() local 527 ret = wsm_get_tx(hw_priv, &data, &tx_len, in xradio_proc() 541 item->datalen = tx_len; in xradio_proc() 542 if (unlikely(item->datalen != tx_len)) { in xradio_proc() 545 __func__, item->datalen, tx_len); in xradio_proc() 558 __func__, vif_selected, tx_len, in xradio_proc() 571 PERF_INFO_STAMP_UPDATE(&proc_start_time, &proc_tx, tx_len); in xradio_proc() 616 size_t *tx_len, int *burst, int *vif_selected) in xradio_bh_get() argument 624 *tx_len = hw_priv->wsm_cmd.len; in xradio_bh_get() 645 *tx_len = item->datalen; in xradio_bh_get() [all …]
|
D | itp.h | 102 size_t *tx_len, int *burst); 138 size_t *tx_len, int *burst) in xradio_itp_get_tx() argument
|
D | itp.c | 513 size_t *tx_len, int *burst) in xradio_itp_get_tx() argument 571 *tx_len = itp->data_len + itp->hdr_len; in xradio_itp_get_tx()
|
D | debug.h | 446 size_t *tx_len, int *burst, int *vif_selected);
|
D | wsm.c | 3400 size_t *tx_len, int *burst, int *vif_selected) argument 3431 count = xradio_itp_get_tx(hw_priv, data, tx_len, burst); 3440 *tx_len = hw_priv->wsm_cmd.len; 3676 *tx_len = __le16_to_cpu(wsm->hdr.len); 3710 0x0004, *tx_len, wsm,
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | bcmsdspi_linux.c | 387 int tx_len = 0; in spi_sendrecv() local 411 tx_len = write ? msglen - 0x4 : 0x4; in spi_sendrecv() 420 t[0].len = tx_len; in spi_sendrecv() 424 t[1].rx_buf = (char *)&msg_in[tx_len]; in spi_sendrecv() 426 t[1].len = msglen - tx_len; in spi_sendrecv()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | bcmsdspi_linux.c | 391 int tx_len = 0; in spi_sendrecv() local 415 tx_len = write ? msglen-4 : 4; in spi_sendrecv() 423 t[0].len = tx_len; in spi_sendrecv() 427 t[1].rx_buf = (char *)&msg_in[tx_len]; in spi_sendrecv() 429 t[1].len = msglen-tx_len; in spi_sendrecv()
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/log/ |
D | dbg_printf.c | 310 int tx_len = 0; in _write() local 313 while (tx_len < len) { in _write() 316 tx_len++; in _write() 318 return tx_len; in _write()
|
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/libraries/app_log/ |
D | app_log.c | 439 int tx_len = 0; local 442 while (tx_len < len) { 445 tx_len++; 447 return tx_len;
|
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/net/wifi/ |
D | bwifi_interface.h | 525 static inline int bwifi_send_data_buf(uint8_t devnum, uint8_t **tx_buf, uint16_t tx_len) in bwifi_send_data_buf() argument 527 return BWIFI_HAL_API_CALL(data_send, devnum, tx_buf, tx_len); in bwifi_send_data_buf()
|
D | wifi_agent.h | 162 int wifi_agent_send_tx_buf(uint8 devnum, uint8 **tx_buf, uint16 tx_len);
|
D | bwifi_hal.h | 541 int (*data_send)(uint8_t devnum, uint8_t **tx_buf, uint16_t tx_len);
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/spi/ |
D | spi-sunxi.c | 815 static void spi_set_bc_tc_stc(u32 tx_len, u32 rx_len, u32 stc_len, u32 dummy_cnt, void __iomem *bas… in spi_set_bc_tc_stc() argument 821 reg_val |= (SPI_BC_CNT_MASK & (tx_len + rx_len + dummy_cnt)); in spi_set_bc_tc_stc() 827 reg_val |= (SPI_TC_CNT_MASK & tx_len); in spi_set_bc_tc_stc() 1412 unsigned tx_len = t->len; /* number of bytes receieved */ in sunxi_spi_cpu_writel() local 1433 for (; tx_len > 0; --tx_len) { in sunxi_spi_cpu_writel() 1497 unsigned tx_len = t->len; /* number of bytes receieved */ in sunxi_spi_dma_transfer() local 1554 if ((rx_len == 0) || (tx_len == 0)) in sunxi_spi_dma_transfer() 1575 unsigned tx_len = t->len; /* number of bytes receieved */ in sunxi_spi_cpu_transfer() local 1603 if ((rx_len == 0) || (tx_len == 0)) in sunxi_spi_cpu_transfer()
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
D | drm_mipi_dsi.h | 50 size_t tx_len; member
|
/device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1/porting/src/ |
D | ethernetif.c | 52 extern int wifi_agent_send_tx_buf(uint8 devnum, uint8 **tx_buf, uint16 tx_len);
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/spp/ |
D | btc_spp.c | 1301 size_t tx_len; in spp_vfs_write() local 1328 tx_len = fixed_queue_length(slot->tx.queue); in spp_vfs_write() 1351 if (tx_len == 0) { in spp_vfs_write()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/i2s/ |
D | i2s.c | 48 UINT32 tx_len; member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 1222 data_length_params.tx_len = tx_data_len; in l2cble_process_data_length_change_event() 1235 if(p_acl->tx_len_waiting == p_acl->data_length_params.tx_len) { in l2cble_process_data_length_change_event()
|
/device/soc/esp/esp32/components/driver/ |
D | uart.c | 1092 int tx_len = 0; in uart_tx_chars() local 1100 …hal_write_txfifo(&(uart_context[uart_num].hal), (const uint8_t*) buffer, len, (uint32_t *)&tx_len); in uart_tx_chars() 1102 return tx_len; in uart_tx_chars()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 469 uint16_t tx_len; /*!< pkt tx data length value */ member
|
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 700 param.pkt_data_lenth_cmpl.params.tx_len = data_len_params->tx_len; in btc_set_pkt_length_callback()
|
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
D | dw-mipi-dsi2-rockchip.c | 1422 return msg->tx_len; in dw_mipi_dsi2_transfer()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 140 UINT16 tx_len; member
|