Searched refs:hsc_get_first_msg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hsi/clients/ |
H A D | hsi_char.c | 126 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg() function 285 msg2 = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_break_received() 429 msg = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_read() 451 msg = hsc_get_first_msg(channel, &channel->rx_msgs_queue); in hsc_read() 486 msg = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_write() 510 msg = hsc_get_first_msg(channel, &channel->tx_msgs_queue); in hsc_write()
|
/kernel/linux/linux-6.6/drivers/hsi/clients/ |
H A D | hsi_char.c | 126 static struct hsi_msg *hsc_get_first_msg(struct hsc_channel *channel, in hsc_get_first_msg() function 285 msg2 = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_break_received() 429 msg = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_read() 451 msg = hsc_get_first_msg(channel, &channel->rx_msgs_queue); in hsc_read() 486 msg = hsc_get_first_msg(channel, &channel->free_msgs_list); in hsc_write() 510 msg = hsc_get_first_msg(channel, &channel->tx_msgs_queue); in hsc_write()
|
Completed in 3 milliseconds