Searched refs:imgs (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/ |
| D | acr_r367.c | 237 acr_r367_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r367_ls_fill_headers() argument 245 list_for_each(l, imgs) in acr_r367_ls_fill_headers() 260 list_for_each_entry(img, imgs, base.node) { 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() argument 276 list_for_each_entry(_img, imgs, node) { in acr_r367_ls_write_wpr() 289 list_for_each_entry(_img, imgs, node) { in acr_r367_ls_write_wpr()
|
| D | acr_r352.c | 381 acr_r352_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r352_ls_fill_headers() argument 389 list_for_each(l, imgs) in acr_r352_ls_fill_headers() 404 list_for_each_entry(img, imgs, base.node) { 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() argument 424 list_for_each_entry(_img, imgs, node) { in acr_r352_ls_write_wpr() 437 list_for_each_entry(_img, imgs, node) { in acr_r352_ls_write_wpr() 484 struct list_head imgs; in acr_r352_prepare_ls_blob() local 494 INIT_LIST_HEAD(&imgs); in acr_r352_prepare_ls_blob() 512 list_add_tail(&img->node, &imgs); in acr_r352_prepare_ls_blob() 538 image_wpr_size = acr->func->ls_fill_headers(acr, &imgs); in acr_r352_prepare_ls_blob() [all …]
|