Lines Matching refs:state
38 u32 state;
51 u32 state;
86 set_in.state = 0; /* n/a as configured as an input */
115 set_out.state = val; /* Output state */
165 get.state = 0; /* storage for returned value */
171 "Failed to get GPIO %u state (%d %x)\n", off, ret,
175 return !!get.state;
187 set.state = val; /* Output state */
193 "Failed to set GPIO %u state (%d %x)\n", off, ret,