Searched refs:baycom_state (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/hamradio/ |
D | baycom_par.c | 128 struct baycom_state { struct 159 static inline void 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() 377 struct baycom_state *bc = netdev_priv(dev); in par96_close() 414 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 430 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() 332 static inline void do_kiss_params(struct baycom_state *bc, in do_kiss_params() 373 static void encode_hdlc(struct baycom_state *bc) in encode_hdlc() 435 static int transmit(struct baycom_state *bc, int cnt, unsigned char stat) in transmit() 542 struct baycom_state *bc = netdev_priv(dev); in do_rxpacket() 567 struct baycom_state *bc = netdev_priv(dev); in receive() 654 struct baycom_state *bc; in epp_bh() 661 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 | 127 struct baycom_state { struct 160 static inline void baycom_int_freq(struct baycom_state *bc) in baycom_int_freq() argument 232 static __inline__ void ser12_rx(struct net_device *dev, struct baycom_state *bc, struct timespec64 … in ser12_rx() 291 struct baycom_state *bc = netdev_priv(dev); in ser12_interrupt() 417 struct baycom_state *bc = netdev_priv(dev); in ser12_open() 483 struct baycom_state *bc = netdev_priv(dev); in ser12_close() 521 static int baycom_setmode(struct baycom_state *bc, const char *modestr) in baycom_setmode() 544 struct baycom_state *bc; in baycom_ioctl() 641 struct baycom_state *bc; in init_baycomserfdx() 652 sizeof(struct baycom_state), in init_baycomserfdx()
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | magic-number.txt | 100 BAYCOM_MAGIC 0x19730510 baycom_state drivers/net/baycom_epp.c
|
/Linux-v4.19/Documentation/process/ |
D | magic-number.rst | 106 BAYCOM_MAGIC 0x19730510 baycom_state ``drivers/net/baycom_epp.c``
|