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 */
171 /* Miscellaneous external connector */
192 * struct extcon_cable - An internal data for an external connector.
400 * extcon_sync() - Synchronize the state for an external connector.
404 * the state and property of an external connector.
433 * external connector. in extcon_sync()
439 * external connectors. in extcon_sync()
483 * extcon_get_state() - Get the state of an external connector.
485 * @id: the unique id indicating an external connector
510 * extcon_set_state() - Set the state of an external connector.
512 * @id: the unique id indicating an external connector
513 * @state: the new state of an external connector.
516 * Note that this function set the state of an external connector without
517 * a notification. To synchronize the state of an external connector,
536 /* Check whether the external connector's state is changed. */ in extcon_set_state()
548 * the detached state for an external connector. in extcon_set_state()
553 /* Update the state for an external connector. */ in extcon_set_state()
566 * extcon_set_state_sync() - Set the state of an external connector with sync.
568 * @id: the unique id indicating an external connector
569 * @state: the new state of external connector.
572 * Note that this function set the state of external connector
586 /* Check whether the external connector's state is changed. */ in extcon_set_state_sync()
602 * extcon_get_property() - Get the property value of an external connector.
604 * @id: the unique id indicating an external connector
608 * Note that when getting the property value of external connector,
609 * the external connector should be attached. If detached state, function
632 /* Find the cable index of external connector by using id */ in extcon_get_property()
646 * Check whether the external connector is attached. in extcon_get_property()
647 * If external connector is detached, the user can not in extcon_get_property()
683 * extcon_set_property() - Set the property value of an external connector.
685 * @id: the unique id indicating an external connector
709 /* Find the cable index of external connector by using id */ in extcon_set_property()
750 * extcon_set_property_sync() - Set property of an external connector with sync.
753 * Note that when setting the property value of external connector,
754 * the external connector should be attached. The each property should
775 * for an external connector.
777 * @id: the unique id indicating an external connector
794 /* Find the cable index of external connector by using id */ in extcon_get_property_capability()
805 * for an external connector.
807 * @id: the unique id indicating an external connector
811 * for an external connector in order to mark the bit in capability
829 /* Find the cable index of external connector by using id. */ in extcon_set_property_capability()
890 * @id: the unique id indicating an external connector
894 * the current state of an external connector and the third pameter
923 * @id: the unique id indicating an external connector
955 * the state change of all supported external connectors from extcon device.
1032 * @supported_cable: the array of the supported external connectors
1425 MODULE_DESCRIPTION("External Connector (extcon) framework");