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

/linux-4.1.27/drivers/staging/nvec/
H A Dnvec.h131 * @sync_write_mutex: A mutex for nvec_write_sync()
171 extern struct nvec_msg *nvec_write_sync(struct nvec_chip *nvec,
H A Dnvec.c112 * correspond to a request initiated by nvec_write_sync().
287 * nvec_write_sync - Write a message to nvec and read the response
301 struct nvec_msg *nvec_write_sync(struct nvec_chip *nvec, nvec_write_sync() function
332 EXPORT_SYMBOL(nvec_write_sync); variable
882 msg = nvec_write_sync(nvec, get_firmware_version, 2); tegra_nvec_probe()
938 msg = nvec_write_sync(nvec, ap_suspend, sizeof(ap_suspend)); nvec_suspend()

Completed in 88 milliseconds