Searched refs:start_stop (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/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) 1223 .start_stop = fsi_pio_start_stop, 1229 .start_stop = fsi_pio_start_stop, 1426 .start_stop = fsi_dma_push_start_stop,
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | file_ops.c | 1526 int start_stop; in manage_rcvq() local 1531 if (get_user(start_stop, (int __user *)arg)) in manage_rcvq() 1535 if (start_stop) { in manage_rcvq()
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | lio_vf_main.c | 606 static void send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument 615 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd() 631 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd() 653 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
|
D | lio_main.c | 1213 static void send_rx_ctrl_cmd(struct lio *lio, int start_stop) in send_rx_ctrl_cmd() argument 1222 if (oct->props[lio->ifidx].rx_on == start_stop) in send_rx_ctrl_cmd() 1238 ncmd->s.param1 = start_stop; in send_rx_ctrl_cmd() 1260 oct->props[lio->ifidx].rx_on = start_stop; in send_rx_ctrl_cmd()
|
/Linux-v4.19/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()
|