Searched refs:apps (Results 1 – 6 of 6) sorted by relevance
18 static const struct nfp_app_type *apps[] = { variable232 if (id >= ARRAY_SIZE(apps) || !apps[id]) { in nfp_app_alloc()237 if (WARN_ON(!apps[id]->name || !apps[id]->vnic_alloc)) in nfp_app_alloc()239 if (WARN_ON(!apps[id]->ctrl_msg_rx && apps[id]->ctrl_msg_rx_raw)) in nfp_app_alloc()249 app->type = apps[id]; in nfp_app_alloc()
72 nvkm_falcon_load_imem(falcon, scrub_data + lhdr->apps[0], in gp102_fb_vpr_scrub()73 ALIGN(lhdr->apps[0], 0x100), in gp102_fb_vpr_scrub()74 lhdr->apps[1], in gp102_fb_vpr_scrub()75 lhdr->apps[0] >> 8, 0, true); in gp102_fb_vpr_scrub()
58 hdr->apps[(i * 2) + 0], hdr->apps[(i * 2) + 1]); in nvfw_hs_load_header()
97 hsfw->sec_addr = lhdr->apps[0]; in nvkm_acr_hsfw_load_image()98 hsfw->sec_size = lhdr->apps[lhdr->num_apps]; in nvkm_acr_hsfw_load_image()
26 u32 apps[0]; member
26 Say Y here if you want to test video apps or debug V4L devices.