Searched defs:extcon_cable (Results 1 – 1 of 1) sorted by relevance
143785 struct extcon_cable { struct143786 struct extcon_dev___2 *edev;143787 int cable_index;143788 struct attribute_group attr_g;143789 struct device_attribute attr_name;143790 struct device_attribute attr_state;143791 struct attribute *attrs[3];143792 union extcon_property_value usb_propval[3];143793 union extcon_property_value chg_propval[1];143794 union extcon_property_value jack_propval[1];[all …]