Searched refs:start_stop (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/tools/testing/selftests/dmabuf-heaps/ |
D | dmabuf-heap.c | 132 static int dmabuf_sync(int fd, int start_stop) in dmabuf_sync() argument 135 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()
|
/Linux-v6.6/sound/soc/sh/ |
D | fsi.c | 274 int (*start_stop)(struct fsi_priv *fsi, struct fsi_stream *io, member 577 fsi_stream_handler_call(io, start_stop, fsi, io, 1) 580 fsi_stream_handler_call(io, start_stop, fsi, io, 0) 1236 .start_stop = fsi_pio_start_stop, 1242 .start_stop = fsi_pio_start_stop, 1439 .start_stop = fsi_dma_push_start_stop,
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
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-v6.6/drivers/net/ethernet/cavium/liquidio/ |
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()
|
D | lio_main.c | 1147 static int send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument 1154 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd() 1170 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd() 1194 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
|
/Linux-v6.6/drivers/infiniband/hw/qib/ |
D | qib_file_ops.c | 653 int start_stop) in qib_manage_rcvq() argument 661 if (start_stop) { in qib_manage_rcvq()
|