Lines Matching refs:read
25 u8 (*read)(struct bq4802 *, int); member
58 val = p->read(p, 0x0e); in bq4802_read_time()
61 tm->tm_sec = p->read(p, 0x00); in bq4802_read_time()
62 tm->tm_min = p->read(p, 0x02); in bq4802_read_time()
63 tm->tm_hour = p->read(p, 0x04); in bq4802_read_time()
64 tm->tm_mday = p->read(p, 0x06); in bq4802_read_time()
65 tm->tm_mon = p->read(p, 0x09); in bq4802_read_time()
66 tm->tm_year = p->read(p, 0x0a); in bq4802_read_time()
67 tm->tm_wday = p->read(p, 0x08); in bq4802_read_time()
68 century = p->read(p, 0x0f); in bq4802_read_time()
118 val = p->read(p, 0x0e); in bq4802_set_time()
160 p->read = bq4802_read_io; in bq4802_probe()
169 p->read = bq4802_read_mem; in bq4802_probe()