Searched refs:nvmemp (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/soc/mediatek/
H A Dmtk-socinfo.c87 struct nvmem_device *nvmemp; local
93 nvmemp = nvmem_device_find(nvmem_node, device_match_of_node);
94 if (IS_ERR(nvmemp))
104 nvmem_device_read(nvmemp, offset, sizeof(cell_val), &cell_val);
109 nvmem_device_put(nvmemp);
/linux-master/drivers/ptp/
H A Dptp_ocp.c1681 ptp_ocp_nvmem_device_put(struct nvmem_device **nvmemp) argument
1683 if (!IS_ERR_OR_NULL(*nvmemp))
1684 nvmem_device_put(*nvmemp);
1685 *nvmemp = NULL;

Completed in 278 milliseconds