Searched refs:nvmem_reg_write (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | core.c | 78 static int nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_write() function 192 rc = nvmem_reg_write(nvmem, pos, buf, count); in bin_attr_nvmem_write() 1370 rc = nvmem_reg_write(nvmem, cell->offset, buf, cell->bytes); in nvmem_cell_write() 1577 rc = nvmem_reg_write(nvmem, offset, buf, bytes); in nvmem_device_write()
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | core.c | 180 static int nvmem_reg_write(struct nvmem_device *nvmem, unsigned int offset, in nvmem_reg_write() function 289 rc = nvmem_reg_write(nvmem, pos, buf, count); in bin_attr_nvmem_write() 1732 rc = nvmem_reg_write(nvmem, cell->offset, buf, cell->bytes); in __nvmem_cell_entry_write() 2049 rc = nvmem_reg_write(nvmem, offset, buf, bytes); in nvmem_device_write()
|
Completed in 5 milliseconds