#include <spi_io.h>
Collaboration diagram for spi_channel:

describes an spi channel we attach one of these to each file descriptor if the open function succeeds. The PCI device contains an array of these one for each SPI channel.
Data Fields | |
| atomic_t | open_count |
| axis_pci_device_entry * | parent_device |
| unsigned char | channel_number |
| unsigned char | control |
| long | minimum_inter_char_time |
|
|
which device 0 1 2 currently supported |
|
|
contains a flags controlling SPI settings |
|
|
driver can choke tx rate if the target device is sluggish |
|
|
only allow one process to open each channel |
|
|
Needed to reference hardware addresses |
1.3.6