Searched refs:hdlcdrv_state (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dhdlcdrv.h86 struct hdlcdrv_state { struct
221 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits)
226 static inline unsigned int hdlcdrv_getbits(struct hdlcdrv_state *s)
244 static inline void hdlcdrv_channelbit(struct hdlcdrv_state *s, unsigned int bit)
251 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd)
256 static inline int hdlcdrv_ptt(struct hdlcdrv_state *s)
263 void hdlcdrv_receiver(struct net_device *, struct hdlcdrv_state *);
264 void hdlcdrv_transmitter(struct net_device *, struct hdlcdrv_state *);
265 void hdlcdrv_arbitrate(struct net_device *, struct hdlcdrv_state *);
/linux-master/drivers/net/hamradio/
H A Dhdlcdrv.c114 static int hdlc_rx_add_bytes(struct hdlcdrv_state *s, unsigned int bits,
132 static void hdlc_rx_flag(struct net_device *dev, struct hdlcdrv_state *s)
156 void hdlcdrv_receiver(struct net_device *dev, struct hdlcdrv_state *s)
212 static inline void do_kiss_params(struct hdlcdrv_state *s,
253 void hdlcdrv_transmitter(struct net_device *dev, struct hdlcdrv_state *s)
353 static void start_tx(struct net_device *dev, struct hdlcdrv_state *s)
365 void hdlcdrv_arbitrate(struct net_device *dev, struct hdlcdrv_state *s)
393 struct hdlcdrv_state *sm = netdev_priv(dev);
435 struct hdlcdrv_state *s = netdev_priv(dev);
472 struct hdlcdrv_state *
[all...]
H A Dbaycom_par.c113 struct hdlcdrv_state hdrv;
H A Dbaycom_ser_fdx.c113 struct hdlcdrv_state hdrv;
H A Dbaycom_ser_hdx.c99 struct hdlcdrv_state hdrv;

Completed in 131 milliseconds