Lines Matching refs:status
166 u8 status[BL_STATUS_SIZE];
177 * Get trackpad status by reading 3 registers starting from 0.
183 status);
193 CYAPA_CMD_BL_STATUS, status);
204 cyapa->status[REG_OP_STATUS] = status[REG_OP_STATUS];
205 cyapa->status[REG_BL_STATUS] = status[REG_BL_STATUS];
206 cyapa->status[REG_BL_ERROR] = status[REG_BL_ERROR];
211 status, BL_STATUS_SIZE);
219 status, BL_STATUS_SIZE);
228 status, BL_STATUS_SIZE);
235 * status, then redo the detection again.
247 BL_STATUS_SIZE, status);
265 * Poll device for its status in a loop, waiting up to timeout for a response.