Lines Matching refs:ishtp
180 struct ishtp_device *ishtp; in ish_probe() local
205 ishtp = ish_dev_init(pdev); in ish_probe()
206 if (!ishtp) { in ish_probe()
210 hw = to_ish_hw(ishtp); in ish_probe()
211 ishtp->print_log = ish_event_tracer; in ish_probe()
215 ishtp->pdev = pdev; in ish_probe()
228 irq_flag, KBUILD_MODNAME, ishtp); in ish_probe()
234 dev_set_drvdata(ishtp->devc, ishtp); in ish_probe()
236 init_waitqueue_head(&ishtp->suspend_wait); in ish_probe()
237 init_waitqueue_head(&ishtp->resume_wait); in ish_probe()
243 ret = ish_init(ishtp); in ish_probe()