Lines Matching +full:acpi +full:- +full:based
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2024 Pierre-Luc Drouin <pldrouin@pldrouin.net>
29 * Vybrid Family Inter-Integrated Circuit (I2C)
30 * Originally based on Chapter 48, Vybrid Reference Manual, Rev. 5, 07/2013
31 * Currently based on Chapter 21, LX2160A Reference Manual, Rev. 1, 10/2021
33 * The current implementation is based on the original driver by Ruslan Bukin,
34 * later modified by Dawid Górecki, and split into FDT and ACPI drivers by Val
47 #include <contrib/dev/acpica/include/acpi.h>
83 sc->dev = dev; in vf_i2c_acpi_attach()
84 sc->hwtype = HW_VF610; in vf_i2c_acpi_attach()
85 sc->freq = 0; in vf_i2c_acpi_attach()
100 DRIVER_MODULE(vf_i2c_acpi, acpi, vf_i2c_acpi_driver, 0, 0);