Searched refs:ic_type (Results 1 – 8 of 8) sorted by relevance
/drivers/input/mouse/ |
D | elan_i2c_core.c | 85 u16 ic_type; member 99 static u32 elan_i2c_lookup_quirks(u16 ic_type, u16 product_id) in elan_i2c_lookup_quirks() argument 102 u16 ic_type; in elan_i2c_lookup_quirks() member 116 if (elan_i2c_quirks[i].ic_type == ic_type && in elan_i2c_lookup_quirks() 122 if (ic_type >= 0x0D && product_id >= 0x123) in elan_i2c_lookup_quirks() 128 static int elan_get_fwinfo(u16 ic_type, u8 iap_version, u16 *validpage_count, in elan_get_fwinfo() argument 131 switch (ic_type) { in elan_get_fwinfo() 175 if ((ic_type == 0x14 || ic_type == 0x15) && iap_version >= 2) { in elan_get_fwinfo() 178 } else if (ic_type >= 0x0D && iap_version >= 1) { in elan_get_fwinfo() 235 &data->ic_type, &data->sm_version, in elan_query_product() [all …]
|
D | elan_i2c.h | 87 u16 *ic_type, u8 *version, u8 *clickpad); 102 int (*prepare_fw_update)(struct i2c_client *client, u16 ic_type,
|
D | elan_i2c_i2c.c | 299 u16 *ic_type, u8 *version, u8 *clickpad) in elan_i2c_get_sm_version() argument 311 *ic_type = be16_to_cpup((__be16 *)val); in elan_i2c_get_sm_version() 337 *ic_type = val[0]; in elan_i2c_get_sm_version() 555 static int elan_i2c_prepare_fw_update(struct i2c_client *client, u16 ic_type, in elan_i2c_prepare_fw_update() argument 596 if (ic_type >= 0x0D && iap_version >= 1) { in elan_i2c_prepare_fw_update()
|
D | elan_i2c_smbus.c | 171 u16 *ic_type, u8 *version, u8 *clickpad) in elan_smbus_get_sm_version() argument 184 *ic_type = val[1]; in elan_smbus_get_sm_version() 343 static int elan_smbus_prepare_fw_update(struct i2c_client *client, u16 ic_type, in elan_smbus_prepare_fw_update() argument
|
/drivers/mfd/ |
D | atc260x-core.c | 204 atc260x->ic_type = (unsigned long)of_data; in atc260x_match_device() 206 switch (atc260x->ic_type) { in atc260x_match_device() 227 atc260x->ic_type); in atc260x_match_device()
|
/drivers/power/reset/ |
D | atc260x-poweroff.c | 200 switch (atc260x->ic_type) { in atc260x_pwrc_probe() 212 atc260x->ic_type); in atc260x_pwrc_probe()
|
/drivers/input/misc/ |
D | atc260x-onkey.c | 220 switch (atc260x->ic_type) { in atc260x_onkey_probe() 238 atc260x->ic_type); in atc260x_onkey_probe()
|
/drivers/regulator/ |
D | atc260x-regulator.c | 491 switch (atc260x->ic_type) { in atc260x_regulator_probe() 503 dev_err(dev, "unsupported ATC260X ID %d\n", atc260x->ic_type); in atc260x_regulator_probe()
|