Home
last modified time | relevance | path

Searched refs:hdlcdrv_hbuf_put (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dhdlcdrv.h299 static inline void hdlcdrv_hbuf_put(struct hdlcdrv_hdlcbuffer *hb, in hdlcdrv_hbuf_put() function
318 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, bits); in hdlcdrv_putbits()
334 hdlcdrv_hbuf_put(&s->hdlcrx.hbuf, ret); in hdlcdrv_getbits()
/linux-2.4.37.9/drivers/net/hamradio/
Dhdlcdrv.c343 hdlcdrv_hbuf_put(&s->hdlctx.hbuf, s->hdlctx.bitbuf); in hdlcdrv_transmitter()