|
Linux Kernel
3.7.1
|
#include <usbnet.h>
Data Fields | |
| char * | name |
| char * | description |
| int | flags |
| int(* | bind )(struct usbnet *, struct usb_interface *) |
| void(* | unbind )(struct usbnet *, struct usb_interface *) |
| int(* | reset )(struct usbnet *) |
| int(* | stop )(struct usbnet *) |
| int(* | check_connect )(struct usbnet *) |
| int(* | manage_power )(struct usbnet *, int) |
| void(* | status )(struct usbnet *, struct urb *) |
| int(* | link_reset )(struct usbnet *) |
| int(* | rx_fixup )(struct usbnet *dev, struct sk_buff *skb) |
| struct sk_buff *(* | tx_fixup )(struct usbnet *dev, struct sk_buff *skb, gfp_t flags) |
| int(* | early_init )(struct usbnet *dev) |
| void(* | indication )(struct usbnet *dev, void *ind, int indlen) |
| int | in |
| int | out |
| unsigned long | data |
| char * | driver_id |
| int | card_subtype |
| int | card_type |
| void(* | attach )(struct address_info *hw_config) |
| int(* | probe )(struct address_info *hw_config) |
| void(* | unload )(struct address_info *hw_config) |
| void(* attach)(struct address_info *hw_config) |
Definition at line 53 of file dev_table.h.
| int card_subtype |
Definition at line 50 of file dev_table.h.
Definition at line 51 of file dev_table.h.
| char* driver_id |
Definition at line 49 of file dev_table.h.
| int(* probe)(struct address_info *hw_config) |
Definition at line 54 of file dev_table.h.
| void(* unload)(struct address_info *hw_config) |
Definition at line 55 of file dev_table.h.
1.8.2