Home
last modified time | relevance | path

Searched refs:drive_scl (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.h8 void (*drive_scl)(struct nvkm_i2c_bus *, int state); member
H A Dbus.c50 bus->func->drive_scl(bus, state); in nvkm_i2c_bus_setscl()
233 if ( bus->func->drive_scl && in nvkm_i2c_bus_ctor()
H A Dbusnv4e.c66 .drive_scl = nv4e_i2c_bus_drive_scl,
H A Dbusgf119.c75 .drive_scl = gf119_i2c_bus_drive_scl,
H A Dbusnv04.c75 .drive_scl = nv04_i2c_bus_drive_scl,
H A Dbusnv50.c82 .drive_scl = nv50_i2c_bus_drive_scl,
H A Dbit.c34 bus->func->drive_scl(bus, state); in nvkm_i2c_drive_scl()