hptest_work       111 sound/soc/codecs/da7219-aad.c 		container_of(work, struct da7219_aad_priv, hptest_work);
hptest_work       399 sound/soc/codecs/da7219-aad.c 				schedule_work(&da7219_aad->hptest_work);
hptest_work       449 sound/soc/codecs/da7219-aad.c 			cancel_work_sync(&da7219_aad->hptest_work);
hptest_work       912 sound/soc/codecs/da7219-aad.c 	INIT_WORK(&da7219_aad->hptest_work, da7219_aad_hptest_work);
hptest_work       946 sound/soc/codecs/da7219-aad.c 	cancel_work_sync(&da7219_aad->hptest_work);
hptest_work       197 sound/soc/codecs/da7219-aad.h 	struct work_struct hptest_work;