HomeSort by: relevance | last modified time | path
    Searched defs:fdim (Results 1 - 2 of 2) sorted by relevancy

  /src/include/
tgmath.h 157 #define fdim(a,b) __TG_FN2(fdim, (a), (b)) macro
  /src/sys/dev/i2c/
tps65217pmic.c 331 int isel, fdim, brightness; local in function:tps65217pmic_attach
348 prop_dictionary_get_int32(dict, "fdim", &fdim);
391 tps65217pmic_wled_init(sc, isel, fdim, brightness);
494 tps65217pmic_wled_init(struct tps65217pmic_softc *sc, int isel, int fdim,
509 switch (fdim) {
525 " fdim %d\n", fdim);

Completed in 13 milliseconds