Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dacr_r352.h68 struct acr_r352;
80 void (*fixup_hs_desc)(struct acr_r352 *, struct nvkm_secboot *, void *);
84 struct ls_ucode_img *(*ls_ucode_img_load)(const struct acr_r352 *,
87 int (*ls_fill_headers)(struct acr_r352 *, struct list_head *);
88 int (*ls_write_wpr)(struct acr_r352 *, struct list_head *,
97 struct acr_r352 { struct
143 #define acr_r352(acr) container_of(acr, struct acr_r352, base) argument
148 struct ls_ucode_img *acr_r352_ls_ucode_img_load(const struct acr_r352 *,
151 int acr_r352_ls_fill_headers(struct acr_r352 *, struct list_head *);
152 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.c241 acr_r352_ls_ucode_img_load(const struct acr_r352 *acr, in acr_r352_ls_ucode_img_load()
298 acr_r352_ls_img_fill_headers(struct acr_r352 *acr, in acr_r352_ls_img_fill_headers()
378 acr_r352_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r352_ls_fill_headers()
412 acr_r352_ls_write_wpr(struct acr_r352 *acr, struct list_head *imgs, in acr_r352_ls_write_wpr()
479 acr_r352_prepare_ls_blob(struct acr_r352 *acr, struct nvkm_secboot *sb) in acr_r352_prepare_ls_blob()
595 acr_r352_fixup_hs_desc(struct acr_r352 *acr, struct nvkm_secboot *sb, in acr_r352_fixup_hs_desc()
651 acr_r352_prepare_hs_blob(struct acr_r352 *acr, struct nvkm_secboot *sb, in acr_r352_prepare_hs_blob()
713 acr_r352_load_blobs(struct acr_r352 *acr, struct nvkm_secboot *sb) in acr_r352_load_blobs()
782 struct acr_r352 *acr = acr_r352(_acr); in acr_r352_load()
837 acr_r352_shutdown(struct acr_r352 *acr, struct nvkm_secboot *sb) in acr_r352_shutdown()
[all …]
Dacr_r367.c109 acr_r367_ls_ucode_img_load(const struct acr_r352 *acr, in acr_r367_ls_ucode_img_load()
154 acr_r367_ls_img_fill_headers(struct acr_r352 *acr, in acr_r367_ls_img_fill_headers()
232 acr_r367_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r367_ls_fill_headers()
263 acr_r367_ls_write_wpr(struct acr_r352 *acr, struct list_head *imgs, in acr_r367_ls_write_wpr()
348 acr_r367_fixup_hs_desc(struct acr_r352 *acr, struct nvkm_secboot *sb, in acr_r367_fixup_hs_desc()
DKbuild6 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()