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