drivers/i2c/busses/i2c-ccgx-ucsi.h

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

File Facts

System
Linux kernel
Corpus path
drivers/i2c/busses/i2c-ccgx-ucsi.h
Extension
.h
Size
318 bytes
Lines
12
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

#ifndef __I2C_CCGX_UCSI_H_
#define __I2C_CCGX_UCSI_H_

struct i2c_adapter;
struct i2c_client;
struct software_node;

struct i2c_client *i2c_new_ccgx_ucsi(struct i2c_adapter *adapter, int irq,
				     const struct software_node *swnode);
#endif /* __I2C_CCGX_UCSI_H_ */

Annotation

Implementation Notes