wq_processing     282 include/sound/ak4113.h 	atomic_t wq_processing;
wq_processing     164 include/sound/ak4114.h 	atomic_t wq_processing;
wq_processing      44 sound/i2c/other/ak4113.c 	atomic_inc(&chip->wq_processing);	/* don't schedule new work */
wq_processing      76 sound/i2c/other/ak4113.c 	atomic_set(&chip->wq_processing, 0);
wq_processing     128 sound/i2c/other/ak4113.c 	if (atomic_inc_return(&chip->wq_processing) == 1)
wq_processing     134 sound/i2c/other/ak4113.c 	if (atomic_dec_and_test(&chip->wq_processing))
wq_processing     619 sound/i2c/other/ak4113.c 	if (atomic_inc_return(&chip->wq_processing) == 1)
wq_processing     622 sound/i2c/other/ak4113.c 	if (atomic_dec_and_test(&chip->wq_processing))
wq_processing     629 sound/i2c/other/ak4113.c 	atomic_inc(&chip->wq_processing); /* don't schedule new work */
wq_processing     636 sound/i2c/other/ak4113.c 	atomic_dec(&chip->wq_processing);
wq_processing      54 sound/i2c/other/ak4114.c 	atomic_inc(&chip->wq_processing);	/* don't schedule new work */
wq_processing      87 sound/i2c/other/ak4114.c 	atomic_set(&chip->wq_processing, 0);
wq_processing     143 sound/i2c/other/ak4114.c 	if (atomic_inc_return(&chip->wq_processing) == 1)
wq_processing     149 sound/i2c/other/ak4114.c 	if (atomic_dec_and_test(&chip->wq_processing))
wq_processing     605 sound/i2c/other/ak4114.c 	if (atomic_inc_return(&chip->wq_processing) == 1)
wq_processing     607 sound/i2c/other/ak4114.c 	if (atomic_dec_and_test(&chip->wq_processing))
wq_processing     614 sound/i2c/other/ak4114.c 	atomic_inc(&chip->wq_processing); /* don't schedule new work */
wq_processing     621 sound/i2c/other/ak4114.c 	atomic_dec(&chip->wq_processing);