Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/input/mouse/ !
Dcyapa.c166 u8 status[BL_STATUS_SIZE]; in cyapa_get_state()
182 error = cyapa_i2c_reg_read_block(cyapa, BL_HEAD_OFFSET, BL_STATUS_SIZE, in cyapa_get_state()
197 if (error != BL_STATUS_SIZE) in cyapa_get_state()
211 status, BL_STATUS_SIZE); in cyapa_get_state()
219 status, BL_STATUS_SIZE); in cyapa_get_state()
228 status, BL_STATUS_SIZE); in cyapa_get_state()
247 BL_STATUS_SIZE, status); in cyapa_get_state()
Dcyapa.h56 #define BL_STATUS_SIZE 3 /* Length of gen3 bootloader status registers */ macro
333 u8 status[BL_STATUS_SIZE];
Dcyapa_gen3.c651 u8 status[BL_STATUS_SIZE]; in cyapa_gen3_write_fw_block()
678 BL_STATUS_SIZE, status); in cyapa_gen3_write_fw_block()
679 if (ret != BL_STATUS_SIZE) in cyapa_gen3_write_fw_block()