Searched refs:test_audioctl_rw (Results 1 – 1 of 1) sorted by relevance
1411 void test_audioctl_rw(int);7062 test_audioctl_rw(int openmode) in test_audioctl_rw() function7086 DEF(audioctl_rw_RDONLY) { test_audioctl_rw(O_RDONLY); } in DEF()7087 DEF(audioctl_rw_WRONLY) { test_audioctl_rw(O_WRONLY); } in DEF()7088 DEF(audioctl_rw_RDWR) { test_audioctl_rw(O_RDWR); } in DEF()