Searched defs:extcon_cable (Results 1 – 1 of 1) sorted by relevance
150 struct extcon_cable { struct151 struct extcon_dev *edev;152 int cable_index;154 struct attribute_group attr_g;155 struct device_attribute attr_name;156 struct device_attribute attr_state;158 struct attribute *attrs[3]; /* to be fed to attr_g.attrs */