drivers/gpu/host1x/bus.h

Source file repositories/reference/linux-study-clean/drivers/gpu/host1x/bus.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/host1x/bus.h
Extension
.h
Size
362 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: operation-table or driver-model contract
Status
pattern 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

struct bus_type;
struct host1x;

extern const struct bus_type host1x_bus_type;

int host1x_register(struct host1x *host1x);
int host1x_unregister(struct host1x *host1x);

#endif

Annotation

Implementation Notes