Home
last modified time | relevance | path

Searched defs:extcon_cable (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/extcon/
H A Dextcon.c215 struct extcon_cable { struct
216 struct extcon_dev *edev;
217 int cable_index;
219 struct attribute_group attr_g;
220 struct device_attribute attr_name;
221 struct device_attribute attr_state;
223 struct attribute *attrs[3]; /* to be fed to attr_g.attrs */
225 union extcon_property_value usb_propval[EXTCON_PROP_USB_CNT];
226 union extcon_property_value chg_propval[EXTCON_PROP_CHG_CNT];
227 union extcon_property_value jack_propval[EXTCON_PROP_JACK_CNT];
[all …]