Searched defs:catc (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/usb/ | 
| D | catc.c | 149 struct catc {  struct150 	struct net_device *netdev;
 151 	struct usb_device *usbdev;
 153 	unsigned long flags;
 155 	unsigned int tx_ptr, tx_idx;
 179 		void (*callback)(struct catc *catc, struct ctrl_queue *q);  argument
 193 #define catc_get_mac(catc, mac)				catc_ctrl_msg(catc, USB_DIR_IN,  GetMac, 0, 0, mac,  6)  argument
 194 #define catc_reset(catc)				catc_ctrl_msg(catc, USB_DIR_OUT, Reset, 0, 0, NULL, 0)  argument
 195 #define catc_set_reg(catc, reg, val)			catc_ctrl_msg(catc, USB_DIR_OUT, SetReg, val, reg, NULL, 0)  argument
 196 #define catc_get_reg(catc, reg, buf)			catc_ctrl_msg(catc, USB_DIR_IN,  GetReg, 0, reg, buf, 1)  argument
 [all …]
 
 |