Searched refs:tx_sound_tag_t (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtxsnd.h32 typedef struct tx_sound_tag *tx_sound_tag_t; typedef in typeref:struct:tx_sound_tag
37 void (*ts_click)(tx_sound_tag_t);
38 void (*ts_mute)(tx_sound_tag_t, int);
42 (*((tx_sound_tag_t)(t->tc_soundt))->ts_click) \
43 (((tx_sound_tag_t)(t->tc_soundt))->ts_v)
45 (*((tx_sound_tag_t)(t->tc_soundt))->ts_mute) \
46 (((tx_sound_tag_t)(t->tc_soundt))->ts_v, (onoff))
H A Dtxsnd.c43 static void __tx_sound_click(tx_sound_tag_t);
44 static void __tx_sound_mute(tx_sound_tag_t, int);
57 __tx_sound_click(tx_sound_tag_t arg)
61 __tx_sound_mute(tx_sound_tag_t arg, int onoff)
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Ducbsnd.c155 void __ucbsnd_sound_click(tx_sound_tag_t);
156 void __ucbsnd_sound_mute(tx_sound_tag_t, int);
479 tx_sound_tag_t ts = &sc->sc_tag;
490 __ucbsnd_sound_click(tx_sound_tag_t arg)
502 __ucbsnd_sound_mute(tx_sound_tag_t arg, int onoff)

Completed in 102 milliseconds