Home
last modified time | relevance | path

Searched refs:sync_write_pending (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/staging/nvec/
H A Dnvec.h129 * @sync_write_pending: The first two bytes of the request (type and subtype)
158 u16 sync_write_pending; member
H A Dnvec.c306 nvec->sync_write_pending = (data[1] << 8) + data[0]; in nvec_write_sync()
314 nvec->sync_write_pending); in nvec_write_sync()
455 if (nvec->sync_write_pending == in nvec_dispatch()
458 nvec->sync_write_pending = 0; in nvec_dispatch()