Linux Kernel
3.7.1
|
#include <extcon.h>
Data Fields | |
struct extcon_dev * | edev |
int | cable_index |
struct attribute_group | attr_g |
struct device_attribute | attr_name |
struct device_attribute | attr_state |
struct attribute * | attrs [3] |
struct extcon_cable - An internal data for each cable of extcon device. The extcon device Index of this cable in the edev Attribute group for the cable "name" sysfs entry "state" sysfs entry Array pointing to attr_name and attr_state for attr_g
struct attribute_group attr_g |
struct device_attribute attr_name |
struct device_attribute attr_state |
struct extcon_dev* edev |