Home
last modified time | relevance | path

Searched refs:hsi_msg (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/hsi/clients/
A Dhsi_char.c129 struct hsi_msg *msg = NULL; in hsc_get_first_msg()
153 struct hsi_msg *msg, *tmp; in hsc_free_list()
175 struct hsi_msg *msg; in hsc_msg_alloc()
197 struct hsi_msg *msg; in hsc_msgs_alloc()
225 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed()
245 static void hsc_tx_completed(struct hsi_msg *msg) in hsc_tx_completed()
281 struct hsi_msg *msg2; in hsc_break_received()
303 struct hsi_msg *msg; in hsc_break_request()
326 struct hsi_msg *msg; in hsc_break_send()
416 struct hsi_msg *msg; in hsc_read()
[all …]
A Dssi_protocol.c204 struct hsi_msg *msg; in ssip_alloc_data()
229 struct hsi_msg *msg; in ssip_claim_cmd()
256 struct hsi_msg *msg; in ssip_alloc_cmds()
391 struct hsi_msg *msg; in ssip_reset()
425 struct hsi_msg *msg; in ssip_dump_state()
446 struct hsi_msg *msg; in ssip_error()
503 struct hsi_msg *msg; in ssip_send_bootinfo_req_cmd()
519 struct hsi_msg *msg; in ssip_start_rx()
661 struct hsi_msg *msg; in ssip_rx_bootinforeq()
774 struct hsi_msg *msg; in ssip_rx_strans()
[all …]
A Dcmt_speech.c112 struct hsi_msg *data_rx_msg;
241 struct hsi_msg *msg; in cs_claim_cmd()
254 struct hsi_msg *msg, *tmp; in cs_free_cmds()
266 struct hsi_msg *msg; in cs_alloc_cmds()
392 struct hsi_msg *msg) in cs_hsi_control_read_error()
401 struct hsi_msg *msg) in cs_hsi_control_write_error()
418 struct hsi_msg *msg) in cs_hsi_data_write_error()
481 struct hsi_msg *msg; in cs_hsi_read_on_control()
528 struct hsi_msg *msg; in cs_hsi_write_on_control()
652 struct hsi_msg *rxmsg; in cs_hsi_read_on_data()
[all …]
/linux/include/linux/hsi/
A Dhsi.h185 struct hsi_msg { struct
191 void (*complete)(struct hsi_msg *msg); argument
192 void (*destructor)(struct hsi_msg *msg); argument
201 struct hsi_msg *hsi_alloc_msg(unsigned int n_frag, gfp_t flags); argument
202 void hsi_free_msg(struct hsi_msg *msg);
229 int (*async)(struct hsi_msg *msg);
319 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg);
384 static inline int hsi_async_read(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_read()
397 static inline int hsi_async_write(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async_write()
/linux/drivers/hsi/controllers/
A Domap_ssi_port.c178 struct hsi_msg *msg; in ssi_process_errqueue()
322 struct hsi_msg *msg; in ssi_start_transfer()
437 struct hsi_msg *msg; in ssi_flush_queue()
525 struct hsi_msg *msg; in ssi_flush()
644 struct hsi_msg *msg; in ssi_transfer()
672 struct hsi_msg *msg; in ssi_cleanup_queues()
732 struct hsi_msg *msg; in ssi_cleanup_gdd()
810 struct hsi_msg *msg; in ssi_error()
868 struct hsi_msg *msg; in ssi_break_complete()
869 struct hsi_msg *tmp; in ssi_break_complete()
[all …]
A Domap_ssi.h114 struct hsi_msg *msg;
A Domap_ssi_core.c170 struct hsi_msg *msg = omap_ssi->gdd_trn[lch].msg; in ssi_gdd_complete()
/linux/drivers/hsi/
A Dhsi_core.c421 static inline int hsi_dummy_msg(struct hsi_msg *msg __maybe_unused) in hsi_dummy_msg()
515 void hsi_free_msg(struct hsi_msg *msg) in hsi_free_msg()
535 struct hsi_msg *hsi_alloc_msg(unsigned int nents, gfp_t flags) in hsi_alloc_msg()
537 struct hsi_msg *msg; in hsi_alloc_msg()
576 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()

Completed in 28 milliseconds