drivers/staging/media/atomisp/pci/runtime/eventq/src/eventq.c

Source file repositories/reference/linux-study-clean/drivers/staging/media/atomisp/pci/runtime/eventq/src/eventq.c

File Facts

System
Linux kernel
Corpus path
drivers/staging/media/atomisp/pci/runtime/eventq/src/eventq.c
Extension
.c
Size
1546 bytes
Lines
68
Domain
Driver Families
Bucket
drivers/staging
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

if (error != -ENOBUFS) {
			/* We were able to successfully send the event
			   or had a real failure. return the status*/
			break;
		}
		/* Wait for the queue to be not full and try again*/
		udelay(1);
	}
	return error;
}

Annotation

Implementation Notes