drivers/i2c/busses/i2c-iop3xx.h

Source file repositories/reference/linux-study-clean/drivers/i2c/busses/i2c-iop3xx.h

File Facts

System
Linux kernel
Corpus path
drivers/i2c/busses/i2c-iop3xx.h
Extension
.h
Size
3693 bytes
Lines
100
Domain
Driver Families
Bucket
drivers/i2c
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

struct i2c_algo_iop3xx_data {
	void __iomem *ioaddr;
	wait_queue_head_t waitq;
	spinlock_t lock;
	u32 SR_enabled, SR_received;
	int id;
	struct gpio_desc *gpio_scl;
	struct gpio_desc *gpio_sda;
};

#endif /* I2C_IOP3XX_H */

Annotation

Implementation Notes