Lines Matching full:external

3  * drivers/extcon/extcon.c - External Connector (extcon) framework.
44 /* USB external connector */
56 /* Charging external connector */
98 /* Jack external connector */
140 /* Display external connector */
182 /* Miscellaneous external connector */
203 * struct extcon_cable - An internal data for an external connector.
420 * extcon_sync() - Synchronize the state for an external connector.
422 * @id: the unique id indicating an external connector
425 * the state and property of an external connector.
454 * external connector. in extcon_sync()
460 * external connectors. in extcon_sync()
504 * extcon_get_state() - Get the state of an external connector.
506 * @id: the unique id indicating an external connector
531 * extcon_set_state() - Set the state of an external connector.
533 * @id: the unique id indicating an external connector
534 * @state: the new state of an external connector.
537 * Note that this function set the state of an external connector without
538 * a notification. To synchronize the state of an external connector,
557 /* Check whether the external connector's state is changed. */ in extcon_set_state()
569 * the detached state for an external connector. in extcon_set_state()
574 /* Update the state for an external connector. */ in extcon_set_state()
587 * extcon_set_state_sync() - Set the state of an external connector with sync.
589 * @id: the unique id indicating an external connector
590 * @state: the new state of external connector.
593 * Note that this function set the state of external connector
611 * extcon_get_property() - Get the property value of an external connector.
613 * @id: the unique id indicating an external connector
617 * Note that when getting the property value of external connector,
618 * the external connector should be attached. If detached state, function
641 /* Find the cable index of external connector by using id */ in extcon_get_property()
655 * Check whether the external connector is attached. in extcon_get_property()
656 * If external connector is detached, the user can not in extcon_get_property()
692 * extcon_set_property() - Set the property value of an external connector.
694 * @id: the unique id indicating an external connector
718 /* Find the cable index of external connector by using id */ in extcon_set_property()
759 * extcon_set_property_sync() - Set property of an external connector with sync.
761 * @id: the unique id indicating an external connector
765 * Note that when setting the property value of external connector,
766 * the external connector should be attached. The each property should
787 * for an external connector.
789 * @id: the unique id indicating an external connector
806 /* Find the cable index of external connector by using id */ in extcon_get_property_capability()
817 * for an external connector.
819 * @id: the unique id indicating an external connector
823 * for an external connector in order to mark the bit in capability
841 /* Find the cable index of external connector by using id. */ in extcon_set_property_capability()
904 * @id: the unique id indicating an external connector
908 * the current state of an external connector and the third pameter
937 * @id: the unique id indicating an external connector
969 * the state change of all supported external connectors from extcon device.
1047 * @supported_cable: the array of the supported external connectors
1492 MODULE_DESCRIPTION("External Connector (extcon) framework");