Searched refs:inbuf_t (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | asyncdata.c | 46 static unsigned cmd_loop(unsigned numbytes, struct inbuf_t *inbuf) in cmd_loop() 118 static unsigned lock_loop(unsigned numbytes, struct inbuf_t *inbuf) in lock_loop() 135 static unsigned hdlc_loop(unsigned numbytes, struct inbuf_t *inbuf) in hdlc_loop() 282 static unsigned iraw_loop(unsigned numbytes, struct inbuf_t *inbuf) in iraw_loop() 335 static void handle_dle(struct inbuf_t *inbuf) in handle_dle() 404 void gigaset_m10x_input(struct inbuf_t *inbuf) in gigaset_m10x_input()
|
D | gigaset.h | 277 struct inbuf_t { struct 430 struct inbuf_t *inbuf; 611 void (*handle_input)(struct inbuf_t *inbuf); 634 void gigaset_m10x_input(struct inbuf_t *inbuf); 645 void gigaset_isoc_input(struct inbuf_t *inbuf); 807 int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src,
|
D | isocdata.c | 891 static void cmd_loop(unsigned char *src, int numbytes, struct inbuf_t *inbuf) in cmd_loop() 938 void gigaset_isoc_input(struct inbuf_t *inbuf) in gigaset_isoc_input()
|
D | common.c | 546 static void gigaset_inbuf_init(struct inbuf_t *inbuf, struct cardstate *cs) in gigaset_inbuf_init() 563 int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src, in gigaset_fill_inbuf() 711 cs->inbuf = kmalloc(sizeof(struct inbuf_t), GFP_KERNEL); in gigaset_initcs()
|
D | ser-gigaset.c | 662 struct inbuf_t *inbuf; in gigaset_tty_receive()
|
D | usb-gigaset.c | 345 struct inbuf_t *inbuf = cs->inbuf; in gigaset_read_int_callback()
|
D | bas-gigaset.c | 477 struct inbuf_t *inbuf = urb->context; in read_ctrl_callback()
|