Lines Matching refs:ishtp
171 struct ishtp_device *ishtp; in ish_probe() local
196 ishtp = ish_dev_init(pdev); in ish_probe()
197 if (!ishtp) { in ish_probe()
201 hw = to_ish_hw(ishtp); in ish_probe()
202 ishtp->print_log = ish_event_tracer; in ish_probe()
206 ishtp->pdev = pdev; in ish_probe()
214 irq_flag, KBUILD_MODNAME, ishtp); in ish_probe()
220 dev_set_drvdata(ishtp->devc, ishtp); in ish_probe()
222 init_waitqueue_head(&ishtp->suspend_wait); in ish_probe()
223 init_waitqueue_head(&ishtp->resume_wait); in ish_probe()
229 ret = ish_init(ishtp); in ish_probe()