Home
last modified time | relevance | path

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

123

/drivers/iommu/
Diova.c646 struct iova_magazine *loaded; member
757 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL); in iova_domain_init_rcaches()
759 if (!cpu_rcache->loaded || !cpu_rcache->prev) { in iova_domain_init_rcaches()
796 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert()
799 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert()
808 cpu_rcache->loaded; in __iova_rcache_insert()
810 mag_to_free = cpu_rcache->loaded; in __iova_rcache_insert()
814 cpu_rcache->loaded = new_mag; in __iova_rcache_insert()
820 iova_magazine_push(cpu_rcache->loaded, iova_pfn); in __iova_rcache_insert()
859 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get()
[all …]
/drivers/vhost/
DKconfig39 This kernel module can be loaded in host kernel to accelerate
41 module itself which needs to be loaded in guest kernel.
62 This kernel module can be loaded in the host kernel to provide AF_VSOCK
64 virtio_transport.ko driver loaded to use the virtio-vsock device.
76 This kernel module can be loaded in host kernel to accelerate
/drivers/accessibility/speakup/
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/
Dsysfs.c115 if (!ifsd->loaded) in current_batch_show()
131 if (!ifsd->loaded) in image_version_show()
Difs.h252 bool loaded; member
/drivers/net/wireless/atmel/
DKconfig27 and need their firmware loaded at start-up. If yours is
29 to be loaded into the card by the driver. The Atmel
/drivers/usb/host/
Dxhci-mtk-sch.c504 struct mu3h_sch_ep_info *sch_ep, bool loaded) in load_ep_bw() argument
507 update_sch_tt(sch_ep, loaded); in load_ep_bw()
510 update_bus_bw(sch_bw, sch_ep, loaded); in load_ep_bw()
511 sch_ep->allocated = loaded; in load_ep_bw()
/drivers/staging/media/av7110/
DKconfig66 required to have loaded firmware to tune properly.
67 Firmware can be loaded by insertion and removal of
Daudio-fopen.rst91 - Device driver not loaded/available.
Dvideo-fopen.rst93 - Device driver not loaded/available.
/drivers/infiniband/hw/mthca/
DKconfig18 the driver is loaded through sysfs).
/drivers/infiniband/sw/siw/
DKconfig18 library named libsiw which is loaded by the generic user
/drivers/iio/common/cros_ec_sensors/
DKconfig31 This module is loaded when the EC can calculate the angle between the base
/drivers/net/wireless/zydas/
DKconfig28 The zd1201 device requires external firmware to be loaded.
/drivers/infiniband/sw/rxe/
DKconfig21 library named librxe which is loaded by the generic user
/drivers/net/dsa/realtek/
DKconfig13 subdrivers to be loaded. Moreover, an interface driver cannot achieve
/drivers/net/ethernet/mellanox/mlx4/
DKconfig42 the driver is loaded through sysfs).
/drivers/scsi/qla2xxx/
DKconfig13 By default, firmware for the ISP parts will be loaded
/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfw_tracer.h88 bool loaded; member
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()
1044 if (!tracer->str_db.loaded) in mlx5_fw_tracer_init()
/drivers/staging/media/ipu3/
Dipu3-css-fw.h159 u32 loaded __aligned(8); /* Firmware has been loaded */
/drivers/staging/greybus/Documentation/firmware/
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/base/firmware_loader/
DKconfig30 bool "Log filenames and checksums for loaded firmware"
38 loaded.
182 content. The compressed file is loaded as a fallback, only after
/drivers/infiniband/ulp/ipoib/
DKconfig35 can also be set after the driver is loaded through sysfs).
/drivers/staging/media/atomisp/
Dnotes.txt24 (it is enabled by default) only the preview binary is loaded.

123