HomeSort by: relevance | last modified time | path
    Searched refs:OF_call_method_1 (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/macppc/macppc/
machdep.c 167 OF_call_method_1("slew-high", clock_ih, 0);
175 OF_call_method_1("smu-powertune-hi", smu_ih, 0);
514 OF_call_method_1("color!", ih, 4, r, g, b, index);
535 OF_call_method_1("backlight-on", ih, 0);
537 OF_call_method_1("backlight-off", ih, 0);
539 return 0; /* XXX or use return value of OF_call_method_1? */
564 OF_call_method_1("set-contrast", ih, 1, brightness_level);
566 return 0; /* XXX or use return value of OF_call_method_1? */
580 OF_call_method_1("set-contrast", ih, 1, brightness_level);
582 return 0; /* XXX or use return value of OF_call_method_1? *
    [all...]
  /src/sys/dev/ofw/
openfirm.h 76 int OF_call_method_1(const char *, int, int, ...);
ofdisk.c 225 of->max_transfer = OF_call_method_1("max-transfer",
487 lp->d_secperunit = OF_call_method_1("#blocks",
  /src/sys/arch/macppc/dev/
ofb.c 421 OF_call_method_1("color!", sc->sc_ih, 4, *r, *g, *b, index);
433 OF_call_method_1("color!", sc->sc_ih, 4, r, g, b, idx);
438 OF_call_method_1("color!", console_instance, 4, r, g, b, idx);
psoc.c 129 OF_call_method_1("fan-init", ih, 0);
  /src/sys/arch/arm/ofw/
openfirm.c 417 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
419 OF_call_method_1(method, ihandle, nargs, va_alist)
  /src/sys/arch/powerpc/oea/
ofw_rascons.c 296 OF_call_method_1("color!", console_instance, 4,
  /src/sys/arch/powerpc/powerpc/
rtas.c 136 OF_call_method_1("instantiate-rtas", ih, 1, sc->ra_base_pa);
openfirm.c 508 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
  /src/sys/arch/shark/ofw/
ofw.c 1701 pa = OF_call_method_1("claim", mem_ihandle, 3, pa, size, align);
1704 pa = OF_call_method_1("claim", mem_ihandle, 2, size, align);
1721 return (OF_call_method_1("release", mem_ihandle, 2, pa, size));
1734 va = OF_call_method_1("claim", mmu_ihandle, 3, va, size, align);
1737 va = OF_call_method_1("claim", mmu_ihandle, 2, size, align);
  /src/sys/arch/sparc/sparc/
openfirm.c 375 OF_call_method_1(const char *method, int ihandle, int nargs, ...)
  /src/sys/arch/sparc64/sparc64/
autoconf.c 1588 OF_call_method_1("color!", ih, 4, r, g, b, index);

Completed in 19 milliseconds