Home
last modified time | relevance | path

Searched refs:ELAN_FW_PAGESIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Delants_i2c.c104 #define ELAN_FW_PAGESIZE 132 macro
622 error = elants_i2c_send(client, page, ELAN_FW_PAGESIZE); in elants_i2c_fw_write_page()
797 error = elants_i2c_send(client, fw->data, ELAN_FW_PAGESIZE); in elants_i2c_do_update_firmware()
812 n_fw_pages = fw->size / ELAN_FW_PAGESIZE; in elants_i2c_do_update_firmware()
817 fw->data + page * ELAN_FW_PAGESIZE); in elants_i2c_do_update_firmware()
853 if (fw->size % ELAN_FW_PAGESIZE) { in elants_i2c_fw_update()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Delants_i2c.c113 #define ELAN_FW_PAGESIZE 132 macro
695 error = elants_i2c_send(client, page, ELAN_FW_PAGESIZE); in elants_i2c_fw_write_page()
870 error = elants_i2c_send(client, fw->data, ELAN_FW_PAGESIZE); in elants_i2c_do_update_firmware()
885 n_fw_pages = fw->size / ELAN_FW_PAGESIZE; in elants_i2c_do_update_firmware()
890 fw->data + page * ELAN_FW_PAGESIZE); in elants_i2c_do_update_firmware()
926 if (fw->size % ELAN_FW_PAGESIZE) { in elants_i2c_fw_update()

Completed in 4 milliseconds