Lines Matching refs:struct
48 static int brcm_nvram_probe(struct platform_device *pdev)
50 struct nvmem_config config = {
63 struct::
65 static const struct nvmem_cell_info foo_nvmem_cell = {
78 static struct nvmem_cell_lookup foo_nvmem_lookup = {
99 struct nvmem_cell *nvmem_cell_get(struct device *dev, const char *name);
100 struct nvmem_cell *devm_nvmem_cell_get(struct device *dev, const char *name);
102 void nvmem_cell_put(struct nvmem_cell *cell);
103 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
105 void *nvmem_cell_read(struct nvmem_cell *cell, ssize_t *len);
106 int nvmem_cell_write(struct nvmem_cell *cell, void *buf, ssize_t len);
119 struct nvmem_device *nvmem_device_get(struct device *dev, const char *name);
120 struct nvmem_device *devm_nvmem_device_get(struct device *dev,
122 struct nvmem_device *nvmem_device_find(void *data,
123 int (*match)(struct device *dev, const void *data));
124 void nvmem_device_put(struct nvmem_device *nvmem);
125 int nvmem_device_read(struct nvmem_device *nvmem, unsigned int offset,
127 int nvmem_device_write(struct nvmem_device *nvmem, unsigned int offset,
129 int nvmem_device_cell_read(struct nvmem_device *nvmem,
130 struct nvmem_cell_info *info, void *buf);
131 int nvmem_device_cell_write(struct nvmem_device *nvmem,
132 struct nvmem_cell_info *info, void *buf);
147 void nvmem_cell_put(struct nvmem_cell *cell);
148 void devm_nvmem_cell_put(struct device *dev, struct nvmem_cell *cell);
149 void nvmem_device_put(struct nvmem_device *nvmem);
150 void devm_nvmem_device_put(struct device *dev, struct nvmem_device *nvmem);