Searched defs:extcon_cable (Results 1 – 1 of 1) sorted by relevance
208 struct extcon_cable { struct209 struct extcon_dev *edev;210 int cable_index;212 struct attribute_group attr_g;213 struct device_attribute attr_name;214 struct device_attribute attr_state;216 struct attribute *attrs[3]; /* to be fed to attr_g.attrs */218 union extcon_property_value usb_propval[EXTCON_PROP_USB_CNT];219 union extcon_property_value chg_propval[EXTCON_PROP_CHG_CNT];220 union extcon_property_value jack_propval[EXTCON_PROP_JACK_CNT];[all …]