mirror of
https://github.com/torvalds/linux
synced 2026-06-27 13:22:08 +09:00
This routine will be called by drivers whenever they receive data in target mode. This should be unexpected events and as such should be handled by a standalone API (i.e. not as a callback pointer from an existing API). Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>