Home
last modified time | relevance | path

Searched refs:phandle (Results 1 – 25 of 28) sorted by relevance

12

/device/board/kaihong/khdvk_3566b/kernel/
Drk3566-rp-kh.dts73 phandle = <0xa8>;
130 phandle = <0x09>;
141 phandle = <0x0a>;
152 phandle = <0x0b>;
163 phandle = <0x0c>;
176 phandle = <0x04>;
200 phandle = <0x03>;
347 phandle = <0x02>;
362 phandle = <0x6a>;
378 phandle = <0x10>;
[all …]
/device/soc/amlogic/a311d/soc/amlogic/unifykey/
Defuse.c729 const phandle *phandle; in key_item_parse_dt() local
738 phandle = of_get_property(np_efusekey, propname, NULL); in key_item_parse_dt()
739 if (!phandle) { in key_item_parse_dt()
744 np_key = of_find_node_by_phandle(be32_to_cpup(phandle)); in key_item_parse_dt()
784 const phandle *phandle; in get_efusekey_info() local
789 phandle = of_get_property(np, "key", NULL); in get_efusekey_info()
790 if (!phandle) { in get_efusekey_info()
795 np_efusekey = of_find_node_by_phandle(be32_to_cpup(phandle)); in get_efusekey_info()
838 const phandle *phandle; in check_item_parse_dt() local
847 phandle = of_get_property(np_efusecheck, propname, NULL); in check_item_parse_dt()
[all …]
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
Dchecks.c456 cell_t phandle; in check_phandle_prop() local
486 phandle = propval_cell(prop); in check_phandle_prop()
487 if ((phandle == 0) || (phandle == -1)) { in check_phandle_prop()
488 FAIL_PROP(c, dti, node, prop, "bad value (0x%x) in %s property", phandle, prop->name); in check_phandle_prop()
492 return phandle; in check_phandle_prop()
499 cell_t phandle, linux_phandle; in check_explicit_phandles() local
502 assert(!node->phandle); in check_explicit_phandles()
504 phandle = check_phandle_prop(c, dti, node, "phandle"); in check_explicit_phandles()
507 if (!phandle && !linux_phandle) { in check_explicit_phandles()
512 if (linux_phandle && phandle && (phandle != linux_phandle)) { in check_explicit_phandles()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/include/linux/
Dof.h28 typedef u32 phandle; typedef
53 phandle phandle; member
93 phandle phandle; member
285 extern struct device_node *of_find_node_by_phandle(phandle handle);
621 static inline struct device_node *of_find_node_by_phandle(phandle handle) in of_find_node_by_phandle()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DClients.h152 void* phandle; /* the persistence handle */ member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_mem_linux.h40 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages,
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 = import->in.phandle.value; in kbase_api_mem_import()
1634 phandle, in kbase_api_mem_import()
Dmali_kbase_uku.h108 union kbase_pointer phandle; member
Dmali_kbase_ioctl.h413 union kbase_pointer phandle; member
Dmali_kbase_mem_linux.c1293 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages, argument
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,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_mem_linux.h39 …port(struct kbase_context *kctx, enum base_mem_import_type type, void __user *phandle, u32 padding,
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->g… 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 = import->in.phandle.value; in kbase_api_mem_import()
1570 ret = kbase_mem_import(kctx, import->in.type, phandle, import->in.padding, &import->out.gpu_va, in kbase_api_mem_import()
Dmali_kbase_ioctl.h387 union kbase_pointer phandle; member
Dmali_kbase_uku.h104 union kbase_pointer phandle; member
Dmali_kbase_mem_linux.c1306 …port(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/bifrost/
Dmali_kbase_mem_linux.h88 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages,
Dmali_kbase_mem_linux.c1953 void __user *phandle, u32 padding, u64 *gpu_va, u64 *va_pages, argument
2006 if (get_user(fd, (int __user *)phandle))
2017 if (copy_from_user(&user_buffer, phandle,
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
Dmali_kbase_mem_linux.h88 void __user *phandle, u32 padding, u64 *gpu_va,
Dmali_kbase_ioctl.h437 __u64 phandle; member
Dmali_kbase_mem_linux.c1992 void __user *phandle, u32 padding, u64 *gpu_va, argument
2042 if (get_user(fd, (int __user *)phandle)) {
2052 if (copy_from_user(&user_buffer, phandle, sizeof(user_buffer))) {
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Drockchip_drm_backlight.c446 if (node && node->phandle && in rockchip_drm_backlight_probe()
454 if (node && node->phandle && !regulator_is_enabled(bl->power_supply)) in rockchip_drm_backlight_probe()
/device/soc/rockchip/rk3588/kernel/include/uapi/gpu/arm/bifrost/
Dmali_kbase_ioctl.h429 __u64 phandle; member
/device/soc/amlogic/a311d/soc/arch/arm64/boot/dts/amlogic/
Dmeson-unionpi-tiger.dtsi330 hdmi-phandle = <&hdmi_tx>;
337 hdmi-phandle = <&hdmi_tx>;
/device/soc/rockchip/common/sdk_linux/drivers/video/backlight/
Dpwm_bl.c448 if (!node || !node->phandle) { in pwm_backlight_initial_power_state()
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
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()

12