OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nvkm_bar
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
bar.h
9
struct
nvkm_bar
{
struct
26
void nvkm_bar_flush(struct
nvkm_bar
*);
28
int nv50_bar_new(struct nvkm_device *, int, struct
nvkm_bar
**);
29
int g84_bar_new(struct nvkm_device *, int, struct
nvkm_bar
**);
30
int gf100_bar_new(struct nvkm_device *, int, struct
nvkm_bar
**);
31
int gk20a_bar_new(struct nvkm_device *, int, struct
nvkm_bar
**);
32
int gm107_bar_new(struct nvkm_device *, int, struct
nvkm_bar
**);
33
int gm20b_bar_new(struct nvkm_device *, int, struct
nvkm_bar
**);
34
int tu102_bar_new(struct nvkm_device *, int, struct
nvkm_bar
**);
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/
nouveau_nvkm_subdev_bar_base.c
32
nvkm_bar_flush(struct
nvkm_bar
*bar)
47
struct
nvkm_bar
*bar = device->bar;
60
struct
nvkm_bar
*bar = device->bar;
69
struct
nvkm_bar
*bar = device->bar;
79
struct
nvkm_bar
*bar = device->bar;
89
struct
nvkm_bar
*bar = device->bar;
100
struct
nvkm_bar
*bar =
nvkm_bar
(subdev);
109
struct
nvkm_bar
*bar =
nvkm_bar
(subdev)
134
nvkm_bar
= {
variable in typeref:struct:nvkm_subdev_func
[
all
...]
priv.h
6
#define
nvkm_bar
(p) container_of((p), struct
nvkm_bar
, subdev)
macro
10
int, struct
nvkm_bar
*);
13
void *(*dtor)(struct
nvkm_bar
*);
14
int (*oneinit)(struct
nvkm_bar
*);
15
void (*init)(struct
nvkm_bar
*);
18
void (*init)(struct
nvkm_bar
*);
19
void (*fini)(struct
nvkm_bar
*);
20
void (*wait)(struct
nvkm_bar
*);
21
struct nvkm_vmm *(*vmm)(struct
nvkm_bar
*);
[
all
...]
Completed in 64 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026