Home
last modified time | relevance | path

Searched refs:start_stop (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/timer/
H A Drenesas_cmt.c129 static void start_stop(RCMTState *cmt, int ch, int st) in start_stop() function
145 start_stop(cmt, 0, FIELD_EX16(cmt->cmstr, CMSTR, STR0)); in cmt_write()
146 start_stop(cmt, 1, FIELD_EX16(cmt->cmstr, CMSTR, STR1)); in cmt_write()
/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c134 static int dmabuf_sync(int fd, int start_stop) in dmabuf_sync() argument
137 .flags = start_stop | DMA_BUF_SYNC_RW, in dmabuf_sync()
/openbmc/linux/sound/soc/sh/
H A Dfsi.c274 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,
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1533 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()
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c595 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()
H A Dlio_main.c1147 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()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c653 int start_stop) in qib_manage_rcvq() argument
661 if (start_stop) { in qib_manage_rcvq()