Home
last modified time | relevance | path

Searched refs:hsi_alloc_msg (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/hsi/clients/
A Dhsi_char.c178 msg = hsi_alloc_msg(1, GFP_KERNEL); in hsc_msg_alloc()
309 msg = hsi_alloc_msg(0, GFP_KERNEL); in hsc_break_request()
329 msg = hsi_alloc_msg(0, GFP_ATOMIC); in hsc_break_send()
A Dcmt_speech.c273 msg = hsi_alloc_msg(1, GFP_KERNEL); in cs_alloc_cmds()
323 rxmsg = hsi_alloc_msg(1, GFP_KERNEL); in cs_hsi_alloc_data()
332 txmsg = hsi_alloc_msg(1, GFP_KERNEL); in cs_hsi_alloc_data()
A Dssi_protocol.c206 msg = hsi_alloc_msg(skb_shinfo(skb)->nr_frags + 1, flags); in ssip_alloc_data()
261 msg = hsi_alloc_msg(1, GFP_KERNEL); in ssip_alloc_cmds()
/linux-6.3-rc2/include/linux/hsi/
A Dhsi.h201 struct hsi_msg *hsi_alloc_msg(unsigned int n_frag, gfp_t flags);
/linux-6.3-rc2/drivers/hsi/
A Dhsi_core.c536 struct hsi_msg *hsi_alloc_msg(unsigned int nents, gfp_t flags) in hsi_alloc_msg() function
556 EXPORT_SYMBOL_GPL(hsi_alloc_msg);

Completed in 12 milliseconds