cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/nouveau/include/nvkm/subdev/fuse.h

#ifndef __NVKM_FUSE_H__

#define __NVKM_FUSE_H__
#include <core/subdev.h>


struct nvkm_fuse {
	
const struct nvkm_fuse_func *func;
	
struct nvkm_subdev subdev;
	
spinlock_t lock;
};

u32 nvkm_fuse_read(struct nvkm_fuse *, u32 addr);

int nv50_fuse_new(struct nvkm_device *, int, struct nvkm_fuse **);
int gf100_fuse_new(struct nvkm_device *, int, struct nvkm_fuse **);
int gm107_fuse_new(struct nvkm_device *, int, struct nvkm_fuse **);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Ben Skeggs5261.18%375.00%
Martin Peres3338.82%125.00%
Total85100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.