Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hsi/clients/
Dhsi_char.c95 struct list_head rx_msgs_queue; member
244 hsc_add_tail(channel, msg, &channel->rx_msgs_queue); in hsc_rx_completed()
304 hsc_add_tail(channel, msg2, &channel->rx_msgs_queue); in hsc_break_received()
457 !list_empty(&channel->rx_msgs_queue)); in hsc_read()
464 msg = hsc_get_first_msg(channel, &channel->rx_msgs_queue); in hsc_read()
656 hsc_reset_list(channel, &channel->rx_msgs_queue); in hsc_release()
684 INIT_LIST_HEAD(&channel->rx_msgs_queue); in hsc_channel_init()