Lines Matching defs:extcon_cable
210 struct extcon_cable { struct
211 struct extcon_dev *edev;
212 int cable_index;
214 struct attribute_group attr_g;
215 struct device_attribute attr_name;
216 struct device_attribute attr_state;
218 struct attribute *attrs[3]; /* to be fed to attr_g.attrs */
220 union extcon_property_value usb_propval[EXTCON_PROP_USB_CNT];
221 union extcon_property_value chg_propval[EXTCON_PROP_CHG_CNT];
222 union extcon_property_value jack_propval[EXTCON_PROP_JACK_CNT];
223 union extcon_property_value disp_propval[EXTCON_PROP_DISP_CNT];
225 unsigned long usb_bits[BITS_TO_LONGS(EXTCON_PROP_USB_CNT)];
226 unsigned long chg_bits[BITS_TO_LONGS(EXTCON_PROP_CHG_CNT)];
227 unsigned long jack_bits[BITS_TO_LONGS(EXTCON_PROP_JACK_CNT)];
228 unsigned long disp_bits[BITS_TO_LONGS(EXTCON_PROP_DISP_CNT)];