Lines Matching defs:index
66 int index;
1153 int index = 0;
1156 index = of_property_match_string(np, "nvmem-names", id);
1158 nvmem_np = of_parse_phandle(np, "nvmem", index);
1285 const char *id, int index)
1304 cell->index = index;
1378 * for the cell at index 0 (the lone cell with no accompanying
1392 int index = 0;
1396 /* if cell name exists, find index to the name */
1398 index = of_property_match_string(np, "nvmem-cell-names", id);
1402 index, &cell_spec);
1596 void *buf, size_t *len, const char *id, int index)
1610 rc = cell->read_post_process(cell->priv, id, index,
1646 rc = __nvmem_cell_read(nvmem, cell->entry, buf, len, cell->id, cell->index);