cs8427            108 sound/i2c/cs8427.c 	struct cs8427 *chip = device->private_data;
cs8427            128 sound/i2c/cs8427.c 	struct cs8427 *chip = device->private_data;
cs8427            214 sound/i2c/cs8427.c 	struct cs8427 *chip;
cs8427            313 sound/i2c/cs8427.c 	struct cs8427 *chip;
cs8427            317 sound/i2c/cs8427.c 	if (snd_BUG_ON(!cs8427))
cs8427            319 sound/i2c/cs8427.c 	chip = cs8427->private_data;
cs8427            320 sound/i2c/cs8427.c 	snd_i2c_lock(cs8427->bus);
cs8427            325 sound/i2c/cs8427.c 	snd_cs8427_reg_write(cs8427, CS8427_REG_CLOCKSOURCE,
cs8427            329 sound/i2c/cs8427.c 	snd_cs8427_reg_write(cs8427, CS8427_REG_CLOCKSOURCE,
cs8427            332 sound/i2c/cs8427.c 	snd_i2c_unlock(cs8427->bus);
cs8427            335 sound/i2c/cs8427.c 		snd_i2c_lock(cs8427->bus);
cs8427            336 sound/i2c/cs8427.c 		data = snd_cs8427_reg_read(cs8427, CS8427_REG_RECVERRORS);
cs8427            337 sound/i2c/cs8427.c 		snd_i2c_unlock(cs8427->bus);
cs8427            342 sound/i2c/cs8427.c 	snd_i2c_lock(cs8427->bus);
cs8427            346 sound/i2c/cs8427.c 	snd_cs8427_reg_write(cs8427, CS8427_REG_CLOCKSOURCE,
cs8427            348 sound/i2c/cs8427.c 	snd_i2c_unlock(cs8427->bus);
cs8427            421 sound/i2c/cs8427.c 	struct cs8427 *chip = device->private_data;
cs8427            433 sound/i2c/cs8427.c 	struct cs8427 *chip = device->private_data;
cs8427            525 sound/i2c/cs8427.c 	struct cs8427 *chip = cs8427->private_data;
cs8427            533 sound/i2c/cs8427.c 		kctl = snd_ctl_new1(&snd_cs8427_iec958_controls[idx], cs8427);
cs8427            538 sound/i2c/cs8427.c 		err = snd_ctl_add(cs8427->bus->card, kctl);
cs8427            557 sound/i2c/cs8427.c 	struct cs8427 *chip;
cs8427            559 sound/i2c/cs8427.c 	if (snd_BUG_ON(!cs8427))
cs8427            561 sound/i2c/cs8427.c 	chip = cs8427->private_data;
cs8427            566 sound/i2c/cs8427.c 	snd_ctl_notify(cs8427->bus->card,
cs8427            576 sound/i2c/cs8427.c 	struct cs8427 *chip;
cs8427            580 sound/i2c/cs8427.c 	if (snd_BUG_ON(!cs8427))
cs8427            582 sound/i2c/cs8427.c 	chip = cs8427->private_data;
cs8427            584 sound/i2c/cs8427.c 	snd_i2c_lock(cs8427->bus);
cs8427            601 sound/i2c/cs8427.c 	err = snd_cs8427_send_corudata(cs8427, 0, status, 24);
cs8427            603 sound/i2c/cs8427.c 		snd_ctl_notify(cs8427->bus->card,
cs8427            608 sound/i2c/cs8427.c 	snd_i2c_unlock(cs8427->bus);
cs8427            610 sound/i2c/cs8427.c 		snd_cs8427_reset(cs8427);
cs8427            406 sound/pci/ice1712/delta.c 	if (snd_i2c_sendbytes(ice->cs8427, &reg, 1) != 1)
cs8427            408 sound/pci/ice1712/delta.c 	snd_i2c_readbytes(ice->cs8427, &reg, 1);
cs8427            516 sound/pci/ice1712/ews.c 		snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR);
cs8427            521 sound/pci/ice1712/ews.c 		snd_cs8427_reg_write(ice->cs8427, CS8427_REG_RECVERRMASK, CS8427_UNLOCK | CS8427_CONF | CS8427_BIP | CS8427_PAR);
cs8427            973 sound/pci/ice1712/ews.c 	if (ice->cs8427 == NULL) {
cs8427            335 sound/pci/ice1712/ice1712.c 	if (snd_i2c_sendbytes(ice->cs8427, reg, 1) != 1) {
cs8427            339 sound/pci/ice1712/ice1712.c 	if (snd_i2c_readbytes(ice->cs8427, &val, 1) != 1) {
cs8427            350 sound/pci/ice1712/ice1712.c 		if (snd_i2c_sendbytes(ice->cs8427, reg, 2) != 2) {
cs8427            365 sound/pci/ice1712/ice1712.c 	snd_cs8427_iec958_active(ice->cs8427, 1);
cs8427            370 sound/pci/ice1712/ice1712.c 	snd_cs8427_iec958_active(ice->cs8427, 0);
cs8427            375 sound/pci/ice1712/ice1712.c 	snd_cs8427_iec958_pcm(ice->cs8427, rate);
cs8427            386 sound/pci/ice1712/ice1712.c 		(ice->cs8427_timeout * HZ) / 1000, &ice->cs8427);
cs8427            400 sound/pci/ice1712/ice1712.c 	if (ice->cs8427)
cs8427           1263 sound/pci/ice1712/ice1712.c 	if (ice->cs8427) {
cs8427           1265 sound/pci/ice1712/ice1712.c 		err = snd_cs8427_iec958_build(ice->cs8427,
cs8427            352 sound/pci/ice1712/ice1712.h 	struct snd_i2c_device *cs8427;	/* CS8427 I2C device */