/Linux-v5.10/drivers/net/can/cc770/ |
D | cc770_platform.c | 78 prop = of_get_property(np, "bosch,external-clock-frequency", in cc770_get_of_node_data() 96 if (of_get_property(np, "bosch,divide-memory-clock", NULL)) in cc770_get_of_node_data() 98 if (of_get_property(np, "bosch,iso-low-speed-mux", NULL)) in cc770_get_of_node_data() 101 if (!of_get_property(np, "bosch,no-comperator-bypass", NULL)) in cc770_get_of_node_data() 103 if (of_get_property(np, "bosch,disconnect-rx0-input", NULL)) in cc770_get_of_node_data() 105 if (of_get_property(np, "bosch,disconnect-rx1-input", NULL)) in cc770_get_of_node_data() 107 if (of_get_property(np, "bosch,disconnect-tx1-output", NULL)) in cc770_get_of_node_data() 109 if (of_get_property(np, "bosch,polarity-dominant", NULL)) in cc770_get_of_node_data() 112 prop = of_get_property(np, "bosch,clock-out-frequency", &prop_size); in cc770_get_of_node_data() 121 prop = of_get_property(np, "bosch,slew-rate", in cc770_get_of_node_data()
|
/Linux-v5.10/drivers/mtd/parsers/ |
D | ofpart.c | 21 return of_get_property(pp, "compatible", NULL); in node_has_compatible() 83 reg = of_get_property(pp, "reg", &len); in parse_fixed_partitions() 109 partname = of_get_property(pp, "label", &len); in parse_fixed_partitions() 111 partname = of_get_property(pp, "name", &len); in parse_fixed_partitions() 114 if (of_get_property(pp, "read-only", &len)) in parse_fixed_partitions() 117 if (of_get_property(pp, "lock", &len)) in parse_fixed_partitions() 171 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions() 183 names = of_get_property(dp, "partition-names", &plen); in parse_ofoldpart_partitions()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | legacy_serial.c | 84 clk = of_get_property(np, "clock-frequency", NULL); in add_legacy_port() 89 spd = of_get_property(np, "current-speed", NULL); in add_legacy_port() 92 rs = of_get_property(np, "reg-shift", NULL); in add_legacy_port() 172 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_soc_port() 176 if ((of_get_property(np, "reg-offset", NULL) != NULL)) in add_legacy_soc_port() 180 if (of_get_property(np, "used-by-rtas", NULL) != NULL) in add_legacy_soc_port() 214 reg = of_get_property(np, "reg", NULL); in add_legacy_isa_port() 225 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port() 238 of_get_property(isa_brg, "ranges", NULL)) { in add_legacy_isa_port() 269 if (of_get_property(np, "clock-frequency", NULL) == NULL) in add_legacy_pci_port() [all …]
|
D | btext.c | 170 prop = of_get_property(np, "linux,bootx-width", NULL); in btext_initialize() 172 prop = of_get_property(np, "width", NULL); in btext_initialize() 176 prop = of_get_property(np, "linux,bootx-height", NULL); in btext_initialize() 178 prop = of_get_property(np, "height", NULL); in btext_initialize() 182 prop = of_get_property(np, "linux,bootx-depth", NULL); in btext_initialize() 184 prop = of_get_property(np, "depth", NULL); in btext_initialize() 189 prop = of_get_property(np, "linux,bootx-linebytes", NULL); in btext_initialize() 191 prop = of_get_property(np, "linebytes", NULL); in btext_initialize() 196 prop = of_get_property(np, "linux,bootx-addr", NULL); in btext_initialize() 198 prop = of_get_property(np, "address", NULL); in btext_initialize() [all …]
|
D | prom_parse.c | 22 prop = of_get_property(dn, "ibm,#dma-address-cells", NULL); in of_parse_dma_window() 24 prop = of_get_property(dn, "#address-cells", NULL); in of_parse_dma_window() 31 prop = of_get_property(dn, "ibm,#dma-size-cells", NULL); in of_parse_dma_window()
|
/Linux-v5.10/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 958 if (of_get_property(np, "st,click-single-x", NULL)) in lis3lv02d_init_dt() 960 if (of_get_property(np, "st,click-double-x", NULL)) in lis3lv02d_init_dt() 963 if (of_get_property(np, "st,click-single-y", NULL)) in lis3lv02d_init_dt() 965 if (of_get_property(np, "st,click-double-y", NULL)) in lis3lv02d_init_dt() 968 if (of_get_property(np, "st,click-single-z", NULL)) in lis3lv02d_init_dt() 970 if (of_get_property(np, "st,click-double-z", NULL)) in lis3lv02d_init_dt() 987 if (of_get_property(np, "st,irq1-disable", NULL)) in lis3lv02d_init_dt() 989 if (of_get_property(np, "st,irq1-ff-wu-1", NULL)) in lis3lv02d_init_dt() 991 if (of_get_property(np, "st,irq1-ff-wu-2", NULL)) in lis3lv02d_init_dt() 993 if (of_get_property(np, "st,irq1-data-ready", NULL)) in lis3lv02d_init_dt() [all …]
|
/Linux-v5.10/drivers/usb/misc/ |
D | usb251xb.c | 413 if (of_get_property(np, "skip-config", NULL)) in usb251xb_get_ofdata() 438 if (of_get_property(np, "self-powered", NULL)) { in usb251xb_get_ofdata() 443 if (of_get_property(np, "ganged-sensing", NULL)) in usb251xb_get_ofdata() 445 else if (of_get_property(np, "individual-sensing", NULL)) in usb251xb_get_ofdata() 447 } else if (of_get_property(np, "bus-powered", NULL)) { in usb251xb_get_ofdata() 454 if (of_get_property(np, "disable-hi-speed", NULL)) in usb251xb_get_ofdata() 457 if (of_get_property(np, "multi-tt", NULL)) in usb251xb_get_ofdata() 459 else if (of_get_property(np, "single-tt", NULL)) in usb251xb_get_ofdata() 462 if (of_get_property(np, "disable-eop", NULL)) in usb251xb_get_ofdata() 465 if (of_get_property(np, "individual-port-switching", NULL)) in usb251xb_get_ofdata() [all …]
|
/Linux-v5.10/drivers/video/fbdev/ |
D | offb.c | 359 vid = of_get_property(pciparent, "vendor-id", NULL); in offb_init_palette_hacks() 360 did = of_get_property(pciparent, "device-id", NULL); in offb_init_palette_hacks() 550 if (of_get_property(dp, "little-endian", NULL)) in offb_init_nodriver() 553 if (of_get_property(dp, "big-endian", NULL)) in offb_init_nodriver() 557 pp = of_get_property(dp, "linux,bootx-depth", &len); in offb_init_nodriver() 559 pp = of_get_property(dp, "depth", &len); in offb_init_nodriver() 563 pp = of_get_property(dp, "linux,bootx-width", &len); in offb_init_nodriver() 565 pp = of_get_property(dp, "width", &len); in offb_init_nodriver() 569 pp = of_get_property(dp, "linux,bootx-height", &len); in offb_init_nodriver() 571 pp = of_get_property(dp, "height", &len); in offb_init_nodriver() [all …]
|
/Linux-v5.10/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 41 prop = of_get_property(spe, "physical-id", &proplen); in find_spu_unit_number() 46 prop = of_get_property(spe, "unit-id", &proplen); in find_spu_unit_number() 51 prop = of_get_property(spe, "reg", &proplen); in find_spu_unit_number() 75 tmp = of_get_property(np, "isrc", NULL); in spu_map_interrupts_old() 80 tmp = of_get_property(np->parent->parent, "node-id", NULL); in spu_map_interrupts_old() 112 prop = of_get_property(n, name, &proplen); in spu_map_prop_old() 126 spu->name = of_get_property(node, "name", NULL); in spu_map_device_old() 130 prop = of_get_property(node, "local-store", NULL); in spu_map_device_old() 141 prop = of_get_property(node, "problem", NULL); in spu_map_device_old() 214 spu->name = of_get_property(np, "name", NULL); in spu_map_device() [all …]
|
/Linux-v5.10/arch/powerpc/sysdev/ |
D | dcr.c | 21 if (of_get_property(par, "dcr-controller", NULL)) in find_dcr_parent() 23 p = of_get_property(par, "dcr-parent", NULL); in find_dcr_parent() 62 prop = of_get_property(dp, "dcr-access-method", NULL); in dcr_map_generic() 119 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_start() 131 const u32 *dr = of_get_property(np, "dcr-reg", &ds); in dcr_resource_len() 156 p = of_get_property(dp, "dcr-mmio-stride", NULL); in of_translate_dcr_address() 160 p = of_get_property(dp, "dcr-mmio-range", NULL); in of_translate_dcr_address() 162 p = of_get_property(dp, "dcr-mmio-space", NULL); in of_translate_dcr_address()
|
D | tsi108_dev.c | 48 const void *prop = of_get_property(tsi, "reg", &size); in get_csrbase() 108 ph = of_get_property(np, "mdio-handle", NULL); in tsi108_eth_of_init() 115 ph = of_get_property(np, "phy-handle", NULL); in tsi108_eth_of_init() 123 phy_id = of_get_property(phy, "reg", NULL); in tsi108_eth_of_init() 138 if (of_get_property(phy, "txc-rxc-delay-disable", NULL)) in tsi108_eth_of_init()
|
/Linux-v5.10/arch/powerpc/platforms/83xx/ |
D | usb.c | 45 prop = of_get_property(np, "phy_type", NULL); in mpc834x_usb_cfg() 53 dr_mode = of_get_property(np, "dr_mode", NULL); in mpc834x_usb_cfg() 71 prop = of_get_property(np, "port0", NULL); in mpc834x_usb_cfg() 78 prop = of_get_property(np, "port1", NULL); in mpc834x_usb_cfg() 115 prop = of_get_property(np, "phy_type", NULL); in mpc831x_usb_cfg() 193 dr_mode = of_get_property(np, "dr_mode", NULL); in mpc831x_usb_cfg() 224 prop = of_get_property(np, "phy_type", NULL); in mpc837x_usb_cfg()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | prom_32.c | 59 const char *name = of_get_property(dp, "name", NULL); in sparc32_path_component() 76 const char *name = of_get_property(dp, "name", NULL); in sbus_path_component() 94 const char *name = of_get_property(dp, "name", NULL); in pci_path_component() 120 const char *name = of_get_property(dp, "name", NULL); in ebus_path_component() 138 const char *name = of_get_property(dp, "name", NULL); in ambapp_path_component() 190 const char *name = of_get_property(dp, "name", NULL); in build_path_component() 297 path = of_get_property(dp, "stdout-path", NULL); in of_console_init()
|
D | prom_irqtrans.c | 80 regs = of_get_property(dp, "reg", NULL); in psycho_irq_trans_init() 204 parent_model = of_get_property(parent, in sabre_device_needs_wsync() 211 parent_compat = of_get_property(parent, in sabre_device_needs_wsync() 258 regs = of_get_property(dp, "reg", NULL); in sabre_irq_build() 280 regs = of_get_property(dp, "reg", NULL); in sabre_irq_trans_init() 283 busrange = of_get_property(dp, "bus-range", NULL); in sabre_irq_trans_init() 437 regs = of_get_property(dp, "reg", NULL); in __schizo_irq_trans_init() 475 regs = of_get_property(dp, "reg", NULL); in pci_sun4v_irq_trans_init() 552 regs = of_get_property(dp, "reg", NULL); in fire_irq_trans_init() 660 regs = of_get_property(dp, "reg", NULL); in sbus_of_build_irq() [all …]
|
D | prom_64.c | 68 const char *name = of_get_property(dp, "name", NULL); in sun4v_path_component() 110 const char *name = of_get_property(dp, "name", NULL); in sun4u_path_component() 146 const char *name = of_get_property(dp, "name", NULL); in sbus_path_component() 164 const char *name = of_get_property(dp, "name", NULL); in pci_path_component() 190 const char *name = of_get_property(dp, "name", NULL); in upa_path_component() 213 const char *name = of_get_property(dp, "name", NULL); in vdev_path_component() 229 const char *name = of_get_property(dp, "name", NULL); in ebus_path_component() 248 const char *name = of_get_property(dp, "name", NULL); in i2c_path_component() 268 const char *name = of_get_property(dp, "name", NULL); in usb_path_component() 290 const char *name = of_get_property(dp, "name", NULL); in ieee1394_path_component() [all …]
|
D | pci_msi.c | 326 val = of_get_property(pbm->op->dev.of_node, "#msi-eqs", &len); in sparc64_pbm_msi_init() 349 val = of_get_property(pbm->op->dev.of_node, "msi-eq-size", &len); in sparc64_pbm_msi_init() 355 mqp = of_get_property(pbm->op->dev.of_node, in sparc64_pbm_msi_init() 358 mqp = of_get_property(pbm->op->dev.of_node, in sparc64_pbm_msi_init() 366 val = of_get_property(pbm->op->dev.of_node, "#msi", &len); in sparc64_pbm_msi_init() 371 mrng = of_get_property(pbm->op->dev.of_node, "msi-ranges", &len); in sparc64_pbm_msi_init() 376 val = of_get_property(pbm->op->dev.of_node, "msi-data-mask", &len); in sparc64_pbm_msi_init() 381 val = of_get_property(pbm->op->dev.of_node, "msix-data-width", &len); in sparc64_pbm_msi_init() 386 arng = of_get_property(pbm->op->dev.of_node, "msi-address-ranges", in sparc64_pbm_msi_init()
|
/Linux-v5.10/drivers/cpufreq/ |
D | pmac32-cpufreq.c | 381 const u32 *reg = of_get_property(np, "reg", NULL); in read_gpio() 481 freqs = of_get_property(cpunode, "bus-frequencies", &lenp); in pmac_cpufreq_init_MacRISC3() 487 ratio = of_get_property(cpunode, "processor-to-bus-ratio*2", in pmac_cpufreq_init_MacRISC3() 523 value = of_get_property(cpunode, "min-clock-frequency", NULL); in pmac_cpufreq_init_MacRISC3() 532 value = of_get_property(cpunode, "max-clock-frequency", NULL); in pmac_cpufreq_init_MacRISC3() 546 if (of_get_property(cpunode, "dynamic-power-step", NULL) == NULL) in pmac_cpufreq_init_7447A() 576 if (of_get_property(cpunode, "dynamic-power-step", NULL) == NULL) in pmac_cpufreq_init_750FX() 580 value = of_get_property(cpunode, "reduced-clock-frequency", NULL); in pmac_cpufreq_init_750FX() 625 value = of_get_property(cpunode, "clock-frequency", NULL); in pmac_cpufreq_setup() 632 of_get_property(cpunode, "dynamic-power-step", NULL) && in pmac_cpufreq_setup()
|
D | pmac64-cpufreq.c | 364 valp = of_get_property(cpunode, "cpu-version", NULL); in g5_neo2_cpufreq_init() 376 g5_pmode_data = of_get_property(cpunode, "power-mode-data",&psize); in g5_neo2_cpufreq_init() 433 valp = of_get_property(cpunode, "clock-frequency", NULL); in g5_neo2_cpufreq_init() 493 eeprom = of_get_property(cpuid, "cpuid", NULL); in g5_pm72_cpufreq_init() 502 const char *loc = of_get_property(hwclock, in g5_pm72_cpufreq_init() 508 if (!of_get_property(hwclock, "platform-get-frequency", NULL)) in g5_pm72_cpufreq_init() 567 valp = of_get_property(cpunode, "clock-frequency", NULL); in g5_pm72_cpufreq_init()
|
/Linux-v5.10/arch/powerpc/platforms/powermac/ |
D | setup.c | 114 pp = of_get_property(np, "model", NULL); in pmac_show_cpuinfo() 119 pp = of_get_property(np, "compatible", &plen); in pmac_show_cpuinfo() 144 of_get_property(np, "i-cache-size", NULL); in pmac_show_cpuinfo() 146 of_get_property(np, "d-cache-size", NULL); in pmac_show_cpuinfo() 149 if (of_get_property(np, "cache-unified", NULL) && dc) { in pmac_show_cpuinfo() 158 pp = of_get_property(np, "ram-type", NULL); in pmac_show_cpuinfo() 244 of_get_property(np, "l2cr-value", NULL); in l2cr_init() 278 fp = of_get_property(cpu, "clock-frequency", NULL); in pmac_setup_arch() 544 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_pmac_serial_console()
|
/Linux-v5.10/arch/powerpc/platforms/chrp/ |
D | setup.c | 105 model = of_get_property(root, "model", NULL); in chrp_show_cpuinfo() 203 model = of_get_property(root, "model", NULL); in sio_init() 226 const unsigned int *l2cr = of_get_property(np, "l2cr", NULL); in pegasos_set_l2cr() 269 property = of_get_property(node, "model", NULL); in chrp_init() 275 property = of_get_property(of_chosen, "linux,stdout-path", NULL); in chrp_init() 304 machine = of_get_property(root, "model", NULL); in chrp_setup_arch() 389 opprop = of_get_property(root, "platform-open-pic", &oplen); in chrp_find_openpic() 406 iranges = of_get_property(np, "interrupt-ranges", &len); in chrp_find_openpic() 482 const unsigned int *addrp = of_get_property(np, in chrp_find_8259()
|
/Linux-v5.10/arch/powerpc/platforms/maple/ |
D | setup.c | 107 maple_nvram_offset = of_get_property(sp, "restart-addr", NULL); in maple_restart() 108 maple_nvram_command = of_get_property(sp, "restart-value", NULL); in maple_restart() 135 maple_nvram_offset = of_get_property(sp, "power-off-addr", NULL); in maple_power_off() 136 maple_nvram_command = of_get_property(sp, "power-off-value", NULL); in maple_power_off() 230 opprop = of_get_property(root, "platform-open-pic", &opplen); in maple_init_IRQ() 241 if (of_get_property(np, "big-endian", NULL) != NULL) in maple_init_IRQ()
|
/Linux-v5.10/arch/powerpc/platforms/52xx/ |
D | efika.c | 97 bus_range = of_get_property(pcictrl, "bus-range", &len); in efika_pcisetup() 153 revision = of_get_property(root, "revision", NULL); in efika_show_cpuinfo() 154 codegendescription = of_get_property(root, "CODEGEN,description", NULL); in efika_show_cpuinfo() 155 codegenvendor = of_get_property(root, "CODEGEN,vendor", NULL); in efika_show_cpuinfo() 201 const char *model = of_get_property(of_root, "model", NULL); in efika_probe()
|
/Linux-v5.10/drivers/video/fbdev/nvidia/ |
D | nv_of.c | 47 pname = of_get_property(dp, "name", NULL); in nvidia_probe_of_connector() 54 pedid = of_get_property(dp, in nvidia_probe_of_connector() 66 pedid = of_get_property(parent, propnames[i], NULL); in nvidia_probe_of_connector()
|
/Linux-v5.10/drivers/usb/host/ |
D | fsl-mph-dr-of.c | 47 prop = of_get_property(np, "dr_mode", NULL); in get_dr_mode_data() 201 if (of_get_property(np, "port0", NULL)) in fsl_usb2_mph_dr_of_probe() 204 if (of_get_property(np, "port1", NULL)) in fsl_usb2_mph_dr_of_probe() 209 if (of_get_property(np, "fsl,invert-drvvbus", NULL)) in fsl_usb2_mph_dr_of_probe() 212 if (of_get_property(np, "fsl,invert-pwr-fault", NULL)) in fsl_usb2_mph_dr_of_probe() 219 prop = of_get_property(np, "phy_type", NULL); in fsl_usb2_mph_dr_of_probe()
|
/Linux-v5.10/drivers/misc/cxl/ |
D | of.c | 21 prop = of_get_property(np, prop_name, NULL); in read_prop_string() 32 prop = of_get_property(np, prop_name, NULL); in read_prop_dword() 45 prop = of_get_property(np, prop_name, NULL); in read_prop64_dword() 79 prop = of_get_property(np, prop_name, &len); in read_phys_addr() 153 prop = of_get_property(np, "compatible", &len); in cxl_of_read_afu_properties() 289 ranges = of_get_property(np, "interrupt-ranges", &len); in read_adapter_irq_config() 362 prop = of_get_property(np, "compatible", &len); in cxl_of_read_adapter_properties() 372 prop = of_get_property(np, "reg", NULL); in cxl_of_read_adapter_properties()
|