Lines Matching refs:cable
55 1. Define cable names at edev->supported_cable.
60 cable. Same for set_state. This way, you can remove the usage of
67 "0x01": cable 1 connected
68 "0x02": cable 2 connected
69 "0x03": cable 1 and 2 connected
72 3. extcon_get_cable_state_(edev, 0) shows cable 1's state.
73 extcon_get_cable_state(edev, "1") shows cable 1's state.
74 extcon_set_cable_state_(edev, 1) sets cable 2's state.
75 extcon_set_cable_state(edev, "2") sets cable 2's state
80 You can notify others of the cable attach/detach events with
85 methods to register notifier_block for cable events:
86 (a) for a specific cable or (b) for every cable.
89 Example: want to get news of "MAX8997_MUIC"'s "USB" cable
103 ****** STEP 4. Inter-cable relation (mutually exclusive)
105 You can provide inter-cable mutually exclusiveness information