Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/eeprom/
H A Dee1004.c43 struct ee1004_bus { struct
69 static int ee1004_get_current_page(struct ee1004_bus *bus) in ee1004_get_current_page() argument
87 static int ee1004_set_current_page(struct ee1004_bus *bus, int page) in ee1004_set_current_page()
110 static ssize_t ee1004_eeprom_read(struct i2c_client *client, struct ee1004_bus *bus, char *buf, in ee1004_eeprom_read()
139 struct ee1004_bus *bus = i2c_get_clientdata(client); in eeprom_read()
173 static void ee1004_bus_unregister(struct ee1004_bus *bus) in ee1004_bus_unregister()
181 struct ee1004_bus *bus = container_of(kref, struct ee1004_bus, kref); in ee1004_bus_release()
192 static int ee1004_bus_initialize(struct ee1004_bus *bus, struct i2c_adapter *adapter) in ee1004_bus_initialize()
220 struct ee1004_bus *bus; in ee1004_probe()
267 struct ee1004_bus *bus = i2c_get_clientdata(client); in ee1004_remove()