OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nvkm_engine
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
engine.h
6
#define
nvkm_engine
(p) container_of((p), struct
nvkm_engine
, subdev)
macro
11
struct
nvkm_engine
{
struct
20
void *(*dtor)(struct
nvkm_engine
*);
21
void (*preinit)(struct
nvkm_engine
*);
22
int (*oneinit)(struct
nvkm_engine
*);
23
int (*info)(struct
nvkm_engine
*, u64 mthd, u64 *data);
24
int (*init)(struct
nvkm_engine
*);
25
int (*fini)(struct
nvkm_engine
*, bool suspend);
26
void (*intr)(struct
nvkm_engine
*);
[
all
...]
engine.h
6
#define
nvkm_engine
(p) container_of((p), struct
nvkm_engine
, subdev)
macro
11
struct
nvkm_engine
{
struct
20
void *(*dtor)(struct
nvkm_engine
*);
21
void (*preinit)(struct
nvkm_engine
*);
22
int (*oneinit)(struct
nvkm_engine
*);
23
int (*info)(struct
nvkm_engine
*, u64 mthd, u64 *data);
24
int (*init)(struct
nvkm_engine
*);
25
int (*fini)(struct
nvkm_engine
*, bool suspend);
26
void (*intr)(struct
nvkm_engine
*);
[
all
...]
Completed in 49 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025