Searched refs:adm1030 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/iicbus/
H A Dadm1030.c83 "adm1030",
90 DRIVER_MODULE(adm1030, iicbus, adm1030_driver, adm1030_devclass, 0, 0);
134 if (strcmp(name, "fan") != 0 || strcmp(compatible, "adm1030") != 0)
188 /* Start the adm1030 device. */
225 device_t adm1030; local
229 adm1030 = arg1;
230 sc = device_get_softc(adm1030);

Completed in 100 milliseconds