Searched refs:apps (Results 1 – 8 of 8) 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()
76 hdr->apps[(i * 2) + 0], hdr->apps[(i * 2) + 1]); in nvfw_hs_load_header()
268 fw->imem_base_img = lhdr->apps[0]; in nvkm_falcon_fw_ctor_hs()269 fw->imem_base = ALIGN(lhdr->apps[0], 0x100); in nvkm_falcon_fw_ctor_hs()270 fw->imem_size = lhdr->apps[lhdr->num_apps + 0]; in nvkm_falcon_fw_ctor_hs()
40 u32 apps[]; member
22 Say Y here if you want to test video apps or debug V4L devices.
36 * Fix not all v4l2 apps working, e.g. cheese does not work
693 struct irdma_dcb_app_info apps[IRDMA_MAX_APPS]; member
325 the legacy behavior in order to allow existing support apps (i.e.
Completed in 20 milliseconds