Searched refs:loaded (Results 26 - 50 of 59) sorted by relevance

123

/linux-master/drivers/soc/ti/
H A Dknav_qmss.h134 bool loaded; member in struct:knav_pdsp_info
H A Dknav_qmss_queue.c1559 pdsp->loaded = false;
1650 * is not loaded as acc channels are optional on having
1651 * firmware availability in the system. We set the loaded
1658 pdsp->loaded = true;
1662 if (pdsp->loaded) {
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S12 * The Linux-Kernel image including the loader must be loaded
94 # a0: address where this code has been loaded
/linux-master/fs/
H A Dbinfmt_flat.c87 bool loaded; /* Has this library been loaded? */ member in struct:lib_info::__anon2481
724 libinfo->lib_list[0].loaded = 1;
884 if (!libinfo.lib_list[i].loaded)
887 unsigned long val = libinfo.lib_list[j].loaded ?
/linux-master/drivers/usb/host/
H A Dxhci-mtk-sch.c784 struct mu3h_sch_ep_info *sch_ep, bool loaded)
787 update_sch_tt(sch_ep, loaded);
790 update_bus_bw(sch_bw, sch_ep, loaded);
791 sch_ep->allocated = loaded;
783 load_ep_bw(struct mu3h_sch_bw_info *sch_bw, struct mu3h_sch_ep_info *sch_ep, bool loaded) argument
/linux-master/fs/xfs/scrub/
H A Drmap_repair.c70 * 1.2. If the incore extent map isn't loaded, walk the bmbt to accumulate
73 * 1.3. If the incore extent map is loaded but the fork is in btree format,
466 * If the incore extent cache isn't loaded, scan the bmbt for
1184 unsigned int loaded; local
1187 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
1206 return loaded;
/linux-master/sound/soc/intel/catpt/
H A Dloader.c125 if (!type->loaded || !type->state_size)
450 type->loaded = true;
/linux-master/drivers/net/netdevsim/
H A Dbpf.c92 static void nsim_prog_set_loaded(struct bpf_prog *prog, bool loaded) argument
100 state->is_loaded = loaded;
185 NSIM_EA(bpf->extack, "TC program is already loaded");
245 debugfs_create_bool("loaded", 0400, state->ddir, &state->is_loaded);
/linux-master/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h355 /* Data for one loaded firmware file */
361 /* pointer to loaded firmware, no need to free */
366 int loaded; /* Loaded and parsed successfully */ member in struct:fwentry
H A Dat76c50x-usb.c1612 if (fwe->loaded) {
1613 at76_dbg(DBG_FW, "re-using previously loaded fw");
1656 fwe->loaded = 1;
1670 if (fwe->loaded)
2493 * version to test if external firmware is loaded.
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c67 tracer->str_db.loaded = false;
335 tracer->str_db.loaded = true;
706 if (unlikely(!tracer->str_db.loaded))
1019 if (!tracer->str_db.loaded)
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_uclo.h147 struct icp_qat_uclo_page *loaded; member in struct:icp_qat_uclo_region
/linux-master/drivers/md/dm-vdo/indexer/
H A Dindex.c21 * storage, the chapter pages are loaded into the page cache. If the chapter has not yet been
821 vdo_log_info("loaded index from chapter %llu through chapter %llu",
1159 bool loaded = false; local
1228 loaded = true;
1232 vdo_log_error_strerror(result, "index could not be loaded");
1235 vdo_log_error_strerror(result, "index could not be loaded");
1269 index->has_saved_open_chapter = loaded;
1270 index->need_to_save = !loaded;
/linux-master/drivers/platform/x86/intel/ifs/
H A Druntest.c99 dev_err(dev, "CPU(s) %*pbl: could not execute from loaded scan image. Batch: %02x version: 0x%x\n",
409 if (!ifsd->loaded)
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h317 u32 group; /** Per pipeline data, loaded by dma */
318 u32 output; /** SP output data, loaded by dmem */
378 CSS_ALIGN(u32 loaded, 8); /** Firmware has been loaded */
/linux-master/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c505 static int pcan_usb_pro_drv_loaded(struct peak_usb_device *dev, int loaded) argument
515 buffer[1] = !!loaded;
H A Dpcan_usb_fd.c513 static int pcan_usb_fd_drv_loaded(struct peak_usb_device *dev, bool loaded) argument
519 pdev->cmd_buffer_addr[1] = !!loaded;
997 "unable to tell %s driver is loaded (err %d)\n",
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da5xx_gpu.c654 static bool loaded; local
658 * If the zap shader is already loaded into memory we just need to kick
661 if (loaded)
666 loaded = !ret;
/linux-master/tools/perf/util/
H A Dpmu.c112 /** @loaded: Has the contents been loaded/parsed. */
113 bool loaded; member in struct:perf_pmu_format
156 format->loaded = true;
164 if (format->loaded)
511 /* Alias was already created/loaded. */
H A Ddso.c1302 return dso->loaded;
1337 dso->loaded = 0;
/linux-master/drivers/media/usb/uvc/
H A Duvcvideo.h138 loaded:1, member in struct:uvc_control
H A Duvc_ctrl.c1048 if (ctrl->loaded)
1055 ctrl->loaded = 1;
1073 ctrl->loaded = 1;
1749 * value is loaded from the hardware before storing the new value in the data
1782 * Reset the loaded flag for auto-update controls that were
1783 * marked as loaded in uvc_ctrl_get/uvc_ctrl_set to prevent
1790 ctrl->loaded = 0;
1981 * needs to be loaded from the device to perform the read-modify-write
/linux-master/arch/s390/boot/
H A Dhead.S121 # everything loaded, go for it
/linux-master/tools/lib/bpf/
H A Dlibbpf.c664 bool loaded; member in struct:bpf_object
1440 obj->loaded = false;
1687 * be loaded. By having these map FD placeholders we can perform all
3400 /* btf_vmlinux could be loaded earlier */
4745 if (map->obj->loaded)
4825 if (map->obj->loaded)
5048 return map->obj->loaded || map->reused;
5301 * loading, if we detect that at least one of the to-be-loaded
5308 * If those global variable-using programs are not loaded at
5832 * not going to be loaded
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_bmap.c1115 xfs_extnum_t loaded; member in struct:xfs_iread_state
1168 if (unlikely(ir->loaded + num_recs > ifp->if_nextents)) {
1179 for (j = 0; j < num_recs; j++, frp++, ir->loaded++) {
1223 ir.loaded = 0;
1232 if (XFS_IS_CORRUPT(mp, ir.loaded != ifp->if_nextents)) {
1237 ASSERT(ir.loaded == xfs_iext_count(ifp));

Completed in 284 milliseconds

123