Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 75) sorted by relevance

123

/drivers/iommu/
A Diova.c581 struct iova_magazine *loaded; member
744 if (!cpu_rcache->loaded || !cpu_rcache->prev) { in iova_domain_init_rcaches()
780 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert()
783 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert()
790 iova_depot_push(rcache, cpu_rcache->loaded); in __iova_rcache_insert()
794 cpu_rcache->loaded = new_mag; in __iova_rcache_insert()
834 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get()
837 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_get()
842 iova_magazine_free(cpu_rcache->loaded); in __iova_rcache_get()
843 cpu_rcache->loaded = iova_depot_pop(rcache); in __iova_rcache_get()
[all …]
/drivers/vhost/
A DKconfig39 This kernel module can be loaded in host kernel to accelerate
41 module itself which needs to be loaded in guest kernel.
63 This kernel module can be loaded in the host kernel to provide AF_VSOCK
65 virtio_transport.ko driver loaded to use the virtio-vsock device.
77 This kernel module can be loaded in host kernel to accelerate
/drivers/accessibility/speakup/
A DKconfig37 requires software to be pre-loaded on to the card before
38 the module can be loaded. See the decpc choice below
125 contains the software which must be pre-loaded on to the
128 loaded until the file system is mounted and the DecTalk
129 PC software has been pre-loaded on to the board.
175 it built-in to the kernel or loaded as a module.
/drivers/platform/x86/intel/ifs/
A Dsysfs.c115 if (!ifsd->loaded) in current_batch_show()
131 if (!ifsd->loaded) in image_version_show()
A Dload.c176 return !ifsd->loaded || in need_copy_scan_hashes()
435 ifsd->loaded = (ret == 0); in ifs_load_firmware()
A Druntest.c640 if (!ifsd->loaded) in do_core_test()
652 if (!ifsd->loaded) in do_core_test()
A Difs.h363 bool loaded; member
/drivers/hid/bpf/progs/
A DREADME9 They should be loaded in the kernel by `udev-hid-bpf`:
91 ### program loaded
93 You can check that the program has been properly loaded with `bpftool`
/drivers/infiniband/hw/mthca/
A DKconfig18 the driver is loaded through sysfs).
/drivers/infiniband/sw/siw/
A DKconfig17 library named libsiw which is loaded by the generic user
/drivers/net/dsa/realtek/
A DKconfig13 subdrivers to be loaded. Moreover, an interface driver cannot achieve
/drivers/usb/host/
A Dxhci-mtk-sch.c784 struct mu3h_sch_ep_info *sch_ep, bool loaded) in load_ep_bw() argument
787 update_sch_tt(sch_ep, loaded); in load_ep_bw()
790 update_bus_bw(sch_bw, sch_ep, loaded); in load_ep_bw()
791 sch_ep->allocated = loaded; in load_ep_bw()
/drivers/iio/common/cros_ec_sensors/
A DKconfig31 This module is loaded when the EC can calculate the angle between the base
/drivers/infiniband/sw/rxe/
A DKconfig20 library named librxe which is loaded by the generic user
/drivers/media/platform/synopsys/hdmirx/
A DKconfig34 non-functional until EDID will be loaded from userspace.
/drivers/net/ethernet/mellanox/mlx4/
A DKconfig43 the driver is loaded through sysfs).
/drivers/scsi/qla2xxx/
A DKconfig13 By default, firmware for the ISP parts will be loaded
/drivers/net/ethernet/mellanox/mlx5/core/diag/
A Dfw_tracer.h88 bool loaded; member
A Dfw_tracer.c67 tracer->str_db.loaded = false; in mlx5_query_mtrc_caps()
335 tracer->str_db.loaded = true; in mlx5_tracer_read_strings_db()
706 if (unlikely(!tracer->str_db.loaded)) in mlx5_fw_tracer_handle_traces()
1019 if (!tracer->str_db.loaded) in mlx5_fw_tracer_init()
/drivers/staging/media/ipu3/
A Dipu3-css-fw.h161 u32 loaded __aligned(8); /* Firmware has been loaded */
/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management171 which the firmware must get loaded by the Module. The default timeout is 1
177 previously loaded interface firmware. If the interface firmware isn't loaded
/drivers/android/
A DKconfig48 test-specific freelist, which allows this KUnit module to be loaded
/drivers/md/dm-vdo/indexer/
A Dindex.c1156 bool loaded = false; in uds_make_index() local
1225 loaded = true; in uds_make_index()
1266 index->has_saved_open_chapter = loaded; in uds_make_index()
1267 index->need_to_save = !loaded; in uds_make_index()
/drivers/infiniband/ulp/ipoib/
A DKconfig35 can also be set after the driver is loaded through sysfs).
/drivers/base/firmware_loader/
A DKconfig29 bool "Log filenames and checksums for loaded firmware"
36 loaded.
187 content. The compressed file is loaded as a fallback, only after

Completed in 34 milliseconds

123