Lines Matching full:external
3 * drivers/extcon/extcon.c - External Connector (extcon) framework.
43 /* USB external connector */
60 /* Charging external connector */
102 /* Jack external connector */
144 /* Display external connector */
186 /* Miscellaneous external connector */
207 * struct extcon_cable - An internal data for an external connector.
415 * extcon_sync() - Synchronize the state for an external connector.
419 * the state and property of an external connector.
448 * external connector. in extcon_sync()
454 * external connectors. in extcon_sync()
498 * extcon_get_state() - Get the state of an external connector.
500 * @id: the unique id indicating an external connector
525 * extcon_set_state() - Set the state of an external connector.
527 * @id: the unique id indicating an external connector
528 * @state: the new state of an external connector.
531 * Note that this function set the state of an external connector without
532 * a notification. To synchronize the state of an external connector,
551 /* Check whether the external connector's state is changed. */ in extcon_set_state()
563 * the detached state for an external connector. in extcon_set_state()
568 /* Update the state for an external connector. */ in extcon_set_state()
581 * extcon_set_state_sync() - Set the state of an external connector with sync.
583 * @id: the unique id indicating an external connector
584 * @state: the new state of external connector.
587 * Note that this function set the state of external connector
601 /* Check whether the external connector's state is changed. */ in extcon_set_state_sync()
617 * extcon_get_property() - Get the property value of an external connector.
619 * @id: the unique id indicating an external connector
623 * Note that when getting the property value of external connector,
624 * the external connector should be attached. If detached state, function
647 /* Find the cable index of external connector by using id */ in extcon_get_property()
661 * Check whether the external connector is attached. in extcon_get_property()
662 * If external connector is detached, the user can not in extcon_get_property()
698 * extcon_set_property() - Set the property value of an external connector.
700 * @id: the unique id indicating an external connector
724 /* Find the cable index of external connector by using id */ in extcon_set_property()
765 * extcon_set_property_sync() - Set property of an external connector with sync.
768 * Note that when setting the property value of external connector,
769 * the external connector should be attached. The each property should
790 * for an external connector.
792 * @id: the unique id indicating an external connector
809 /* Find the cable index of external connector by using id */ in extcon_get_property_capability()
820 * for an external connector.
822 * @id: the unique id indicating an external connector
826 * for an external connector in order to mark the bit in capability
844 /* Find the cable index of external connector by using id. */ in extcon_set_property_capability()
905 * @id: the unique id indicating an external connector
909 * the current state of an external connector and the third pameter
938 * @id: the unique id indicating an external connector
970 * the state change of all supported external connectors from extcon device.
1047 * @supported_cable: the array of the supported external connectors
1446 MODULE_DESCRIPTION("External Connector (extcon) framework");