Searched defs:mite_bytes_in_transit (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dmite.c493 u32 mite_bytes_in_transit(struct mite_channel *mite_chan) function
499 EXPORT_SYMBOL(mite_bytes_in_transit); variable
507 return device_byte_count - mite_bytes_in_transit(mite_chan);
516 in_transit_count = mite_bytes_in_transit(mite_chan);
527 return device_byte_count + mite_bytes_in_transit(mite_chan);
536 in_transit_count = mite_bytes_in_transit(mite_chan);

Completed in 20 milliseconds