Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hsi/clients/
Dhsi_char.c139 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg() function
298 msg2 = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_break_received()
442 msg = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_read()
464 msg = hsc_get_first_msg(channel, &channel->rx_msgs_queue); in hsc_read()
499 msg = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_write()
523 msg = hsc_get_first_msg(channel, &channel->tx_msgs_queue); in hsc_write()