Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/hsi/
H 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()
/openbmc/linux/drivers/hsi/clients/
H 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 …]
H A Dssi_protocol.c202 struct hsi_msg *msg; in ssip_alloc_data()
227 struct hsi_msg *msg; in ssip_claim_cmd()
254 struct hsi_msg *msg; in ssip_alloc_cmds()
389 struct hsi_msg *msg; in ssip_reset()
423 struct hsi_msg *msg; in ssip_dump_state()
444 struct hsi_msg *msg; in ssip_error()
501 struct hsi_msg *msg; in ssip_send_bootinfo_req_cmd()
517 struct hsi_msg *msg; in ssip_start_rx()
659 struct hsi_msg *msg; in ssip_rx_bootinforeq()
772 struct hsi_msg *msg; in ssip_rx_strans()
[all …]
H 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 …]
/openbmc/linux/drivers/hsi/controllers/
H A Domap_ssi_port.c172 struct hsi_msg *msg; in ssi_process_errqueue()
316 struct hsi_msg *msg; in ssi_start_transfer()
431 struct hsi_msg *msg; in ssi_flush_queue()
519 struct hsi_msg *msg; in ssi_flush()
638 struct hsi_msg *msg; in ssi_transfer()
666 struct hsi_msg *msg; in ssi_cleanup_queues()
726 struct hsi_msg *msg; in ssi_cleanup_gdd()
804 struct hsi_msg *msg; in ssi_error()
862 struct hsi_msg *msg; in ssi_break_complete()
863 struct hsi_msg *tmp; in ssi_break_complete()
[all …]
H A Domap_ssi.h114 struct hsi_msg *msg;
H A Domap_ssi_core.c172 struct hsi_msg *msg = omap_ssi->gdd_trn[lch].msg; in ssi_gdd_complete()
/openbmc/linux/drivers/hsi/
H A Dhsi_core.c422 static inline int hsi_dummy_msg(struct hsi_msg *msg __maybe_unused) in hsi_dummy_msg()
516 void hsi_free_msg(struct hsi_msg *msg) in hsi_free_msg()
536 struct hsi_msg *hsi_alloc_msg(unsigned int nents, gfp_t flags) in hsi_alloc_msg()
538 struct hsi_msg *msg; in hsi_alloc_msg()
577 int hsi_async(struct hsi_client *cl, struct hsi_msg *msg) in hsi_async()