Searched refs:put_cell (Results 1 – 2 of 2) sorted by relevance
30 void (*put_cell)(struct nvmem_cell *cell); member127 if (cell->ops->put_cell) in nvmem_put_cell()128 cell->ops->put_cell(cell); in nvmem_put_cell()
50 .put_cell = atmel_sfc_put_cell,