Home
last modified time | relevance | path

Searched refs:phandle (Results 1 - 22 of 22) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H A Dchecks.c456 cell_t phandle; in check_phandle_prop() local
473 /* "Set this node's phandle equal to some in check_phandle_prop()
474 * other node's phandle". That's nonsensical in check_phandle_prop()
478 /* But setting this node's phandle equal to its own in check_phandle_prop()
479 * phandle is allowed - that means allocate a unique in check_phandle_prop()
480 * phandle for this node, even if it's not otherwise in check_phandle_prop()
482 * we treat it as having no phandle data for now. */ in check_phandle_prop()
486 phandle = propval_cell(prop); in check_phandle_prop()
487 if ((phandle == 0) || (phandle in check_phandle_prop()
499 cell_t phandle, linux_phandle; check_explicit_phandles() local
577 cell_t phandle; fixup_phandle_references() local
1468 int phandle; check_property_phandle_args() local
1669 int irq_cells, phandle; check_interrupts_property() local
1839 int phandle; get_remote_endpoint() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DClients.h152 void* phandle; /* the persistence handle */ member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.h39 int kbase_mem_import(struct kbase_context *kctx, enum base_mem_import_type type, void __user *phandle, u32 padding,
H A Dmali_kbase_core_linux.c371 void __user *phandle; in kbase_legacy_dispatch() local
378 phandle = compat_ptr(mem_import->phandle.compat_value); in kbase_legacy_dispatch()
381 phandle = mem_import->phandle.value; in kbase_legacy_dispatch()
388 if (kbase_mem_import(kctx, (enum base_mem_import_type)mem_import->type, phandle, 0, &mem_import->gpu_va, in kbase_legacy_dispatch()
1561 void __user *phandle; in kbase_api_mem_import() local
1565 phandle = compat_ptr(import->in.phandle.compat_value); in kbase_api_mem_import()
1568 phandle in kbase_api_mem_import()
[all...]
H A Dmali_kbase_ioctl.h375 * @phandle: Handle to the external memory
387 union kbase_pointer phandle; member
H A Dmali_kbase_uku.h104 union kbase_pointer phandle; member
H A Dmali_kbase_mem_linux.c1306 int kbase_mem_import(struct kbase_context *kctx, enum base_mem_import_type type, void __user *phandle, u32 padding, argument
1346 if (get_user(id, (ump_secure_id __user *)phandle)) {
1357 if (get_user(fd, (int __user *)phandle)) {
1368 if (copy_from_user(&user_buffer, phandle, sizeof(user_buffer))) {
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_linux.h40 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages,
H A Dmali_kbase_core_linux.c368 void __user *phandle; in kbase_legacy_dispatch() local
374 phandle = compat_ptr(mem_import->phandle.compat_value); in kbase_legacy_dispatch()
377 phandle = mem_import->phandle.value; in kbase_legacy_dispatch()
387 phandle, in kbase_legacy_dispatch()
1623 void __user *phandle; in kbase_api_mem_import() local
1627 phandle = compat_ptr(import->in.phandle.compat_value); in kbase_api_mem_import()
1630 phandle in kbase_api_mem_import()
[all...]
H A Dmali_kbase_ioctl.h401 * @phandle: Handle to the external memory
413 union kbase_pointer phandle; member
H A Dmali_kbase_uku.h108 union kbase_pointer phandle; member
H A Dmali_kbase_mem_linux.c1293 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages,
1338 if (get_user(id, (ump_secure_id __user *)phandle))
1349 if (get_user(fd, (int __user *)phandle))
1361 if (copy_from_user(&user_buffer, phandle,
1292 kbase_mem_import(struct kbase_context *kctx, enum base_mem_import_type type, void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages, u64 *flags) global() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.h78 * @phandle: Handle to the external memory interpreted as per the type.
88 void __user *phandle, u32 padding, u64 *gpu_va,
H A Dmali_kbase_ioctl.h425 * @phandle: Handle to the external memory
437 __u64 phandle; member
H A Dmali_kbase_mem_linux.c1992 void __user *phandle, u32 padding, u64 *gpu_va,
2042 if (get_user(fd, (int __user *)phandle)) {
2052 if (copy_from_user(&user_buffer, phandle, sizeof(user_buffer))) {
1991 kbase_mem_import(struct kbase_context *kctx, enum base_mem_import_type type, void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages, u64 *flags) global() argument
H A Dmali_kbase_core_linux.c1271 kctx, import->in.type, u64_to_user_ptr(import->in.phandle), in kbase_api_mem_import()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_linux.h78 * @phandle: Handle to the external memory interpreted as per the type.
88 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages,
H A Dmali_kbase_mem_linux.c1953 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages,
2006 if (get_user(fd, (int __user *)phandle))
2017 if (copy_from_user(&user_buffer, phandle,
1952 kbase_mem_import(struct kbase_context *kctx, enum base_mem_import_type type, void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages, u64 *flags) global() argument
H A Dmali_kbase_core_linux.c1156 u64_to_user_ptr(import->in.phandle), in kbase_api_mem_import()
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_kbase_ioctl.h418 * @in.phandle: Handle to the external memory
429 __u64 phandle; member
/device/soc/rockchip/common/sdk_linux/drivers/video/backlight/
H A Dpwm_bl.c447 /* Not booted with device tree or no phandle link to the node */ in pwm_backlight_initial_power_state()
448 if (!node || !node->phandle) { in pwm_backlight_initial_power_state()
454 * phandle link pointing to the backlight node, it is safe to in pwm_backlight_initial_power_state()
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c3243 const __be32 *phandle; in rockchip_pinctrl_parse_groups() local
3255 phandle = list++; in rockchip_pinctrl_parse_groups()
3256 if (!phandle) { in rockchip_pinctrl_parse_groups()
3260 np_config = of_find_node_by_phandle(be32_to_cpup(phandle)); in rockchip_pinctrl_parse_groups()

Completed in 58 milliseconds