Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/device/soc/rockchip/common/sdk_linux/scripts/dtc/
Dchecks.c61 …check_msg(struct check *c, struct dt_info *dti, struct node *node, struct property *prop, const ch… in check_msg()
118 #define FAIL(c, dti, node, ...) … argument
125 #define FAIL_PROP(c, dti, node, prop, ...) … argument
132 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props()
192 static inline void check_always_fail(struct check *c, struct dt_info *dti, struct node *node) in check_always_fail()
198 static void check_is_string(struct check *c, struct dt_info *dti, struct node *node) in check_is_string()
215 static void check_is_string_list(struct check *c, struct dt_info *dti, struct node *node) in check_is_string_list()
242 static void check_is_cell(struct check *c, struct dt_info *dti, struct node *node) in check_is_cell()
263 static void check_duplicate_node_names(struct check *c, struct dt_info *dti, struct node *node) in check_duplicate_node_names()
277 static void check_duplicate_property_names(struct check *c, struct dt_info *dti, struct node *node) in check_duplicate_property_names()
[all …]
/device/soc/esp/esp32/components/bt/common/osi/
Dlist.c61 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_contains() local
75 for (list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_get_node() local
117 list_node_t *node = (list_node_t *)osi_calloc(sizeof(list_node_t)); in list_insert_after() local
136 list_node_t *node = (list_node_t *)osi_calloc(sizeof(list_node_t)); in list_prepend() local
155 list_node_t *node = (list_node_t *)osi_calloc(sizeof(list_node_t)); in list_append() local
191 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_remove() local
221 …for (list_node_t *prev = list->head, *node = list->head->next; node; prev = node, node = node->nex… in list_delete() local
236 for (list_node_t *node = list->head; node; ) { in list_clear() local
249 for (list_node_t *node = list->head; node; ) { in list_foreach() local
271 list_node_t *list_next(const list_node_t *node) in list_next()
[all …]
Dconfig.c140 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_has_key_in_section() local
143 …for (const list_node_t *node = list_begin(section->entries); node != list_end(section->entries); n… in config_has_key_in_section() local
239 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in config_set_string() local
298 const config_section_node_t *config_section_next(const config_section_node_t *node) in config_section_next()
304 const char *config_section_name(const config_section_node_t *node) in config_section_name()
318 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in get_config_size() local
415 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in config_save() local
671 …for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); n… in section_find() local
712 …for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = li… in entry_find() local
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
Dmali_memory.c438 void _mali_page_node_ref(struct mali_page_node *node) in _mali_page_node_ref()
452 void _mali_page_node_unref(struct mali_page_node *node) in _mali_page_node_unref()
465 void _mali_page_node_add_page(struct mali_page_node *node, struct page *page) in _mali_page_node_add_page()
472 void _mali_page_node_add_swap_item(struct mali_page_node *node, struct mali_swap_item *item) in _mali_page_node_add_swap_item()
478 void _mali_page_node_add_block_item(struct mali_page_node *node, mali_block_item *item) in _mali_page_node_add_block_item()
485 int _mali_page_node_get_ref_count(struct mali_page_node *node) in _mali_page_node_get_ref_count()
501 dma_addr_t _mali_page_node_get_dma_addr(struct mali_page_node *node) in _mali_page_node_get_dma_addr()
516 unsigned long _mali_page_node_get_pfn(struct mali_page_node *node) in _mali_page_node_get_pfn()
Dmali_memory_virtual.c32 struct mali_vma_node *node) in _mali_vma_offset_add_rb()
58 struct mali_vma_node *node) in mali_vma_offset_add()
80 struct mali_vma_node *node) in mali_vma_offset_remove()
97 struct mali_vma_node *node, *best; in mali_vma_offset_search() local
Dmali_memory_block_alloc.c32 u32 mali_mem_block_get_ref_count(mali_page_node *node) in mali_mem_block_get_ref_count()
43 u32 mali_mem_block_add_ref(mali_page_node *node) in mali_mem_block_add_ref()
53 u32 mali_mem_block_dec_ref(mali_page_node *node) in mali_mem_block_dec_ref()
216 void mali_mem_block_free_node(struct mali_page_node *node) in mali_mem_block_free_node()
237 _mali_osk_errcode_t mali_mem_block_unref_node(struct mali_page_node *node) in mali_mem_block_unref_node()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
Dmali_memory.c436 void _mali_page_node_ref(struct mali_page_node *node) in _mali_page_node_ref()
450 void _mali_page_node_unref(struct mali_page_node *node) in _mali_page_node_unref()
462 void _mali_page_node_add_page(struct mali_page_node *node, struct page *page) in _mali_page_node_add_page()
468 void _mali_page_node_add_swap_item(struct mali_page_node *node, struct mali_swap_item *item) in _mali_page_node_add_swap_item()
474 void _mali_page_node_add_block_item(struct mali_page_node *node, mali_block_item *item) in _mali_page_node_add_block_item()
480 int mali_page_node_get_ref_count(struct mali_page_node *node) in mali_page_node_get_ref_count()
495 dma_addr_t _mali_page_node_get_dma_addr(struct mali_page_node *node) in _mali_page_node_get_dma_addr()
509 unsigned long _mali_page_node_get_pfn(struct mali_page_node *node) in _mali_page_node_get_pfn()
Dmali_memory_virtual.c32 …nline void _mali_vma_offset_add_rb(struct mali_allocation_manager *mgr, struct mali_vma_node *node) in _mali_vma_offset_add_rb()
58 int mali_vma_offset_add(struct mali_allocation_manager *mgr, struct mali_vma_node *node) in mali_vma_offset_add()
79 void mali_vma_offset_remove(struct mali_allocation_manager *mgr, struct mali_vma_node *node) in mali_vma_offset_remove()
96 struct mali_vma_node *node, *best; in mali_vma_offset_search() local
Dmali_memory_block_alloc.c30 u32 mali_mem_block_get_ref_count(mali_page_node *node) in mali_mem_block_get_ref_count()
40 u32 mali_mem_block_add_ref(mali_page_node *node) in mali_mem_block_add_ref()
50 u32 mali_mem_block_dec_ref(mali_page_node *node) in mali_mem_block_dec_ref()
216 void mali_mem_block_free_node(struct mali_page_node *node) in mali_mem_block_free_node()
237 mali_osk_errcode_t mali_mem_block_unref_node(struct mali_page_node *node) in mali_mem_block_unref_node()
/device/board/hihope/rk3568/audio_drivers/headset_monitor/src/
Danalog_headset_core.c91 static int32_t LinuxReadMicConfig(struct device_node *node, struct HeadsetPdata *pdata) in LinuxReadMicConfig()
123 static int32_t LinuxReadConfig(struct device_node *node, struct HeadsetPdata *pdata) in LinuxReadConfig()
171 const struct DeviceResourceNode *node, struct HeadsetPdata *pdata) in ReadHookModeConfig()
212 const struct DeviceResourceNode *node, struct HeadsetPdata *pdata) in ReadMicConfig()
244 static int32_t ReadConfig(const struct DeviceResourceNode *node, struct HeadsetPdata *pdata) in ReadConfig()
340 struct device_node *node = pdev->dev.of_node; in AudioHeadsetProbe() local
429 const struct DeviceResourceNode *node = NULL; in HdfHeadsetInit() local
/device/board/kaihong/khdvk_3566b/kernel/audio/headset_monitor/src/
Danalog_headset_core.c91 static int32_t LinuxReadMicConfig(struct device_node *node, struct HeadsetPdata *pdata) in LinuxReadMicConfig()
123 static int32_t LinuxReadConfig(struct device_node *node, struct HeadsetPdata *pdata) in LinuxReadConfig()
171 const struct DeviceResourceNode *node, struct HeadsetPdata *pdata) in ReadHookModeConfig()
212 const struct DeviceResourceNode *node, struct HeadsetPdata *pdata) in ReadMicConfig()
244 static int32_t ReadConfig(const struct DeviceResourceNode *node, struct HeadsetPdata *pdata) in ReadConfig()
340 struct device_node *node = pdev->dev.of_node; in AudioHeadsetProbe() local
429 const struct DeviceResourceNode *node = NULL; in HdfHeadsetInit() local
/device/soc/amlogic/a311d/soc/amlogic/media/common/codec_mm/configs/
Dconfigs.c31 int configs_inc_node_ref(struct mconfig_node *node) in configs_inc_node_ref()
36 int configs_dec_node_ref(struct mconfig_node *node) in configs_dec_node_ref()
41 static int configs_put_node(struct mconfig_node *node, int del_parent_ref, struct mconfig_node *roo… in configs_put_node()
225 int configs_init_new_node(struct mconfig_node *node, const char *name, int rw_flags) in configs_init_new_node()
297 struct mconfig_node *node, *start_node, *parent_node; in configs_get_node_path_end_node() local
354 int configs_register_configs(struct mconfig_node *node, struct mconfig *configs, int num) in configs_register_configs()
396 int configs_del_endnode(struct mconfig_node *parent, struct mconfig_node *node) in configs_del_endnode()
422 static struct mconfig *configs_get_node_config(struct mconfig_node *node, char *name) in configs_get_node_config()
565 static char *configs_build_prefix(struct mconfig_node *node, const char *prefix, int mode, char *bu… in configs_build_prefix()
586 static int configs_list_node_configs_locked(struct mconfig_node *node, char *buf, int size, const c… in configs_list_node_configs_locked()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/common/codec_mm/configs/
Dconfigs.c32 struct mconfig_node *node) in configs_inc_node_ref()
38 struct mconfig_node *node) in configs_dec_node_ref()
43 static int configs_put_node(struct mconfig_node *node, in configs_put_node()
225 int configs_init_new_node(struct mconfig_node *node, in configs_init_new_node()
300 struct mconfig_node *node, *start_node, *parent_node; in configs_get_node_path_end_node() local
360 int configs_register_configs(struct mconfig_node *node, in configs_register_configs()
406 struct mconfig_node *node) in configs_del_endnode()
431 struct mconfig_node *node, char *name) in configs_get_node_config()
574 struct mconfig_node *node, in configs_build_prefix()
600 struct mconfig_node *node, in configs_list_node_configs_locked()
[all …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/
Dslist.h244 static inline sys_snode_t *sys_slist_peek_next_no_check(sys_snode_t *node) in sys_slist_peek_next_no_check()
256 static inline sys_snode_t *sys_slist_peek_next(sys_snode_t *node) in sys_slist_peek_next()
270 sys_snode_t *node) in sys_slist_prepend()
289 sys_snode_t *node) in sys_slist_append()
353 sys_snode_t *node) in sys_slist_insert()
377 sys_snode_t *node = list->head; in sys_slist_get_not_empty() local
413 sys_snode_t *node) in sys_slist_remove()
445 sys_snode_t *node) in sys_slist_find_and_remove()
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
Drk_list.cpp41 static inline void list_node_init(rk_list_node *node) in list_node_init()
46 static inline void list_node_init_with_key_and_size(rk_list_node *node, RK_U32 key, RK_S32 size) in list_node_init_with_key_and_size()
55 rk_list_node *node = (rk_list_node*)malloc(sizeof(rk_list_node) + size); in create_list() local
91 rk_list_node *node = create_list(data, size, 0); in add_at_head() local
109 rk_list_node *node = create_list(data, size, 0); in add_at_tail() local
122 static void release_list(rk_list_node*node, void *data, RK_S32 size) in release_list()
145 static inline void rk_list_del_init(rk_list_node *node) in rk_list_del_init()
151 static inline void _list_del_node_no_lock(rk_list_node *node, void *data, RK_S32 size) in _list_del_node_no_lock()
231 rk_list_node* node = head->next; in flush() local
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/
Dof_service.c20 struct device_node *node; in get_node_by_name() local
39 struct property *get_property_by_name(struct device_node *node, char *property_name, int *property_… in get_property_by_name()
55 struct property *get_property_by_index(struct device_node *node, char *config_start, int index) in get_property_by_index()
73 int insert_property(struct device_node *node, struct property **new_pp, char *reference_name, int i… in insert_property()
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dnodes.c50 struct bt_mesh_node *node = &bt_mesh.nodes[i]; in addr_is_free() local
107 struct bt_mesh_node *node = &bt_mesh.nodes[i]; in bt_mesh_node_find() local
134 struct bt_mesh_node *node = &bt_mesh.nodes[i]; in bt_mesh_node_alloc() local
147 void bt_mesh_node_del(struct bt_mesh_node *node, bool store) in bt_mesh_node_del()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/sunxi_device/
Dsunxi_common.c189 struct device_node *node; in sunxi_drm_sys_pin_set_state() local
236 int sunxi_drm_get_sys_item_int(struct device_node *node, in sunxi_drm_get_sys_item_int()
243 int sunxi_drm_get_sys_item_char(struct device_node *node, in sunxi_drm_get_sys_item_char()
258 int sunxi_drm_get_sys_item_gpio(struct device_node *node, in sunxi_drm_get_sys_item_gpio()
280 struct device_node *node = NULL; in sunxi_drm_get_name_node() local
322 struct device_node *node; in disp_sys_script_get_item() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_list.h139 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListAdd(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListAdd()
166 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListTailInsert(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListTailInsert()
190 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListHeadInsert(LOS_DL_LIST *list, LOS_DL_LIST *node) in LOS_ListHeadInsert()
214 LITE_OS_SEC_ALW_INLINE STATIC_INLINE VOID LOS_ListDelete(LOS_DL_LIST *node) in LOS_ListDelete()
243 LITE_OS_SEC_ALW_INLINE STATIC_INLINE BOOL LOS_ListEmpty(const LOS_DL_LIST *node) in LOS_ListEmpty()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_list.h48 static inline hi_void hi_list_head_insert(hi_list *node, hi_list *list) in hi_list_head_insert()
60 __attribute__((always_inline)) static inline hi_void hi_list_head_insert_optimize(hi_list *node, hi… in hi_list_head_insert_optimize()
72 static inline hi_void hi_list_tail_insert(hi_list *node, hi_list *list) in hi_list_tail_insert()
81 __attribute__((always_inline)) static inline hi_void hi_list_tail_insert_optimize(hi_list *node, hi… in hi_list_tail_insert_optimize()
90 static inline hi_void hi_list_delete(hi_list *node) in hi_list_delete()
106 __attribute__((always_inline)) static inline hi_void hi_list_delete_optimize(hi_list *node) in hi_list_delete_optimize()
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
Dof_regulator.c278 struct regulator_init_data *of_get_regulator_init_data(struct device *dev, struct device_node *node, in of_get_regulator_init_data()
333 int of_regulator_match(struct device *dev, struct device_node *node, struct of_regulator_match *mat… in of_regulator_match()
440 … struct regulator_config *config, struct device_node **node) in regulator_of_get_init_data()
494 struct device_node *node = rdev->dev.of_node; in of_get_n_coupled() local
548 struct device_node *node = rdev->dev.of_node; in of_check_coupling_data() local
615 struct device_node *node = rdev->dev.of_node; in of_parse_coupled_regulator() local
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/
Damlsd.h82 #define SD_PARSE_U32_PROP_HEX(node, prop_name, prop, value) do { \ argument
93 #define SD_PARSE_U32_PROP_DEC(node, prop_name, prop, value) do { \ argument
104 #define SD_PARSE_GPIO_NUM_PROP(node, prop_name, str, gpio_pin) {\ argument
116 #define SD_PARSE_STRING_PROP(node, prop_name, str, prop) {\ argument
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_logo.c40 find_crtc_by_node(struct drm_device *drm_dev, struct device_node *node) in find_crtc_by_node()
58 find_sub_dev_by_node(struct drm_device *drm_dev, struct device_node *node) in find_sub_dev_by_node()
75 find_sub_dev_by_bridge(struct drm_device *drm_dev, struct device_node *node) in find_sub_dev_by_bridge()
124 static void rockchip_drm_release_reserve_vm(struct drm_device *drm, struct drm_mm_node *node) in rockchip_drm_release_reserve_vm()
135 struct drm_mm_node *node, u64 size, u64 offset) in rockchip_drm_reserve_vm()
219 struct device_node *node; in init_loader_memory() local
315 get_framebuffer_by_node(struct drm_device *drm_dev, struct device_node *node) in get_framebuffer_by_node()
/device/soc/esp/esp32/components/nvs_flash/src/
Dintrusive_list.h119 void push_back(T* node) in push_back()
133 void push_front(T* node) in push_front()
177 void insert(iterator next, T* node) in insert()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_debugfs.c53 struct drm_info_node *node = (struct drm_info_node *)m->private; in drm_name_info() local
78 struct drm_info_node *node = (struct drm_info_node *)m->private; in drm_clients_info() local
116 struct drm_info_node *node = (struct drm_info_node *)m->private; in drm_gem_name_info() local
137 struct drm_info_node *node = inode->i_private; in drm_debugfs_open() local
247 struct drm_info_node *node, *tmp; in drm_debugfs_remove_all_files() local

12345678910>>...20