Lines Matching refs:ishtp
128 struct ishtp_device *ishtp; in ish_probe() local
153 ishtp = ish_dev_init(pdev); in ish_probe()
154 if (!ishtp) { in ish_probe()
158 hw = to_ish_hw(ishtp); in ish_probe()
159 ishtp->print_log = ish_event_tracer; in ish_probe()
163 ishtp->pdev = pdev; in ish_probe()
171 irq_flag, KBUILD_MODNAME, ishtp); in ish_probe()
177 dev_set_drvdata(ishtp->devc, ishtp); in ish_probe()
179 init_waitqueue_head(&ishtp->suspend_wait); in ish_probe()
180 init_waitqueue_head(&ishtp->resume_wait); in ish_probe()
182 ret = ish_init(ishtp); in ish_probe()