Searched refs:bq32k_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-bq32k.c | 76 static int bq32k_write(struct device *dev, void *data, uint8_t off, uint8_t len) in bq32k_write() function 135 return bq32k_write(dev, ®s, 0, sizeof(regs)); in bq32k_rtc_set_time() 181 error = bq32k_write(dev, ®, BQ32K_CFG2, 1); in trickle_charger_of_init() 186 error = bq32k_write(dev, ®, BQ32K_TCH2, 1); in trickle_charger_of_init() 222 error = bq32k_write(dev, ®, BQ32K_CFG2, 1); in bq32k_sysfs_store_tricklecharge_bypass() 229 error = bq32k_write(dev, ®, BQ32K_CFG2, 1); in bq32k_sysfs_store_tricklecharge_bypass() 268 error = bq32k_write(dev, ®, BQ32K_SECONDS, 1); in bq32k_probe()
|