Searched full:iap (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/input/mouse/ |
| H A D | elan_i2c_i2c.c | 271 u8 pattern, bool iap, u8 *version) in elan_i2c_get_version() argument 277 if (!iap) in elan_i2c_get_version() 287 iap ? "IAP" : "FW", error); in elan_i2c_get_version() 292 *version = iap ? val[1] : val[0]; in elan_i2c_get_version() 368 bool iap, u16 *csum) in elan_i2c_get_checksum() argument 374 iap ? ETP_I2C_IAP_CHECKSUM_CMD : in elan_i2c_get_checksum() 379 iap ? "IAP" : "FW", error); in elan_i2c_get_checksum() 479 "failed to read iap control register: %d\n", in elan_i2c_iap_get_mode() 485 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode() 532 "cannot write iap type: %d\n", error); in elan_read_write_iap_type() [all …]
|
| H A D | elan_i2c_smbus.c | 151 u8 pattern, bool iap, u8 *version) in elan_smbus_get_version() argument 157 iap ? ETP_SMBUS_IAP_VERSION_CMD : in elan_smbus_get_version() 162 iap ? "IAP" : "FW", error); in elan_smbus_get_version() 206 bool iap, u16 *csum) in elan_smbus_get_checksum() argument 212 iap ? ETP_SMBUS_FW_CHECKSUM_CMD : in elan_smbus_get_checksum() 217 iap ? "IAP" : "FW", error); in elan_smbus_get_checksum() 302 dev_err(&client->dev, "failed to read iap ctrol register: %d\n", in elan_smbus_iap_get_mode() 308 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_smbus_iap_get_mode() 366 /* write iap password */ in elan_smbus_prepare_fw_update() 369 dev_err(dev, "cannot write iap password\n"); in elan_smbus_prepare_fw_update() [all …]
|
| H A D | elan_i2c.h | 47 /* IAP Firmware handling */ 84 int (*get_version)(struct i2c_client *client, u8 pattern, bool iap, 88 int (*get_checksum)(struct i2c_client *client, bool iap, u16 *csum);
|
| /linux/drivers/firmware/microchip/ |
| H A D | mpfs-auto-update.c | 59 * | Reserved for multi-image IAP |
|
| /linux/drivers/hid/ |
| H A D | hid-lenovo-go-s.c | 1090 case -ENODEV: /* during switch to IAP -ENODEV is expected */ in hid_gos_brightness_set()
|