Home
last modified time | relevance | path

Searched refs:acr_r352 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dacr_r352.h78 struct acr_r352;
90 void (*fixup_hs_desc)(struct acr_r352 *, struct nvkm_secboot *, void *);
94 struct ls_ucode_img *(*ls_ucode_img_load)(const struct acr_r352 *,
97 int (*ls_fill_headers)(struct acr_r352 *, struct list_head *);
98 int (*ls_write_wpr)(struct acr_r352 *, struct list_head *,
107 struct acr_r352 { struct
153 #define acr_r352(acr) container_of(acr, struct acr_r352, base) argument
158 struct ls_ucode_img *acr_r352_ls_ucode_img_load(const struct acr_r352 *,
161 int acr_r352_ls_fill_headers(struct acr_r352 *, struct list_head *);
162 int acr_r352_ls_write_wpr(struct acr_r352 *, struct list_head *,
[all …]
Dacr_r367.h28 void acr_r367_fixup_hs_desc(struct acr_r352 *, struct nvkm_secboot *, void *);
30 struct ls_ucode_img *acr_r367_ls_ucode_img_load(const struct acr_r352 *,
33 int acr_r367_ls_fill_headers(struct acr_r352 *, struct list_head *);
34 int acr_r367_ls_write_wpr(struct acr_r352 *, struct list_head *,
Dacr_r352.c243 acr_r352_ls_ucode_img_load(const struct acr_r352 *acr, in acr_r352_ls_ucode_img_load()
302 acr_r352_ls_img_fill_headers(struct acr_r352 *acr, in acr_r352_ls_img_fill_headers()
381 acr_r352_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r352_ls_fill_headers()
415 acr_r352_ls_write_wpr(struct acr_r352 *acr, struct list_head *imgs, in acr_r352_ls_write_wpr()
481 acr_r352_prepare_ls_blob(struct acr_r352 *acr, struct nvkm_secboot *sb) in acr_r352_prepare_ls_blob()
597 acr_r352_fixup_hs_desc(struct acr_r352 *acr, struct nvkm_secboot *sb, in acr_r352_fixup_hs_desc()
653 acr_r352_prepare_hs_blob(struct acr_r352 *acr, struct nvkm_secboot *sb, in acr_r352_prepare_hs_blob()
715 acr_r352_load_blobs(struct acr_r352 *acr, struct nvkm_secboot *sb) in acr_r352_load_blobs()
784 struct acr_r352 *acr = acr_r352(_acr); in acr_r352_load()
840 acr_r352_shutdown(struct acr_r352 *acr, struct nvkm_secboot *sb) in acr_r352_shutdown()
[all …]
Dacr_r367.c112 acr_r367_ls_ucode_img_load(const struct acr_r352 *acr, in acr_r367_ls_ucode_img_load()
160 acr_r367_ls_img_fill_headers(struct acr_r352 *acr, in acr_r367_ls_img_fill_headers()
237 acr_r367_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r367_ls_fill_headers()
268 acr_r367_ls_write_wpr(struct acr_r352 *acr, struct list_head *imgs, in acr_r367_ls_write_wpr()
352 acr_r367_fixup_hs_desc(struct acr_r352 *acr, struct nvkm_secboot *sb, in acr_r367_fixup_hs_desc()
DKbuild7 nvkm-y += nvkm/subdev/secboot/acr_r352.o
Dacr_r364.c63 acr_r364_fixup_hs_desc(struct acr_r352 *acr, struct nvkm_secboot *sb, in acr_r364_fixup_hs_desc()