Searched refs:ic_type (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/input/mouse/ |
H A D | elan_i2c_core.c | 86 u16 ic_type; member 100 static u32 elan_i2c_lookup_quirks(u16 ic_type, u16 product_id) in elan_i2c_lookup_quirks() argument 103 u16 ic_type; in elan_i2c_lookup_quirks() member 117 if (elan_i2c_quirks[i].ic_type == ic_type && in elan_i2c_lookup_quirks() 123 if (ic_type >= 0x0D && product_id >= 0x123) in elan_i2c_lookup_quirks() 129 static int elan_get_fwinfo(u16 ic_type, u8 iap_version, u16 *validpage_count, in elan_get_fwinfo() argument 132 switch (ic_type) { in elan_get_fwinfo() 176 if ((ic_type == 0x14 || ic_type in elan_get_fwinfo() [all...] |
H A D | elan_i2c.h | 87 u16 *ic_type, u8 *version, u8 *clickpad); 102 int (*prepare_fw_update)(struct i2c_client *client, u16 ic_type,
|
H A 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()
|
H A 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
|
/linux/drivers/mfd/ |
H A 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()
|
/linux/drivers/power/reset/ |
H A D | atc260x-poweroff.c | 196 switch (atc260x->ic_type) { in atc260x_pwrc_probe() 208 atc260x->ic_type); in atc260x_pwrc_probe()
|
/linux/include/linux/mfd/atc260x/ |
H A D | core.h | 45 enum atc260x_type ic_type; member
|
/linux/drivers/input/misc/ |
H A D | atc260x-onkey.c | 220 switch (atc260x->ic_type) { in atc260x_onkey_probe() 238 atc260x->ic_type); in atc260x_onkey_probe()
|