tx_msgs_queue      83 drivers/hsi/clients/hsi_char.c 	struct list_head	tx_msgs_queue;
tx_msgs_queue     251 drivers/hsi/clients/hsi_char.c 		hsc_add_tail(channel, msg, &channel->tx_msgs_queue);
tx_msgs_queue     503 drivers/hsi/clients/hsi_char.c 					!list_empty(&channel->tx_msgs_queue));
tx_msgs_queue     510 drivers/hsi/clients/hsi_char.c 	msg = hsc_get_first_msg(channel, &channel->tx_msgs_queue);
tx_msgs_queue     644 drivers/hsi/clients/hsi_char.c 	hsc_reset_list(channel, &channel->tx_msgs_queue);
tx_msgs_queue     672 drivers/hsi/clients/hsi_char.c 	INIT_LIST_HEAD(&channel->tx_msgs_queue);