| /linux/arch/sparc/kernel/ |
| H A D | mdesc.c | 329 id = mdesc_get_property(hp, target, in parent_cfg_handle() 351 idp = mdesc_get_property(md, node, "id", NULL); in get_vdev_port_node_info() 352 name = mdesc_get_property(md, node, "name", NULL); in get_vdev_port_node_info() 398 idp = mdesc_get_property(md, node, "id", NULL); in get_ds_port_node_info() 658 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node, in mdesc_get_property() function 702 EXPORT_SYMBOL(mdesc_get_property); 771 s = mdesc_get_property(hp, pn, "banner-name", NULL); in report_platform_properties() 773 s = mdesc_get_property(hp, pn, "name", NULL); in report_platform_properties() 776 v = mdesc_get_property(hp, pn, "hostid", NULL); in report_platform_properties() 779 v = mdesc_get_property(hp, pn, "serial#", NULL); in report_platform_properties() [all …]
|
| H A D | vio.c | 215 cfg_handle = mdesc_get_property(hp, target, in vio_cfg_handle() 266 irq = mdesc_get_property(hp, target, "tx-ino", NULL); in vio_fill_channel_info() 270 irq = mdesc_get_property(hp, target, "rx-ino", NULL); in vio_fill_channel_info() 274 chan_id = mdesc_get_property(hp, target, "id", NULL); in vio_fill_channel_info() 301 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one() 303 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one() 315 id = mdesc_get_property(hp, mp, "id", NULL); in vio_create_one() 319 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one() 533 compat = mdesc_get_property(hp, root, "compatible", &len); in vio_init() 545 cfg_handle = mdesc_get_property(hp, root, cfg_handle_prop, NULL); in vio_init()
|
| H A D | adi_64.c | 52 prop = mdesc_get_property(hp, pn, "hwcap-list", &len); in mdesc_adi_init() 85 val = (u64 *) mdesc_get_property(hp, pn, "adp-blksz", &len); in mdesc_adi_init() 90 val = (u64 *) mdesc_get_property(hp, pn, "adp-nbits", &len); in mdesc_adi_init() 95 val = (u64 *) mdesc_get_property(hp, pn, "ue-on-adp", &len); in mdesc_adi_init()
|
| H A D | setup_64.c | 485 prop = mdesc_get_property(hp, pn, "hwcap-list", &len); in mdesc_cpu_hwcap_list()
|
| H A D | ds.c | 1184 val = mdesc_get_property(hp, vdev->mp, "id", NULL); in ds_probe()
|
| H A D | ldc.c | 2403 v = mdesc_get_property(hp, mp, "domaining-enabled", NULL); in ldc_init()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | ldmvsw.c | 181 name = mdesc_get_property(hp, target, "name", NULL); in vsw_get_vnet() 185 local_mac = mdesc_get_property(hp, target, in vsw_get_vnet() 187 cfghandle = mdesc_get_property(hp, target, in vsw_get_vnet() 292 rmac = mdesc_get_property(hp, vdev->mp, remote_macaddr_prop, &len); in vsw_port_probe() 300 port_id = mdesc_get_property(hp, vdev->mp, id_prop, NULL); in vsw_port_probe()
|
| H A D | sunvnet.c | 382 name = mdesc_get_property(hp, target, "name", NULL); in vnet_find_parent() 386 local_mac = mdesc_get_property(hp, target, in vnet_find_parent() 432 rmac = mdesc_get_property(hp, vdev->mp, remote_macaddr_prop, &len); in vnet_port_probe() 465 if (mdesc_get_property(hp, vdev->mp, "switch-port", NULL)) in vnet_port_probe()
|
| /linux/drivers/watchdog/ |
| H A D | sun4v_wdt.c | 127 value = mdesc_get_property(handle, node, "watchdog-resolution", NULL); in sun4v_wdt_init() 135 value = mdesc_get_property(handle, node, "watchdog-max-timeout", NULL); in sun4v_wdt_init()
|
| /linux/arch/sparc/include/asm/ |
| H A D | mdesc.h | 39 const void *mdesc_get_property(struct mdesc_handle *handle,
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 1120 val = mdesc_get_property(md, target, in scan_pio_for_cfg_handle() 1142 val = mdesc_get_property(md, target, "latency", NULL); in scan_arcs_for_cfg_handle() 1251 val = mdesc_get_property(md, node, "latency", NULL); in grab_mlgroups() 1253 val = mdesc_get_property(md, node, "address-match", NULL); in grab_mlgroups() 1255 val = mdesc_get_property(md, node, "address-mask", NULL); in grab_mlgroups() 1290 val = mdesc_get_property(md, node, "base", NULL); in grab_mblocks() 1292 val = mdesc_get_property(md, node, "size", NULL); in grab_mblocks() 1294 val = mdesc_get_property(md, node, in grab_mblocks() 1326 id = mdesc_get_property(md, target, "id", NULL); in numa_parse_mdesc_group_cpus()
|
| /linux/drivers/sbus/char/ |
| H A D | oradax.c | 254 prop = (char *)mdesc_get_property(hp, pn, "name", &len); in dax_attach() 261 prop = (char *)mdesc_get_property(hp, pn, "compatible", &len); in dax_attach()
|
| /linux/drivers/tty/ |
| H A D | vcc.c | 624 domain = mdesc_get_property(hp, node, "vcc-domain-name", NULL); in vcc_probe()
|
| /linux/drivers/block/ |
| H A D | sunvdc.c | 1015 ldc_timeout = mdesc_get_property(hp, vdev->mp, "vdc-timeout", NULL); in vdc_port_probe()
|