ibus.h 540 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __NVKM_IBUS_H__
  3. #define __NVKM_IBUS_H__
  4. #include <core/subdev.h>
  5. int gf100_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
  6. int gf117_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
  7. int gk104_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
  8. int gk20a_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
  9. int gm200_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
  10. int gp10b_ibus_new(struct nvkm_device *, int, struct nvkm_subdev **);
  11. #endif