Searched refs:ic_type (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/input/mouse/ |
D | elan_i2c_core.c | 92 u16 ic_type; member 104 static int elan_get_fwinfo(u16 ic_type, u16 *validpage_count, in elan_get_fwinfo() argument 107 switch (ic_type) { in elan_get_fwinfo() 219 error = data->ops->get_sm_version(data->client, &data->ic_type, in elan_query_product() 229 if (data->ic_type == 0x0E) { in elan_check_ASUS_special_fw() 236 } else if (data->ic_type == 0x08 && data->product_id == 0x26) { in elan_check_ASUS_special_fw() 316 u16 ic_type; in elan_query_device_info() local 341 ic_type = data->ic_type; in elan_query_device_info() 343 ic_type = data->iap_version; in elan_query_device_info() 345 error = elan_get_fwinfo(ic_type, &data->fw_validpage_count, in elan_query_device_info() [all …]
|
D | elan_i2c.h | 63 u16 *ic_type, u8 *version, u8 *clickpad);
|
D | elan_i2c_i2c.c | 291 u16 *ic_type, u8 *version, in elan_i2c_get_sm_version() argument 311 *ic_type = be16_to_cpup((__be16 *)val); in elan_i2c_get_sm_version() 330 *ic_type = val[1]; in elan_i2c_get_sm_version()
|
D | elan_i2c_smbus.c | 173 u16 *ic_type, u8 *version, in elan_smbus_get_sm_version() argument 187 *ic_type = val[1]; in elan_smbus_get_sm_version()
|
/Linux-v4.19/sound/isa/ |
D | sscape.c | 148 int ic_type; member 527 sscape_write(s, GA_DMAA_REG, (s->ic_type == IC_OPUS ? 0x40 : 0x70)); in upload_dma_data() 731 s->ic_type = IC_ODIE; in detect_sscape() 733 s->ic_type = IC_OPUS; in detect_sscape() 750 if (s->ic_type == IC_OPUS) in detect_sscape() 866 if (sscape->ic_type != IC_OPUS) in create_ad1845() 1046 dma_cfg = (sscape->ic_type == IC_OPUS ? 0x40 : 0x70); in create_sscape()
|
/Linux-v4.19/drivers/staging/rtlwifi/phydm/ |
D | rtl_phydm.c | 19 enum odm_ic_type ic_type, in _rtl_phydm_init_com_info() argument 36 odm_cmn_info_init(dm, ODM_CMNINFO_IC_TYPE, ic_type); in _rtl_phydm_init_com_info()
|
D | phydm_debug.c | 1233 char *ic_type = NULL; in phydm_basic_profile() local 1245 ic_type = "RTL8822B"; in phydm_basic_profile() 1254 " %-35s: %s (MP Chip: %s)\n", "IC type", ic_type, in phydm_basic_profile()
|