Home
last modified time | relevance | path

Searched refs:nv50_i2c_bus_new (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dpadg94.c55 .bus_new_4 = nv50_i2c_bus_new,
68 .bus_new_4 = nv50_i2c_bus_new,
H A Dpadnv50.c29 .bus_new_4 = nv50_i2c_bus_new,
H A Dbus.h29 int nv50_i2c_bus_new(struct nvkm_i2c_pad *, int, u8, struct nvkm_i2c_bus **);
H A Dbusnv50.c90 nv50_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in nv50_i2c_bus_new() function