Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/extcon/
Dextcon.c219 struct extcon_cable { struct
220 struct extcon_dev *edev;
221 int cable_index;
223 struct attribute_group attr_g;
224 struct device_attribute attr_name;
225 struct device_attribute attr_state;
227 struct attribute *attrs[3]; /* to be fed to attr_g.attrs */
229 union extcon_property_value usb_propval[EXTCON_PROP_USB_CNT];
230 union extcon_property_value chg_propval[EXTCON_PROP_CHG_CNT];
231 union extcon_property_value jack_propval[EXTCON_PROP_JACK_CNT];
[all …]
/linux-6.14.4/Documentation/driver-api/
Dextcon.rst119 extcon_cable section in Key Components