/kernel/linux/linux-5.10/drivers/net/can/cc770/ |
H A 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(n in cc770_get_of_node_data() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/parsers/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A 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(n in add_legacy_pci_port() [all...] |
H A 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()
|
/kernel/linux/linux-5.10/drivers/misc/lis3lv02d/ |
H A D | lis3lv02d.c | 969 if (of_get_property(np, "st,click-single-x", NULL)) in lis3lv02d_init_dt() 971 if (of_get_property(np, "st,click-double-x", NULL)) in lis3lv02d_init_dt() 974 if (of_get_property(np, "st,click-single-y", NULL)) in lis3lv02d_init_dt() 976 if (of_get_property(np, "st,click-double-y", NULL)) in lis3lv02d_init_dt() 979 if (of_get_property(np, "st,click-single-z", NULL)) in lis3lv02d_init_dt() 981 if (of_get_property(np, "st,click-double-z", NULL)) in lis3lv02d_init_dt() 998 if (of_get_property(np, "st,irq1-disable", NULL)) in lis3lv02d_init_dt() 1000 if (of_get_property(np, "st,irq1-ff-wu-1", NULL)) in lis3lv02d_init_dt() 1002 if (of_get_property(np, "st,irq1-ff-wu-2", NULL)) in lis3lv02d_init_dt() 1004 if (of_get_property(n in lis3lv02d_init_dt() [all...] |
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A 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(n in usb251xb_get_ofdata() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/sysdev/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/mtd/parsers/ |
H A D | ofpart_core.c | 38 return of_get_property(pp, "compatible", NULL); in node_has_compatible() 110 reg = of_get_property(pp, "reg", &len); in parse_fixed_partitions() 155 partname = of_get_property(pp, "label", &len); in parse_fixed_partitions() 157 partname = of_get_property(pp, "name", &len); in parse_fixed_partitions() 160 if (of_get_property(pp, "read-only", &len)) in parse_fixed_partitions() 163 if (of_get_property(pp, "lock", &len)) in parse_fixed_partitions() 224 part = of_get_property(dp, "partitions", &plen); in parse_ofoldpart_partitions() 236 names = of_get_property(dp, "partition-names", &plen); in parse_ofoldpart_partitions()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A 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(n in spu_map_device() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | spu_manage.c | 43 prop = of_get_property(spe, "physical-id", &proplen); in find_spu_unit_number() 48 prop = of_get_property(spe, "unit-id", &proplen); in find_spu_unit_number() 53 prop = of_get_property(spe, "reg", &proplen); in find_spu_unit_number() 77 tmp = of_get_property(np, "isrc", NULL); in spu_map_interrupts_old() 82 tmp = of_get_property(np->parent->parent, "node-id", NULL); in spu_map_interrupts_old() 114 prop = of_get_property(n, name, &proplen); in spu_map_prop_old() 128 spu->name = of_get_property(node, "name", NULL); in spu_map_device_old() 132 prop = of_get_property(node, "local-store", NULL); in spu_map_device_old() 143 prop = of_get_property(node, "problem", NULL); in spu_map_device_old() 216 spu->name = of_get_property(n in spu_map_device() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A 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()
|
H A 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(d in sbus_of_build_irq() [all...] |
H A 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(d in ieee1394_path_component() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/83xx/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/ |
H A D | dcr.c | 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()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A 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()
|
H A D | prom_irqtrans.c | 81 regs = of_get_property(dp, "reg", NULL); in psycho_irq_trans_init() 205 parent_model = of_get_property(parent, in sabre_device_needs_wsync() 212 parent_compat = of_get_property(parent, in sabre_device_needs_wsync() 259 regs = of_get_property(dp, "reg", NULL); in sabre_irq_build() 281 regs = of_get_property(dp, "reg", NULL); in sabre_irq_trans_init() 284 busrange = of_get_property(dp, "bus-range", NULL); in sabre_irq_trans_init() 438 regs = of_get_property(dp, "reg", NULL); in __schizo_irq_trans_init() 476 regs = of_get_property(dp, "reg", NULL); in pci_sun4v_irq_trans_init() 553 regs = of_get_property(dp, "reg", NULL); in fire_irq_trans_init() 661 regs = of_get_property(d in sbus_of_build_irq() [all...] |
H A 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(d in ieee1394_path_component() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A 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(d in offb_init_nodriver() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/83xx/ |
H A D | usb_834x.c | 42 prop = of_get_property(np, "phy_type", NULL); in mpc834x_usb_cfg() 50 dr_mode = of_get_property(np, "dr_mode", NULL); in mpc834x_usb_cfg() 68 prop = of_get_property(np, "port0", NULL); in mpc834x_usb_cfg() 74 prop = of_get_property(np, "port1", NULL); in mpc834x_usb_cfg()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 86 clk = of_get_property(np, "clock-frequency", NULL); in add_legacy_port() 91 spd = of_get_property(np, "current-speed", NULL); in add_legacy_port() 94 rs = of_get_property(np, "reg-shift", NULL); in add_legacy_port() 216 reg = of_get_property(np, "reg", NULL); in add_legacy_isa_port() 227 typep = of_get_property(np, "ibm,aix-loc", NULL); in add_legacy_isa_port() 297 const __be32 *reg = of_get_property(np, "reg", NULL); in add_legacy_pci_port() 402 path = of_get_property(of_chosen, "linux,stdout-path", NULL); in find_legacy_serial_ports() 404 path = of_get_property(of_chosen, "stdout-path", NULL); in find_legacy_serial_ports() 635 name = of_get_property(of_chosen, "linux,stdout-path", NULL); in check_legacy_serial_console() 637 name = of_get_property(of_chose in check_legacy_serial_console() [all...] |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/ |
H A 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/ |
H A D | efika.c | 96 bus_range = of_get_property(pcictrl, "bus-range", &len); in efika_pcisetup() 152 revision = of_get_property(root, "revision", NULL); in efika_show_cpuinfo() 153 codegendescription = of_get_property(root, "CODEGEN,description", NULL); in efika_show_cpuinfo() 154 codegenvendor = of_get_property(root, "CODEGEN,vendor", NULL); in efika_show_cpuinfo() 198 const char *model = of_get_property(of_root, "model", NULL); in efika_probe()
|