Searched refs:iamthif_cl (Results 1 – 5 of 5) sorted by relevance
67 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_host_init()169 wait_ret = wait_event_interruptible(dev->iamthif_cl.wait, in mei_amthif_read()320 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_run_next_cmd()381 poll_wait(file, &dev->iamthif_cl.wait, wait); in mei_amthif_poll()475 wake_up_interruptible(&dev->iamthif_cl.wait); in mei_amthif_complete()492 wake_up_interruptible(&dev->iamthif_cl.wait); in mei_amthif_complete()511 struct mei_cl *cl = &dev->iamthif_cl; in mei_clear_list()
105 if (cl == &dev->iamthif_cl) { in mei_release()165 if (cl == &dev->iamthif_cl) { in mei_read()316 if (cl == &dev->iamthif_cl) { in mei_write()345 if (cl == &dev->iamthif_cl) { in mei_write()419 if (!mei_cl_is_connected(&dev->iamthif_cl)) { in mei_ioctl_connect_client()428 file->private_data = &dev->iamthif_cl; in mei_ioctl_connect_client()433 rets = dev->iamthif_cl.status; in mei_ioctl_connect_client()562 if (cl == &dev->iamthif_cl) { in mei_poll()
49 if (cl == &dev->iamthif_cl) in mei_irq_compl_handler()380 if (cl == &dev->iamthif_cl) { in mei_irq_read_handler()500 if (cl == &dev->iamthif_cl) in mei_irq_write_handler()558 if (!mei_cl_is_connected(&dev->iamthif_cl)) in mei_timer()595 &dev->iamthif_cl); in mei_timer()
161 mei_cl_unlink(&dev->iamthif_cl); in mei_reset()410 INIT_LIST_HEAD(&dev->iamthif_cl.link); in mei_device_init()
579 struct mei_cl iamthif_cl; member