Lines Matching defs:h5
72 struct h5 { struct
74 struct hci_uart serdev_hu;
76 struct sk_buff_head unack; /* Unack'ed packets queue */
77 struct sk_buff_head rel; /* Reliable packets queue */
78 struct sk_buff_head unrel; /* Unreliable packets queue */
80 unsigned long flags;
82 struct sk_buff *rx_skb; /* Receive buffer */
83 size_t rx_pending; /* Expecting more bytes */
107 const struct h5_vnd *vnd; argument
115 int (*setup)(struct h5 *h5); argument
125 struct h5 *h5 = hu->priv; in h5_link_control() local
139 static u8 h5_cfg_field(struct h5 *h5) in h5_cfg_field()
149 struct h5 *h5 = from_timer(h5, t, timer); in h5_timed_event() local
191 struct h5 *h5 = hu->priv; in h5_peer_reset() local
212 struct h5 *h5; in h5_open() local
252 struct h5 *h5 = hu->priv; in h5_close() local
271 struct h5 *h5 = hu->priv; in h5_setup() local
279 static void h5_pkt_cull(struct h5 *h5) in h5_pkt_cull()
323 struct h5 *h5 = hu->priv; in h5_handle_internal_rx() local
384 struct h5 *h5 = hu->priv; in h5_complete_rx_pkt() local
428 struct h5 *h5 = hu->priv; in h5_rx_payload() local
443 struct h5 *h5 = hu->priv; in h5_rx_3wire_hdr() local
479 struct h5 *h5 = hu->priv; in h5_rx_pkt_start() local
501 struct h5 *h5 = hu->priv; in h5_rx_delimiter() local
509 static void h5_unslip_one_byte(struct h5 *h5, unsigned char c) in h5_unslip_one_byte()
540 static void h5_reset_rx(struct h5 *h5) in h5_reset_rx()
554 struct h5 *h5 = hu->priv; in h5_recv() local
589 struct h5 *h5 = hu->priv; in h5_enqueue() local
663 struct h5 *h5 = hu->priv; in h5_prepare_pkt() local
719 struct h5 *h5 = hu->priv; in h5_dequeue() local
800 struct h5 *h5; in h5_serdev_probe() local
839 struct h5 *h5 = serdev_device_get_drvdata(serdev); in h5_serdev_remove() local
845 static int h5_btrtl_setup(struct h5 *h5) in h5_btrtl_setup()
891 static void h5_btrtl_open(struct h5 *h5) in h5_btrtl_open()
904 static void h5_btrtl_close(struct h5 *h5) in h5_btrtl_close()