|
@@ -75,8 +75,6 @@ struct extcon_cable;
|
|
* be attached simulataneously. {0x7, 0} is equivalent to
|
|
* be attached simulataneously. {0x7, 0} is equivalent to
|
|
* {0x3, 0x6, 0x5, 0}. If it is {0xFFFFFFFF, 0}, there
|
|
* {0x3, 0x6, 0x5, 0}. If it is {0xFFFFFFFF, 0}, there
|
|
* can be no simultaneous connections.
|
|
* can be no simultaneous connections.
|
|
- * @print_state: An optional callback to override the method to print the
|
|
|
|
- * status of the extcon device.
|
|
|
|
* @dev: Device of this extcon.
|
|
* @dev: Device of this extcon.
|
|
* @state: Attach/detach state of this extcon. Do not provide at
|
|
* @state: Attach/detach state of this extcon. Do not provide at
|
|
* register-time.
|
|
* register-time.
|
|
@@ -100,9 +98,6 @@ struct extcon_dev {
|
|
const unsigned int *supported_cable;
|
|
const unsigned int *supported_cable;
|
|
const u32 *mutually_exclusive;
|
|
const u32 *mutually_exclusive;
|
|
|
|
|
|
- /* Optional callbacks to override class functions */
|
|
|
|
- ssize_t (*print_state)(struct extcon_dev *edev, char *buf);
|
|
|
|
-
|
|
|
|
/* Internal data. Please do not set. */
|
|
/* Internal data. Please do not set. */
|
|
struct device dev;
|
|
struct device dev;
|
|
struct raw_notifier_head *nh;
|
|
struct raw_notifier_head *nh;
|