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_acr
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
nouveau_nvkm_subdev_acr_base.c
34
nvkm_acr_hsf_find(struct
nvkm_acr
*acr, const char *name)
45
nvkm_acr_hsf_boot(struct
nvkm_acr
*acr, const char *name)
72
nvkm_acr_unload(struct
nvkm_acr
*acr)
81
nvkm_acr_load(struct
nvkm_acr
*acr)
120
nvkm_acr_reload(struct
nvkm_acr
*acr)
129
struct
nvkm_acr
*acr = device->acr;
146
struct
nvkm_acr
*acr = device->acr;
174
struct
nvkm_acr
*acr = device->acr;
190
nvkm_acr_unload(
nvkm_acr
(subdev));
200
return nvkm_acr_load(
nvkm_acr
(subdev))
357
nvkm_acr
= {
variable in typeref:struct:nvkm_subdev_func
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
acr.h
6
#define
nvkm_acr
(p) container_of((p), struct
nvkm_acr
, subdev)
macro
37
struct
nvkm_acr
{
struct
62
int gm200_acr_new(struct nvkm_device *, int, struct
nvkm_acr
**);
63
int gm20b_acr_new(struct nvkm_device *, int, struct
nvkm_acr
**);
64
int gp102_acr_new(struct nvkm_device *, int, struct
nvkm_acr
**);
65
int gp108_acr_new(struct nvkm_device *, int, struct
nvkm_acr
**);
66
int gp10b_acr_new(struct nvkm_device *, int, struct
nvkm_acr
**);
67
int tu102_acr_new(struct nvkm_device *, int, struct
nvkm_acr
**);
109
void (*bld_write)(struct
nvkm_acr
*, u32 bld, struct nvkm_acr_lsfw *)
[
all
...]
Completed in 44 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026