Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/gigaset/
Dasyncdata.c49 static unsigned cmd_loop(unsigned numbytes, struct inbuf_t *inbuf) in cmd_loop()
121 static unsigned lock_loop(unsigned numbytes, struct inbuf_t *inbuf) in lock_loop()
138 static unsigned hdlc_loop(unsigned numbytes, struct inbuf_t *inbuf) in hdlc_loop()
285 static unsigned iraw_loop(unsigned numbytes, struct inbuf_t *inbuf) in iraw_loop()
338 static void handle_dle(struct inbuf_t *inbuf) in handle_dle()
407 void gigaset_m10x_input(struct inbuf_t *inbuf) in gigaset_m10x_input()
Dgigaset.h280 struct inbuf_t { struct
433 struct inbuf_t *inbuf;
614 void (*handle_input)(struct inbuf_t *inbuf);
637 void gigaset_m10x_input(struct inbuf_t *inbuf);
648 void gigaset_isoc_input(struct inbuf_t *inbuf);
810 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.c549 static void gigaset_inbuf_init(struct inbuf_t *inbuf, struct cardstate *cs) in gigaset_inbuf_init()
566 int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src, in gigaset_fill_inbuf()
714 cs->inbuf = kmalloc(sizeof(struct inbuf_t), GFP_KERNEL); in gigaset_initcs()
Dser-gigaset.c665 struct inbuf_t *inbuf; in gigaset_tty_receive()
Dusb-gigaset.c348 struct inbuf_t *inbuf = cs->inbuf; in gigaset_read_int_callback()
Dbas-gigaset.c480 struct inbuf_t *inbuf = urb->context; in read_ctrl_callback()