Home
last modified time | relevance | path

Searched refs:BL_STATUS_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/input/mouse/
Dcyapa.h55 #define BL_STATUS_SIZE 3 /* Length of gen3 bootloader status registers */ macro
233 u8 status[BL_STATUS_SIZE];
Dcyapa.c142 u8 status[BL_STATUS_SIZE]; in cyapa_get_state()
158 error = cyapa_i2c_reg_read_block(cyapa, BL_HEAD_OFFSET, BL_STATUS_SIZE, in cyapa_get_state()
173 if (error != BL_STATUS_SIZE) in cyapa_get_state()
187 status, BL_STATUS_SIZE); in cyapa_get_state()
195 status, BL_STATUS_SIZE); in cyapa_get_state()
214 BL_STATUS_SIZE, status); in cyapa_get_state()
Dcyapa_gen3.c693 u8 status[BL_STATUS_SIZE]; in cyapa_gen3_write_fw_block()
720 BL_STATUS_SIZE, status); in cyapa_gen3_write_fw_block()
721 if (ret != BL_STATUS_SIZE) in cyapa_gen3_write_fw_block()