/drivers/iommu/ |
D | iova.c | 820 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/ |
D | Kconfig | 6 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/ |
D | Kconfig | 36 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/ |
D | Kconfig | 26 and need their firmware loaded at start-up. If yours is 28 to be loaded into the card by the driver. The Atmel
|
D | at76c50x-usb.h | 370 int loaded; /* Loaded and parsed successfully */ member
|
/drivers/infiniband/hw/mthca/ |
D | Kconfig | 17 the driver is loaded through sysfs).
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | Kconfig | 40 the driver is loaded through sysfs).
|
/drivers/net/wireless/zydas/ |
D | Kconfig | 27 The zd1201 device requires external firmware to be loaded.
|
/drivers/infiniband/sw/rxe/ |
D | Kconfig | 19 library named librxe which is loaded by the generic user
|
/drivers/scsi/qla2xxx/ |
D | Kconfig | 12 By default, firmware for the ISP parts will be loaded
|
/drivers/media/pci/ttpci/ |
D | Kconfig | 150 required to have loaded firmware to tune properly. 151 Firmware can be loaded by insertion and removal of
|
/drivers/staging/vc04_services/bcm2835-camera/ |
D | TODO | 29 mailbox drivers having already loaded.
|
/drivers/staging/greybus/Documentation/firmware/ |
D | firmware-management | 171 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/ |
D | Kconfig | 34 can also be set after the driver is loaded through sysfs).
|
/drivers/gpu/drm/msm/adreno/ |
D | a5xx_gpu.c | 361 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/ |
D | overview.txt | 69 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/ |
D | Kconfig | 108 device tree with dynamically loaded data.
|
/drivers/soc/ti/ |
D | knav_qmss.h | 140 bool loaded; member
|
/drivers/crypto/qat/qat_common/ |
D | icp_qat_uclo.h | 150 struct icp_qat_uclo_page *loaded; member
|
/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 985 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/ |
D | Kconfig | 44 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/ |
D | Kconfig | 152 loaded. 195 and loaded.
|
/drivers/staging/media/atomisp/pci/atomisp2/css2400/ |
D | ia_css_acc_types.h | 375 CSS_ALIGN(uint32_t loaded, 8); /**< Firmware has been loaded */
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec.c | 114 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/ |
D | pcan_usb_pro.c | 498 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()
|