Searched defs:dio (Results 1 - 11 of 11) sorted by relevance

/drivers/staging/comedi/drivers/
H A Dpcl724.c66 int dio; /* num of DIO */ member in struct:pcl724_board
H A Dni_670x.c105 int dio; member in struct:ni_670x_private
H A Dpcm3724.c71 int dio; /* num of DIO */ member in struct:pcm3724_board
H A Dpcmmio.c261 } dio; member in union:pcmmio_subdev_private::__anon5134
485 subpriv->dio.intr.asic = -1;
486 subpriv->dio.intr.first_chan = -1;
487 subpriv->dio.intr.asic_chan = -1;
488 subpriv->dio.intr.num_asic_chans = -1;
489 subpriv->dio.intr.active = 0;
505 && subpriv->dio.intr.asic < 0) {
510 subpriv->dio.intr.asic = asic;
511 subpriv->dio.intr.active = 0;
512 subpriv->dio
[all...]
H A Dme4000.h321 struct me4000_dio_info dio; member in struct:me4000_board
H A Dni_pcidio.c320 .name = "pci-dio-32hs",
339 .name = "pci-dio-96",
345 .name = "pci-dio-96b",
403 int dio; member in struct:nidio96_private
/drivers/staging/crystalhd/
H A Dcrystalhd_cmds.c412 struct crystalhd_dio_req *dio)
419 if (!ctx || !idata || !dio) {
428 sts = crystalhd_hw_post_tx(&ctx->hw_ctx, dio, bc_proc_in_completion,
436 sts = crystalhd_hw_post_tx(&ctx->hw_ctx, dio,
451 crystalhd_wait_on_event(&event, (dio->uinfo.ev_sts), 3000, rc, 0);
454 return dio->uinfo.comp_sts;
528 BCMLOG_ERR("dio map - %d\n", sts);
568 BCMLOG_ERR("dio map - %d\n", sts);
585 struct crystalhd_dio_req *dio)
589 sts = crystalhd_hw_add_cap_buffer(&ctx->hw_ctx, dio,
410 bc_cproc_hw_txdma(struct crystalhd_cmd *ctx, struct crystalhd_ioctl_data *idata, struct crystalhd_dio_req *dio) argument
584 bc_cproc_fmt_change(struct crystalhd_cmd *ctx, struct crystalhd_dio_req *dio) argument
603 struct crystalhd_dio_req *dio = NULL; local
654 struct crystalhd_dio_req *dio = NULL; local
[all...]
H A Dcrystalhd_misc.c69 static void crystalhd_free_dio(struct crystalhd_adp *adp, struct crystalhd_dio_req *dio) argument
73 if (!adp || !dio)
76 dio->sig = crystalhd_dio_inv;
77 dio->page_cnt = 0;
78 dio->fb_size = 0;
79 memset(&dio->uinfo, 0, sizeof(dio->uinfo));
80 dio->next = adp->ua_map_free_head;
81 adp->ua_map_free_head = dio;
421 * @dioq_hnd: Handle to the dio queu
680 struct crystalhd_dio_req *dio; local
822 crystalhd_unmap_dio(struct crystalhd_adp *adp, struct crystalhd_dio_req *dio) argument
866 struct crystalhd_dio_req *dio; local
925 struct crystalhd_dio_req *dio; local
[all...]
/drivers/scsi/bfa/
H A Dbfad_im.c40 bfa_cb_ioim_done(void *drv, struct bfad_ioim_s *dio, argument
44 struct scsi_cmnd *cmnd = (struct scsi_cmnd *)dio;
108 bfa_cb_ioim_good_comp(void *drv, struct bfad_ioim_s *dio) argument
110 struct scsi_cmnd *cmnd = (struct scsi_cmnd *)dio;
136 bfa_cb_ioim_abort(void *drv, struct bfad_ioim_s *dio) argument
138 struct scsi_cmnd *cmnd = (struct scsi_cmnd *)dio;
213 if (hal_io->dio != (struct bfad_ioim_s *) cmnd) {
H A Dbfa_fcpim.h169 struct bfad_ioim_s *dio; /* driver IO handle */ member in struct:bfa_ioim_s
362 struct bfad_ioim_s *dio,
374 * @param[in] dio driver IO structure
383 void bfa_cb_ioim_done(void *bfad, struct bfad_ioim_s *dio,
391 void bfa_cb_ioim_good_comp(void *bfad, struct bfad_ioim_s *dio);
396 void bfa_cb_ioim_abort(void *bfad, struct bfad_ioim_s *dio);
H A Dbfa_fcpim.c454 idx = bfa_ioim_get_index(scsi_bufflen((struct scsi_cmnd *)ioim->dio));
2123 bfa_cb_ioim_good_comp(ioim->bfa->bfad, ioim->dio);
2166 bfa_cb_ioim_done(ioim->bfa->bfad, ioim->dio, m->io_status,
2398 bfa_cb_ioim_done(ioim->bfa->bfad, ioim->dio, BFI_IOIM_STS_ABORTED,
2413 bfa_cb_ioim_done(ioim->bfa->bfad, ioim->dio, BFI_IOIM_STS_PATHTOV,
2427 bfa_cb_ioim_abort(ioim->bfa->bfad, ioim->dio);
2456 struct scsi_cmnd *cmnd = (struct scsi_cmnd *) ioim->dio;
2930 bfa_ioim_alloc(struct bfa_s *bfa, struct bfad_ioim_s *dio, argument
2948 ioim->dio = dio;
[all...]

Completed in 109 milliseconds