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.
418 * extcon_sync() - Synchronize the state for an external connector.
422 * the state and property of an external connector.
451 * external connector. in extcon_sync()
457 * external connectors. in extcon_sync()
501 * extcon_get_state() - Get the state of an external connector.
503 * @id: the unique id indicating an external connector
528 * extcon_set_state() - Set the state of an external connector.
530 * @id: the unique id indicating an external connector
531 * @state: the new state of an external connector.
534 * Note that this function set the state of an external connector without
535 * a notification. To synchronize the state of an external connector,
554 /* Check whether the external connector's state is changed. */ in extcon_set_state()
566 * the detached state for an external connector. in extcon_set_state()
571 /* Update the state for an external connector. */ in extcon_set_state()
584 * extcon_set_state_sync() - Set the state of an external connector with sync.
586 * @id: the unique id indicating an external connector
587 * @state: the new state of external connector.
590 * Note that this function set the state of external connector
604 /* Check whether the external connector's state is changed. */ in extcon_set_state_sync()
620 * extcon_get_property() - Get the property value of an external connector.
622 * @id: the unique id indicating an external connector
626 * Note that when getting the property value of external connector,
627 * the external connector should be attached. If detached state, function
650 /* Find the cable index of external connector by using id */ in extcon_get_property()
664 * Check whether the external connector is attached. in extcon_get_property()
665 * If external connector is detached, the user can not in extcon_get_property()
701 * extcon_set_property() - Set the property value of an external connector.
703 * @id: the unique id indicating an external connector
727 /* Find the cable index of external connector by using id */ in extcon_set_property()
768 * extcon_set_property_sync() - Set property of an external connector with sync.
771 * Note that when setting the property value of external connector,
772 * the external connector should be attached. The each property should
793 * for an external connector.
795 * @id: the unique id indicating an external connector
812 /* Find the cable index of external connector by using id */ in extcon_get_property_capability()
823 * for an external connector.
825 * @id: the unique id indicating an external connector
829 * for an external connector in order to mark the bit in capability
847 /* Find the cable index of external connector by using id. */ in extcon_set_property_capability()
908 * @id: the unique id indicating an external connector
912 * the current state of an external connector and the third pameter
941 * @id: the unique id indicating an external connector
973 * the state change of all supported external connectors from extcon device.
1050 * @supported_cable: the array of the supported external connectors
1449 MODULE_DESCRIPTION("External Connector (extcon) framework");