Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 239) sorted by relevance

12345678910

/device/board/osware/imx8mm/drivers/camera/driver_adapter/test/main_test/
Dohos_camera_demo.cpp843 camera_metadata_item_t entry; in GetFaceDetectMode() local
858 camera_metadata_item_t entry; in GetFocalLength() local
873 camera_metadata_item_t entry; in GetAvailableFocusModes() local
896 camera_metadata_item_t entry; in GetAvailableExposureModes() local
919 camera_metadata_item_t entry; in GetExposureCompensationRange() local
943 camera_metadata_item_t entry; in GetExposureCompensationSteps() local
960 camera_metadata_item_t entry; in GetAvailableMeterModes() local
983 camera_metadata_item_t entry; in GetAvailableFlashModes() local
1006 camera_metadata_item_t entry; in GetMirrorSupported() local
1022 camera_metadata_item_t entry; in GetStreamBasicConfigurations() local
[all …]
/device/soc/esp/esp32/components/bt/common/osi/
Dconfig.c144 entry_t *entry = list_node(node); in config_has_key_in_section() local
162 entry_t *entry = entry_find(config, section, key); in config_get_int() local
178 entry_t *entry = entry_find(config, section, key); in config_get_bool() local
199 entry_t *entry = entry_find(config, section, key); in config_get_string() local
240 entry_t *entry = list_node(node); in config_set_string() local
248 entry_t *entry = entry_new(key, value); in config_set_string() local
273 entry_t *entry = entry_find(config, section, key); in config_remove_key() local
324 const entry_t *entry = (const entry_t *)list_node(enode); in get_config_size() local
433 const entry_t *entry = (const entry_t *)list_node(enode); in config_save() local
683 entry_t *entry = osi_calloc(sizeof(entry_t)); in entry_new() local
[all …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/
Dble_att_svr.c64 struct ble_att_svr_entry *entry; in ble_att_svr_entry_alloc() local
73 static void ble_att_svr_entry_free(struct ble_att_svr_entry *entry) in ble_att_svr_entry_free()
105 struct ble_att_svr_entry *entry; in ble_att_svr_register() local
147 struct ble_att_svr_entry *entry; in ble_att_svr_find_by_handle() local
178 struct ble_att_svr_entry *entry; in ble_att_svr_find_by_uuid() local
225 struct ble_att_svr_entry *entry, in ble_att_svr_check_perms()
350 struct ble_att_svr_entry *entry, in ble_att_svr_read()
386 struct ble_att_svr_entry *entry, in ble_att_svr_read_flat()
427 struct ble_att_svr_entry *entry; in ble_att_svr_read_handle() local
469 static int ble_att_svr_write(uint16_t conn_handle, struct ble_att_svr_entry *entry, in ble_att_svr_write()
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_mmu_mode_aarch64.c117 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr()
167 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate()
174 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte()
180 static void entry_invalidate(u64 *entry) in entry_invalidate()
Dmali_kbase_mmu_mode_lpae.c120 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr()
166 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate()
173 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte()
178 static void entry_invalidate(u64 *entry) in entry_invalidate()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_mmu_mode_aarch64.c106 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr()
158 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate()
163 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte()
168 static void entry_invalidate(u64 *entry) in entry_invalidate()
Dmali_kbase_mmu_mode_lpae.c107 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr()
154 static void entry_set_ate(u64 *entry, phys_addr_t phy, unsigned long flags) in entry_set_ate()
159 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte()
164 static void entry_invalidate(u64 *entry) in entry_invalidate()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/mmu/
Dmali_kbase_mmu_mode_aarch64.c102 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr()
162 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate()
171 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte()
176 static void entry_invalidate(u64 *entry) in entry_invalidate()
Dmali_kbase_mmu_mode_lpae.c115 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr()
171 static void entry_set_ate(u64 *entry, struct tagged_addr phy, unsigned long flags, int const level) in entry_set_ate()
176 static void entry_set_pte(u64 *entry, phys_addr_t phy) in entry_set_pte()
181 static void entry_invalidate(u64 *entry) in entry_invalidate()
/device/soc/esp/esp32/components/pthread/
Dpthread_local_storage.c100 key_entry_t *entry = find_key(key); in pthread_key_delete() local
129 value_entry_t *entry = SLIST_FIRST(tls); in pthread_local_storage_thread_deleted_callback() local
207 value_entry_t *entry = find_value(tls, key); in pthread_getspecific() local
237 value_entry_t *entry = find_value(tls, key); in pthread_setspecific() local
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_wlfc.c70 #define DHD_WLFC_QMON_COMPLETE(entry) dhd_qmon_txcomplete(&entry->qmon) argument
72 #define DHD_WLFC_QMON_COMPLETE(entry) argument
162 _dhd_wlfc_check_send_order(athost_wl_status_info_t* wlfc, wlfc_mac_descriptor_t* entry, void* p) in _dhd_wlfc_check_send_order()
181 _dhd_wlfc_check_complete_order(athost_wl_status_info_t* wlfc, wlfc_mac_descriptor_t* entry, void* p) in _dhd_wlfc_check_complete_order()
526 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_enque_afq() local
547 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_deque_afq() local
762 wlfc_mac_descriptor_t* entry = DHD_PKTTAG_ENTRY(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
952 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_rollback_packet_toq() local
1102 _dhd_wlfc_send_signalonly_packet(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, in _dhd_wlfc_send_signalonly_packet()
1157 _dhd_wlfc_traffic_pending_check(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, in _dhd_wlfc_traffic_pending_check()
[all …]
Dbcm_l2_filter.c63 parp_entry_t *entry; in bcm_l2_parp_dump_table() local
344 parp_entry_t *entry; in bcm_l2_filter_parp_modifyentry() local
392 parp_entry_t *entry; in bcm_l2_filter_parp_addentry() local
440 parp_entry_t *entry, *prev = NULL; in bcm_l2_filter_parp_delentry() local
495 parp_entry_t *entry; in bcm_l2_filter_parp_findentry() local
530 parp_entry_t *prev, *entry, *delentry; in bcm_l2_filter_arp_table_update() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_wlfc.c73 #define DHD_WLFC_QMON_COMPLETE(entry) argument
409 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_enque_afq() local
430 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_deque_afq() local
636 wlfc_mac_descriptor_t* entry = DHD_PKTTAG_ENTRY(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
823 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_rollback_packet_toq() local
964 _dhd_wlfc_send_signalonly_packet(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, in _dhd_wlfc_send_signalonly_packet()
1018 _dhd_wlfc_traffic_pending_check(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, in _dhd_wlfc_traffic_pending_check()
1064 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_enque_suppressed() local
1102 wlfc_mac_descriptor_t* entry, void** packet, int header_needed, uint32* slot) in _dhd_wlfc_pretx_pktprocess()
1235 wlfc_mac_descriptor_t* entry, int prec) in _dhd_wlfc_is_destination_open()
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_wlfc.c72 #define DHD_WLFC_QMON_COMPLETE(entry) argument
407 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_enque_afq() local
428 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_deque_afq() local
637 wlfc_mac_descriptor_t* entry = DHD_PKTTAG_ENTRY(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
827 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_rollback_packet_toq() local
976 _dhd_wlfc_send_signalonly_packet(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, in _dhd_wlfc_send_signalonly_packet()
1030 _dhd_wlfc_traffic_pending_check(athost_wl_status_info_t* ctx, wlfc_mac_descriptor_t* entry, in _dhd_wlfc_traffic_pending_check()
1076 wlfc_mac_descriptor_t* entry; in _dhd_wlfc_enque_suppressed() local
1115 wlfc_mac_descriptor_t* entry, void** packet, int header_needed, uint32* slot) in _dhd_wlfc_pretx_pktprocess()
1248 wlfc_mac_descriptor_t* entry, int prec) in _dhd_wlfc_is_destination_open()
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_wlfc.c73 #define DHD_WLFC_QMON_COMPLETE(entry) argument
403 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_enque_afq() local
425 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_deque_afq() local
642 wlfc_mac_descriptor_t *entry = DHD_PKTTAG_ENTRY(PKTTAG(p)); in _dhd_wlfc_find_table_entry() local
836 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_rollback_packet_toq() local
985 wlfc_mac_descriptor_t *entry, in _dhd_wlfc_send_signalonly_packet()
1040 wlfc_mac_descriptor_t *entry, in _dhd_wlfc_traffic_pending_check()
1088 wlfc_mac_descriptor_t *entry; in _dhd_wlfc_enque_suppressed() local
1129 wlfc_mac_descriptor_t *entry, in _dhd_wlfc_pretx_pktprocess()
1264 wlfc_mac_descriptor_t *entry, int prec) in _dhd_wlfc_is_destination_open()
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dsearch.h16 typedef struct entry { struct
17 char *key;
18 void *data;
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/mmu/
Dmali_kbase_mmu_mode_aarch64.c86 static phys_addr_t pte_to_phy_addr(u64 entry) in pte_to_phy_addr()
143 static void entry_set_ate(u64 *entry, in entry_set_ate()
202 static void entry_invalidate(u64 *entry) in entry_invalidate()
/device/soc/esp/esp32/components/xtensa/
Dxtensa_intr.c120 xt_handler_table_entry * entry; in xt_set_interrupt_handler() local
149 xt_handler_table_entry * entry; in xt_get_interrupt_handler_arg() local
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/arch/riscv/
Dpmp.c69 void pmp_tor_config(char entry, void* address, char pmp_cfg) in pmp_tor_config()
154 void pmp_napot_config(char entry, void* va, unsigned long size, char pmpcfg) in pmp_napot_config()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_beamforming.c101 struct _RT_BEAMFORM_STAINFO *entry = &beam_info->beamform_sta_info; in phydm_sta_info_init() local
338 struct _RT_BEAMFORMEE_ENTRY *entry = phydm_beamforming_get_free_bfee_entry(dm, idx); in beamforming_add_bfee_entry() local
414 struct _RT_BEAMFORMER_ENTRY *entry = phydm_beamforming_get_free_bfer_entry(dm, idx); in beamforming_add_bfer_entry() local
525 struct _RT_BEAMFORMEE_ENTRY *entry = &beam_info->beamformee_entry[beam_info->beamformee_cur_idx]; in beamforming_dym_period() local
1317 struct _RT_BEAMFORMEE_ENTRY *entry; in beamforming_start_v1() local
1382 struct _RT_BEAMFORMEE_ENTRY *entry; in beamforming_start_sw() local
1499 struct _RT_BEAMFORMEE_ENTRY *entry; in beamforming_start_fw() local
1523 struct _RT_BEAMFORMEE_ENTRY *entry = &beam_info->beamformee_entry[beam_info->beamformee_cur_idx]; in beamforming_check_sounding_success() local
1551 struct _RT_BEAMFORMEE_ENTRY *entry = &beam_info->beamformee_entry[beam_info->beamformee_cur_idx]; in phydm_beamforming_end_sw() local
1619 struct _RT_BEAMFORMEE_ENTRY *entry = &(beam_info->beamformee_entry[beam_info->beamformee_cur_idx]); in beamforming_timer_callback() local
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/key/
Dmulti_button.c201 BUTTON_S *entry = *curr; in button_stop() local
212 BUTTON_S *entry = NULL; in button_find_with_user_data() local
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_proc.c81 osal_proc_entry *entry = s->private; in osal_seq_show() local
126 static int osal_proc_cmd_call(osal_proc_entry *entry, unsigned int argc, char (*argv)[PROC_CMD_SING… in osal_proc_cmd_call()
147 osal_proc_entry *entry = NULL; in osal_proc_write() local
297 struct proc_dir_entry *entry = NULL; in osal_proc_create_entry() local
/device/soc/chipsea/cst85/liteos_m/sdk/modules/console/api/
Dlnx_list.h159 __STATIC_INLINE void __list_del_entry(struct list_head *entry) in __list_del_entry()
164 __STATIC_INLINE void list_del(struct list_head *entry) in list_del()
198 __STATIC_INLINE void list_del_init(struct list_head *entry) in list_del_init()
291 struct list_head *head, struct list_head *entry) in __list_cut_position()
317 struct list_head *head, struct list_head *entry) in list_cut_position()
/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/
Dhpm_pmp_drv.c331 hpm_stat_t pmp_config_entry(const pmp_entry_t *entry, uint32_t entry_index) in pmp_config_entry()
361 hpm_stat_t pmp_config(const pmp_entry_t *entry, uint32_t num_of_entries) in pmp_config()
/device/board/kaihong/khdvk_3566b/camera/pipeline_core/src/node/
Drk_exif_node.cpp98 camera_metadata_item_t entry; in SendMetadata() local
141 camera_metadata_item_t entry; in SetGpsInfoMetadata() local

12345678910