Searched refs:mdesc_get_property (Results 1 – 6 of 6) sorted by relevance
/arch/sparc/kernel/ |
D | mdesc.c | 250 id = mdesc_get_property(hp, target, in parent_cfg_handle() 273 name_prop = mdesc_get_property(a, node, "name", NULL); in invoke_on_missing() 278 id = mdesc_get_property(a, node, "id", NULL); in invoke_on_missing() 290 name_prop = mdesc_get_property(b, fnode, in invoke_on_missing() 302 fid = mdesc_get_property(b, fnode, in invoke_on_missing() 421 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node, in mdesc_get_property() function 465 EXPORT_SYMBOL(mdesc_get_property); 532 s = mdesc_get_property(hp, pn, "banner-name", NULL); in report_platform_properties() 534 s = mdesc_get_property(hp, pn, "name", NULL); in report_platform_properties() 537 v = mdesc_get_property(hp, pn, "hostid", NULL); in report_platform_properties() [all …]
|
D | vio.c | 172 irq = mdesc_get_property(hp, target, "tx-ino", NULL); in vio_fill_channel_info() 176 irq = mdesc_get_property(hp, target, "rx-ino", NULL); in vio_fill_channel_info() 180 chan_id = mdesc_get_property(hp, target, "id", NULL); in vio_fill_channel_info() 196 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one() 198 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one() 210 id = mdesc_get_property(hp, mp, "id", NULL); in vio_create_one() 217 cfg_handle = mdesc_get_property(hp, target, in vio_create_one() 233 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one() 411 compat = mdesc_get_property(hp, root, "compatible", &len); in vio_init() 423 cfg_handle = mdesc_get_property(hp, root, cfg_handle_prop, NULL); in vio_init()
|
D | ds.c | 1155 val = mdesc_get_property(hp, vdev->mp, "id", NULL); in ds_probe()
|
D | ldc.c | 2354 v = mdesc_get_property(hp, mp, "domaining-enabled", NULL); in ldc_init()
|
/arch/sparc/include/asm/ |
D | mdesc.h | 37 extern const void *mdesc_get_property(struct mdesc_handle *handle,
|
/arch/sparc/mm/ |
D | init_64.c | 895 val = mdesc_get_property(md, target, in scan_pio_for_cfg_handle() 917 val = mdesc_get_property(md, target, "latency", NULL); in scan_arcs_for_cfg_handle() 1026 val = mdesc_get_property(md, node, "latency", NULL); in grab_mlgroups() 1028 val = mdesc_get_property(md, node, "address-match", NULL); in grab_mlgroups() 1030 val = mdesc_get_property(md, node, "address-mask", NULL); in grab_mlgroups() 1065 val = mdesc_get_property(md, node, "base", NULL); in grab_mblocks() 1067 val = mdesc_get_property(md, node, "size", NULL); in grab_mblocks() 1069 val = mdesc_get_property(md, node, in grab_mblocks() 1094 id = mdesc_get_property(md, target, "id", NULL); in numa_parse_mdesc_group_cpus()
|