Home
last modified time | relevance | path

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

/drivers/net/ethernet/netronome/nfp/
Dnfp_app.c18 static const struct nfp_app_type *apps[] = { variable
232 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()
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dgp102.c72 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()
/drivers/gpu/drm/nouveau/nvkm/nvfw/
Dhs.c58 hdr->apps[(i * 2) + 0], hdr->apps[(i * 2) + 1]); in nvfw_hs_load_header()
/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
Dhsfw.c97 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()
/drivers/gpu/drm/nouveau/include/nvfw/
Dhs.h26 u32 apps[0]; member
/drivers/media/test-drivers/vivid/
DKconfig26 Say Y here if you want to test video apps or debug V4L devices.