OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vx_check_isr
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h
296
#define
vx_check_isr
(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)
macro
297
#define vx_wait_isr_bit(chip,bit)
vx_check_isr
(chip, bit, bit, 200)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
vx_core.h
296
#define
vx_check_isr
(chip,mask,bit,time) snd_vx_check_reg_bit(chip, VX_ISR, mask, bit, time)
macro
297
#define vx_wait_isr_bit(chip,bit)
vx_check_isr
(chip, bit, bit, 200)
Completed in 435 milliseconds