Searched refs:start_stop (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/dmabuf-heaps/ |
| H 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/renesas/ |
| H A D | fsi.c | 273 int (*start_stop)(struct fsi_priv *fsi, struct fsi_stream *io, member 562 fsi_stream_handler_call(io, start_stop, fsi, io, 1) 565 fsi_stream_handler_call(io, start_stop, fsi, io, 0) 1221 .start_stop = fsi_pio_start_stop, 1227 .start_stop = fsi_pio_start_stop, 1426 .start_stop = fsi_dma_push_start_stop,
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H 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/ |
| H A D | lio_vf_main.c | 596 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument 603 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd() 619 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd() 643 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
|
| H A D | lio_main.c | 1143 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument 1150 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd() 1166 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd() 1190 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
|