Searched refs:io_allowed (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Dvpfe_mc_capture.h87 u8 io_allowed; member in struct:vpfe_fh
H A Dvpfe_video.c413 /* Set io_allowed member to false */ vpfe_open()
414 handle->io_allowed = 0; vpfe_open()
513 if (fh->io_allowed) { vpfe_release()
1356 fh->io_allowed = 1; vpfe_reqbufs()
1413 if (!fh->io_allowed) { vpfe_qbuf()
1414 v4l2_err(&vpfe_dev->v4l2_dev, "fh->io_allowed\n"); vpfe_qbuf()
1471 if (!fh->io_allowed) { vpfe_streamon()
1472 v4l2_err(&vpfe_dev->v4l2_dev, "fh->io_allowed\n"); vpfe_streamon()
1518 if (!fh->io_allowed) { vpfe_streamoff()
1519 v4l2_dbg(1, debug, &vpfe_dev->v4l2_dev, "fh->io_allowed\n"); vpfe_streamoff()
/linux-4.4.14/drivers/media/platform/omap/
H A Domap_voutdef.h183 int io_allowed; member in struct:omap_vout_device
/linux-4.4.14/drivers/media/platform/davinci/
H A Dvpfe_capture.c534 /* Set io_allowed member to false */ vpfe_open()
535 fh->io_allowed = 0; vpfe_open()
724 if (fh->io_allowed) { vpfe_release()
1381 fh->io_allowed = 1; vpfe_reqbufs()
1427 if (!fh->io_allowed) { vpfe_qbuf()
1428 v4l2_err(&vpfe_dev->v4l2_dev, "fh->io_allowed\n"); vpfe_qbuf()
1494 if (!fh->io_allowed) { vpfe_streamon()
1495 v4l2_err(&vpfe_dev->v4l2_dev, "fh->io_allowed\n"); vpfe_streamon()
1577 if (!fh->io_allowed) { vpfe_streamoff()
1578 v4l2_err(&vpfe_dev->v4l2_dev, "fh->io_allowed\n"); vpfe_streamoff()
/linux-4.4.14/include/media/davinci/
H A Dvpfe_capture.h179 u8 io_allowed; member in struct:vpfe_fh
/linux-4.4.14/block/
H A Dblk-throttle.c672 unsigned int io_allowed; tg_with_in_iops_limit() local
695 io_allowed = UINT_MAX; tg_with_in_iops_limit()
697 io_allowed = tmp; tg_with_in_iops_limit()
699 if (tg->io_disp[rw] + 1 <= io_allowed) { tg_with_in_iops_limit()
/linux-4.4.14/drivers/block/drbd/
H A Ddrbd_int.h2118 int io_allowed; _get_ldev_if_state() local
2125 io_allowed = (device->state.disk >= mins); _get_ldev_if_state()
2126 if (!io_allowed) _get_ldev_if_state()
2128 return io_allowed; _get_ldev_if_state()
H A Ddrbd_main.c168 int io_allowed; _get_ldev_if_state() local
171 io_allowed = (device->state.disk >= mins); _get_ldev_if_state()
172 if (!io_allowed) { _get_ldev_if_state()
176 return io_allowed; _get_ldev_if_state()

Completed in 424 milliseconds