Home
last modified time | relevance | path

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

123

/drivers/iommu/
Diova.c820 struct iova_magazine *loaded; member
902 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL); in init_iova_rcaches()
926 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert()
929 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert()
938 cpu_rcache->loaded; in __iova_rcache_insert()
940 mag_to_free = cpu_rcache->loaded; in __iova_rcache_insert()
944 cpu_rcache->loaded = new_mag; in __iova_rcache_insert()
950 iova_magazine_push(cpu_rcache->loaded, iova_pfn); in __iova_rcache_insert()
989 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get()
992 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_get()
[all …]
/drivers/vhost/
DKconfig6 This kernel module can be loaded in host kernel to accelerate
8 module itself which needs to be loaded in guest kernel.
29 This kernel module can be loaded in the host kernel to provide AF_VSOCK
31 virtio_transport.ko driver loaded to use the virtio-vsock device.
/drivers/staging/speakup/
DKconfig36 requires software to be pre-loaded on to the card before
37 the module can be loaded. See the decpc choice below
118 contains the software which must be pre-loaded on to the
121 loaded until the file system is mounted and the DecTalk
122 PC software has been pre-loaded on to the board.
168 it built-in to the kernel or loaded as a module.
/drivers/net/wireless/atmel/
DKconfig26 and need their firmware loaded at start-up. If yours is
28 to be loaded into the card by the driver. The Atmel
Dat76c50x-usb.h370 int loaded; /* Loaded and parsed successfully */ member
/drivers/infiniband/hw/mthca/
DKconfig17 the driver is loaded through sysfs).
/drivers/net/ethernet/mellanox/mlx4/
DKconfig40 the driver is loaded through sysfs).
/drivers/net/wireless/zydas/
DKconfig27 The zd1201 device requires external firmware to be loaded.
/drivers/infiniband/sw/rxe/
DKconfig19 library named librxe which is loaded by the generic user
/drivers/scsi/qla2xxx/
DKconfig12 By default, firmware for the ISP parts will be loaded
/drivers/media/pci/ttpci/
DKconfig150 required to have loaded firmware to tune properly.
151 Firmware can be loaded by insertion and removal of
/drivers/staging/vc04_services/bcm2835-camera/
DTODO29 mailbox drivers having already 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/infiniband/ulp/ipoib/
DKconfig34 can also be set after the driver is loaded through sysfs).
/drivers/gpu/drm/msm/adreno/
Da5xx_gpu.c361 static bool loaded; in a5xx_zap_shader_init() local
370 if (loaded) in a5xx_zap_shader_init()
388 loaded = !ret; in a5xx_zap_shader_init()
/drivers/staging/unisys/Documentation/
Doverview.txt69 as a module it will typically be loaded automatically via standard udev or
172 * If a function driver has loaded and claimed a particular device, the
192 been loaded yet.
213 channel type is loaded
/drivers/of/
DKconfig108 device tree with dynamically loaded data.
/drivers/soc/ti/
Dknav_qmss.h140 bool loaded; member
/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h150 struct icp_qat_uclo_page *loaded; member
/drivers/media/usb/uvc/
Duvc_ctrl.c985 if (!ctrl->loaded) { in __uvc_ctrl_get()
993 ctrl->loaded = 1; in __uvc_ctrl_get()
1413 ctrl->loaded = 0; in uvc_ctrl_commit_entity()
1557 if (!ctrl->loaded && (ctrl->info.size * 8) != mapping->size) { in uvc_ctrl_set()
1571 ctrl->loaded = 1; in uvc_ctrl_set()
/drivers/pcmcia/
DKconfig44 to be loaded from userspace to work correctly. If you say Y here,
45 and your userspace is arranged correctly, this will be loaded
/drivers/firmware/
DKconfig152 loaded.
195 and loaded.
/drivers/staging/media/atomisp/pci/atomisp2/css2400/
Dia_css_acc_types.h375 CSS_ALIGN(uint32_t loaded, 8); /**< Firmware has been loaded */
/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c114 static atomic_t loaded = ATOMIC_INIT(0); in sptlrpc_wireflavor2policy() local
128 flag = atomic_read(&loaded); in sptlrpc_wireflavor2policy()
137 if (atomic_read(&loaded) == 0) { in sptlrpc_wireflavor2policy()
144 atomic_set(&loaded, 1); in sptlrpc_wireflavor2policy()
/drivers/net/can/usb/peak_usb/
Dpcan_usb_pro.c498 static int pcan_usb_pro_drv_loaded(struct peak_usb_device *dev, int loaded) in pcan_usb_pro_drv_loaded() argument
508 buffer[1] = !!loaded; in pcan_usb_pro_drv_loaded()

123