Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sparc/kernel/
A Dmdesc.c329 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()
702 EXPORT_SYMBOL(mdesc_get_property);
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()
793 v = mdesc_get_property(hp, pn, "max-cpus", NULL); in report_platform_properties()
988 id = mdesc_get_property(hp, t, "id", NULL); in set_sock_ids_by_socket()
[all …]
A Dvio.c214 cfg_handle = mdesc_get_property(hp, target, in vio_cfg_handle()
265 irq = mdesc_get_property(hp, target, "tx-ino", NULL); in vio_fill_channel_info()
269 irq = mdesc_get_property(hp, target, "rx-ino", NULL); in vio_fill_channel_info()
273 chan_id = mdesc_get_property(hp, target, "id", NULL); in vio_fill_channel_info()
300 type = mdesc_get_property(hp, mp, "device-type", &tlen); in vio_create_one()
302 type = mdesc_get_property(hp, mp, "name", &tlen); in vio_create_one()
314 id = mdesc_get_property(hp, mp, "id", NULL); in vio_create_one()
318 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()
A Dadi_64.c52 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()
A Dsetup_64.c498 prop = mdesc_get_property(hp, pn, "hwcap-list", &len); in mdesc_cpu_hwcap_list()
A Dds.c1181 val = mdesc_get_property(hp, vdev->mp, "id", NULL); in ds_probe()
A Dldc.c2403 v = mdesc_get_property(hp, mp, "domaining-enabled", NULL); in ldc_init()
/linux-6.3-rc2/drivers/net/ethernet/sun/
A Dldmvsw.c182 name = mdesc_get_property(hp, target, "name", NULL); in vsw_get_vnet()
186 local_mac = mdesc_get_property(hp, target, in vsw_get_vnet()
188 cfghandle = mdesc_get_property(hp, target, in vsw_get_vnet()
290 rmac = mdesc_get_property(hp, vdev->mp, remote_macaddr_prop, &len); in vsw_port_probe()
298 port_id = mdesc_get_property(hp, vdev->mp, id_prop, NULL); in vsw_port_probe()
A Dsunvnet.c396 name = mdesc_get_property(hp, target, "name", NULL); in vnet_find_parent()
400 local_mac = mdesc_get_property(hp, target, in vnet_find_parent()
443 rmac = mdesc_get_property(hp, vdev->mp, remote_macaddr_prop, &len); in vnet_port_probe()
476 if (mdesc_get_property(hp, vdev->mp, "switch-port", NULL)) in vnet_port_probe()
/linux-6.3-rc2/drivers/watchdog/
A Dsun4v_wdt.c127 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-6.3-rc2/arch/sparc/include/asm/
A Dmdesc.h39 const void *mdesc_get_property(struct mdesc_handle *handle,
/linux-6.3-rc2/arch/sparc/mm/
A Dinit_64.c1119 val = mdesc_get_property(md, target, in scan_pio_for_cfg_handle()
1141 val = mdesc_get_property(md, target, "latency", NULL); in scan_arcs_for_cfg_handle()
1250 val = mdesc_get_property(md, node, "latency", NULL); in grab_mlgroups()
1252 val = mdesc_get_property(md, node, "address-match", NULL); in grab_mlgroups()
1254 val = mdesc_get_property(md, node, "address-mask", NULL); in grab_mlgroups()
1289 val = mdesc_get_property(md, node, "base", NULL); in grab_mblocks()
1291 val = mdesc_get_property(md, node, "size", NULL); in grab_mblocks()
1293 val = mdesc_get_property(md, node, in grab_mblocks()
1325 id = mdesc_get_property(md, target, "id", NULL); in numa_parse_mdesc_group_cpus()
/linux-6.3-rc2/drivers/crypto/
A Dn2_core.c1693 id = mdesc_get_property(mdesc, tgt, "id", NULL); in spu_mdesc_walk_arcs()
1749 type = mdesc_get_property(mdesc, node, "type", NULL); in spu_mdesc_scan()
1771 ino = mdesc_get_property(mdesc, node, "ino", &ino_len); in get_irq_props()
1809 name = mdesc_get_property(mdesc, node, "name", NULL); in grab_mdesc_irq_props()
1812 chdl = mdesc_get_property(mdesc, node, "cfg-handle", NULL); in grab_mdesc_irq_props()
/linux-6.3-rc2/drivers/sbus/char/
A Doradax.c252 prop = (char *)mdesc_get_property(hp, pn, "name", &len); in dax_attach()
259 prop = (char *)mdesc_get_property(hp, pn, "compatible", &len); in dax_attach()
/linux-6.3-rc2/drivers/tty/
A Dvcc.c620 domain = mdesc_get_property(hp, node, "vcc-domain-name", NULL); in vcc_probe()
/linux-6.3-rc2/drivers/block/
A Dsunvdc.c1011 ldc_timeout = mdesc_get_property(hp, vdev->mp, "vdc-timeout", NULL); in vdc_port_probe()

Completed in 41 milliseconds