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