HomeSort by: relevance | last modified time | path
    Searched refs:drive_scl (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
bus.h 10 void (*drive_scl)(struct nvkm_i2c_bus *, int state); member in struct:nvkm_i2c_bus_func
nouveau_nvkm_subdev_i2c_busgf119.c 80 .drive_scl = gf119_i2c_bus_drive_scl,
nouveau_nvkm_subdev_i2c_busnv4e.c 71 .drive_scl = nv4e_i2c_bus_drive_scl,
nouveau_nvkm_subdev_i2c_busnv04.c 80 .drive_scl = nv04_i2c_bus_drive_scl,
nouveau_nvkm_subdev_i2c_busnv50.c 87 .drive_scl = nv50_i2c_bus_drive_scl,
nouveau_nvkm_subdev_i2c_bus.c 57 bus->func->drive_scl(bus, state);
241 if ( bus->func->drive_scl &&
nouveau_nvkm_subdev_i2c_bit.c 39 bus->func->drive_scl(bus, state);

Completed in 47 milliseconds