Lines Matching refs:mcs_cb

132 static int mcs_set_reg(struct mcs_cb *mcs, __u16 reg, __u16 val)  in mcs_set_reg()
141 static int mcs_get_reg(struct mcs_cb *mcs, __u16 reg, __u16 * val) in mcs_get_reg()
158 static inline int mcs_setup_transceiver_vishay(struct mcs_cb *mcs) in mcs_setup_transceiver_vishay()
198 static inline int mcs_setup_transceiver_agilent(struct mcs_cb *mcs) in mcs_setup_transceiver_agilent()
205 static inline int mcs_setup_transceiver_sharp(struct mcs_cb *mcs) in mcs_setup_transceiver_sharp()
212 static inline int mcs_setup_transceiver(struct mcs_cb *mcs) in mcs_setup_transceiver()
390 static void mcs_unwrap_mir(struct mcs_cb *mcs, __u8 *buf, int len) in mcs_unwrap_mir()
442 static void mcs_unwrap_fir(struct mcs_cb *mcs, __u8 *buf, int len) in mcs_unwrap_fir()
495 static inline int mcs_setup_urbs(struct mcs_cb *mcs) in mcs_setup_urbs()
517 static inline int mcs_receive_start(struct mcs_cb *mcs) in mcs_receive_start()
531 static inline int mcs_find_endpoints(struct mcs_cb *mcs, in mcs_find_endpoints()
562 struct mcs_cb *mcs = container_of(work, struct mcs_cb, work); in mcs_speed_work()
572 static int mcs_speed_change(struct mcs_cb *mcs) in mcs_speed_change()
673 struct mcs_cb *mcs = netdev_priv(netdev); in mcs_net_close()
697 struct mcs_cb *mcs = netdev_priv(netdev); in mcs_net_open()
763 struct mcs_cb *mcs = urb->context; in mcs_receive_irq()
809 struct mcs_cb *mcs = urb->context; in mcs_send_irq()
823 struct mcs_cb *mcs; in mcs_hard_xmit()
888 struct mcs_cb *mcs; in mcs_probe()
963 struct mcs_cb *mcs = usb_get_intfdata(intf); in mcs_disconnect()