Searched refs:bq32k_write (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/rtc/ |
| D | rtc-bq32k.c | 78 static int bq32k_write(struct device *dev, void *data, uint8_t off, uint8_t len) in bq32k_write() function 137 return bq32k_write(dev, ®s, 0, sizeof(regs)); in bq32k_rtc_set_time() 183 error = bq32k_write(dev, ®, BQ32K_CFG2, 1); in trickle_charger_of_init() 188 error = bq32k_write(dev, ®, BQ32K_TCH2, 1); in trickle_charger_of_init() 224 error = bq32k_write(dev, ®, BQ32K_CFG2, 1); in bq32k_sysfs_store_tricklecharge_bypass() 231 error = bq32k_write(dev, ®, BQ32K_CFG2, 1); in bq32k_sysfs_store_tricklecharge_bypass() 271 error = bq32k_write(dev, ®, BQ32K_SECONDS, 1); in bq32k_probe()
|