Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/mei/
Dclient.c402 cb->fop_type = type; in mei_io_cb_init()
422 if (cb->fop_type == MEI_FOP_READ) in mei_io_list_flush_cl()
486 enum mei_cb_file_ops fop_type, in mei_cl_alloc_cb() argument
491 cb = mei_io_cb_init(cl, fop_type, fp); in mei_cl_alloc_cb()
521 enum mei_cb_file_ops fop_type, in mei_cl_enqueue_ctrl_wr_cb() argument
530 cb = mei_cl_alloc_cb(cl, length, fop_type, fp); in mei_cl_enqueue_ctrl_wr_cb()
1037 if (cb->fop_type == MEI_FOP_CONNECT && in mei_cl_is_other_connecting()
1494 request = mei_cl_notify_fop2req(cb->fop_type); in mei_cl_irq_notify()
1522 enum mei_cb_file_ops fop_type; in mei_cl_notify_request() local
1545 fop_type = mei_cl_notify_req2fop(request); in mei_cl_notify_request()
[all …]
Dhbm.c664 if (cb->fop_type != MEI_FOP_DMA_MAP) in mei_hbm_cl_dma_map_res()
694 if (cb->fop_type != MEI_FOP_DMA_UNMAP) in mei_hbm_cl_dma_unmap_res()
998 enum mei_cb_file_ops fop_type) in mei_hbm_cl_res() argument
1008 if (cb->fop_type != fop_type) in mei_hbm_cl_res()
1020 switch (fop_type) { in mei_hbm_cl_res()
Dmei_dev.h198 enum mei_cb_file_ops fop_type; member
Dinterrupt.c510 switch (cb->fop_type) { in mei_irq_write_handler()