hpr                64 sound/soc/codecs/wm8350.c 	struct wm8350_jack_data hpr;
hpr              1266 sound/soc/codecs/wm8350.c 	    container_of(work, struct wm8350_data, hpr.work.work);
hpr              1268 sound/soc/codecs/wm8350.c 	wm8350_hp_work(priv, &priv->hpr, WM8350_JACK_R_LVL);
hpr              1302 sound/soc/codecs/wm8350.c 			   &priv->hpr.work, msecs_to_jiffies(200));
hpr              1333 sound/soc/codecs/wm8350.c 		priv->hpr.jack = jack;
hpr              1334 sound/soc/codecs/wm8350.c 		priv->hpr.report = report;
hpr              1491 sound/soc/codecs/wm8350.c 	INIT_DELAYED_WORK(&priv->hpr.work, wm8350_hpr_work);
hpr              1567 sound/soc/codecs/wm8350.c 	priv->hpr.jack = NULL;
hpr              1571 sound/soc/codecs/wm8350.c 	cancel_delayed_work_sync(&priv->hpr.work);