drivers/ssb/driver_gpio.c

Source file repositories/reference/linux-study-clean/drivers/ssb/driver_gpio.c

File Facts

System
Linux kernel
Corpus path
drivers/ssb/driver_gpio.c
Extension
.c
Size
12006 bytes
Lines
483
Domain
Driver Families
Bucket
drivers/ssb
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

ssb_extif_available(&bus->extif)) {
		gpiochip_remove(&bus->gpio);
		return 0;
	}
	return -1;
}

Annotation

Implementation Notes