forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/extcon/extcon.c
....@@ -211,6 +211,14 @@
211211 * @attr_name: "name" sysfs entry
212212 * @attr_state: "state" sysfs entry
213213 * @attrs: the array pointing to attr_name and attr_state for attr_g
214
+ * @usb_propval: the array of USB connector properties
215
+ * @chg_propval: the array of charger connector properties
216
+ * @jack_propval: the array of jack connector properties
217
+ * @disp_propval: the array of display connector properties
218
+ * @usb_bits: the bit array of the USB connector property capabilities
219
+ * @chg_bits: the bit array of the charger connector property capabilities
220
+ * @jack_bits: the bit array of the jack connector property capabilities
221
+ * @disp_bits: the bit array of the display connector property capabilities
214222 */
215223 struct extcon_cable {
216224 struct extcon_dev *edev;