Lines Matching refs:entries
2060 * nvmem_add_cell_table() - register a table of cell info entries
2062 * @table: table of cell info entries
2075 * @table: table of cell info entries
2086 * nvmem_add_cell_lookups() - register a list of cell lookup entries
2088 * @entries: array of cell lookup entries
2089 * @nentries: number of cell lookup entries in the array
2091 void nvmem_add_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries)
2097 list_add_tail(&entries[i].node, &nvmem_lookup_list);
2104 * entries
2106 * @entries: array of cell lookup entries
2107 * @nentries: number of cell lookup entries in the array
2109 void nvmem_del_cell_lookups(struct nvmem_cell_lookup *entries, size_t nentries)
2115 list_del(&entries[i].node);