Home
last modified time | relevance | path

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

/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/app_drivers/src/
Dapp_qspi.c639 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 uint16_t app_qspi_command_receive_sem_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_… in app_qspi_command_receive_sem_sync()
727 uint16_t app_qspi_command_receive_high_speed_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint… in app_qspi_command_receive_high_speed_sync()
779 uint16_t app_qspi_command_receive_async(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_dat… in app_qspi_command_receive_async()
820 uint16_t app_qspi_command_transmit_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_dat… 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 static hal_status_t command_transmit_process(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *… in command_transmit_process()
885 uint16_t app_qspi_command_transmit_sem_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p… in app_qspi_command_transmit_sem_sync()
931 uint16_t app_qspi_command_transmit_high_speed_sync(app_qspi_id_t id, app_qspi_command_t *p_cmd, uin… in app_qspi_command_transmit_high_speed_sync()
987 uint16_t app_qspi_command_transmit_async(app_qspi_id_t id, app_qspi_command_t *p_cmd, uint8_t *p_da… in app_qspi_command_transmit_async()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c376 BT_HDR *p_cmd = NULL; in attp_build_sr_msg() local
487 tGATT_STATUS attp_cl_send_cmd(tGATT_TCB *p_tcb, UINT16 clcb_idx, UINT8 cmd_code, BT_HDR *p_cmd) in attp_cl_send_cmd()
536 BT_HDR *p_cmd = NULL; in attp_send_cl_msg() local
Dgatt_sr.c84 tGATT_SR_CMD *p_cmd = &p_tcb->sr_cmd; in gatt_sr_enqueue_cmd() local
160 static BOOLEAN process_read_multi_rsp (tGATT_SR_CMD *p_cmd, tGATT_STATUS status, in process_read_multi_rsp()
Dgatt_cl.c1028 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cl_send_next_cmd_inq() local
Dgatt_utils.c2139 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->next_slot_inq]; in gatt_cmd_enq() local
2167 tGATT_CMD_Q *p_cmd = &p_tcb->cl_cmd_q[p_tcb->pending_cl_req]; in gatt_cmd_dequeue() local
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Dacamera_ctrl_channel_k2u.c304 static int ctrl_channel_write( const struct ctrl_cmd_item *p_cmd, const void *data, uint32_t data_s… in ctrl_channel_write()
455 struct ctrl_cmd_item *p_cmd = &ctrl_channel_ctx.cmd_item; in ctrl_channel_handle_command() local
489 struct ctrl_cmd_item *p_cmd = &ctrl_channel_ctx.cmd_item; in ctrl_channel_handle_api_calibration() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_discovery.c116 BT_HDR *p_cmd; in sdp_snd_service_search_req() local
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/components/profiles/ams_c/
Dams_c.h178 ams_c_cmd_id_t *p_cmd; /**< Command list. */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c1235 static void btu_hcif_hdl_command_status (UINT16 opcode, UINT8 status, UINT8 *p_cmd, in btu_hcif_hdl_command_status()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h272 BT_HDR *p_cmd; member