Searched refs:baycom_state (Results 1 – 4 of 4) sorted by relevance
/drivers/net/hamradio/ |
D | baycom_par.c | 129 struct baycom_state { struct 160 static void __inline__ baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() argument 196 static __inline__ void par96_tx(struct net_device *dev, struct baycom_state *bc) in par96_tx() 220 static __inline__ void par96_rx(struct net_device *dev, struct baycom_state *bc) in par96_rx() 276 struct baycom_state *bc = netdev_priv(dev); in par96_interrupt() 303 struct baycom_state *bc = netdev_priv(dev); in par96_wakeup() 314 struct baycom_state *bc = netdev_priv(dev); in par96_open() 363 struct baycom_state *bc = netdev_priv(dev); in par96_close() 400 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 416 struct baycom_state *bc; in baycom_ioctl() [all …]
|
D | baycom_epp.c | 168 struct baycom_state { struct 279 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() 307 static int eppconfig(struct baycom_state *bc) in eppconfig() 328 static inline void do_kiss_params(struct baycom_state *bc, in do_kiss_params() 369 static void encode_hdlc(struct baycom_state *bc) in encode_hdlc() 431 static int transmit(struct baycom_state *bc, int cnt, unsigned char stat) in transmit() 538 struct baycom_state *bc = netdev_priv(dev); in do_rxpacket() 563 struct baycom_state *bc = netdev_priv(dev); in receive() 650 struct baycom_state *bc; in epp_bh() 657 bc = container_of(work, struct baycom_state, run_work.work); in epp_bh() [all …]
|
D | baycom_ser_hdx.c | 112 struct baycom_state { struct 146 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() argument 199 static inline void ser12_tx(struct net_device *dev, struct baycom_state *bc) in ser12_tx() 217 static inline void ser12_rx(struct net_device *dev, struct baycom_state *bc) in ser12_rx() 379 struct baycom_state *bc = netdev_priv(dev); in ser12_interrupt() 472 struct baycom_state *bc = netdev_priv(dev); in ser12_open() 515 struct baycom_state *bc = netdev_priv(dev); in ser12_close() 553 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 571 struct baycom_state *bc; in baycom_ioctl() 665 struct baycom_state *bc; in init_baycomserhdx() [all …]
|
D | baycom_ser_fdx.c | 124 struct baycom_state { struct 157 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() argument 229 static __inline__ void ser12_rx(struct net_device *dev, struct baycom_state *bc, struct timeval *tv… in ser12_rx() 287 struct baycom_state *bc = netdev_priv(dev); in ser12_interrupt() 413 struct baycom_state *bc = netdev_priv(dev); in ser12_open() 479 struct baycom_state *bc = netdev_priv(dev); in ser12_close() 517 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 540 struct baycom_state *bc; in baycom_ioctl() 637 struct baycom_state *bc; in init_baycomserfdx() 648 sizeof(struct baycom_state), in init_baycomserfdx()
|