Home
last modified time | relevance | path

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

/linux/drivers/hsi/clients/
H A Dhsi_char.c82 struct list_head rx_msgs_queue; member
231 hsc_add_tail(channel, msg, &channel->rx_msgs_queue); in hsc_rx_completed()
291 hsc_add_tail(channel, msg2, &channel->rx_msgs_queue); in hsc_break_received()
444 !list_empty(&channel->rx_msgs_queue)); in hsc_read()
451 msg = hsc_get_first_msg(channel, &channel->rx_msgs_queue); in hsc_read()
643 hsc_reset_list(channel, &channel->rx_msgs_queue); in hsc_release()
671 INIT_LIST_HEAD(&channel->rx_msgs_queue); in hsc_channel_init()