Lines Matching refs:xlp9xx_i2c_dev
77 struct xlp9xx_i2c_dev { struct
91 static inline void xlp9xx_write_i2c_reg(struct xlp9xx_i2c_dev *priv, in xlp9xx_write_i2c_reg() argument
97 static inline u32 xlp9xx_read_i2c_reg(struct xlp9xx_i2c_dev *priv, in xlp9xx_read_i2c_reg()
103 static void xlp9xx_i2c_mask_irq(struct xlp9xx_i2c_dev *priv, u32 mask) in xlp9xx_i2c_mask_irq()
111 static void xlp9xx_i2c_unmask_irq(struct xlp9xx_i2c_dev *priv, u32 mask) in xlp9xx_i2c_unmask_irq()
119 static void xlp9xx_i2c_update_rx_fifo_thres(struct xlp9xx_i2c_dev *priv) in xlp9xx_i2c_update_rx_fifo_thres()
128 static void xlp9xx_i2c_fill_tx_fifo(struct xlp9xx_i2c_dev *priv) in xlp9xx_i2c_fill_tx_fifo()
140 static void xlp9xx_i2c_drain_rx_fifo(struct xlp9xx_i2c_dev *priv) in xlp9xx_i2c_drain_rx_fifo()
160 struct xlp9xx_i2c_dev *priv = dev_id; in xlp9xx_i2c_isr()
207 static int xlp9xx_i2c_init(struct xlp9xx_i2c_dev *priv) in xlp9xx_i2c_init()
226 static int xlp9xx_i2c_xfer_msg(struct xlp9xx_i2c_dev *priv, struct i2c_msg *msg, in xlp9xx_i2c_xfer_msg()
319 struct xlp9xx_i2c_dev *priv = i2c_get_adapdata(adap); in xlp9xx_i2c_xfer()
342 struct xlp9xx_i2c_dev *priv) in xlp9xx_i2c_get_frequency()
364 struct xlp9xx_i2c_dev *priv; in xlp9xx_i2c_probe()
416 struct xlp9xx_i2c_dev *priv; in xlp9xx_i2c_remove()