Searched refs:start_stop (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/sound/soc/sh/
H A Dfsi.c278 int (*start_stop)(struct fsi_priv *fsi, struct fsi_stream *io, member in struct:fsi_stream_handler
582 fsi_stream_handler_call(io, start_stop, fsi, io, 1)
585 fsi_stream_handler_call(io, start_stop, fsi, io, 0)
1228 .start_stop = fsi_pio_start_stop,
1234 .start_stop = fsi_pio_start_stop,
1428 .start_stop = fsi_dma_push_start_stop,
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dgio_defs.h435 unsigned int start_stop : 1; member in struct:__anon923
508 unsigned int start_stop : 1; member in struct:__anon928
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dfile_ops.c1462 * @start_stop: action to carry out
1464 * start_stop == 0 disables receive on the context, for use in queue
1465 * overflow conditions. start_stop==1 re-enables, to be used to
1469 int start_stop) manage_rcvq()
1477 if (start_stop) { manage_rcvq()
1468 manage_rcvq(struct hfi1_ctxtdata *uctxt, unsigned subctxt, int start_stop) manage_rcvq() argument
/linux-4.4.14/drivers/staging/rdma/ipath/
H A Dipath_file_ops.c742 * @start_stop: action to carry out
744 * start_stop == 0 disables receive on the port, for use in queue
745 * overflow conditions. start_stop==1 re-enables, to be used to
749 int start_stop) ipath_manage_rcvq()
754 start_stop ? "en" : "dis", dd->ipath_unit, ipath_manage_rcvq()
759 if (start_stop) { ipath_manage_rcvq()
783 if (start_stop) { ipath_manage_rcvq()
748 ipath_manage_rcvq(struct ipath_portdata *pd, unsigned subport, int start_stop) ipath_manage_rcvq() argument
/linux-4.4.14/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c660 * @start_stop: action to carry out
662 * start_stop == 0 disables receive on the context, for use in queue
663 * overflow conditions. start_stop==1 re-enables, to be used to
667 int start_stop) qib_manage_rcvq()
675 if (start_stop) { qib_manage_rcvq()
666 qib_manage_rcvq(struct qib_ctxtdata *rcd, unsigned subctxt, int start_stop) qib_manage_rcvq() argument
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
H A Dlio_main.c1157 * @param start_stop whether to start or stop
1159 static void send_rx_ctrl_cmd(struct lio *lio, int start_stop) send_rx_ctrl_cmd() argument
1168 nctrl.ncmd.s.param2 = start_stop; send_rx_ctrl_cmd()

Completed in 1007 milliseconds