Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/busses/
Di2c-sh7760.c81 struct cami2c { struct
102 static inline void OUT32(struct cami2c *cam, int reg, unsigned long val) in OUT32() argument
107 static inline unsigned long IN32(struct cami2c *cam, int reg) in IN32()
114 struct cami2c *id = ptr; in sh7760_i2c_irq()
240 static void sh7760_i2c_mrecv(struct cami2c *id) in sh7760_i2c_mrecv()
266 static void sh7760_i2c_msend(struct cami2c *id) in sh7760_i2c_msend()
298 static inline int sh7760_i2c_busy_check(struct cami2c *id) in sh7760_i2c_busy_check()
307 struct cami2c *id = adap->algo_data; in sh7760_i2c_master_xfer()
436 struct cami2c *id; in sh7760_i2c_probe()
446 id = kzalloc(sizeof(struct cami2c), GFP_KERNEL); in sh7760_i2c_probe()
[all …]