| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/ |
| D | smp_act.c | 114 void smp_send_app_cback(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_app_cback() 233 void smp_send_pair_fail(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_pair_fail() 250 void smp_send_pair_req(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_pair_req() 270 void smp_send_pair_rsp(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_pair_rsp() 292 void smp_send_confirm(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_confirm() 314 void smp_send_rand(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_rand() 324 void smp_send_pair_public_key(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_pair_public_key() 334 void smp_send_commitment(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_commitment() 344 void smp_send_dhkey_check(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_dhkey_check() 354 void smp_send_keypress_notification(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_send_keypress_notification() [all …]
|
| D | smp_keys.c | 221 void smp_generate_passkey(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_generate_passkey() 293 void smp_generate_stk(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_generate_stk() 328 void smp_generate_srand_mrand_confirm(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_generate_srand_mrand_confirm() 350 void smp_generate_rand_cont(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_generate_rand_cont() 377 void smp_generate_ltk(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_generate_ltk() 418 void smp_compute_csrk(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_compute_csrk() 461 void smp_generate_csrk(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_generate_csrk() 485 void smp_concatenate_local( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_local() 505 void smp_concatenate_peer( tSMP_CB *p_cb, UINT8 **p_data, UINT8 op_code) in smp_concatenate_peer() 704 static void smp_generate_confirm(tSMP_CB *p_cb, tSMP_INT_DATA *p_data) in smp_generate_confirm() [all …]
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/ |
| D | bta_dm_act.c | 263 void bta_dm_enable(tBTA_DM_MSG *p_data) in bta_dm_enable() 556 void bta_dm_disable (tBTA_DM_MSG *p_data) in bta_dm_disable() 666 void bta_dm_set_dev_name (tBTA_DM_MSG *p_data) in bta_dm_set_dev_name() 684 void bta_dm_set_afh_channels (tBTA_DM_MSG *p_data) in bta_dm_set_afh_channels() 742 void bta_dm_read_rmt_name(tBTA_DM_MSG *p_data) in bta_dm_read_rmt_name() 763 void bta_dm_config_eir (tBTA_DM_MSG *p_data) in bta_dm_config_eir() 815 void bta_dm_ble_set_channels (tBTA_DM_MSG *p_data) in bta_dm_ble_set_channels() 822 void bta_dm_update_white_list(tBTA_DM_MSG *p_data) in bta_dm_update_white_list() 829 void bta_dm_clear_white_list(tBTA_DM_MSG *p_data) in bta_dm_clear_white_list() 836 void bta_dm_ble_read_adv_tx_power(tBTA_DM_MSG *p_data) in bta_dm_ble_read_adv_tx_power() [all …]
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/ |
| D | bta_gattc_act.c | 187 void bta_gattc_register(tBTA_GATTC_CB *p_cb, tBTA_GATTC_DATA *p_data) in bta_gattc_register() 423 void bta_gattc_cancel_open_error(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_cancel_open_error() 444 void bta_gattc_open_error(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_open_error() 466 void bta_gattc_open_fail(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_open_fail() 489 void bta_gattc_open(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_open() 526 void bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN *p_data, tBTA_GATTC_RCB *p_clreg) in bta_gattc_init_bk_conn() 580 void bta_gattc_cancel_bk_conn(tBTA_GATTC_API_CANCEL_OPEN *p_data) in bta_gattc_cancel_bk_conn() 610 void bta_gattc_cancel_open_ok(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_cancel_open_ok() 631 void bta_gattc_cancel_open(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_cancel_open() 653 void bta_gattc_conn(tBTA_GATTC_CLCB *p_clcb, tBTA_GATTC_DATA *p_data) in bta_gattc_conn() [all …]
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/ |
| D | rfc_ts_frames.c | 47 UINT8 *p_data; in rfc_send_sabme() local 80 UINT8 *p_data; in rfc_send_ua() local 113 UINT8 *p_data; in rfc_send_dm() local 146 UINT8 *p_data; in rfc_send_disc() local 178 UINT8 *p_data; in rfc_send_buf_uih() local 238 UINT8 *p_data; in rfc_send_pn() local 285 UINT8 *p_data; in rfc_send_fcon() local 314 UINT8 *p_data; in rfc_send_fcoff() local 344 UINT8 *p_data; in rfc_send_msc() local 398 UINT8 *p_data; in rfc_send_rls() local [all …]
|
| D | rfc_mx_fsm.c | 70 void rfc_mx_sm_execute (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_execute() 116 void rfc_mx_sm_state_idle (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_state_idle() 181 void rfc_mx_sm_state_wait_conn_cnf (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_state_wait_conn_cnf() 258 void rfc_mx_sm_state_configure (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_state_configure() 302 void rfc_mx_sm_sabme_wait_ua (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_sabme_wait_ua() 364 void rfc_mx_sm_state_wait_sabme (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_state_wait_sabme() 426 void rfc_mx_sm_state_connected (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_state_connected() 470 void rfc_mx_sm_state_disc_wait_ua (tRFC_MCB *p_mcb, UINT16 event, void *p_data) in rfc_mx_sm_state_disc_wait_ua()
|
| D | rfc_port_fsm.c | 63 void rfc_port_sm_execute (tPORT *p_port, UINT16 event, void *p_data) in rfc_port_sm_execute() 109 void rfc_port_sm_state_closed (tPORT *p_port, UINT16 event, void *p_data) in rfc_port_sm_state_closed() 176 void rfc_port_sm_sabme_wait_ua (tPORT *p_port, UINT16 event, void *p_data) in rfc_port_sm_sabme_wait_ua() 247 void rfc_port_sm_term_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data) in rfc_port_sm_term_wait_sec_check() 321 void rfc_port_sm_orig_wait_sec_check (tPORT *p_port, UINT16 event, void *p_data) in rfc_port_sm_orig_wait_sec_check() 369 void rfc_port_sm_opened (tPORT *p_port, UINT16 event, void *p_data) in rfc_port_sm_opened() 451 void rfc_port_sm_disc_wait_ua (tPORT *p_port, UINT16 event, void *p_data) in rfc_port_sm_disc_wait_ua()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/hh/ |
| D | bta_hh_act.c | 69 void bta_hh_api_enable(tBTA_HH_DATA *p_data) in bta_hh_api_enable() 319 void bta_hh_start_sdp(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_start_sdp() 403 void bta_hh_sdp_cmpl(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_sdp_cmpl() 481 void bta_hh_api_disc_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_api_disc_act() 516 void bta_hh_open_cmpl_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_open_cmpl_act() 579 void bta_hh_open_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_open_act() 620 void bta_hh_data_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_data_act() 642 void bta_hh_handsk_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_handsk_act() 715 void bta_hh_ctrl_dat_act(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_ctrl_dat_act() 781 void bta_hh_open_failure(tBTA_HH_DEV_CB *p_cb, tBTA_HH_DATA *p_data) in bta_hh_open_failure() [all …]
|
| D | bta_hh_le.c | 695 tBTA_GATTC_READ *p_data) in bta_hh_le_save_rpt_ref() 753 tBTA_GATTC_READ *p_data) in bta_hh_le_save_ext_rpt_ref() 1378 tBTA_GATTC_OPEN *p_data = &p_buf->le_open; in bta_hh_gatt_open() local 1423 void bta_hh_le_close(tBTA_GATTC_CLOSE *p_data) in bta_hh_le_close() 1547 void bta_hh_le_srvc_search_cmpl(tBTA_GATTC_SEARCH_CMPL *p_data) in bta_hh_le_srvc_search_cmpl() 1647 void bta_hh_read_battery_level_cmpl(UINT8 status, tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_read_battery_level_cmpl() 1753 void bta_hh_le_save_rpt_map(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_le_save_rpt_map() 1795 void bta_hh_le_proc_get_rpt_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_le_proc_get_rpt_cmpl() 1849 void bta_hh_le_proc_read_proto_mode(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATTC_READ *p_data) in bta_hh_le_proc_read_proto_mode() 1891 tBTA_GATTC_READ *p_data = (tBTA_GATTC_READ *)p_buf; in bta_hh_w4_le_read_char_cmpl() local [all …]
|
| D | bta_hh_api.c | 163 UINT16 data, UINT8 rpt_id, BT_HDR *p_data) in bta_hh_snd_write_dev() 194 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data) in BTA_HhSetReport() 299 void BTA_HhSendData(UINT8 dev_handle, BD_ADDR dev_bda, BT_HDR *p_data) in BTA_HhSendData() 450 void BTA_HhParseBootRpt(tBTA_HH_BOOT_RPT *p_data, UINT8 *p_report, in BTA_HhParseBootRpt()
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/l2cap/ |
| D | l2c_csm.c | 66 void l2c_csm_execute (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_execute() 122 static void l2c_csm_closed (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_closed() 284 static void l2c_csm_orig_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_orig_w4_sec_comp() 372 static void l2c_csm_term_w4_sec_comp (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_term_w4_sec_comp() 478 static void l2c_csm_w4_l2cap_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_w4_l2cap_connect_rsp() 576 static void l2c_csm_w4_l2ca_connect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_w4_l2ca_connect_rsp() 658 static void l2c_csm_config (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_config() 882 static void l2c_csm_open (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_open() 1027 static void l2c_csm_w4_l2cap_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_w4_l2cap_disconnect_rsp() 1083 static void l2c_csm_w4_l2ca_disconnect_rsp (tL2C_CCB *p_ccb, UINT16 event, void *p_data) in l2c_csm_w4_l2ca_disconnect_rsp()
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/ |
| D | app_qspi.c | 639 uint16_t app_qspi_command_receive_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data… in app_qspi_command_receive_sync() 665 …6_t app_qspi_command_receive_sem_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in app_qspi_command_receive_sem_sync() 727 …_qspi_command_receive_high_speed_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in app_qspi_command_receive_high_speed_sync() 779 …nt16_t app_qspi_command_receive_async(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in app_qspi_command_receive_async() 820 …i_command_transmit_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data, uint32_t tim… in app_qspi_command_transmit_sync() 846 static uint16_t sem_sync_params_check(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in sem_sync_params_check() 861 …hal_status_t command_transmit_process(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in command_transmit_process() 885 …_t app_qspi_command_transmit_sem_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in app_qspi_command_transmit_sem_sync() 931 …qspi_command_transmit_high_speed_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in app_qspi_command_transmit_high_speed_sync() 987 …t16_t app_qspi_command_transmit_async(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_data) in app_qspi_command_transmit_async() [all …]
|
| D | app_i2c.c | 534 uint8_t *p_data, uint16_t size, uint32_t timeout) in app_i2c_receive_sync() 569 static uint16_t sem_sync_params_check(app_i2c_id_t id, uint8_t *p_data, uint16_t size) in sem_sync_params_check() 585 uint8_t *p_data, uint16_t size) in master_or_slave_receive_process() 628 uint16_t app_i2c_receive_sem_sync(app_i2c_id_t id, uint16_t target_address, uint8_t *p_data, uint16… in app_i2c_receive_sem_sync() 671 uint16_t app_i2c_receive_async(app_i2c_id_t id, uint16_t target_address, uint8_t *p_data, uint16_t … in app_i2c_receive_async() 735 uint8_t *p_data, uint16_t size, uint32_t timeout) in app_i2c_transmit_sync() 772 uint8_t *p_data, uint16_t size) in master_or_slave_transmit_process() 815 uint16_t app_i2c_transmit_sem_sync(app_i2c_id_t id, uint16_t target_address, uint8_t *p_data, uint1… in app_i2c_transmit_sem_sync() 856 uint16_t app_i2c_transmit_async(app_i2c_id_t id, uint16_t target_address, uint8_t *p_data, uint16_t… in app_i2c_transmit_async() 922 uint8_t *p_data, uint16_t size, uint32_t timeout) in app_i2c_mem_read_sync() [all …]
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/ |
| D | gatt_sr.c | 47 tGATT_STATUS gatt_send_packet (tGATT_TCB *p_tcb, UINT8 *p_data, UINT16 len) in gatt_send_packet() 355 void gatt_process_exec_write_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_exec_write_req() 475 void gatt_process_read_multi_req (tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatt_process_read_multi_req() 594 UINT16 e_hdl, UINT8 *p_data, tBT_UUID value) in gatt_build_primary_service_rsp() 748 UINT8 **p_data, tBT_UUID *p_uuid_filter, in gatts_validate_packet_format() 806 void gatts_process_primary_service_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_primary_service_req() 866 static void gatts_process_find_info(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_find_info() 934 static void gatts_process_mtu_req (tGATT_TCB *p_tcb, UINT16 len, UINT8 *p_data) in gatts_process_mtu_req() 996 void gatts_process_read_by_type_req(tGATT_TCB *p_tcb, UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_read_by_type_req() 1107 UINT8 op_code, UINT16 len, UINT8 *p_data) in gatts_process_write_req() [all …]
|
| D | gatt_cl.c | 390 … gatt_process_find_type_value_rsp (tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT16 len, UINT8 *p_data) in gatt_process_find_type_value_rsp() 437 UINT16 len, UINT8 *p_data) in gatt_process_read_info_rsp() 535 UINT16 len, UINT8 *p_data) in gatt_process_error_rsp() 585 UINT16 len, UINT8 *p_data) in gatt_process_prep_write_rsp() 630 UINT16 len, UINT8 *p_data) in gatt_process_notification() 711 UINT16 len, UINT8 *p_data) in gatt_process_read_by_type_rsp() 887 UINT16 len, UINT8 *p_data) in gatt_process_read_rsp() 977 void gatt_process_mtu_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT16 len, UINT8 *p_data) in gatt_process_mtu_rsp() 1086 UINT16 len, UINT8 *p_data) in gatt_client_handle_server_rsp()
|
| D | gatt_attr.c | 183 tGATT_STATUS gatt_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp) in gatt_proc_read() 216 tGATT_STATUS gatt_proc_write_req( tGATTS_REQ_TYPE type, tGATT_WRITE_REQ *p_data) in gatt_proc_write_req() 237 tGATTS_DATA *p_data) in gatt_request_cback() 394 static void gatt_disc_res_cback (UINT16 conn_id, tGATT_DISC_TYPE disc_type, tGATT_DISC_RES *p_data) in gatt_disc_res_cback() 460 tGATT_STATUS status, tGATT_CL_COMPLETE *p_data) in gatt_cl_op_cmpl_cback()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/ |
| D | acamera_sbus.c | 79 uint16_t acamera_mem_read_u16( void *p_data ) in acamera_mem_read_u16() 87 uint32_t acamera_mem_read_u32( void *p_data ) in acamera_mem_read_u32() 201 void acamera_sbus_read_data_u8( acamera_sbus_t *p_bus, uintptr_t addr, uint8_t *p_data, int n_count… in acamera_sbus_read_data_u8() 210 void acamera_sbus_read_data_u16( acamera_sbus_t *p_bus, uintptr_t addr, uint16_t *p_data, int n_cou… in acamera_sbus_read_data_u16() 228 void acamera_sbus_read_data_u32( acamera_sbus_t *p_bus, uintptr_t addr, uint32_t *p_data, int n_cou… in acamera_sbus_read_data_u32() 318 void acamera_sbus_write_data_u8( acamera_sbus_t *p_bus, uintptr_t addr, uint8_t *p_data, int n_coun… in acamera_sbus_write_data_u8() 327 void acamera_sbus_write_data_u16( acamera_sbus_t *p_bus, uintptr_t addr, uint16_t *p_data, int n_co… in acamera_sbus_write_data_u16() 345 void acamera_sbus_write_data_u32( acamera_sbus_t *p_bus, uintptr_t addr, uint32_t *p_data, int n_co… in acamera_sbus_write_data_u32() 363 void acamera_sbus_write_data( acamera_sbus_t *p_bus, uintptr_t addr, void *p_data, int n_size ) in acamera_sbus_write_data()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/sensor/src/fw_lib/ |
| D | acamera_sbus.c | 79 uint16_t acamera_mem_read_u16( void *p_data ) in acamera_mem_read_u16() 87 uint32_t acamera_mem_read_u32( void *p_data ) in acamera_mem_read_u32() 201 void acamera_sbus_read_data_u8( acamera_sbus_t *p_bus, uintptr_t addr, uint8_t *p_data, int n_count… in acamera_sbus_read_data_u8() 210 void acamera_sbus_read_data_u16( acamera_sbus_t *p_bus, uintptr_t addr, uint16_t *p_data, int n_cou… in acamera_sbus_read_data_u16() 228 void acamera_sbus_read_data_u32( acamera_sbus_t *p_bus, uintptr_t addr, uint32_t *p_data, int n_cou… in acamera_sbus_read_data_u32() 318 void acamera_sbus_write_data_u8( acamera_sbus_t *p_bus, uintptr_t addr, uint8_t *p_data, int n_coun… in acamera_sbus_write_data_u8() 327 void acamera_sbus_write_data_u16( acamera_sbus_t *p_bus, uintptr_t addr, uint16_t *p_data, int n_co… in acamera_sbus_write_data_u16() 345 void acamera_sbus_write_data_u32( acamera_sbus_t *p_bus, uintptr_t addr, uint32_t *p_data, int n_co… in acamera_sbus_write_data_u32() 363 void acamera_sbus_write_data( acamera_sbus_t *p_bus, uintptr_t addr, void *p_data, int n_size ) in acamera_sbus_write_data()
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/subdev/lens/src/fw_lib/ |
| D | acamera_sbus.c | 79 uint16_t acamera_mem_read_u16( void *p_data ) in acamera_mem_read_u16() 87 uint32_t acamera_mem_read_u32( void *p_data ) in acamera_mem_read_u32() 201 void acamera_sbus_read_data_u8( acamera_sbus_t *p_bus, uintptr_t addr, uint8_t *p_data, int n_count… in acamera_sbus_read_data_u8() 210 void acamera_sbus_read_data_u16( acamera_sbus_t *p_bus, uintptr_t addr, uint16_t *p_data, int n_cou… in acamera_sbus_read_data_u16() 228 void acamera_sbus_read_data_u32( acamera_sbus_t *p_bus, uintptr_t addr, uint32_t *p_data, int n_cou… in acamera_sbus_read_data_u32() 318 void acamera_sbus_write_data_u8( acamera_sbus_t *p_bus, uintptr_t addr, uint8_t *p_data, int n_coun… in acamera_sbus_write_data_u8() 327 void acamera_sbus_write_data_u16( acamera_sbus_t *p_bus, uintptr_t addr, uint16_t *p_data, int n_co… in acamera_sbus_write_data_u16() 345 void acamera_sbus_write_data_u32( acamera_sbus_t *p_bus, uintptr_t addr, uint32_t *p_data, int n_co… in acamera_sbus_write_data_u32() 363 void acamera_sbus_write_data( acamera_sbus_t *p_bus, uintptr_t addr, void *p_data, int n_size ) in acamera_sbus_write_data()
|
| D | acamera_mem_access.h | 23 #define MEM_OFFSET_PTR( p_data, offset ) \ argument 26 #define MEM_ALIGNED_READ( type, p_data ) \ argument
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gap/ |
| D | btc_gap_bt.c | 271 static void bte_search_devices_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_search_devices_evt() 315 static void btc_gap_bt_search_devices_evt(tBTA_DM_SEARCH_PARAM *p_data) in btc_gap_bt_search_devices_evt() 405 tBTA_DM_SEARCH_PARAM *p_data = (tBTA_DM_SEARCH_PARAM *)p_param; in btc_gap_bt_search_service_record() local 440 static void bte_dm_remote_service_record_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_remote_service_record_evt() 478 tBTA_DM_SEARCH_PARAM *p_data = (tBTA_DM_SEARCH_PARAM *)p_param; in btc_gap_bt_search_services() local 531 static void bte_dm_search_services_evt(tBTA_DM_SEARCH_EVT event, tBTA_DM_SEARCH *p_data) in bte_dm_search_services_evt() 619 static void btc_gap_bt_read_rssi_delta_cmpl_callback(void *p_data) in btc_gap_bt_read_rssi_delta_cmpl_callback() 711 static void btc_gap_bt_set_afh_channels_cmpl_callback(void *p_data) in btc_gap_bt_set_afh_channels_cmpl_callback() 736 static void btc_gap_bt_read_remote_name_cmpl_callback(void *p_data) in btc_gap_bt_read_remote_name_cmpl_callback() 761 static void btc_gap_bt_set_qos_cmpl_callback(void *p_data) in btc_gap_bt_set_qos_cmpl_callback()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/std_i2c/ |
| D | drv_i2c.c | 472 hi_u8 *p_data, hi_u32 data_len, in i2c_drv_write() 574 hi_u32 i2c_reg_addr_byte_num, hi_u8 *p_data, hi_u32 data_len) in i2c_drv_read() 638 hi_u32 i2c_reg_addr_byte_num, hi_u8 *p_data, hi_u32 data_len) in i2c_drv_read_si_labs() 698 hi_u8 *p_data, hi_u32 data_len, hi_u8 mode) in i2c_drv_write_sony() 758 hi_u8 *p_data, hi_u32 data_len, hi_u8 mode) in i2c_drv_read_sony() 953 hi_u8 *p_data = NULL; in hi_drv_std_i2c_write() local 1032 hi_u8 *p_data = NULL; in hi_drv_std_i2c_read() local 1289 static hi_s32 hi_drv_i2c_parm_check(hi_u32 i2c_num, hi_u32 i2c_reg_addr_byte_num, hi_u8 *p_data, hi… in hi_drv_i2c_parm_check() 1314 hi_u32 i2c_reg_addr_byte_num, hi_u8 *p_data, hi_u32 data_len) in hi_drv_i2c_write() 1360 hi_u32 i2c_reg_addr_byte_num, hi_u8 *p_data, hi_u32 data_len) in hi_drv_i2c_write_no_stop() [all …]
|
| /device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/uds/ |
| D | uds.c | 775 static void uds_age_write_handler(const uint8_t *p_data, uint16_t length, gatts_write_cfm_t *p_cfm) in uds_age_write_handler() 796 static void uds_date_of_birth_write_handler(const uint8_t *p_data, uint16_t length, gatts_write_cfm… in uds_date_of_birth_write_handler() 825 static void uds_first_name_write_handler(const uint8_t *p_data, uint16_t length, gatts_write_cfm_t … in uds_first_name_write_handler() 840 static void uds_height_write_handler(const uint8_t *p_data, uint16_t length, gatts_write_cfm_t *p_c… in uds_height_write_handler() 864 static void uds_gender_write_handler(const uint8_t *p_data, uint16_t length, gatts_write_cfm_t *p_c… in uds_gender_write_handler() 885 static void uds_db_change_incr_write_handler(const uint8_t *p_data, uint16_t length, gatts_write_cf… in uds_db_change_incr_write_handler() 906 static void uds_op_regist_new_user_handler(uint8_t conn_idx, const uint8_t *p_data, uint16_t length) in uds_op_regist_new_user_handler() 972 static void uds_op_consent_handler(uint8_t conn_idx, const uint8_t *p_data, uint16_t length) in uds_op_consent_handler() 1027 static void uds_op_del_user_data_handler(uint8_t conn_idx, const uint8_t *p_data, uint16_t length) in uds_op_del_user_data_handler() 1064 static void uds_op_list_all_users_handler(uint8_t conn_idx, const uint8_t *p_data, uint16_t length) in uds_op_list_all_users_handler() [all …]
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/include/ |
| D | rfc_int.h | 98 UINT8 *p_data; member 251 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_sabme_fcs[cr][dlci] argument 252 #define RFCOMM_UA_FCS(p_data, cr, dlci) rfc_ua_fcs[cr][dlci] argument 253 #define RFCOMM_DM_FCS(p_data, cr, dlci) rfc_dm_fcs[cr][dlci] argument 254 #define RFCOMM_DISC_FCS(p_data, cr, dlci) rfc_disc_fcs[cr][dlci] argument 255 #define RFCOMM_UIH_FCS(p_data, dlci) rfc_uih_fcs[dlci] argument 261 #define RFCOMM_SABME_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument 262 #define RFCOMM_UA_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument 263 #define RFCOMM_DM_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument 264 #define RFCOMM_DISC_FCS(p_data, cr, dlci) rfc_calc_fcs(3, p_data) argument [all …]
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/i2c/gpio_i2c/ |
| D | drv_gpio_i2c.c | 385 hi_s32 hi_drv_gpioi2c_read(hi_u32 i2c_num, hi_u8 dev_addr, hi_u8 reg_address, hi_u8 *p_data) in hi_drv_gpioi2c_read() 442 hi_bool b_send_reg_address, hi_u8 *p_data, hi_u32 data_len) in drv_gpioi2c_read_data() 509 …pioi2c_read_ext(hi_u32 i2c_num, hi_u8 devaddress, hi_u32 address, hi_u32 addresslen, hi_u8 *p_data, in hi_drv_gpioi2c_read_ext() 536 hi_u8 *p_data, hi_u32 data_len) in hi_drv_gpioi2c_read_ext_directly() 613 hi_u8 *p_data, hi_u32 data_len, hi_bool b_send_stop_condtion) in drv_gpioi2c_write_data() 667 …ioi2c_write_ext(hi_u32 i2c_num, hi_u8 devaddress, hi_u32 address, hi_u32 addresslen, hi_u8 *p_data, in hi_drv_gpioi2c_write_ext() 694 hi_u8 *p_data, hi_u32 data_len) in hi_drv_gpioi2c_write_ext_no_stop() 726 hi_s32 hi_drv_gpioi2c_sccb_read(hi_u32 i2c_num, hi_u8 dev_addr, hi_u8 reg_address, hi_u8 *p_data) in hi_drv_gpioi2c_sccb_read() 938 hi_u8 *p_data = NULL; in hi_drv_gpioi2c_cmd_write() local 998 hi_u8 *p_data = NULL; in hi_drv_gpioi2c_cmd_read() local
|