• Home
  • Raw
  • Download

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.
414 * the state and property of an external connector.
443 * external connector. in extcon_sync()
449 * external connectors. in extcon_sync()
493 * extcon_get_state() - Get the state of an external connector.
495 * @id: the unique id indicating an external connector
520 * extcon_set_state() - Set the state of an external connector.
522 * @id: the unique id indicating an external connector
523 * @state: the new state of an external connector.
526 * Note that this function set the state of an external connector without
527 * a notification. To synchronize the state of an external connector,
546 /* Check whether the external connector's state is changed. */ in extcon_set_state()
558 * the detached state for an external connector. in extcon_set_state()
563 /* Update the state for an external connector. */ in extcon_set_state()
576 * extcon_set_state_sync() - Set the state of an external connector with sync.
578 * @id: the unique id indicating an external connector
579 * @state: the new state of external connector.
582 * Note that this function set the state of external connector
596 /* Check whether the external connector's state is changed. */ in extcon_set_state_sync()
612 * extcon_get_property() - Get the property value of an external connector.
614 * @id: the unique id indicating an external connector
618 * Note that when getting the property value of external connector,
619 * the external connector should be attached. If detached state, function
642 /* Find the cable index of external connector by using id */ in extcon_get_property()
656 * Check whether the external connector is attached. in extcon_get_property()
657 * If external connector is detached, the user can not in extcon_get_property()
693 * extcon_set_property() - Set the property value of an external connector.
695 * @id: the unique id indicating an external connector
719 /* Find the cable index of external connector by using id */ in extcon_set_property()
760 * extcon_set_property_sync() - Set property of an external connector with sync.
763 * Note that when setting the property value of external connector,
764 * the external connector should be attached. The each property should
785 * for an external connector.
787 * @id: the unique id indicating an external connector
804 /* Find the cable index of external connector by using id */ in extcon_get_property_capability()
815 * for an external connector.
817 * @id: the unique id indicating an external connector
821 * for an external connector in order to mark the bit in capability
839 /* Find the cable index of external connector by using id. */ in extcon_set_property_capability()
900 * @id: the unique id indicating an external connector
904 * the current state of an external connector and the third pameter
933 * @id: the unique id indicating an external connector
965 * the state change of all supported external connectors from extcon device.
1042 * @supported_cable: the array of the supported external connectors
1441 MODULE_DESCRIPTION("External Connector (extcon) framework");