Lines Matching refs:extcon
1 What: /sys/class/extcon/.../
5 Provide a place in sysfs for the extcon objects.
6 This allows accessing extcon specific variables.
7 The name of extcon object denoted as ... is the name given
10 One extcon device denotes a single external connector
22 What: /sys/class/extcon/.../name
26 The /sys/class/extcon/.../name shows the name of the extcon
27 object. If the extcon object has an optional callback
31 What: /sys/class/extcon/.../state
35 The /sys/class/extcon/.../state shows and stores the cable
36 attach/detach information of the corresponding extcon object.
37 If the extcon object has an optional callback "show_state"
49 In this example, the extcon device has USB_OTG and TA
52 In order to update the state of an extcon device, enter a hex
56 This updates the whole state of the extcon device.
63 multiple cable states of an extcon device simultaneously.
65 What: /sys/class/extcon/.../cable.x/name
69 The /sys/class/extcon/.../cable.x/name shows the name of cable
70 "x" (integer between 0 and 31) of an extcon device.
72 What: /sys/class/extcon/.../cable.x/state
76 The /sys/class/extcon/.../cable.x/state shows and stores the
77 state of cable "x" (integer between 0 and 31) of an extcon
81 What: /sys/class/extcon/.../mutually_exclusive/...
86 if the mutually_exclusive array of extcon device is
94 Note that mutually_exclusive is a sub-directory of the extcon