Home
last modified time | relevance | path

Searched refs:ic_type (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/mouse/
Delan_i2c_core.c82 u16 ic_type; member
96 static int elan_get_fwinfo(u16 ic_type, u8 iap_version, u16 *validpage_count, in elan_get_fwinfo() argument
99 switch (ic_type) { in elan_get_fwinfo()
143 if ((ic_type == 0x14 || ic_type == 0x15) && iap_version >= 2) { in elan_get_fwinfo()
146 } else if (ic_type >= 0x0D && iap_version >= 1) { in elan_get_fwinfo()
203 &data->ic_type, &data->sm_version, in elan_query_product()
213 if (data->ic_type == 0x0E) { in elan_check_ASUS_special_fw()
220 } else if (data->ic_type == 0x08 && data->product_id == 0x26) { in elan_check_ASUS_special_fw()
327 error = elan_get_fwinfo(data->ic_type, data->iap_version, in elan_query_device_info()
334 data->iap_version, data->ic_type); in elan_query_device_info()
[all …]
Delan_i2c.h81 u16 *ic_type, u8 *version, u8 *clickpad);
96 int (*prepare_fw_update)(struct i2c_client *client, u16 ic_type,
Delan_i2c_i2c.c299 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()
Delan_i2c_smbus.c171 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
/kernel/linux/linux-5.10/sound/isa/
Dsscape.c134 int ic_type; member
514 sscape_write(s, GA_DMAA_REG, (s->ic_type == IC_OPUS ? 0x40 : 0x70)); in upload_dma_data()
718 s->ic_type = IC_ODIE; in detect_sscape()
720 s->ic_type = IC_OPUS; in detect_sscape()
737 if (s->ic_type == IC_OPUS) in detect_sscape()
853 if (sscape->ic_type != IC_OPUS) in create_ad1845()
1033 dma_cfg = (sscape->ic_type == IC_OPUS ? 0x40 : 0x70); in create_sscape()