Searched defs:beep_state (Results 1 – 2 of 2) sorted by relevance
60 typedef struct beep_state { struct63 void *arg;66 enum {BEEP_UNINIT = 0, BEEP_OFF = 1,67 BEEP_TIMED = 2, BEEP_ON = 3} mode;70 beep_freq_func_t beep_freq;96 } beep_state_t; argument
68 beep_state_t beep_state; variable