Home
last modified time | relevance | path

Searched refs:i2c_msg (Results 1 – 5 of 5) sorted by relevance

/include/uapi/linux/
Di2c-dev.h51 struct i2c_msg __user *msgs; /* pointers to i2c_msgs */
Di2c.h73 struct i2c_msg { struct
/include/trace/events/
Di2c.h26 TP_PROTO(const struct i2c_adapter *adap, const struct i2c_msg *msg,
59 TP_PROTO(const struct i2c_adapter *adap, const struct i2c_msg *msg,
90 TP_PROTO(const struct i2c_adapter *adap, const struct i2c_msg *msg,
/include/linux/
Di2c.h31 struct i2c_msg;
130 int i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num);
132 int __i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num);
543 int (*master_xfer)(struct i2c_adapter *adap, struct i2c_msg *msgs,
546 struct i2c_msg *msgs, int num);
923 static inline u8 i2c_8bit_addr_from_msg(const struct i2c_msg *msg) in i2c_8bit_addr_from_msg()
928 u8 *i2c_get_dma_safe_msg_buf(struct i2c_msg *msg, unsigned int threshold);
929 void i2c_put_dma_safe_msg_buf(u8 *buf, struct i2c_msg *msg, bool xferred);
/include/linux/i3c/
Dmaster.h447 const struct i2c_msg *xfers, int nxfers);
521 const struct i2c_msg *xfers,