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