Lines Matching defs:__unused
157 static inline TEE_Result nvmem_register_provider(const void *fdt __unused, in nvmem_register_provider()
158 int nodeoffset __unused, in nvmem_register_provider()
159 nvmem_dt_get_func fn __unused, in nvmem_register_provider()
160 void *data __unused) in nvmem_register_provider()
165 static inline TEE_Result nvmem_get_cell_by_name(const void *fdt __unused, in nvmem_get_cell_by_name()
166 int nodeoffset __unused, in nvmem_get_cell_by_name()
167 const char *name __unused, in nvmem_get_cell_by_name()
168 struct nvmem_cell **c __unused) in nvmem_get_cell_by_name()
174 TEE_Result nvmem_get_cell_by_index(const void *fdt __unused, in nvmem_get_cell_by_index()
175 int nodeoffset __unused, in nvmem_get_cell_by_index()
176 unsigned int index __unused, in nvmem_get_cell_by_index()
177 struct nvmem_cell **cell __unused) in nvmem_get_cell_by_index()
182 static inline TEE_Result nvmem_cell_parse_dt(const void *fdt __unused, in nvmem_cell_parse_dt()
183 int nodeoffset __unused, in nvmem_cell_parse_dt()
184 struct nvmem_cell *cell __unused) in nvmem_cell_parse_dt()
189 static inline void nvmem_put_cell(struct nvmem_cell *cell __unused) in nvmem_put_cell()