imgs              381 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c acr_r352_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs)
imgs              389 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	list_for_each(l, imgs)
imgs              404 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	list_for_each_entry(img, imgs, base.node) {
imgs              415 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c acr_r352_ls_write_wpr(struct acr_r352 *acr, struct list_head *imgs,
imgs              424 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	list_for_each_entry(_img, imgs, node) {
imgs              437 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	list_for_each_entry(_img, imgs, node) {
imgs              484 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	struct list_head imgs;
imgs              494 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	INIT_LIST_HEAD(&imgs);
imgs              512 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 		list_add_tail(&img->node, &imgs);
imgs              538 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	image_wpr_size = acr->func->ls_fill_headers(acr, &imgs);
imgs              579 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	ret = acr->func->ls_write_wpr(acr, &imgs, acr->ls_blob, wpr_addr);
imgs              584 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c 	list_for_each_entry_safe(img, t, &imgs, node) {
imgs              237 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c acr_r367_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs)
imgs              245 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c 	list_for_each(l, imgs)
imgs              260 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c 	list_for_each_entry(img, imgs, base.node) {
imgs              268 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c acr_r367_ls_write_wpr(struct acr_r352 *acr, struct list_head *imgs,
imgs              276 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c 	list_for_each_entry(_img, imgs, node) {
imgs              289 drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c 	list_for_each_entry(_img, imgs, node) {