drivers/s390/cio/cio_inject.h

Source file repositories/reference/linux-study-clean/drivers/s390/cio/cio_inject.h

File Facts

System
Linux kernel
Corpus path
drivers/s390/cio/cio_inject.h
Extension
.h
Size
336 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/s390
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

#ifndef CIO_CRW_INJECT_H
#define CIO_CRW_INJECT_H

#ifdef CONFIG_CIO_INJECT

#include <asm/crw.h>

DECLARE_STATIC_KEY_FALSE(cio_inject_enabled);
int stcrw_get_injected(struct crw *crw);

#endif
#endif

Annotation

Implementation Notes