Home
last modified time | relevance | path

Searched refs:mdesc_get_property (Results 1 – 7 of 7) sorted by relevance

/arch/sparc/kernel/
Dmdesc.c327 id = mdesc_get_property(hp, target, in parent_cfg_handle()
349 idp = mdesc_get_property(md, node, "id", NULL); in get_vdev_port_node_info()
350 name = mdesc_get_property(md, node, "name", NULL); in get_vdev_port_node_info()
396 idp = mdesc_get_property(md, node, "id", NULL); in get_ds_port_node_info()
656 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node, in mdesc_get_property() function
700 EXPORT_SYMBOL(mdesc_get_property);
769 s = mdesc_get_property(hp, pn, "banner-name", NULL); in report_platform_properties()
771 s = mdesc_get_property(hp, pn, "name", NULL); in report_platform_properties()
774 v = mdesc_get_property(hp, pn, "hostid", NULL); in report_platform_properties()
777 v = mdesc_get_property(hp, pn, "serial#", NULL); in report_platform_properties()
[all …]
Dvio.c216 cfg_handle = mdesc_get_property(hp, target, in vio_cfg_handle()
267 irq = mdesc_get_property(hp, target, "tx-ino", NULL); in vio_fill_channel_info()
271 irq = mdesc_get_property(hp, target, "rx-ino", NULL); in vio_fill_channel_info()
275 chan_id = mdesc_get_property(hp, target, "id", NULL); in vio_fill_channel_info()
302 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one()
304 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one()
316 id = mdesc_get_property(hp, mp, "id", NULL); in vio_create_one()
320 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one()
538 compat = mdesc_get_property(hp, root, "compatible", &len); in vio_init()
550 cfg_handle = mdesc_get_property(hp, root, cfg_handle_prop, NULL); in vio_init()
Dsetup_64.c498 prop = mdesc_get_property(hp, pn, "hwcap-list", &len); in mdesc_cpu_hwcap_list()
Dds.c1180 val = mdesc_get_property(hp, vdev->mp, "id", NULL); in ds_probe()
Dldc.c2403 v = mdesc_get_property(hp, mp, "domaining-enabled", NULL); in ldc_init()
/arch/sparc/include/asm/
Dmdesc.h39 const void *mdesc_get_property(struct mdesc_handle *handle,
/arch/sparc/mm/
Dinit_64.c1149 val = mdesc_get_property(md, target, in scan_pio_for_cfg_handle()
1171 val = mdesc_get_property(md, target, "latency", NULL); in scan_arcs_for_cfg_handle()
1284 val = mdesc_get_property(md, node, "latency", NULL); in grab_mlgroups()
1286 val = mdesc_get_property(md, node, "address-match", NULL); in grab_mlgroups()
1288 val = mdesc_get_property(md, node, "address-mask", NULL); in grab_mlgroups()
1323 val = mdesc_get_property(md, node, "base", NULL); in grab_mblocks()
1325 val = mdesc_get_property(md, node, "size", NULL); in grab_mblocks()
1327 val = mdesc_get_property(md, node, in grab_mblocks()
1359 id = mdesc_get_property(md, target, "id", NULL); in numa_parse_mdesc_group_cpus()