Home
last modified time | relevance | path

Searched refs:at24_client (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/misc/eeprom/
Dat24.c57 struct at24_client { struct
85 struct at24_client client[];
249 static struct at24_client *at24_translate_offset(struct at24_data *at24, in at24_translate_offset()
298 struct at24_client *at24_client; in at24_regmap_read() local
303 at24_client = at24_translate_offset(at24, &offset); in at24_regmap_read()
304 regmap = at24_client->regmap; in at24_regmap_read()
305 client = at24_client->client; in at24_regmap_read()
352 struct at24_client *at24_client; in at24_regmap_write() local
357 at24_client = at24_translate_offset(at24, &offset); in at24_regmap_write()
358 regmap = at24_client->regmap; in at24_regmap_write()
[all …]