drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/nouveau/nvkm/subdev/i2c/auxgf119.c
Extension
.c
Size
1420 bytes
Lines
36
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#include "auxch.h"

static const struct nvkm_i2c_aux_func
gf119_i2c_aux = {
	.address_only = true,
	.xfer = g94_i2c_aux_xfer,
};

int
gf119_i2c_aux_new(struct nvkm_i2c_pad *pad, int index, u8 drive,
		  struct nvkm_i2c_aux **paux)
{
	return g94_i2c_aux_new_(&gf119_i2c_aux, pad, index, drive, paux);
}

Annotation

Implementation Notes