Home
last modified time | relevance | path

Searched refs:inbuf_t (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/isdn/gigaset/
Dasyncdata.c48 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()
Dgigaset.h277 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,
Disocdata.c894 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()
Dcommon.c560 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()
Dser-gigaset.c683 struct inbuf_t *inbuf; in gigaset_tty_receive()
Dusb-gigaset.c354 struct inbuf_t *inbuf = cs->inbuf; in gigaset_read_int_callback()
Dbas-gigaset.c478 struct inbuf_t *inbuf = urb->context; in read_ctrl_callback()