Home
last modified time | relevance | path

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

/drivers/misc/mei/
Dclient.c401 cb->fop_type = type; in mei_io_cb_init()
421 if (cb->fop_type == MEI_FOP_READ) in mei_io_list_flush_cl()
485 enum mei_cb_file_ops fop_type, in mei_cl_alloc_cb() argument
490 cb = mei_io_cb_init(cl, fop_type, fp); in mei_cl_alloc_cb()
520 enum mei_cb_file_ops fop_type, in mei_cl_enqueue_ctrl_wr_cb() argument
529 cb = mei_cl_alloc_cb(cl, length, fop_type, fp); in mei_cl_enqueue_ctrl_wr_cb()
1032 if (cb->fop_type == MEI_FOP_CONNECT && in mei_cl_is_other_connecting()
1487 request = mei_cl_notify_fop2req(cb->fop_type); in mei_cl_irq_notify()
1515 enum mei_cb_file_ops fop_type; in mei_cl_notify_request() local
1538 fop_type = mei_cl_notify_req2fop(request); in mei_cl_notify_request()
[all …]
Dhbm.c877 enum mei_cb_file_ops fop_type) in mei_hbm_cl_res() argument
887 if (cb->fop_type != fop_type) in mei_hbm_cl_res()
899 switch (fop_type) { in mei_hbm_cl_res()
Dmei_dev.h186 enum mei_cb_file_ops fop_type; member
Dinterrupt.c513 switch (cb->fop_type) { in mei_irq_write_handler()