Home
last modified time | relevance | path

Searched defs:total_length (Results 1 – 10 of 10) sorted by relevance

/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Duserial_vendor.c707 static uint16_t h4_int_transmit_data(uint8_t *data, uint16_t total_length) in h4_int_transmit_data()
765 static void userial_send_cmd_to_controller(unsigned char *recv_buffer, int total_length) in userial_send_cmd_to_controller()
778 static void userial_send_acl_to_controller(unsigned char *recv_buffer, int total_length) in userial_send_acl_to_controller()
791 static void userial_send_sco_to_controller(unsigned char *recv_buffer, int total_length) in userial_send_sco_to_controller()
804 static int userial_coex_recv_data_handler(unsigned char *recv_buffer, int total_length) in userial_coex_recv_data_handler()
957 static void userial_coex_send_data_handler(unsigned char *send_buffer, int total_length) in userial_coex_send_data_handler()
1574 static void userial_handle_cmd(unsigned char *recv_buffer, int total_length) in userial_handle_cmd()
1922 static void userial_handle_event(unsigned char *recv_buffer, int total_length) in userial_handle_event()
2025 static void userial_enqueue_recv_sco_data(unsigned char *recv_buffer, int total_length) in userial_enqueue_recv_sco_data()
2125 static int userial_handle_recv_data(unsigned char *recv_buffer, unsigned int total_length) in userial_handle_recv_data()
[all …]
Dhci_h5.c1961 unsigned int total_length = 0; in data_ready_cb_thread() local
Drtk_parse.c1897 uint8_t total_length = 0; in rtk_handle_event_from_wifi() local
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Duserial_vendor.c694 static uint16_t h4_int_transmit_data(uint8_t *data, uint16_t total_length) in h4_int_transmit_data()
744 static void userial_send_cmd_to_controller(unsigned char *recv_buffer, int total_length) in userial_send_cmd_to_controller()
755 static void userial_send_acl_to_controller(unsigned char *recv_buffer, int total_length) in userial_send_acl_to_controller()
766 static void userial_send_sco_to_controller(unsigned char *recv_buffer, int total_length) in userial_send_sco_to_controller()
777 static int userial_coex_recv_data_handler(unsigned char *recv_buffer, int total_length) in userial_coex_recv_data_handler()
922 static void userial_coex_send_data_handler(unsigned char *send_buffer, int total_length) in userial_coex_send_data_handler()
1450 static void userial_handle_cmd(unsigned char *recv_buffer, int total_length) in userial_handle_cmd()
1749 static void userial_handle_event(unsigned char *recv_buffer, int total_length) in userial_handle_event()
1839 static void userial_enqueue_recv_sco_data(unsigned char *recv_buffer, int total_length) in userial_enqueue_recv_sco_data()
1927 static int userial_handle_recv_data(unsigned char *recv_buffer, unsigned int total_length) in userial_handle_recv_data()
[all …]
Dhci_h5.c1482 unsigned int total_length = 0; in data_ready_cb_thread() local
Drtk_parse.c1787 uint8_t total_length = 0; in rtk_handle_event_from_wifi() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/ags/
Dags.c388 static inline void ags_reset_stream(uint8_t stream_env_id, uint16_t total_length) in ags_reset_stream()
439 uint16_t total_length; in ags_echo_tx_val_decode() local
Dags.h233 uint16_t total_length; /**< Total stream length. */ member
/device/soc/esp/esp32/components/bt/common/osi/
Dconfig.c352 size_t total_length = 0; in get_config_size_from_flash() local
547 size_t total_length = 0; in config_parse() local
/device/board/isoftstone/yangfan/kernel/src/driv/input/touchscreen/gt9xx/
Dgt9xx_update.c1005 static u8 gup_burn_proc(struct i2c_client *client, u8 *burn_buf, u16 start_addr, u16 total_length) in gup_burn_proc()