Home
last modified time | relevance | path

Searched refs:apps (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/netronome/nfp/
Dnfp_app.c44 static const struct nfp_app_type *apps[] = { variable
120 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()
/drivers/gpu/drm/nouveau/nvkm/subdev/secboot/
Dgp102.c84 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()
Dacr_r352.h40 return hdr->apps[app]; in hsf_load_header_app_off()
46 return hdr->apps[hdr->num_apps + app]; in hsf_load_header_app_size()
Dhs_ucode.h75 u32 apps[0]; member
Dacr_r352.c672 (sizeof(load_hdr->apps[0]) * 2 * load_hdr->num_apps)); in acr_r352_prepare_hs_blob()
/drivers/media/platform/vivid/
DKconfig24 Say Y here if you want to test video apps or debug V4L devices.