Home
last modified time | relevance | path

Searched defs:catc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/usb/
H A Dcatc.c153 struct catc { struct
154 struct net_device *netdev;
155 struct usb_device *usbdev;
157 unsigned long flags;
159 unsigned int tx_ptr, tx_idx;
183 void (*callback)(struct catc *catc, struct ctrl_queue *q); argument
197 #define catc_get_mac(catc, mac) catc_ctrl_msg(catc, USB_DIR_IN, GetMac, 0, 0, mac, 6) argument
198 #define catc_reset(catc) catc_ctrl_msg(catc, USB_DIR_OUT, Reset, 0, 0, NULL, 0) argument
199 #define catc_set_reg(catc, reg, val) catc_ctrl_msg(catc, USB_DIR_OUT, SetReg, val, reg, NULL, 0) argument
200 #define catc_get_reg(catc, reg, buf) catc_ctrl_msg(catc, USB_DIR_IN, GetReg, 0, reg, buf, 1) argument
[all …]