Searched defs:catc (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/drivers/net/usb/ |
D | catc.c | 162 struct catc { struct 163 struct net_device *netdev; 164 struct usb_device *usbdev; 166 unsigned long flags; 168 unsigned int tx_ptr, tx_idx; 192 void (*callback)(struct catc *catc, struct ctrl_queue *q); argument 206 #define catc_get_mac(catc, mac) catc_ctrl_msg(catc, USB_DIR_IN, GetMac, 0, 0, mac, 6) argument 207 #define catc_reset(catc) catc_ctrl_msg(catc, USB_DIR_OUT, Reset, 0, 0, NULL, 0) argument 208 #define catc_set_reg(catc, reg, val) catc_ctrl_msg(catc, USB_DIR_OUT, SetReg, val, reg, NULL, 0) argument 209 #define catc_get_reg(catc, reg, buf) catc_ctrl_msg(catc, USB_DIR_IN, GetReg, 0, reg, buf, 1) argument [all …]
|