ic_type            60 drivers/input/mouse/elan_i2c.h 			      u16 *ic_type, u8 *version, u8 *clickpad);
ic_type            90 drivers/input/mouse/elan_i2c_core.c 	u16			ic_type;
ic_type           103 drivers/input/mouse/elan_i2c_core.c static int elan_get_fwinfo(u16 ic_type, u16 *validpage_count,
ic_type           106 drivers/input/mouse/elan_i2c_core.c 	switch (ic_type) {
ic_type           218 drivers/input/mouse/elan_i2c_core.c 	error = data->ops->get_sm_version(data->client, &data->ic_type,
ic_type           228 drivers/input/mouse/elan_i2c_core.c 	if (data->ic_type == 0x0E) {
ic_type           235 drivers/input/mouse/elan_i2c_core.c 	} else if (data->ic_type == 0x08 && data->product_id == 0x26) {
ic_type           315 drivers/input/mouse/elan_i2c_core.c 	u16 ic_type;
ic_type           340 drivers/input/mouse/elan_i2c_core.c 		ic_type = data->ic_type;
ic_type           342 drivers/input/mouse/elan_i2c_core.c 		ic_type = data->iap_version;
ic_type           344 drivers/input/mouse/elan_i2c_core.c 	error = elan_get_fwinfo(ic_type, &data->fw_validpage_count,
ic_type           349 drivers/input/mouse/elan_i2c_core.c 			 data->iap_version, data->ic_type);
ic_type          1234 drivers/input/mouse/elan_i2c_core.c 		data->ic_type, data->pattern);
ic_type           288 drivers/input/mouse/elan_i2c_i2c.c 				   u16 *ic_type, u8 *version,
ic_type           308 drivers/input/mouse/elan_i2c_i2c.c 		*ic_type = be16_to_cpup((__be16 *)val);
ic_type           327 drivers/input/mouse/elan_i2c_i2c.c 		*ic_type = val[1];
ic_type           170 drivers/input/mouse/elan_i2c_smbus.c 				     u16 *ic_type, u8 *version,
ic_type           184 drivers/input/mouse/elan_i2c_smbus.c 	*ic_type = val[1];
ic_type           134 sound/isa/sscape.c 	int ic_type;
ic_type           514 sound/isa/sscape.c 	sscape_write(s, GA_DMAA_REG, (s->ic_type == IC_OPUS ? 0x40 : 0x70));
ic_type           718 sound/isa/sscape.c 		s->ic_type = IC_ODIE;
ic_type           720 sound/isa/sscape.c 		s->ic_type = IC_OPUS;
ic_type           737 sound/isa/sscape.c 	if (s->ic_type == IC_OPUS)
ic_type           853 sound/isa/sscape.c 		if (sscape->ic_type != IC_OPUS)
ic_type          1033 sound/isa/sscape.c 	dma_cfg = (sscape->ic_type == IC_OPUS ? 0x40 : 0x70);