Lines Matching full:external

3  * drivers/extcon/extcon.c - External Connector (extcon) framework.
43 /* USB external connector */
55 /* Charging external connector */
97 /* Jack external connector */
139 /* Display external connector */
181 /* Miscellaneous external connector */
202 * struct extcon_cable - An internal data for an external connector.
410 * extcon_sync() - Synchronize the state for an external connector.
412 * @id: the unique id indicating an external connector
415 * the state and property of an external connector.
444 * external connector. in extcon_sync()
450 * external connectors. in extcon_sync()
494 * extcon_get_state() - Get the state of an external connector.
496 * @id: the unique id indicating an external connector
521 * extcon_set_state() - Set the state of an external connector.
523 * @id: the unique id indicating an external connector
524 * @state: the new state of an external connector.
527 * Note that this function set the state of an external connector without
528 * a notification. To synchronize the state of an external connector,
547 /* Check whether the external connector's state is changed. */ in extcon_set_state()
559 * the detached state for an external connector. in extcon_set_state()
564 /* Update the state for an external connector. */ in extcon_set_state()
577 * extcon_set_state_sync() - Set the state of an external connector with sync.
579 * @id: the unique id indicating an external connector
580 * @state: the new state of external connector.
583 * Note that this function set the state of external connector
601 * extcon_get_property() - Get the property value of an external connector.
603 * @id: the unique id indicating an external connector
607 * Note that when getting the property value of external connector,
608 * the external connector should be attached. If detached state, function
631 /* Find the cable index of external connector by using id */ in extcon_get_property()
645 * Check whether the external connector is attached. in extcon_get_property()
646 * If external connector is detached, the user can not in extcon_get_property()
682 * extcon_set_property() - Set the property value of an external connector.
684 * @id: the unique id indicating an external connector
708 /* Find the cable index of external connector by using id */ in extcon_set_property()
749 * extcon_set_property_sync() - Set property of an external connector with sync.
751 * @id: the unique id indicating an external connector
755 * Note that when setting the property value of external connector,
756 * the external connector should be attached. The each property should
777 * for an external connector.
779 * @id: the unique id indicating an external connector
796 /* Find the cable index of external connector by using id */ in extcon_get_property_capability()
807 * for an external connector.
809 * @id: the unique id indicating an external connector
813 * for an external connector in order to mark the bit in capability
831 /* Find the cable index of external connector by using id. */ in extcon_set_property_capability()
894 * @id: the unique id indicating an external connector
898 * the current state of an external connector and the third pameter
927 * @id: the unique id indicating an external connector
959 * the state change of all supported external connectors from extcon device.
1036 * @supported_cable: the array of the supported external connectors
1435 MODULE_DESCRIPTION("External Connector (extcon) framework");