Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/mouse/
Delan_i2c_core.c90 u16 ic_type; member
103 static int elan_get_fwinfo(u16 ic_type, u16 *validpage_count, in elan_get_fwinfo() argument
106 switch (ic_type) { in elan_get_fwinfo()
218 error = data->ops->get_sm_version(data->client, &data->ic_type, in elan_query_product()
228 if (data->ic_type == 0x0E) { in elan_check_ASUS_special_fw()
235 } else if (data->ic_type == 0x08 && data->product_id == 0x26) { in elan_check_ASUS_special_fw()
315 u16 ic_type; in elan_query_device_info() local
340 ic_type = data->ic_type; in elan_query_device_info()
342 ic_type = data->iap_version; in elan_query_device_info()
344 error = elan_get_fwinfo(ic_type, &data->fw_validpage_count, in elan_query_device_info()
[all …]
Delan_i2c.h60 u16 *ic_type, u8 *version, u8 *clickpad);
Delan_i2c_i2c.c288 u16 *ic_type, u8 *version, in elan_i2c_get_sm_version() argument
308 *ic_type = be16_to_cpup((__be16 *)val); in elan_i2c_get_sm_version()
327 *ic_type = val[1]; in elan_i2c_get_sm_version()
Delan_i2c_smbus.c170 u16 *ic_type, u8 *version, in elan_smbus_get_sm_version() argument
184 *ic_type = val[1]; in elan_smbus_get_sm_version()
/Linux-v5.4/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()