Searched refs:start_stop (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/dmabuf-heaps/ |
| A D | dmabuf-heap.c | 134 static int dmabuf_sync(int fd, int start_stop) in dmabuf_sync() argument 137 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()
|
| /linux/sound/soc/sh/ |
| A D | fsi.c | 273 int (*start_stop)(struct fsi_priv *fsi, struct fsi_stream *io, member 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/drivers/infiniband/hw/hfi1/ |
| A D | file_ops.c | 1533 int start_stop; in manage_rcvq() local 1538 if (get_user(start_stop, (int __user *)arg)) in manage_rcvq() 1542 if (start_stop) { in manage_rcvq()
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| A D | lio_vf_main.c | 595 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument 602 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd() 618 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd() 642 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
|
| A D | lio_main.c | 1141 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument 1148 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd() 1164 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd() 1188 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
|
| /linux/drivers/infiniband/hw/qib/ |
| A D | qib_file_ops.c | 653 int start_stop) in qib_manage_rcvq() argument 661 if (start_stop) { in qib_manage_rcvq()
|
Completed in 33 milliseconds