Lines Matching defs:pd
170 static void iic_wr(struct sh_mobile_i2c_data *pd, int offs, unsigned char data) in iic_wr()
178 static unsigned char iic_rd(struct sh_mobile_i2c_data *pd, int offs) in iic_rd()
183 static void iic_set_clr(struct sh_mobile_i2c_data *pd, int offs, in iic_set_clr()
189 static void activate_ch(struct sh_mobile_i2c_data *pd) in activate_ch()
252 static void deactivate_ch(struct sh_mobile_i2c_data *pd) in deactivate_ch()
266 static unsigned char i2c_op(struct sh_mobile_i2c_data *pd, in i2c_op()
316 static int sh_mobile_i2c_is_first_byte(struct sh_mobile_i2c_data *pd) in sh_mobile_i2c_is_first_byte()
324 static int sh_mobile_i2c_is_last_byte(struct sh_mobile_i2c_data *pd) in sh_mobile_i2c_is_last_byte()
332 static void sh_mobile_i2c_get_data(struct sh_mobile_i2c_data *pd, in sh_mobile_i2c_get_data()
345 static int sh_mobile_i2c_isr_tx(struct sh_mobile_i2c_data *pd) in sh_mobile_i2c_isr_tx()
365 static int sh_mobile_i2c_isr_rx(struct sh_mobile_i2c_data *pd) in sh_mobile_i2c_isr_rx()
408 struct sh_mobile_i2c_data *pd = platform_get_drvdata(dev); in sh_mobile_i2c_isr() local
439 static int start_ch(struct sh_mobile_i2c_data *pd, struct i2c_msg *usr_msg) in start_ch()
469 struct sh_mobile_i2c_data *pd = i2c_get_adapdata(adapter); in sh_mobile_i2c_xfer() local
579 struct sh_mobile_i2c_data *pd; in sh_mobile_i2c_probe() local
685 struct sh_mobile_i2c_data *pd = platform_get_drvdata(dev); in sh_mobile_i2c_remove() local