|
Linux Kernel
3.7.1
|
#include <pcan_usb_core.h>
Data Fields | |
| struct can_priv | can |
| struct peak_usb_adapter * | adapter |
| unsigned int | ctrl_idx |
| int | open_time |
| u32 | state |
| struct sk_buff * | echo_skb [PCAN_USB_MAX_TX_URBS] |
| struct usb_device * | udev |
| struct net_device * | netdev |
| atomic_t | active_tx_urbs |
| struct usb_anchor | tx_submitted |
| struct peak_tx_urb_context | tx_contexts [PCAN_USB_MAX_TX_URBS] |
| u8 * | cmd_buf |
| struct usb_anchor | rx_submitted |
| u32 | device_number |
| u8 | device_rev |
| u8 | ep_msg_in |
| u8 | ep_msg_out |
| u16 | bus_load |
| struct peak_usb_device * | prev_siblings |
| struct peak_usb_device * | next_siblings |
Definition at line 103 of file pcan_usb_core.h.
| atomic_t active_tx_urbs |
Definition at line 115 of file pcan_usb_core.h.
Definition at line 105 of file pcan_usb_core.h.
| u16 bus_load |
Definition at line 128 of file pcan_usb_core.h.
Definition at line 104 of file pcan_usb_core.h.
Definition at line 119 of file pcan_usb_core.h.
| unsigned int ctrl_idx |
Definition at line 106 of file pcan_usb_core.h.
| u32 device_number |
Definition at line 122 of file pcan_usb_core.h.
| u8 device_rev |
Definition at line 123 of file pcan_usb_core.h.
| struct sk_buff* echo_skb[PCAN_USB_MAX_TX_URBS] |
Definition at line 110 of file pcan_usb_core.h.
| u8 ep_msg_in |
Definition at line 125 of file pcan_usb_core.h.
| u8 ep_msg_out |
Definition at line 126 of file pcan_usb_core.h.
| struct net_device* netdev |
Definition at line 113 of file pcan_usb_core.h.
| struct peak_usb_device* next_siblings |
Definition at line 131 of file pcan_usb_core.h.
| int open_time |
Definition at line 107 of file pcan_usb_core.h.
| struct peak_usb_device* prev_siblings |
Definition at line 130 of file pcan_usb_core.h.
| struct usb_anchor rx_submitted |
Definition at line 120 of file pcan_usb_core.h.
Definition at line 108 of file pcan_usb_core.h.
| struct peak_tx_urb_context tx_contexts[PCAN_USB_MAX_TX_URBS] |
Definition at line 117 of file pcan_usb_core.h.
| struct usb_anchor tx_submitted |
Definition at line 116 of file pcan_usb_core.h.
| struct usb_device* udev |
Definition at line 112 of file pcan_usb_core.h.
1.8.2