Searched refs:ic_type (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/input/mouse/ |
H A D | elan_i2c.h | 61 u8* ic_type, u8 *version);
|
H A D | elan_i2c_smbus.c | 169 u8 *ic_type, u8 *version) elan_smbus_get_sm_version() 182 *ic_type = val[1]; elan_smbus_get_sm_version() 168 elan_smbus_get_sm_version(struct i2c_client *client, u8 *ic_type, u8 *version) elan_smbus_get_sm_version() argument
|
H A D | elan_i2c_i2c.c | 263 u8 *ic_type, u8 *version) elan_i2c_get_sm_version() 275 *ic_type = val[1]; elan_i2c_get_sm_version() 262 elan_i2c_get_sm_version(struct i2c_client *client, u8 *ic_type, u8 *version) elan_i2c_get_sm_version() argument
|
H A D | elan_i2c_core.c | 87 u8 ic_type; member in struct:elan_tp_data 264 error = data->ops->get_sm_version(data->client, &data->ic_type, elan_query_device_info() 283 data->iap_version, data->ic_type); elan_query_device_info()
|
/linux-4.4.14/sound/isa/ |
H A D | sscape.c | 148 int ic_type; member in struct:soundscape 527 sscape_write(s, GA_DMAA_REG, (s->ic_type == IC_OPUS ? 0x40 : 0x70)); upload_dma_data() 731 s->ic_type = IC_ODIE; detect_sscape() 733 s->ic_type = IC_OPUS; detect_sscape() 750 if (s->ic_type == IC_OPUS) detect_sscape() 866 if (sscape->ic_type != IC_OPUS) create_ad1845() 1046 dma_cfg = (sscape->ic_type == IC_OPUS ? 0x40 : 0x70); create_sscape()
|
Completed in 271 milliseconds