/linux/sound/soc/kirkwood/ |
H A D | armada-370-db.c | 111 a370db_dai[0].cpus->of_node = in a370db_probe() 112 of_parse_phandle(pdev->dev.of_node, in a370db_probe() 114 a370db_dai[0].platforms->of_node = a370db_dai[0].cpus->of_node; in a370db_probe() 116 a370db_dai[0].codecs->of_node = in a370db_probe() 117 of_parse_phandle(pdev->dev.of_node, in a370db_probe() 120 a370db_dai[1].cpus->of_node = a370db_dai[0].cpus->of_node; in a370db_probe() 121 a370db_dai[1].platforms->of_node = a370db_dai[0].cpus->of_node; in a370db_probe() [all...] |
/linux/drivers/gpu/drm/sysfb/ |
H A D | ofdrm.c | 143 static int display_read_u32_of(struct drm_device *dev, struct device_node *of_node, in display_read_u32_of() argument 146 int ret = of_property_read_u32(of_node, name, value); in display_read_u32_of() 153 static bool display_get_big_endian_of(struct drm_device *dev, struct device_node *of_node) in display_get_big_endian_of() argument 158 big_endian = !of_property_read_bool(of_node, "little-endian"); in display_get_big_endian_of() 160 big_endian = of_property_read_bool(of_node, "big-endian"); in display_get_big_endian_of() 166 static int display_get_width_of(struct drm_device *dev, struct device_node *of_node) in display_get_width_of() argument 169 int ret = display_read_u32_of(dev, of_node, "width", &width); in display_get_width_of() 176 static int display_get_height_of(struct drm_device *dev, struct device_node *of_node) in display_get_height_of() argument 179 int ret = display_read_u32_of(dev, of_node, "height", &height); in display_get_height_of() 186 static int display_get_depth_of(struct drm_device *dev, struct device_node *of_node) in display_get_depth_of() argument 196 display_get_linebytes_of(struct drm_device * dev,struct device_node * of_node) display_get_linebytes_of() argument 206 display_get_address_of(struct drm_device * dev,struct device_node * of_node) display_get_address_of() argument 223 display_get_edid_of(struct drm_device * dev,struct device_node * of_node,u8 buf[EDID_LENGTH]) display_get_edid_of() argument 241 display_get_model_of(struct drm_device * dev,struct device_node * of_node) display_get_model_of() argument 324 display_get_pci_dev_of(struct drm_device * dev,struct device_node * of_node) display_get_pci_dev_of() argument 358 struct device_node *of_node = pdev->dev.of_node; ofdrm_device_init_pci() local 422 get_cmap_address_of(struct ofdrm_device * odev,struct device_node * of_node,int bar_no,unsigned long offset,unsigned long size) get_cmap_address_of() argument 455 ofdrm_mach64_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_mach64_cmap_ioremap() argument 485 ofdrm_rage128_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_rage128_cmap_ioremap() argument 503 ofdrm_rage_m3a_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_rage_m3a_cmap_ioremap() argument 529 ofdrm_rage_m3b_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_rage_m3b_cmap_ioremap() argument 555 ofdrm_radeon_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_radeon_cmap_ioremap() argument 562 ofdrm_gxt2000_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_gxt2000_cmap_ioremap() argument 578 ofdrm_avivo_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_avivo_cmap_ioremap() argument 611 ofdrm_qemu_cmap_ioremap(struct ofdrm_device * odev,struct device_node * of_node,u64 fb_base) ofdrm_qemu_cmap_ioremap() argument 818 struct device_node *of_node = pdev->dev.of_node; ofdrm_device_create() local [all...] |
H A D | simpledrm.c | 112 simplefb_read_u32_of(struct drm_device *dev, struct device_node *of_node, in simplefb_read_u32_of() argument 115 int ret = of_property_read_u32(of_node, name, value); in simplefb_read_u32_of() 124 simplefb_read_string_of(struct drm_device *dev, struct device_node *of_node, in simplefb_read_string_of() argument 127 int ret = of_property_read_string(of_node, name, value); in simplefb_read_string_of() 136 simplefb_get_width_of(struct drm_device *dev, struct device_node *of_node) in simplefb_get_width_of() argument 139 int ret = simplefb_read_u32_of(dev, of_node, "width", &width); in simplefb_get_width_of() 147 simplefb_get_height_of(struct drm_device *dev, struct device_node *of_node) in simplefb_get_height_of() argument 150 int ret = simplefb_read_u32_of(dev, of_node, "height", &height); in simplefb_get_height_of() 158 simplefb_get_stride_of(struct drm_device *dev, struct device_node *of_node) in simplefb_get_stride_of() argument 161 int ret = simplefb_read_u32_of(dev, of_node, "strid in simplefb_get_stride_of() 169 simplefb_get_format_of(struct drm_device * dev,struct device_node * of_node) simplefb_get_format_of() argument 180 simplefb_get_memory_of(struct drm_device * dev,struct device_node * of_node) simplefb_get_memory_of() argument 277 struct device_node *of_node = pdev->dev.of_node; simpledrm_device_init_clocks() local 375 struct device_node *of_node = pdev->dev.of_node; simpledrm_device_init_regulators() local 600 struct device_node *of_node = pdev->dev.of_node; simpledrm_device_create() local [all...] |
/linux/sound/soc/rockchip/ |
H A D | rockchip_rt5645.c | 169 struct device_node *np = pdev->dev.of_node; in snd_rk_mc_probe() 174 rk_dailink.codecs->of_node = of_parse_phandle(np, in snd_rk_mc_probe() 176 if (!rk_dailink.codecs->of_node) { in snd_rk_mc_probe() 182 rk_dailink.cpus->of_node = of_parse_phandle(np, in snd_rk_mc_probe() 184 if (!rk_dailink.cpus->of_node) { in snd_rk_mc_probe() 191 rk_dailink.platforms->of_node = rk_dailink.cpus->of_node; in snd_rk_mc_probe() 210 of_node_put(rk_dailink.cpus->of_node); in snd_rk_mc_probe() 211 rk_dailink.cpus->of_node = NULL; in snd_rk_mc_probe() 213 of_node_put(rk_dailink.codecs->of_node); in snd_rk_mc_probe() [all...] |
H A D | rockchip_max98090.c | 363 rk_98090_headset_dev.dlc.of_node = of_parse_phandle( in rk_parse_headset_from_of() 365 if (!rk_98090_headset_dev.dlc.of_node) { in rk_parse_headset_from_of() 378 struct device_node *np = pdev->dev.of_node; in snd_rk_mc_probe() 393 * and hdmi codec in device property. Set their of_node accordingly. in snd_rk_mc_probe() 399 card->dai_link[DAILINK_MAX98090].codecs->of_node = np_audio; in snd_rk_mc_probe() 400 card->dai_link[DAILINK_HDMI].codecs->of_node = np_hdmi; in snd_rk_mc_probe() 401 card->dai_link[DAILINK_MAX98090].cpus->of_node = np_cpu; in snd_rk_mc_probe() 402 card->dai_link[DAILINK_MAX98090].platforms->of_node = np_cpu; in snd_rk_mc_probe() 403 card->dai_link[DAILINK_HDMI].cpus->of_node = np_cpu; in snd_rk_mc_probe() 404 card->dai_link[DAILINK_HDMI].platforms->of_node in snd_rk_mc_probe() [all...] |
H A D | rk3288_hdmi_analog.c | 122 if (of_property_present(dev->of_node, "rockchip,hp-det-gpios")) { in rk_init() 170 struct device_node *np = pdev->dev.of_node; in snd_rk_mc_probe() 192 rk_dailink.codecs[0].of_node = of_parse_phandle(np, in snd_rk_mc_probe() 195 if (!rk_dailink.codecs[0].of_node) { in snd_rk_mc_probe() 214 rk_dailink.cpus->of_node = of_parse_phandle(np, "rockchip,i2s-controller", in snd_rk_mc_probe() 216 if (!rk_dailink.cpus->of_node) { in snd_rk_mc_probe() 222 rk_dailink.platforms->of_node = rk_dailink.cpus->of_node; in snd_rk_mc_probe()
|
/linux/arch/powerpc/sysdev/ |
H A D | msi_bitmap.c | 80 if (!bmp->of_node) in msi_bitmap_reserve_dt_hwirqs() 83 p = of_get_property(bmp->of_node, "msi-available-ranges", &len); in msi_bitmap_reserve_dt_hwirqs() 86 "found on %pOF\n", bmp->of_node); in msi_bitmap_reserve_dt_hwirqs() 92 " property on %pOF\n", bmp->of_node); in msi_bitmap_reserve_dt_hwirqs() 113 struct device_node *of_node) in msi_bitmap_alloc() argument 139 bmp->of_node = of_node_get(of_node); in msi_bitmap_alloc() 149 of_node_put(bmp->of_node); in msi_bitmap_free() 163 /* of_node may be NULL */ in test_basics() 221 struct device_node of_node; in test_of_node() local [all...] |
/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_of.c | 126 int logicvc_of_property_parse_u32(struct device_node *of_node, in logicvc_of_property_parse_u32() argument 140 !of_property_read_bool(of_node, property->name)) in logicvc_of_property_parse_u32() 144 ret = of_property_read_string(of_node, property->name, &string); in logicvc_of_property_parse_u32() 153 ret = of_property_read_u32(of_node, property->name, &value); in logicvc_of_property_parse_u32() 167 void logicvc_of_property_parse_bool(struct device_node *of_node, in logicvc_of_property_parse_bool() argument 179 *target = of_property_read_bool(of_node, property->name); in logicvc_of_property_parse_bool() 182 bool logicvc_of_node_is_layer(struct device_node *of_node) in logicvc_of_node_is_layer() argument 184 return !of_node_cmp(of_node->name, "layer"); in logicvc_of_node_is_layer()
|
H A D | logicvc_drm.c | 93 struct device_node *of_node = dev->of_node; in logicvc_drm_config_parse() local 98 logicvc_of_property_parse_bool(of_node, LOGICVC_OF_PROPERTY_DITHERING, in logicvc_drm_config_parse() 100 logicvc_of_property_parse_bool(of_node, in logicvc_drm_config_parse() 103 logicvc_of_property_parse_bool(of_node, in logicvc_drm_config_parse() 107 ret = logicvc_of_property_parse_u32(of_node, in logicvc_drm_config_parse() 113 ret = logicvc_of_property_parse_u32(of_node, in logicvc_drm_config_parse() 119 ret = logicvc_of_property_parse_u32(of_node, in logicvc_drm_config_parse() 125 ret = logicvc_of_property_parse_u32(of_node, in logicvc_drm_config_parse() 131 layers_node = of_get_child_by_name(of_node, "layer in logicvc_drm_config_parse() 296 struct device_node *of_node = pdev->dev.of_node; logicvc_drm_probe() local [all...] |
/linux/sound/soc/mediatek/mt8173/ |
H A D | mt8173-rt5650-rt5514.c | 194 platform_node = of_parse_phandle(pdev->dev.of_node, in mt8173_rt5650_rt5514_dev_probe() 204 dai_link->platforms->of_node = platform_node; in mt8173_rt5650_rt5514_dev_probe() 207 mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node = in mt8173_rt5650_rt5514_dev_probe() 208 of_parse_phandle(pdev->dev.of_node, "mediatek,audio-codec", 0); in mt8173_rt5650_rt5514_dev_probe() 209 if (!mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node) { in mt8173_rt5650_rt5514_dev_probe() 215 mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node = in mt8173_rt5650_rt5514_dev_probe() 216 of_parse_phandle(pdev->dev.of_node, "mediatek,audio-codec", 1); in mt8173_rt5650_rt5514_dev_probe() 217 if (!mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node) { in mt8173_rt5650_rt5514_dev_probe() 223 mt8173_rt5650_rt5514_codec_conf[0].dlc.of_node = in mt8173_rt5650_rt5514_dev_probe() 224 mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node; in mt8173_rt5650_rt5514_dev_probe() [all...] |
H A D | mt8173-rt5650.c | 274 platform_node = of_parse_phandle(pdev->dev.of_node, in mt8173_rt5650_dev_probe() 284 dai_link->platforms->of_node = platform_node; in mt8173_rt5650_dev_probe() 287 mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node = in mt8173_rt5650_dev_probe() 288 of_parse_phandle(pdev->dev.of_node, "mediatek,audio-codec", 0); in mt8173_rt5650_dev_probe() 289 if (!mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node) { in mt8173_rt5650_dev_probe() 295 mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node = in mt8173_rt5650_dev_probe() 296 mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node; in mt8173_rt5650_dev_probe() 298 np = of_get_child_by_name(pdev->dev.of_node, "codec-capture"); in mt8173_rt5650_dev_probe() 323 mt8173_rt5650_dais[DAI_LINK_HDMI_I2S].codecs->of_node = in mt8173_rt5650_dev_probe() 324 of_parse_phandle(pdev->dev.of_node, "mediate in mt8173_rt5650_dev_probe() [all...] |
/linux/sound/soc/samsung/ |
H A D | arndale.c | 141 of_node_put(dai_link->cpus->of_node); in arndale_put_of_nodes() 142 of_node_put(dai_link->codecs->of_node); in arndale_put_of_nodes() 148 struct device_node *np = pdev->dev.of_node; in arndale_audio_probe() 157 dai_link->cpus->of_node = of_parse_phandle(np, "samsung,audio-cpu", 0); in arndale_audio_probe() 158 if (!dai_link->cpus->of_node) { in arndale_audio_probe() 165 dai_link->platforms->of_node = dai_link->cpus->of_node; in arndale_audio_probe() 167 dai_link->codecs->of_node = of_parse_phandle(np, "samsung,audio-codec", 0); in arndale_audio_probe() 168 if (!dai_link->codecs->of_node) { in arndale_audio_probe()
|
/linux/drivers/soc/qcom/ |
H A D | smem_state.c | 22 * @of_node: of_node to use for matching the state in DT 31 struct device_node *of_node; member 67 if (state->of_node == np) { in of_node_to_state() 94 index = of_property_match_string(dev->of_node, in qcom_smem_state_get() 103 ret = of_parse_phandle_with_args(dev->of_node, in qcom_smem_state_get() 136 of_node_put(state->of_node); in qcom_smem_state_release() 190 * @of_node: of_node used for matching client lookups 194 struct qcom_smem_state *qcom_smem_state_register(struct device_node *of_node, in qcom_smem_state_register() argument [all...] |
/linux/drivers/usb/host/ |
H A D | ohci-exynos.c | 32 struct device_node *of_node; member 45 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in exynos_ohci_get_phy() 48 phy = devm_of_phy_get_by_index(dev, dev->of_node, phy_number); in exynos_ohci_get_phy() 57 for_each_available_child_of_node_scoped(dev->of_node, child) { in exynos_ohci_get_phy() 166 * Workaround: reset of_node pointer to avoid conflict between legacy in exynos_ohci_probe() 169 exynos_ohci->of_node = pdev->dev.of_node; in exynos_ohci_probe() 171 pdev->dev.of_node = NULL; in exynos_ohci_probe() 183 pdev->dev.of_node = exynos_ohci->of_node; in exynos_ohci_probe() [all...] |
H A D | ehci-exynos.c | 41 struct device_node *of_node; member 56 num_phys = of_count_phandle_with_args(dev->of_node, "phys", in exynos_ehci_get_phy() 59 phy = devm_of_phy_get_by_index(dev, dev->of_node, phy_number); in exynos_ehci_get_phy() 68 for_each_available_child_of_node_scoped(dev->of_node, child) { in exynos_ehci_get_phy() 192 * Workaround: reset of_node pointer to avoid conflict between legacy in exynos_ehci_probe() 195 exynos_ehci->of_node = pdev->dev.of_node; in exynos_ehci_probe() 197 pdev->dev.of_node = NULL; in exynos_ehci_probe() 215 pdev->dev.of_node = exynos_ehci->of_node; in exynos_ehci_probe() [all...] |
/linux/drivers/pci/ |
H A D | of.c | 25 * Returns 0 on success with of_node set or when no device is described in the 30 if (!dev->bus->dev.of_node) in pci_set_of_node() 34 of_pci_find_child_device(dev->bus->dev.of_node, dev->devfn); in pci_set_of_node() 49 of_node_put(dev->dev.of_node); in pci_release_of_node() 60 node = of_node_get(bus->self->dev.of_node); in pci_set_bus_of_node() 70 of_node_put(bus->dev.of_node); in pci_release_bus_of_node() 85 if (bus->bridge->of_node) in pcibios_get_phb_of_node() 86 return of_node_get(bus->bridge->of_node); in pcibios_get_phb_of_node() 87 if (bus->bridge->parent && bus->bridge->parent->of_node) in pcibios_get_phb_of_node() 88 return of_node_get(bus->bridge->parent->of_node); in pcibios_get_phb_of_node() [all...] |
/linux/sound/soc/qcom/ |
H A D | storm.c | 71 struct device_node *np = card->dev->of_node; in storm_parse_of() 73 dai_link->cpus->of_node = of_parse_phandle(np, "cpu", 0); in storm_parse_of() 74 if (!dai_link->cpus->of_node) { in storm_parse_of() 78 dai_link->platforms->of_node = dai_link->cpus->of_node; in storm_parse_of() 80 dai_link->codecs->of_node = of_parse_phandle(np, "codec", 0); in storm_parse_of() 81 if (!dai_link->codecs->of_node) { in storm_parse_of()
|
H A D | common.c | 47 if (of_property_present(dev->of_node, "widgets")) { in qcom_snd_parse_of() 54 if (of_property_present(dev->of_node, "audio-routing")) { in qcom_snd_parse_of() 60 if (of_property_present(dev->of_node, "qcom,audio-routing")) { in qcom_snd_parse_of() 75 num_links = of_get_available_child_count(dev->of_node); in qcom_snd_parse_of() 85 for_each_available_child_of_node(dev->of_node, np) { in qcom_snd_parse_of() 124 link->platforms->of_node = of_parse_phandle(platform, in qcom_snd_parse_of() 127 if (!link->platforms->of_node) { in qcom_snd_parse_of() 133 link->platforms->of_node = link->cpus->of_node; in qcom_snd_parse_of()
|
/linux/drivers/power/reset/ |
H A D | syscon-reboot.c | 77 ctx->map = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in syscon_reboot_probe() 79 ctx->map = syscon_node_to_regmap(dev->parent->of_node); in syscon_reboot_probe() 84 if (of_property_read_s32(pdev->dev.of_node, "priority", &priority)) in syscon_reboot_probe() 91 if (of_property_read_u32(pdev->dev.of_node, "offset", in syscon_reboot_probe() 93 of_property_read_u32(pdev->dev.of_node, "reg", in syscon_reboot_probe() 97 value_err = of_property_read_u32(pdev->dev.of_node, "value", in syscon_reboot_probe() 99 mask_err = of_property_read_u32(pdev->dev.of_node, "mask", in syscon_reboot_probe()
|
H A D | syscon-poweroff.c | 50 data->map = syscon_regmap_lookup_by_phandle(dev->of_node, "regmap"); in syscon_poweroff_probe() 52 data->map = syscon_node_to_regmap(dev->parent->of_node); in syscon_poweroff_probe() 59 if (of_property_read_u32(dev->of_node, "offset", &data->offset)) { in syscon_poweroff_probe() 64 value_err = of_property_read_u32(dev->of_node, "value", &data->value); in syscon_poweroff_probe() 65 mask_err = of_property_read_u32(dev->of_node, "mask", &data->mask); in syscon_poweroff_probe()
|
/linux/drivers/remoteproc/ |
H A D | qcom_wcnss_iris.c | 109 of_node_put(iris->dev.of_node); in qcom_iris_release() 117 struct device_node *of_node; in qcom_iris_probe() local 122 of_node = of_get_child_by_name(parent->of_node, "iris"); in qcom_iris_probe() 123 if (!of_node) { in qcom_iris_probe() 130 of_node_put(of_node); in qcom_iris_probe() 137 iris->dev.of_node = of_node; in qcom_iris_probe()
|
/linux/drivers/misc/ |
H A D | atmel-ssc.c | 33 if (ssc->pdev->dev.of_node) { in ssc_request() 34 if (of_alias_get_id(ssc->pdev->dev.of_node, "ssc") in ssc_request() 135 if (pdev->dev.of_node) { in atmel_ssc_get_driver_data() 137 match = of_match_node(atmel_ssc_dt_ids, pdev->dev.of_node); in atmel_ssc_get_driver_data() 150 struct device_node *np = ssc->pdev->dev.of_node; in ssc_sound_dai_probe() 174 atmel_ssc_put_audio(of_alias_get_id(ssc->pdev->dev.of_node, "ssc")); in ssc_sound_dai_remove() 179 if (of_property_present(ssc->pdev->dev.of_node, "#sound-dai-cells")) in ssc_sound_dai_probe() 209 if (pdev->dev.of_node) { in ssc_probe() 210 struct device_node *np = pdev->dev.of_node; in ssc_probe()
|
/linux/drivers/regulator/ |
H A D | as3711-regulator.c | 173 struct device_node **of_node, const int count) in as3711_regulator_parse_dt() argument 177 of_get_child_by_name(dev->parent->of_node, "regulators"); in as3711_regulator_parse_dt() 195 if (match->of_node) { in as3711_regulator_parse_dt() 197 of_node[i] = match->of_node; in as3711_regulator_parse_dt() 208 struct device_node *of_node[AS3711_REGULATOR_NUM] = {}; in as3711_regulator_probe() local 218 if (pdev->dev.parent->of_node) { in as3711_regulator_probe() 219 ret = as3711_regulator_parse_dt(&pdev->dev, of_node, AS3711_REGULATOR_NUM); in as3711_regulator_probe() 229 config.of_node = of_node[i in as3711_regulator_probe() [all...] |
/linux/drivers/irqchip/ |
H A D | irq-mips-cpu.c | 236 static void mips_cpu_register_ipi_domain(struct device_node *of_node) in mips_cpu_register_ipi_domain() argument 242 of_fwnode_handle(of_node), in mips_cpu_register_ipi_domain() 251 static inline void mips_cpu_register_ipi_domain(struct device_node *of_node) {} in mips_cpu_register_ipi_domain() argument 255 static void __init __mips_cpu_irq_init(struct device_node *of_node) in __mips_cpu_irq_init() argument 261 irq_domain = irq_domain_create_legacy(of_fwnode_handle(of_node), 8, MIPS_CPU_IRQ_BASE, 0, in __mips_cpu_irq_init() 271 mips_cpu_register_ipi_domain(of_node); in __mips_cpu_irq_init() 279 int __init mips_cpu_irq_of_init(struct device_node *of_node, in mips_cpu_irq_of_init() argument 282 __mips_cpu_irq_init(of_node); in mips_cpu_irq_of_init()
|
/linux/drivers/gpu/drm/tegra/ |
H A D | output.c | 104 if (!output->of_node) in tegra_output_probe() 105 output->of_node = output->dev->of_node; in tegra_output_probe() 107 err = drm_of_find_panel_or_bridge(output->of_node, -1, -1, in tegra_output_probe() 112 panel = of_parse_phandle(output->of_node, "nvidia,panel", 0); in tegra_output_probe() 127 ddc = of_parse_phandle(output->of_node, "nvidia,ddc-i2c-bus", 0); in tegra_output_probe() 138 edid = of_get_property(output->of_node, "nvidia,edid", &size); in tegra_output_probe() 142 of_fwnode_handle(output->of_node), in tegra_output_probe()
|