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