| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_store.c | 27 int rc; in ble_store_read() local 48 int rc = ble_hs_cfg.store_write_cb(obj_type, val); in ble_store_write() local 75 int rc; in ble_store_delete() local 90 int rc; in ble_store_flush() local 104 int rc; in ble_store_status() local 138 int rc; in ble_store_read_our_sec() local 151 int rc; in ble_store_persist_sec() local 164 int rc; in ble_store_write_our_sec() local 172 int rc; in ble_store_delete_our_sec() local 181 int rc; in ble_store_delete_peer_sec() local [all …]
|
| D | ble_hs_startup.c | 30 int rc; in ble_hs_startup_read_sup_f_tx() local 53 int rc; in ble_hs_startup_read_local_ver_tx() local 69 int rc; in ble_hs_startup_le_read_sup_f_tx() local 84 int rc; in ble_hs_startup_le_read_buf_sz_tx() local 99 int rc; in ble_hs_startup_read_buf_sz_tx() local 117 int rc; in ble_hs_startup_read_buf_sz() local 144 int rc; in ble_hs_startup_read_bd_addr() local 161 int rc; in ble_hs_startup_le_set_evmask_tx() local 234 int rc; in ble_hs_startup_set_evmask_tx() local 279 int rc; in ble_hs_startup_go() local
|
| D | ble_att_clt.c | 36 int rc; in ble_att_clt_rx_error() local 58 int rc; in ble_att_clt_tx_mtu() local 106 int rc; in ble_att_clt_rx_mtu() local 160 int rc; in ble_att_clt_parse_find_info_entry() local 215 int rc; in ble_att_clt_rx_find_info() local 280 int rc; in ble_att_clt_parse_find_type_value_hinfo() local 299 int rc; in ble_att_clt_rx_find_type_value() local 355 int rc; in ble_att_clt_rx_read_type() local 403 int rc; in ble_att_clt_tx_read() local 444 int rc; in ble_att_clt_tx_read_blob() local [all …]
|
| D | ble_gattc.c | 689 int rc = os_memblock_put(&ble_gattc_proc_pool, proc); in ble_gattc_proc_free() local 1032 int rc = resume_cb(proc); in ble_gattc_resume_procs() local 1139 int rc; in ble_gattc_mtu_cb() local 1179 int rc; in ble_gattc_mtu_tx() local 1198 int rc; in ble_gattc_exchange_mtu() local 1241 int rc; in ble_gattc_disc_all_svcs_cb() local 1274 int rc; in ble_gattc_disc_all_svcs_tx() local 1289 int rc; in ble_gattc_disc_all_svcs_resume() local 1324 int rc; in ble_gattc_disc_all_svcs_rx_adata() local 1370 int rc; in ble_gattc_disc_all_svcs_rx_complete() local [all …]
|
| D | ble_att_svr.c | 200 int rc; in ble_att_svr_pullup_req_base() local 273 int rc = ble_store_read_peer_sec(&key_sec, &value_sec); in ble_att_svr_check_perms() local 356 int rc; in ble_att_svr_read() local 395 int rc; in ble_att_svr_read_flat() local 428 int rc; in ble_att_svr_read_handle() local 449 int rc; in ble_att_svr_read_local() local 473 int rc; in ble_att_svr_write() local 506 int rc; in ble_att_svr_write_handle() local 582 int rc = ble_att_conn_chan_find(conn_handle, &conn, &chan); in ble_att_svr_tx_rsp() local 632 int rc; in ble_att_svr_build_mtu_rsp() local [all …]
|
| D | ble_gap.c | 499 int rc; in ble_gap_read_le_phy() local 617 int rc; in ble_gap_call_event_cb() local 639 int rc; in ble_gap_call_conn_event_cb() local 749 int rc; in ble_gap_master_connect_failure() local 977 int rc; in ble_gap_conn_broken() local 1101 int rc = ble_l2cap_sig_update(conn_handle, &l2cap_params, in ble_gap_rx_update_complete() local 1138 int rc; in ble_gap_accept_master_conn() local 1165 int rc; in ble_gap_accept_slave_conn() local 1201 int rc = ble_hs_adv_find_field(BLE_HS_ADV_TYPE_FLAGS, adv_data, in ble_gap_rx_adv_report_sanity_check() local 1395 int rc; in periodic_adv_transfer_disable() local [all …]
|
| D | ble_hs.c | 149 int rc; in ble_hs_lock_nested() local 167 int rc; in ble_hs_unlock_nested() local 230 int rc = ble_hs_hci_acl_tx_now(conn, &om); in ble_hs_wakeup_tx_conn() local 249 int rc; in ble_hs_wakeup_tx() local 306 int rc; in ble_hs_sync() local 341 int rc; in ble_hs_reset() local 411 int rc = ble_npl_callout_reset(&ble_hs_timer, ticks); in ble_hs_timer_reset() local 462 int rc; in ble_hs_event_rx_hci_ev() local 511 int rc; in ble_hs_event_start_stage2() local 559 int rc; in ble_hs_start() local [all …]
|
| D | ble_hs_hci_util.c | 39 int rc; in ble_hs_hci_util_read_adv_tx_pwr() local 65 …int rc = ble_hs_hci_cmd_tx(BLE_HCI_OP(BLE_HCI_OGF_LE, BLE_HCI_OCF_LE_RAND), NULL, 0, &rsp, sizeof(… in ble_hs_hci_util_rand() local 83 int rc; in ble_hs_hci_util_read_rssi() local 112 int rc; in ble_hs_hci_util_set_data_len() local 143 int rc; in ble_hs_hci_util_data_hdr_strip() local 160 int rc; in ble_hs_hci_read_chan_map() local
|
| D | ble_hs_id.c | 37 int rc; in ble_hs_id_gen_rnd() local 56 int rc; in ble_hs_id_set_rnd() local 151 int rc; in ble_hs_id_copy_addr() local 166 int rc; in ble_hs_id_addr_type_usable() local 201 int rc; in ble_hs_id_use_addr() local 232 int rc; in ble_hs_id_infer_auto() local
|
| D | ble_sm_sc.c | 146 int rc; in ble_sm_gen_pub_priv() local 167 int rc; in ble_sm_sc_ensure_keys_generated() local 283 int rc; in ble_sm_sc_confirm_exec() local 351 int rc; in ble_sm_sc_random_advance() local 372 int rc; in ble_sm_sc_random_exec() local 419 int rc; in ble_sm_sc_random_rx() local 503 int rc; in ble_sm_sc_public_key_exec() local 556 int rc; in ble_sm_sc_public_key_rx() local 634 int rc; in ble_sm_sc_dhkey_check_exec() local 695 int rc; in ble_sm_dhkey_check_process() local [all …]
|
| D | ble_gatts.c | 332 int rc; in ble_gatts_val_access() local 397 int rc; in ble_gatts_chr_val_access() local 443 int rc; in ble_gatts_register_inc() local 492 int rc; in ble_gatts_dsc_access() local 524 int rc; in ble_gatts_register_dsc() local 705 int rc; in ble_gatts_clt_cfg_access() local 744 int rc; in ble_gatts_register_clt_cfg_dsc() local 764 int rc; in ble_gatts_register_chr() local 874 int rc; in ble_gatts_register_svc() local 934 int rc; in ble_gatts_register_round() local [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/ |
| D | crop_fsm.c | 76 int rc = 0; in crop_set_resize_type() local 106 int rc = 0; in crop_set_resize_enable() local 156 int rc = 0; in crop_set_resize_xsize() local 187 int rc = 0; in crop_set_resize_ysize() local 216 int rc = 0; in crop_set_resize_xoffset() local 240 int rc = 0; in crop_set_resize_yoffset() local 264 int rc = 0; in crop_fsm_set_param() local 318 int rc = 0; in crop_get_setting_done() local 344 int rc = 0; in crop_get_setting_xsize() local 371 int rc = 0; in crop_get_setting_ysize() local [all …]
|
| D | sbuf_func.c | 286 int rc; in sbuf_mgr_init() local 352 int rc = 0; in update_cur_calibration_to_sbuf() local 400 uint32_t rc = 0; in sbuf_mgr_item_count_in_using() local 434 uint32_t rc = 1; in sbuf_calibration_is_ready_to_update() local 448 int rc = 0; in sbuf_calibration_init() local 518 int rc; in sbuf_ctx_init() local 680 int rc = 0; in sbuf_update_ae_idx() local 776 int rc = 0; in sbuf_update_awb_idx() local 827 int rc = 0; in sbuf_update_af_idx() local 877 int rc = 0; in sbuf_update_gamma_idx() local [all …]
|
| D | acamera_ctrl_channel_k2u.c | 63 int rc; in ctrl_channel_fops_open() local 97 int rc; in ctrl_channel_fops_release() local 129 int rc; in ctrl_channel_fops_write() local 154 int rc = 0; in ctrl_channel_fops_read() local 179 int rc; in ctrl_channel_fops_ioctl() local 218 int rc; in ctrl_compat_ioctl() local 285 int rc = 0; in ctrl_channel_read() local 306 int rc; in ctrl_channel_write() local 326 int rc; in ctrl_channel_init() local 383 uint8_t rc = 0; in is_uf_needed_command() local
|
| /device/board/osware/imx8mm/drivers/camera/driver_adapter/src/ |
| D | v4l2_fileformat.cpp | 90 RetCode rc = RC_OK; in V4L2GetFmtDescs() local 117 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2GetCapability() local 158 int rc = ioctl(fd, VIDIOC_G_FMT, &fmt); in V4L2GetFmt() local 204 int rc = ioctl(fd, VIDIOC_S_FMT, &fmt); in V4L2SetFmt() local 226 int rc = ioctl(fd, VIDIOC_G_CROP, &crop); in V4L2GetCrop() local 258 int rc = ioctl(fd, VIDIOC_S_CROP, &crop); in V4L2SetCrop() local 280 int rc = ioctl(fd, VIDIOC_CROPCAP, &cropcap); in V4L2GetCropCap() local 308 int rc = 0; in V4L2OpenDevice() local 335 int rc = 0; in V4L2MatchDevice() local 372 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2SearchBufType() local
|
| D | v4l2_dev.cpp | 129 int rc, fd; in ReqBuffers() local 156 int rc, fd; in CreatBuffer() local 188 int rc, fd; in QueueBuffer() local 213 int rc = 0; in ReleaseBuffers() local 237 int nfds, rc; in loopBuffers() local 315 int rc, fd; in StartStream() local 358 int rc, fd; in StopStream() local 407 int rc = 0; in UpdateSetting() local 456 int rc = 0; in QuerySetting() local 547 int fd, rc; in GetControls() local [all …]
|
| /device/board/unionman/unionpi_tiger/hardware/camera/driver_adapter/src/ |
| D | v4l2_fileformat.cpp | 87 RetCode rc = RC_OK; in V4L2GetFmtDescs() local 114 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2GetCapability() local 155 int rc = ioctl(fd, VIDIOC_G_FMT, &fmt); in V4L2GetFmt() local 207 int rc = ioctl(fd, VIDIOC_S_FMT, &fmt); in V4L2SetFmt() local 229 int rc = ioctl(fd, VIDIOC_G_CROP, &crop); in V4L2GetCrop() local 261 int rc = ioctl(fd, VIDIOC_S_CROP, &crop); in V4L2SetCrop() local 283 int rc = ioctl(fd, VIDIOC_CROPCAP, &cropcap); in V4L2GetCropCap() local 311 int rc = 0; in V4L2OpenDevice() local 338 int rc = 0; in V4L2MatchDevice() local 375 int rc = ioctl(fd, VIDIOC_QUERYCAP, &cap); in V4L2SearchBufType() local
|
| D | v4l2_dev.cpp | 229 int rc, fd; in ReqBuffers() local 256 int rc, fd; in CreatBuffer() local 288 int rc, fd; in QueueBuffer() local 313 int rc = 0; in ReleaseBuffers() local 337 int nfds, rc; in loopBuffers() local 422 int rc, fd; in StartStream() local 465 int rc, fd; in StopStream() local 514 int rc = 0; in UpdateSetting() local 568 int rc = 0; in QuerySetting() local 662 int fd, rc; in GetControls() local [all …]
|
| /device/board/osware/imx8mm/drivers/camera/device_manager/src/ |
| D | sensor_controller.cpp | 41 RetCode rc = RC_OK; in PowerUp() local 52 RetCode rc = RC_OK; in PowerDown() local 73 RetCode rc = RC_OK; in Start() local 89 RetCode rc = RC_OK; in Stop() local 137 RetCode rc = GetAbilityMetaData(meta); in BufferCallback() local 182 RetCode rc = GetAEMetaData(meta); in GetSensorMetaData() local 198 RetCode rc = RC_ERROR; in GetAEMetaData() local 229 RetCode rc = RC_ERROR; in GetAWBMetaData() local 264 RetCode rc = SendAEMetaData(data); in SendSensorMetaData() local 279 RetCode rc = RC_OK; in SendAEMetaData() local [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/driver/sensor/ |
| D | V4L2_drv.c | 96 int32_t rc = 0; in sensor_update_parameters() local 212 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_ALLOC_AGAIN, &settings ); in sensor_alloc_analog_gain() local 239 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_ALLOC_DGAIN, &settings ); in sensor_alloc_digital_gain() local 268 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_ALLOC_IT, &settings ); in sensor_alloc_integration_time() local 295 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_IR_CUT_SET, &settings ); in sensor_ir_cut_set() local 317 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_UPDATE_EXP, &settings ); in sensor_update() local 339 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_SET_TEST_PATTERN, &settings ); in sensor_test_pattern() local 362 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_GET_ID, &settings ); in sensor_get_id() local 389 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_SET_PRESET, &settings ); in sensor_set_mode() local 432 int rc = v4l2_subdev_call( sd, core, ioctl, SOC_SENSOR_READ_REG, &settings ); in read_register() local [all …]
|
| /device/board/isoftstone/yangfan/common/mqtt/mqttclient_c/src/ |
| D | MQTTClient.c | 37 int rc = FAILURE, in sendPacket() local 108 int rc = MQTTPACKET_READ_ERROR; in decodePacket() local 134 int rc = c->ipstack->mqttread(c->ipstack, c->readbuf, 1, TimerLeftMS(timer)); in readPacket() local 217 int rc = FAILURE; in deliverMessage() local 248 int rc = SUCCESS; in keepalive() local 311 rc = SUCCESS; in cycle() local 398 int rc = SUCCESS; in MQTTYield() local 452 int rc = FAILURE; in waitfor() local 471 int rc = FAILURE; in MQTTConnectWithResults() local 532 int rc = FAILURE; in MQTTSetMessageHandler() local [all …]
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/store/config/src/ |
| D | ble_store_config.c | 154 int rc; in ble_store_config_write_our_sec() local 202 int rc; in ble_store_config_delete_sec() local 219 int rc; in ble_store_config_delete_our_sec() local 231 int rc; in ble_store_config_delete_peer_sec() local 259 int rc; in ble_store_config_write_peer_sec() local 325 int rc; in ble_store_config_delete_cccd() local 372 int rc; in ble_store_config_read() local 417 int rc; in ble_store_config_write() local 439 int rc; in ble_store_config_delete() local 461 int rc; in ble_store_config_flush() local
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/ |
| D | system_chardev.c | 55 int rc; in isp_fops_open() local 97 int rc; in isp_fops_release() local 128 int rc; in isp_fops_write() local 157 int rc; in isp_fops_read() local 209 int rc; in isp_dev_context_init() local 254 int rc; in system_chardev_init() local 276 int rc; in system_chardev_read() local 307 int rc; in system_chardev_write() local
|
| /device/soc/esp/esp32/components/nvs_flash/src/ |
| D | nvs_page.cpp | 47 auto rc = mPartition->read_raw(mBaseAddress, &header, sizeof(header)); in load() local 158 auto rc = mPartition->write(getEntryAddress(mNextFreeEntry), buf, size); in writeEntryData() local 282 esp_err_t rc = findItem(nsIndex, datatype, key, index, item, chunkIdx, chunkStart); in readItem() local 333 esp_err_t rc = findItem(nsIndex, datatype, key, index, item, chunkIdx, chunkStart); in cmpItem() local 380 esp_err_t rc = findItem(nsIndex, datatype, key, index, item, chunkIdx, chunkStart); in eraseItem() local 402 auto rc = readEntry(index, item); in eraseEntryAndSpan() local 433 auto rc = alterEntryState(index, EntryState::ERASED); in eraseEntryAndSpan() local 527 auto rc = mPartition->read_raw(mBaseAddress + ENTRY_TABLE_OFFSET, mEntryTable.data(), in mLoadEntryTable() local 566 auto rc = mPartition->read_raw(entryAddress, &header, sizeof(header)); in mLoadEntryTable() local 731 auto rc = mPartition->write_raw(mBaseAddress, &header, sizeof(header)); in initialize() local [all …]
|
| /device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/ |
| D | MQTTClient.h | 72 int rc; member 382 int rc = FAILURE, in sendPacket() local 423 int rc = MQTTPACKET_READ_ERROR; in decodePacket() local 450 int rc = FAILURE; in readPacket() local 529 int rc = FAILURE; in deliverMessage() local 561 int rc = SUCCESS; in yield() local 583 rc = SUCCESS; in cycle() local 682 int rc = SUCCESS; in keepalive() local 717 int rc = FAILURE; in waitfor() local 735 int rc = FAILURE; in connect() local [all …]
|