Home
last modified time | relevance | path

Searched refs:imgs (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dacr_r367.c232 acr_r367_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r367_ls_fill_headers() argument
240 list_for_each(l, imgs) in acr_r367_ls_fill_headers()
255 list_for_each_entry(img, imgs, base.node) { 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() argument
271 list_for_each_entry(_img, imgs, node) { in acr_r367_ls_write_wpr()
284 list_for_each_entry(_img, imgs, node) { in acr_r367_ls_write_wpr()
Dacr_r352.c378 acr_r352_ls_fill_headers(struct acr_r352 *acr, struct list_head *imgs) in acr_r352_ls_fill_headers() argument
386 list_for_each(l, imgs) in acr_r352_ls_fill_headers()
401 list_for_each_entry(img, imgs, base.node) { 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() argument
421 list_for_each_entry(_img, imgs, node) { in acr_r352_ls_write_wpr()
434 list_for_each_entry(_img, imgs, node) { in acr_r352_ls_write_wpr()
482 struct list_head imgs; in acr_r352_prepare_ls_blob() local
492 INIT_LIST_HEAD(&imgs); in acr_r352_prepare_ls_blob()
510 list_add_tail(&img->node, &imgs); in acr_r352_prepare_ls_blob()
536 image_wpr_size = acr->func->ls_fill_headers(acr, &imgs); in acr_r352_prepare_ls_blob()
[all …]