s3c24xx_i2c
s3c24xx_i2c_parse_dt(struct device_node *np, struct s3c24xx_i2c *i2c) { }
struct s3c24xx_i2c *i2c;
i2c = devm_kzalloc(&pdev->dev, sizeof(struct s3c24xx_i2c), GFP_KERNEL);
struct s3c24xx_i2c *i2c = platform_get_drvdata(pdev);
struct s3c24xx_i2c *i2c = dev_get_drvdata(dev);
struct s3c24xx_i2c *i2c = dev_get_drvdata(dev);
static void i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat);
static inline void s3c24xx_i2c_master_complete(struct s3c24xx_i2c *i2c, int ret)
static inline void s3c24xx_i2c_disable_ack(struct s3c24xx_i2c *i2c)
static inline void s3c24xx_i2c_enable_ack(struct s3c24xx_i2c *i2c)
static inline void s3c24xx_i2c_disable_irq(struct s3c24xx_i2c *i2c)
static inline void s3c24xx_i2c_enable_irq(struct s3c24xx_i2c *i2c)
static bool is_ack(struct s3c24xx_i2c *i2c)
static void s3c24xx_i2c_message_start(struct s3c24xx_i2c *i2c,
static inline void s3c24xx_i2c_stop(struct s3c24xx_i2c *i2c, int ret)
static inline int is_lastmsg(struct s3c24xx_i2c *i2c)
static inline int is_msglast(struct s3c24xx_i2c *i2c)
static inline int is_msgend(struct s3c24xx_i2c *i2c)
static void i2c_s3c_irq_nextbyte(struct s3c24xx_i2c *i2c, unsigned long iicstat)
struct s3c24xx_i2c *i2c = dev_id;
static inline void s3c24xx_i2c_disable_bus(struct s3c24xx_i2c *i2c)
static int s3c24xx_i2c_set_master(struct s3c24xx_i2c *i2c)
static void s3c24xx_i2c_wait_idle(struct s3c24xx_i2c *i2c)
static int s3c24xx_i2c_doxfer(struct s3c24xx_i2c *i2c,
struct s3c24xx_i2c *i2c = (struct s3c24xx_i2c *)adap->algo_data;
struct s3c24xx_i2c *i2c = (struct s3c24xx_i2c *)adap->algo_data;
static int s3c24xx_i2c_clockrate(struct s3c24xx_i2c *i2c, unsigned int *got)
static int s3c24xx_i2c_parse_dt_gpio(struct s3c24xx_i2c *i2c)
static int s3c24xx_i2c_parse_dt_gpio(struct s3c24xx_i2c *i2c)
static int s3c24xx_i2c_init(struct s3c24xx_i2c *i2c)
s3c24xx_i2c_parse_dt(struct device_node *np, struct s3c24xx_i2c *i2c)