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 * @state: Attach/detach state of this extcon. Do not provide at
26 * external connectors from this extcon.
27 * @nh: Notifier for the state change events from this extcon
28 * @entry: To support list of extcon devices so that users can
29 * search for extcon devices based on the extcon name.
33 * customized for each extcon device.
37 * this struct when registering an extcon. In some exceptional cases,
56 /* /sys/class/extcon/.../cable.n/... */
60 /* /sys/class/extcon/.../mutually_exclusive/... */