Home
last modified time | relevance | path

Searched refs:iamthif_cl (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/misc/mei/
Damthif.c68 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_host_init()
152 wait_ret = wait_event_interruptible(dev->iamthif_cl.wait, in mei_amthif_read()
302 struct mei_cl *cl = &dev->iamthif_cl; in mei_amthif_run_next_cmd()
363 poll_wait(file, &dev->iamthif_cl.wait, wait); in mei_amthif_poll()
459 wake_up_interruptible(&dev->iamthif_cl.wait); in mei_amthif_complete()
476 wake_up_interruptible(&dev->iamthif_cl.wait); in mei_amthif_complete()
495 struct mei_cl *cl = &dev->iamthif_cl; in mei_clear_list()
Dmain.c105 if (cl == &dev->iamthif_cl) { in mei_release()
162 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()
416 if (!mei_cl_is_connected(&dev->iamthif_cl)) { in mei_ioctl_connect_client()
425 file->private_data = &dev->iamthif_cl; in mei_ioctl_connect_client()
430 rets = dev->iamthif_cl.status; in mei_ioctl_connect_client()
632 if (cl == &dev->iamthif_cl) { in mei_poll()
Dinterrupt.c50 if (cl == &dev->iamthif_cl) in mei_irq_compl_handler()
295 if (cl == &dev->iamthif_cl) { in mei_irq_read_handler()
422 if (cl == &dev->iamthif_cl) in mei_irq_write_handler()
498 if (!mei_cl_is_connected(&dev->iamthif_cl)) in mei_timer()
535 &dev->iamthif_cl); in mei_timer()
Dinit.c161 mei_cl_unlink(&dev->iamthif_cl); in mei_reset()
411 INIT_LIST_HEAD(&dev->iamthif_cl.link); in mei_device_init()
Dmei_dev.h546 struct mei_cl iamthif_cl; member