Searched refs:start_stop (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c132 static int dmabuf_sync(int fd, int start_stop) argument
135 .flags = start_stop | DMA_BUF_SYNC_RW,
/linux-master/sound/soc/sh/
H A Dfsi.c273 int (*start_stop)(struct fsi_priv *fsi, struct fsi_stream *io, member in struct:fsi_stream_handler
576 fsi_stream_handler_call(io, start_stop, fsi, io, 1)
579 fsi_stream_handler_call(io, start_stop, fsi, io, 0)
1235 .start_stop = fsi_pio_start_stop,
1241 .start_stop = fsi_pio_start_stop,
1440 .start_stop = fsi_dma_push_start_stop,
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1524 * start_stop == 0 disables receive on the context, for use in queue
1525 * overflow conditions. start_stop==1 re-enables, to be used to
1533 int start_stop; local
1538 if (get_user(start_stop, (int __user *)arg))
1542 if (start_stop) {
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c593 * @start_stop: whether to start or stop
595 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) argument
602 if (oct->props[lio->ifidx].rx_on == start_stop)
618 ncmd->s.param1 = start_stop;
642 oct->props[lio->ifidx].rx_on = start_stop;
H A Dlio_main.c1145 * @start_stop: whether to start or stop
1147 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) argument
1154 if (oct->props[lio->ifidx].rx_on == start_stop)
1170 ncmd->s.param1 = start_stop;
1194 oct->props[lio->ifidx].rx_on = start_stop;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c646 * @start_stop: action to carry out
648 * start_stop == 0 disables receive on the context, for use in queue
649 * overflow conditions. start_stop==1 re-enables, to be used to
653 int start_stop)
661 if (start_stop) {
652 qib_manage_rcvq(struct qib_ctxtdata *rcd, unsigned subctxt, int start_stop) argument

Completed in 327 milliseconds