Lines Matching full:property
92 * When adding the new extcon property, they *must* have
98 * The naming style of property
99 * : EXTCON_PROP_[type]_[property name]
101 * EXTCON_PROP_USB_[property name] : USB property
102 * EXTCON_PROP_CHG_[property name] : Charger property
103 * EXTCON_PROP_JACK_[property name] : Jack property
104 * EXTCON_PROP_DISP_[property name] : Display property
159 * Define the type of property's value.
161 * Define the property's value as union type. Because each property
178 * Following APIs get the property of each external connector.
180 * and the 'prop' indicates the extcon property.
182 * And extcon_get_property_capability() get the capability of the property
184 * property of each external connector based on the id and property.
194 * the change of both state and property value for each external connector.