Searched refs:loaded (Results 1 - 13 of 13) sorted by relevance

/drivers/net/ethernet/mellanox/mlx4/
H A DKconfig27 the driver is loaded through sysfs).
/drivers/staging/tidspbridge/pmgr/
H A Dcod.c46 bool loaded; /* Base library loaded? */ member in struct:cod_manager
193 * dynamically loaded object files.
255 if (cod_mgr_obj->loaded)
302 * Retrieve the entry point of a loaded DSP program image
389 * loaded must be the first element of the args array and must be a fully
437 cod_mgr_obj->loaded = true;
487 if (hmgr->loaded) {
489 hmgr->loaded = false;
/drivers/staging/tidspbridge/
H A DKconfig51 the next 128-Byte boundary will be loaded and written back as well.
/drivers/net/wireless/
H A DKconfig86 and need their firmware loaded at start-up. If yours is
88 to be loaded into the card by the driver. The Atmel
186 The zd1201 device requires external firmware to be loaded.
H A Dat76c50x-usb.h358 /* Data for one loaded firmware file */
364 /* pointer to loaded firmware, no need to free */
369 int loaded; /* Loaded and parsed successfully */ member in struct:fwentry
H A Dat76c50x-usb.c1580 if (fwe->loaded) {
1581 at76_dbg(DBG_FW, "re-using previously loaded fw");
1625 fwe->loaded = 1;
1639 if (fwe->loaded)
2412 * version to test if external firmware is loaded.
/drivers/staging/tidspbridge/rmgr/
H A Dnode.c227 bool loaded; /* Code is (dynamically) loaded */ member in struct:node_object
1159 /* If node's create function is not loaded, load it */
1169 hnode->loaded = true;
1215 if (hnode->loaded && hnode->phase_split) {
1216 /* If create code was dynamically loaded, we can now unload
1220 hnode->loaded = false;
1324 /* Get addresses of any RMS functions loaded */
1407 * node is PAUSED, the execute phase is loaded, and it
1411 if (state == NODE_PAUSED && pnode->loaded
[all...]
/drivers/media/video/uvc/
H A Duvc_ctrl.c1070 * value is loaded from the hardware before storing the new value in the data
1102 /* Reset the loaded flag for auto-update controls that were
1103 * marked as loaded in uvc_ctrl_get/uvc_ctrl_set to prevent
1107 ctrl->loaded = 0;
1164 if (!ctrl->loaded) {
1172 ctrl->loaded = 1;
1264 * needs to be loaded from the device to perform the read-modify-write
1267 if (!ctrl->loaded && (ctrl->info.size * 8) != mapping->size) {
1281 ctrl->loaded = 1;
H A Duvcvideo.h185 loaded:1, member in struct:uvc_control
/drivers/net/can/usb/peak_usb/
H A Dpcan_usb_pro.c507 static void pcan_usb_pro_drv_loaded(struct peak_usb_device *dev, int loaded) argument
512 buffer[1] = !!loaded;
/drivers/video/console/
H A DKconfig105 always select the first framebuffer driver that is loaded. The latter
/drivers/ide/
H A DKconfig206 kernel or loaded before other ATA (IDE or libata) drivers
287 instead of the order in which IDE PCI host drivers are loaded.
/drivers/net/wan/
H A DKconfig292 If you want the module to be automatically loaded when the interface

Completed in 227 milliseconds