Searched refs:hsi_alloc_msg (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/hsi/clients/ |
D | hsi_char.c | 191 msg = hsi_alloc_msg(1, GFP_KERNEL); in hsc_msg_alloc() 322 msg = hsi_alloc_msg(0, GFP_KERNEL); in hsc_break_request() 342 msg = hsi_alloc_msg(0, GFP_ATOMIC); in hsc_break_send()
|
D | cmt_speech.c | 286 msg = hsi_alloc_msg(1, GFP_KERNEL); in cs_alloc_cmds() 336 rxmsg = hsi_alloc_msg(1, GFP_KERNEL); in cs_hsi_alloc_data() 345 txmsg = hsi_alloc_msg(1, GFP_KERNEL); in cs_hsi_alloc_data()
|
D | ssi_protocol.c | 215 msg = hsi_alloc_msg(skb_shinfo(skb)->nr_frags + 1, flags); in ssip_alloc_data() 270 msg = hsi_alloc_msg(1, GFP_KERNEL); in ssip_alloc_cmds()
|
/linux-4.1.27/include/linux/hsi/ |
D | hsi.h | 217 struct hsi_msg *hsi_alloc_msg(unsigned int n_frag, gfp_t flags);
|
/linux-4.1.27/drivers/hsi/ |
D | hsi.c | 541 struct hsi_msg *hsi_alloc_msg(unsigned int nents, gfp_t flags) in hsi_alloc_msg() function 561 EXPORT_SYMBOL_GPL(hsi_alloc_msg);
|