Searched refs:pcf8563_write_block_data (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/rtc/ |
D | rtc-pcf8563.c | 115 static int pcf8563_write_block_data(struct i2c_client *client, in pcf8563_write_block_data() function 152 err = pcf8563_write_block_data(client, PCF8563_REG_ST2, 1, &buf); in pcf8563_set_alarm_mode() 278 return pcf8563_write_block_data(client, PCF8563_REG_SC, in pcf8563_set_datetime() 386 err = pcf8563_write_block_data(client, PCF8563_REG_AMN, 4, buf); in pcf8563_rtc_set_alarm() 456 ret = pcf8563_write_block_data(client, in pcf8563_clkout_set_rate() 480 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control() 527 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_register_clk() 584 err = pcf8563_write_block_data(client, PCF8563_REG_TMRC, 1, &buf); in pcf8563_probe()
|