| H A D | dev-io.c | 67 static int _io(struct device_area *where, void *buffer, int should_write) in _io() function 210 return _io(where, buffer, should_write); in _aligned_io() 225 if (!_io(&widened, bounce, 0)) { in _aligned_io() 237 return _io(&widened, bounce, 1); in _aligned_io()
|