Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/mei/
Dhbm.c628 enum mei_cb_file_ops fop_type) in mei_hbm_cl_res() argument
638 if (cb->fop_type != fop_type) in mei_hbm_cl_res()
650 switch (fop_type) { in mei_hbm_cl_res()
Dclient.c360 cb->fop_type = type; in mei_io_cb_init()
1292 if (cb->fop_type == MEI_FOP_WRITE) { in mei_cl_complete()
1299 } else if (cb->fop_type == MEI_FOP_READ) { in mei_cl_complete()
Damthif.c464 if (cb->fop_type == MEI_FOP_WRITE) { in mei_amthif_complete()
Dmei_dev.h208 enum mei_cb_file_ops fop_type; member
Dinterrupt.c463 switch (cb->fop_type) { in mei_irq_write_handler()