Searched refs:apps (Results 1 – 6 of 6) sorted by relevance
44 static const struct nfp_app_type *apps[] = { variable120 for (i = 0; i < ARRAY_SIZE(apps); i++) in nfp_app_alloc()121 if (apps[i]->id == id) in nfp_app_alloc()123 if (i == ARRAY_SIZE(apps)) { in nfp_app_alloc()128 if (WARN_ON(!apps[i]->name || !apps[i]->vnic_alloc)) in nfp_app_alloc()138 app->type = apps[i]; in nfp_app_alloc()
84 nvkm_falcon_load_imem(falcon, scrub_data + lhdr->apps[0], in gp102_run_secure_scrub()85 ALIGN(lhdr->apps[0], 0x100), in gp102_run_secure_scrub()86 lhdr->apps[1], in gp102_run_secure_scrub()87 lhdr->apps[0] >> 8, 0, true); in gp102_run_secure_scrub()
40 return hdr->apps[app]; in hsf_load_header_app_off()46 return hdr->apps[hdr->num_apps + app]; in hsf_load_header_app_size()
75 u32 apps[0]; member
672 (sizeof(load_hdr->apps[0]) * 2 * load_hdr->num_apps)); in acr_r352_prepare_hs_blob()
24 Say Y here if you want to test video apps or debug V4L devices.