• Home
  • Raw
  • Download

Lines Matching full:external

2  * drivers/extcon/extcon.c - External Connector (extcon) framework.
51 /* USB external connector */
63 /* Charging external connector */
105 /* Jack external connector */
147 /* Display external connector */
179 /* Miscellaneous external connector */
200 * struct extcon_cable - An internal data for an external connector.
408 * extcon_sync() - Synchronize the state for an external connector.
412 * the state and property of an external connector.
441 * external connector. in extcon_sync()
447 * external connectors. in extcon_sync()
491 * extcon_get_state() - Get the state of an external connector.
493 * @id: the unique id indicating an external connector
518 * extcon_set_state() - Set the state of an external connector.
520 * @id: the unique id indicating an external connector
521 * @state: the new state of an external connector.
524 * Note that this function set the state of an external connector without
525 * a notification. To synchronize the state of an external connector,
544 /* Check whether the external connector's state is changed. */ in extcon_set_state()
556 * the detached state for an external connector. in extcon_set_state()
561 /* Update the state for an external connector. */ in extcon_set_state()
574 * extcon_set_state_sync() - Set the state of an external connector with sync.
576 * @id: the unique id indicating an external connector
577 * @state: the new state of external connector.
580 * Note that this function set the state of external connector
594 /* Check whether the external connector's state is changed. */ in extcon_set_state_sync()
610 * extcon_get_property() - Get the property value of an external connector.
612 * @id: the unique id indicating an external connector
616 * Note that when getting the property value of external connector,
617 * the external connector should be attached. If detached state, function
640 /* Find the cable index of external connector by using id */ in extcon_get_property()
654 * Check whether the external connector is attached. in extcon_get_property()
655 * If external connector is detached, the user can not in extcon_get_property()
691 * extcon_set_property() - Set the property value of an external connector.
693 * @id: the unique id indicating an external connector
717 /* Find the cable index of external connector by using id */ in extcon_set_property()
758 * extcon_set_property_sync() - Set property of an external connector with sync.
761 * Note that when setting the property value of external connector,
762 * the external connector should be attached. The each property should
783 * for an external connector.
785 * @id: the unique id indicating an external connector
802 /* Find the cable index of external connector by using id */ in extcon_get_property_capability()
813 * for an external connector.
815 * @id: the unique id indicating an external connector
819 * for an external connector in order to mark the bit in capability
837 /* Find the cable index of external connector by using id. */ in extcon_set_property_capability()
898 * @id: the unique id indicating an external connector
902 * the current state of an external connector and the third pameter
931 * @id: the unique id indicating an external connector
963 * the state change of all supported external connectors from extcon device.
1040 * @supported_cable: the array of the supported external connectors
1439 MODULE_DESCRIPTION("External Connector (extcon) framework");