Searched defs:i2c_adapter (Results 1 - 3 of 3) sorted by relevance

/include/media/
H A Dtimb_radio.h25 int i2c_adapter; /* I2C adapter where the tuner and dsp are attached */ member in struct:timb_radio_platform_data
H A Dtimb_video.h26 int i2c_adapter; /* The I2C adapter where the encoder is attached */ member in struct:timb_video_platform_data
/include/linux/
H A Di2c.h46 struct i2c_adapter;
69 extern int i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs,
75 Note that we use i2c_adapter here, because you do not need a specific
77 extern s32 i2c_smbus_xfer(struct i2c_adapter *adapter, u16 addr,
168 int (*attach_adapter)(struct i2c_adapter *) __deprecated;
169 int (*detach_adapter)(struct i2c_adapter *) __deprecated;
226 struct i2c_adapter *adapter; /* the adapter we sit on */
303 i2c_new_device(struct i2c_adapter *adap, struct i2c_board_info const *info);
312 i2c_new_probed_device(struct i2c_adapter *adap,
315 int (*probe)(struct i2c_adapter *, unsigne
373 struct i2c_adapter { struct
[all...]

Completed in 358 milliseconds