Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mei/
Dclient.c374 cb->fop_type = type; in mei_io_cb_init()
957 if (cb->fop_type == MEI_FOP_CONNECT && in mei_cl_is_other_connecting()
1263 request = mei_cl_notify_fop2req(cb->fop_type); in mei_cl_irq_notify()
1290 enum mei_cb_file_ops fop_type; in mei_cl_notify_request() local
1310 fop_type = mei_cl_notify_req2fop(request); in mei_cl_notify_request()
1311 cb = mei_io_cb_init(cl, fop_type, file); in mei_cl_notify_request()
1710 switch (cb->fop_type) { in mei_cl_complete()
Dhbm.c808 enum mei_cb_file_ops fop_type) in mei_hbm_cl_res() argument
818 if (cb->fop_type != fop_type) in mei_hbm_cl_res()
830 switch (fop_type) { in mei_hbm_cl_res()
Damthif.c448 if (cb->fop_type == MEI_FOP_WRITE) { in mei_amthif_complete()
Dmei_dev.h218 enum mei_cb_file_ops fop_type; member
Dinterrupt.c378 switch (cb->fop_type) { in mei_irq_write_handler()