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"
51 In this example, the extcon device has USB_OTG and TA
54 In order to update the state of an extcon device, enter a hex
59 This updates the whole state of the extcon device.
66 multiple cable states of an extcon device simultaneously.
68 What: /sys/class/extcon/.../cable.X/name
72 The /sys/class/extcon/.../cable.X/name shows the name of cable
73 "X" (integer between 0 and 31) of an extcon device.
75 What: /sys/class/extcon/.../cable.X/state
79 The /sys/class/extcon/.../cable.X/state shows and stores the
80 state of cable "X" (integer between 0 and 31) of an extcon
84 What: /sys/class/extcon/.../mutually_exclusive/...
89 if the mutually_exclusive array of extcon device is
98 Note that mutually_exclusive is a sub-directory of the extcon