.. | .. |
---|
211 | 211 | * @attr_name: "name" sysfs entry |
---|
212 | 212 | * @attr_state: "state" sysfs entry |
---|
213 | 213 | * @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 |
---|
214 | 222 | */ |
---|
215 | 223 | struct extcon_cable { |
---|
216 | 224 | struct extcon_dev *edev; |
---|