Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/mei/
Damthif.c67 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()
Dmain.c105 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()
Dinterrupt.c49 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()
Dinit.c161 mei_cl_unlink(&dev->iamthif_cl); in mei_reset()
410 INIT_LIST_HEAD(&dev->iamthif_cl.link); in mei_device_init()
Dmei_dev.h579 struct mei_cl iamthif_cl; member