Home
last modified time | relevance | path

Searched defs:nvmem_config (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dnvmem-provider.h61 struct nvmem_config { struct
62 struct device *dev;
63 const char *name;
64 int id;
65 struct module *owner;
66 struct gpio_desc *wp_gpio;
67 const struct nvmem_cell_info *cells;
68 int ncells;
69 enum nvmem_type type;
70 bool read_only;
[all …]
H A Drtc.h261 struct nvmem_config *nvmem_config) in rtc_nvmem_register()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Dnvmem.c81 struct nvmem_config *nvmem_config) in rtc_nvmem_register()
H A Drtc-isl1208.c113 struct nvmem_config nvmem_config; member
/OK3568_Linux_fs/kernel/drivers/misc/eeprom/
H A Dat25.c32 struct nvmem_config nvmem_config; member
H A Deeprom_93xx46.c46 struct nvmem_config nvmem_config; member
H A Dat24.c591 struct nvmem_config nvmem_config = { }; in at24_probe() local
/OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/
H A Dadm1266.c58 struct nvmem_config nvmem_config; member
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dov2740.c1012 struct nvmem_config nvmem_config = { }; in ov2740_register_nvmem() local
H A Dvideo-i2c.c107 struct nvmem_config *nvmem_config; member