mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>