Lines Matching refs:i2c_client
86 struct i2c_client *client;
92 static int pcf8563_read_block_data(struct i2c_client *client, unsigned char reg, in pcf8563_read_block_data()
117 static int pcf8563_write_block_data(struct i2c_client *client, in pcf8563_write_block_data()
138 static int pcf8563_set_alarm_mode(struct i2c_client *client, bool on) in pcf8563_set_alarm_mode()
163 static int pcf8563_get_alarm_mode(struct i2c_client *client, unsigned char *en, in pcf8563_get_alarm_mode()
204 static int pcf8563_get_datetime(struct i2c_client *client, struct rtc_time *tm) in pcf8563_get_datetime()
252 static int pcf8563_set_datetime(struct i2c_client *client, struct rtc_time *tm) in pcf8563_set_datetime()
334 struct i2c_client *client = to_i2c_client(dev); in pcf8563_rtc_read_alarm()
369 struct i2c_client *client = to_i2c_client(dev); in pcf8563_rtc_set_alarm()
422 struct i2c_client *client = pcf8563->client; in pcf8563_clkout_recalc_rate()
449 struct i2c_client *client = pcf8563->client; in pcf8563_clkout_set_rate()
473 struct i2c_client *client = pcf8563->client; in pcf8563_clkout_control()
502 struct i2c_client *client = pcf8563->client; in pcf8563_clkout_is_prepared()
523 struct i2c_client *client = pcf8563->client; in pcf8563_clkout_register_clk()
565 static int pcf8563_probe(struct i2c_client *client, in pcf8563_probe()