| /device/soc/rockchip/common/sdk_linux/scripts/dtc/ |
| D | checks.c | 61 …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/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_memory.c | 438 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()
|
| D | mali_memory_virtual.c | 32 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
|
| D | mali_memory_block_alloc.c | 32 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()
|
| D | mali_memory_defer_bind.h | 31 struct list_head node; /*dlist node in bind manager */ member 43 struct list_head node; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_memory.c | 436 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()
|
| D | mali_memory_virtual.c | 32 …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
|
| D | mali_memory_block_alloc.c | 30 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()
|
| D | mali_memory_defer_bind.h | 31 struct list_head node; /* dlist node in bind manager */ member 42 struct list_head node; member
|
| /device/board/hihope/rk3568/audio_drivers/headset_monitor/src/ |
| D | analog_headset_core.c | 91 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/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
| D | rk_list.cpp | 41 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/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| D | los_list.h | 139 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/ |
| D | hi_list.h | 48 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/ |
| D | of_regulator.c | 278 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/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| D | drm_debugfs.c | 53 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
|
| /device/soc/rockchip/rk3588/kernel/drivers/pinctrl/ |
| D | core.h | 43 struct list_head node; member 78 struct list_head node; member 93 struct list_head node; member 132 struct list_head node; member 180 struct list_head node; member
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/base/include/ |
| D | los_memory_pri.h | 70 #define OS_MEM_TASKID_SET(node, ID) \ argument 78 #define OS_MEM_TASKID_GET(node) ((UINT32)(UINTPTR)(((LosMemDynNode *)(node))->freeNodeInfo.pstNext)… argument 95 #define OS_MEM_IS_NODE_NEXT_EXIST(node, poolInfo) (((UINT32)(node) + (node)->sizeAndFlag) < \ argument 99 #define OS_MEM_NEXT_NODE(node) ((LosMemDynNode *)((UINT8 *)(node) + OS_MEM_NODE_GET_SIZE((node)->si… argument
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| D | osal_notifier.c | 31 struct osal_list_head node; member 83 struct nb_node *node = NULL; in osal_register_reboot_notifier() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_logo.c | 39 static struct drm_crtc *find_crtc_by_node(struct drm_device *drm_dev, struct device_node *node) in find_crtc_by_node() 59 …ct rockchip_drm_sub_dev *find_sub_dev_by_node(struct drm_device *drm_dev, struct device_node *node) in find_sub_dev_by_node() 77 … rockchip_drm_sub_dev *find_sub_dev_by_bridge(struct drm_device *drm_dev, struct device_node *node) in find_sub_dev_by_bridge() 198 struct device_node *node; in init_loader_memory() local 285 …ruct drm_framebuffer *get_framebuffer_by_node(struct drm_device *drm_dev, struct device_node *node) in get_framebuffer_by_node()
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_logo.c | 40 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() 192 struct device_node *node; in init_loader_memory() local 272 get_framebuffer_by_node(struct drm_device *drm_dev, struct device_node *node) in get_framebuffer_by_node()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_list.h | 54 __attribute__((always_inline)) static inline hi_void hi_list_head_insert(hi_list *node, hi_list *li… in hi_list_head_insert() 66 __attribute__((always_inline)) static inline hi_void hi_list_tail_insert(hi_list *node, hi_list *li… in hi_list_tail_insert() 75 __attribute__((always_inline)) static inline hi_void hi_list_delete(hi_list *node) in hi_list_delete()
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
| D | rga2_debugger.c | 137 struct rga_debugger_node *node = priv->private; in rga_debugger_write() local 149 struct rga_debugger_node *node = inode->i_private; in rga_debugfs_open() local 274 struct rga_debugger_node *node = PDE_DATA(inode); in rga_procfs_open() local
|
| /device/soc/hisilicon/common/platform/timer/ |
| D | timer_hi35xx.c | 434 …tic int32_t TimerHi35xxReadHcs(struct TimerHi35xxInfo *info, const struct DeviceResourceNode *node) in TimerHi35xxReadHcs() 492 static int32_t TimerHi35xxInitHandle(const struct DeviceResourceNode *node, struct TimerHi35xxInfo … in TimerHi35xxInitHandle() 549 …32_t TimerHi35xxParseAndInit(struct HdfDeviceObject *device, const struct DeviceResourceNode *node) in TimerHi35xxParseAndInit() 613 static void TimerHi35xxRemoveById(const struct DeviceResourceNode *node) in TimerHi35xxRemoveById()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_trace_gpu_mem.c | 60 struct rb_node *node = tree->rb_node; in kbase_delete_dma_buf_mapping() local 109 struct rb_node *node = root->rb_node; in kbase_capture_dma_buf_mapping() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_trace_gpu_mem.c | 59 struct rb_node *node = tree->rb_node; in kbase_delete_dma_buf_mapping() local 107 struct rb_node *node = root->rb_node; in kbase_capture_dma_buf_mapping() local
|