Searched defs:bcsp (Results 1 – 2 of 2) sorted by relevance
136 struct bcsp_struct *bcsp = hu->priv; in bcsp_enqueue() local163 static struct sk_buff *bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data, in bcsp_prepare_pkt()273 struct bcsp_struct *bcsp = hu->priv; in bcsp_dequeue() local348 static void bcsp_pkt_cull(struct bcsp_struct *bcsp) in bcsp_pkt_cull()399 struct bcsp_struct *bcsp = hu->priv; in bcsp_handle_le_pkt() local425 static inline void bcsp_unslip_one_byte(struct bcsp_struct *bcsp, unsigned char byte) in bcsp_unslip_one_byte()476 struct bcsp_struct *bcsp = hu->priv; in bcsp_complete_rx_pkt() local574 static u16 bscp_get_crc(struct bcsp_struct *bcsp) in bscp_get_crc()582 struct bcsp_struct *bcsp = hu->priv; in bcsp_recv() local691 struct bcsp_struct *bcsp = from_timer(bcsp, t, tbcsp); in bcsp_timed_event() local[all …]
381 static int bcsp(int fd, struct uart_t *u, struct termios *ti) in bcsp() function