Searched defs:extcon_cable (Results 1 – 1 of 1) sorted by relevance
138 struct extcon_cable { struct139 struct extcon_dev *edev;140 int cable_index;142 struct attribute_group attr_g;143 struct device_attribute attr_name;144 struct device_attribute attr_state;146 struct attribute *attrs[3]; /* to be fed to attr_g.attrs */