Home
last modified time | relevance | path

Searched defs:msg_frame (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/core/
D_msg_sm.h137 struct msg_frame { struct
138 struct list_head list_elem;
139 struct msg_dspmsg msg_data;
/linux-3.4.99/sound/pci/mixart/
Dmixart_core.c48 static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame) in retrieve_msg_frame()
241 u32 msg_frame = 0; /* set to 0, so it's no notification to wait for, but the answer */ in snd_mixart_send_msg() local