Searched refs:inbuf_t (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/isdn/gigaset/ |
D | asyncdata.c | 48 static unsigned cmd_loop(unsigned numbytes, struct inbuf_t *inbuf) in cmd_loop() 120 static unsigned lock_loop(unsigned numbytes, struct inbuf_t *inbuf) in lock_loop() 137 static unsigned hdlc_loop(unsigned numbytes, struct inbuf_t *inbuf) in hdlc_loop() 284 static unsigned iraw_loop(unsigned numbytes, struct inbuf_t *inbuf) in iraw_loop() 337 static void handle_dle(struct inbuf_t *inbuf) in handle_dle() 406 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; 612 void (*handle_input)(struct inbuf_t *inbuf); 635 void gigaset_m10x_input(struct inbuf_t *inbuf); 646 void gigaset_isoc_input(struct inbuf_t *inbuf); 811 int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src,
|
D | isocdata.c | 894 static void cmd_loop(unsigned char *src, int numbytes, struct inbuf_t *inbuf) in cmd_loop() 941 void gigaset_isoc_input(struct inbuf_t *inbuf) in gigaset_isoc_input()
|
D | common.c | 560 static void gigaset_inbuf_init(struct inbuf_t *inbuf, struct cardstate *cs) in gigaset_inbuf_init() 575 int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src, in gigaset_fill_inbuf() 704 cs->inbuf = kmalloc(sizeof(struct inbuf_t), GFP_KERNEL); in gigaset_initcs()
|
D | ser-gigaset.c | 683 struct inbuf_t *inbuf; in gigaset_tty_receive()
|
D | usb-gigaset.c | 354 struct inbuf_t *inbuf = cs->inbuf; in gigaset_read_int_callback()
|
D | bas-gigaset.c | 478 struct inbuf_t *inbuf = urb->context; in read_ctrl_callback()
|