Home
last modified time | relevance | path

Searched refs:msg_frame (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/tidspbridge/core/
Dmsg_sm.c248 struct msg_frame *msg_frame_obj; in bridge_msg_get()
263 struct msg_frame, list_elem); in bridge_msg_get()
304 struct msg_frame, list_elem); in bridge_msg_get()
328 struct msg_frame *msg_frame_obj; in bridge_msg_put()
344 struct msg_frame, list_elem); in bridge_msg_put()
399 struct msg_frame, list_elem); in bridge_msg_put()
489 struct msg_frame *pmsg; in add_new_msg()
491 pmsg = kzalloc(sizeof(struct msg_frame), GFP_ATOMIC); in add_new_msg()
521 struct msg_frame *pmsg, *tmp; in delete_msg_queue()
559 struct msg_frame *pmsg, *tmp; in free_msg_list()
D_msg_sm.h137 struct msg_frame { struct
Dio_sm.c1187 struct msg_frame *pmsg; in input_msg()
1257 struct msg_frame, list_elem); in input_msg()
1405 struct msg_frame *pmsg; in output_msg()
1426 struct msg_frame, list_elem); in output_msg()
/linux-2.6.39/sound/pci/mixart/
Dmixart_core.c48 static int retrieve_msg_frame(struct mixart_mgr *mgr, u32 *msg_frame) in retrieve_msg_frame() argument
64 *msg_frame = readl_be(MIXART_MEM(mgr, tailptr)); 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
252 err = send_msg(mgr, request, max_resp_size, 1, &msg_frame); /* send and mark the answer pending */ in snd_mixart_send_msg()
268 snd_printk(KERN_ERR "error: no response on msg %x\n", msg_frame); in snd_mixart_send_msg()
278 err = get_msg(mgr, &resp, msg_frame); in snd_mixart_send_msg()