• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/

Lines Matching refs:mdesc_get_property

241 		id = mdesc_get_property(hp, target,
264 name_prop = mdesc_get_property(a, node, "name", NULL);
269 id = mdesc_get_property(a, node, "id", NULL);
281 name_prop = mdesc_get_property(b, fnode,
293 fid = mdesc_get_property(b, fnode,
412 const void *mdesc_get_property(struct mdesc_handle *hp, u64 node,
456 EXPORT_SYMBOL(mdesc_get_property);
523 s = mdesc_get_property(hp, pn, "banner-name", NULL);
525 s = mdesc_get_property(hp, pn, "name", NULL);
528 v = mdesc_get_property(hp, pn, "hostid", NULL);
531 v = mdesc_get_property(hp, pn, "serial#", NULL);
534 v = mdesc_get_property(hp, pn, "stick-frequency", NULL);
536 v = mdesc_get_property(hp, pn, "mac-address", NULL);
539 v = mdesc_get_property(hp, pn, "watchdog-resolution", NULL);
542 v = mdesc_get_property(hp, pn, "watchdog-max-timeout", NULL);
545 v = mdesc_get_property(hp, pn, "max-cpus", NULL);
572 const u64 *level = mdesc_get_property(hp, mp, "level", NULL);
573 const u64 *size = mdesc_get_property(hp, mp, "size", NULL);
574 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL);
578 type = mdesc_get_property(hp, mp, "type", &type_len);
624 id = mdesc_get_property(hp, t, "id", NULL);
638 id = mdesc_get_property(hp, n, "id", NULL);
657 level = mdesc_get_property(hp, mp, "level", NULL);
661 type = mdesc_get_property(hp, mp, "type", &len);
684 id = mdesc_get_property(hp, t, "id", NULL);
700 type = mdesc_get_property(hp, mp, "type", &len);
741 val = mdesc_get_property(hp, mp, "q-cpu-mondo-#bits", NULL);
744 val = mdesc_get_property(hp, mp, "q-dev-mondo-#bits", NULL);
747 val = mdesc_get_property(hp, mp, "q-resumable-#bits", NULL);
750 val = mdesc_get_property(hp, mp, "q-nonresumable-#bits", NULL);
761 const u64 *id = mdesc_get_property(hp, mp, "id", NULL);
804 const u64 *cfreq = mdesc_get_property(hp, mp, "clock-frequency", NULL);