Searched refs:baycom_state (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/hamradio/ |
D | baycom_par.c | 128 struct baycom_state { struct 159 static void __inline__ baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() argument 195 static __inline__ void par96_tx(struct net_device *dev, struct baycom_state *bc) in par96_tx() 219 static __inline__ void par96_rx(struct net_device *dev, struct baycom_state *bc) in par96_rx() 275 struct baycom_state *bc = netdev_priv(dev); in par96_interrupt() 302 struct baycom_state *bc = netdev_priv(dev); in par96_wakeup() 313 struct baycom_state *bc = netdev_priv(dev); in par96_open() 362 struct baycom_state *bc = netdev_priv(dev); in par96_close() 399 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 415 struct baycom_state *bc; in baycom_ioctl() [all …]
|
D | baycom_epp.c | 169 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 | 114 struct baycom_state { struct 148 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() argument 201 static inline void ser12_tx(struct net_device *dev, struct baycom_state *bc) in ser12_tx() 219 static inline void ser12_rx(struct net_device *dev, struct baycom_state *bc) in ser12_rx() 381 struct baycom_state *bc = netdev_priv(dev); in ser12_interrupt() 474 struct baycom_state *bc = netdev_priv(dev); in ser12_open() 517 struct baycom_state *bc = netdev_priv(dev); in ser12_close() 555 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 573 struct baycom_state *bc; in baycom_ioctl() 667 struct baycom_state *bc; in init_baycomserhdx() [all …]
|
D | baycom_ser_fdx.c | 126 struct baycom_state { struct 159 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() argument 231 static __inline__ void ser12_rx(struct net_device *dev, struct baycom_state *bc, struct timeval *tv… in ser12_rx() 289 struct baycom_state *bc = netdev_priv(dev); in ser12_interrupt() 415 struct baycom_state *bc = netdev_priv(dev); in ser12_open() 481 struct baycom_state *bc = netdev_priv(dev); in ser12_close() 519 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 542 struct baycom_state *bc; in baycom_ioctl() 639 struct baycom_state *bc; in init_baycomserfdx() 650 sizeof(struct baycom_state), in init_baycomserfdx()
|
/linux-4.4.14/Documentation/zh_CN/ |
D | magic-number.txt | 100 BAYCOM_MAGIC 0x19730510 baycom_state drivers/net/baycom_epp.c
|
/linux-4.4.14/Documentation/ |
D | magic-number.txt | 100 BAYCOM_MAGIC 0x19730510 baycom_state drivers/net/baycom_epp.c
|