Data Fields | |
| struct list_head | list |
| List item. | |
| ec_slave_config_t * | config |
| Parent slave configuration. | |
| ec_datagram_t | datagram |
| State machine datagram. | |
| uint32_t | vendor_id |
| Vendor ID for the header. | |
| uint16_t | vendor_type |
| Vendor type for the header. | |
| size_t | data_size |
| Size of VoE data. | |
| ec_direction_t | dir |
| Direction. | |
| void(* | state )(ec_voe_handler_t *) |
| State function. | |
| ec_internal_request_state_t | request_state |
| Handler state. | |
| unsigned int | retries |
| retries upon datagram timeout | |
| unsigned long | jiffies_start |
| Timestamp for timeout calculation. | |
Definition at line 49 of file voe_handler.h.
struct list_head ec_voe_handler::list [read] |
| uint32_t ec_voe_handler::vendor_id |
| uint16_t ec_voe_handler::vendor_type |
| size_t ec_voe_handler::data_size |
Direction.
EC_DIR_OUTPUT means writing to the slave, EC_DIR_INPUT means reading from the slave.
Definition at line 56 of file voe_handler.h.
| unsigned long ec_voe_handler::jiffies_start |
1.5.6