Lines Matching full:state
31 What: /sys/class/extcon/.../state
35 The /sys/class/extcon/.../state shows and stores the cable
43 # cat state
52 In order to update the state of an extcon device, enter a hex
53 state number starting with 0x:
54 # echo 0xHEX > state
56 This updates the whole state of the extcon device.
60 It is recommended to use this "global" state interface if
61 you need to set the value atomically. The later state
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
78 device. The state value is either 0 (detached) or 1