Lines Matching full:extcon
5 #include <linux/extcon-provider.h>
8 * struct extcon_dev - An extcon device represents one external connector.
9 * @name: The name of this extcon device. Parent device name is
22 * @dev: Device of this extcon.
23 * @id: Unique device ID of this extcon.
24 * @state: Attach/detach state of this extcon. Do not provide at
27 * external connectors from this extcon.
28 * @nh: Notifier for the state change events from this extcon
29 * @entry: To support list of extcon devices so that users can
30 * search for extcon devices based on the extcon name.
34 * customized for each extcon device.
38 * this struct when registering an extcon. In some exceptional cases,
58 /* /sys/class/extcon/.../cable.n/... */
62 /* /sys/class/extcon/.../mutually_exclusive/... */