Home
last modified time | relevance | path

Searched refs:stop (Results 451 - 475 of 3047) sorted by relevance

1...<<11121314151617181920>>...122

/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dunwind.c183 long start __maybe_unused, stop __maybe_unused; in unwind_init()
187 stop = (long)&__stop___unwind[0]; in unwind_init()
190 start, stop, in unwind_init()
191 (stop - start) / sizeof(struct unwind_table_entry)); in unwind_init()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pasemi.c108 struct i2c_msg *msg, int stop) in pasemi_i2c_xfer_msg()
120 (stop ? MTXFIFO_STOP : 0)); in pasemi_i2c_xfer_msg()
139 (stop ? MTXFIFO_STOP : 0)); in pasemi_i2c_xfer_msg()
141 if (stop) { in pasemi_i2c_xfer_msg()
107 pasemi_i2c_xfer_msg(struct i2c_adapter *adapter, struct i2c_msg *msg, int stop) pasemi_i2c_xfer_msg() argument
H A Di2c-iop3xx.c255 int stop) in iop3xx_i2c_write_byte()
263 if (stop) { in iop3xx_i2c_write_byte()
277 int stop) in iop3xx_i2c_read_byte()
285 if (stop) { in iop3xx_i2c_read_byte()
254 iop3xx_i2c_write_byte(struct i2c_algo_iop3xx_data *iop3xx_adap, char byte, int stop) iop3xx_i2c_write_byte() argument
276 iop3xx_i2c_read_byte(struct i2c_algo_iop3xx_data *iop3xx_adap, char* byte, int stop) iop3xx_i2c_read_byte() argument
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c147 static int stop(struct dvb_frontend *fe) in stop() function
305 stop(fe); in start()
353 stop(fe); in start_iq()
366 stop(fe); in set_parameters()
/kernel/linux/linux-5.10/security/apparmor/
H A Dlib.c355 accum->stop |= addend->stop & ~addend->allow; in aa_perms_accum_raw()
374 accum->stop |= addend->stop & ~accum->allow; in aa_perms_accum()
/kernel/linux/linux-5.10/sound/soc/sh/rcar/
H A Dsrc.c495 bool stop = false; in __rsnd_src_interrupt() local
504 stop = true; in __rsnd_src_interrupt()
511 if (stop) in __rsnd_src_interrupt()
601 .stop = rsnd_src_stop,
/kernel/linux/linux-5.10/fs/afs/
H A Daddr_list.c136 const char *q, *stop; in afs_parse_text_addrs() local
155 if (in4_pton(p, q - p, (u8 *)&x[0], -1, &stop)) { in afs_parse_text_addrs()
157 } else if (in6_pton(p, q - p, (u8 *)x, -1, &stop)) { in afs_parse_text_addrs()
165 if (stop != p) { in afs_parse_text_addrs()
/kernel/linux/linux-5.10/fs/erofs/
H A Dsuper.c301 const unsigned int stop = length + offset; in erofs_managed_cache_invalidatepage() local
306 DBG_BUGON(stop > PAGE_SIZE || stop < length); in erofs_managed_cache_invalidatepage()
308 if (offset == 0 && stop == PAGE_SIZE) in erofs_managed_cache_invalidatepage()
/kernel/linux/linux-5.10/net/atm/
H A Dproc.c243 .stop = atm_dev_seq_stop,
266 .stop = vcc_seq_stop,
288 .stop = vcc_seq_stop,
311 .stop = vcc_seq_stop,
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-dc.c120 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl()
127 reg2 = operand >> 12 | opcode << 1 | stop << 9; in dc_write_tmpl()
130 reg2 = operand >> 17 | opcode << 7 | stop << 9; in dc_write_tmpl()
133 reg2 = operand >> 12 | opcode << 4 | stop << 9; in dc_write_tmpl()
119 dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, int map, int wave, int glue, int sync, int stop) dc_write_tmpl() argument
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/
H A Dddbridge-sx8.c138 static int stop(struct dvb_frontend *fe) in stop() function
296 stop(fe); in start()
344 stop(fe); in start_iq()
357 stop(fe); in set_parameters()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mac.c534 bool stop = true; in lan966x_mac_irq_handler() local
557 * it would return the next row The stop conditions of the in lan966x_mac_irq_handler()
564 stop = false; in lan966x_mac_irq_handler()
567 index == 0 && stop) { in lan966x_mac_irq_handler()
581 * next row/column can be the stop condition in lan966x_mac_irq_handler()
583 stop = true; in lan966x_mac_irq_handler()
/kernel/linux/linux-6.6/fs/afs/
H A Daddr_list.c136 const char *q, *stop; in afs_parse_text_addrs() local
155 if (in4_pton(p, q - p, (u8 *)&x[0], -1, &stop)) { in afs_parse_text_addrs()
157 } else if (in6_pton(p, q - p, (u8 *)x, -1, &stop)) { in afs_parse_text_addrs()
165 if (stop != p) { in afs_parse_text_addrs()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-dc.c120 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl()
127 reg2 = operand >> 12 | opcode << 1 | stop << 9; in dc_write_tmpl()
130 reg2 = operand >> 17 | opcode << 7 | stop << 9; in dc_write_tmpl()
133 reg2 = operand >> 12 | opcode << 4 | stop << 9; in dc_write_tmpl()
119 dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, int map, int wave, int glue, int sync, int stop) dc_write_tmpl() argument
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-iop3xx.c257 int stop) in iop3xx_i2c_write_byte()
265 if (stop) { in iop3xx_i2c_write_byte()
279 int stop) in iop3xx_i2c_read_byte()
287 if (stop) { in iop3xx_i2c_read_byte()
256 iop3xx_i2c_write_byte(struct i2c_algo_iop3xx_data *iop3xx_adap, char byte, int stop) iop3xx_i2c_write_byte() argument
278 iop3xx_i2c_read_byte(struct i2c_algo_iop3xx_data *iop3xx_adap, char *byte, int stop) iop3xx_i2c_read_byte() argument
H A Di2c-pasemi-core.c117 struct i2c_msg *msg, int stop) in pasemi_i2c_xfer_msg()
129 (stop ? MTXFIFO_STOP : 0)); in pasemi_i2c_xfer_msg()
148 (stop ? MTXFIFO_STOP : 0)); in pasemi_i2c_xfer_msg()
150 if (stop) { in pasemi_i2c_xfer_msg()
116 pasemi_i2c_xfer_msg(struct i2c_adapter *adapter, struct i2c_msg *msg, int stop) pasemi_i2c_xfer_msg() argument
/kernel/linux/linux-6.6/net/rxrpc/
H A Dproc.c110 .stop = rxrpc_call_seq_stop,
197 .stop = rxrpc_connection_seq_stop,
323 .stop = rxrpc_peer_seq_stop,
393 .stop = rxrpc_local_seq_stop,
/kernel/linux/linux-6.6/net/atm/
H A Dproc.c243 .stop = atm_dev_seq_stop,
266 .stop = vcc_seq_stop,
288 .stop = vcc_seq_stop,
311 .stop = vcc_seq_stop,
/kernel/linux/linux-6.6/net/core/
H A Dnet-procfs.c192 .stop = dev_seq_stop,
199 .stop = softnet_seq_stop,
319 .stop = ptype_seq_stop,
387 .stop = dev_seq_stop,
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H A Dsrc.c504 bool stop = false; in __rsnd_src_interrupt() local
513 stop = true; in __rsnd_src_interrupt()
520 if (stop) in __rsnd_src_interrupt()
629 .stop = rsnd_src_stop,
/third_party/ltp/testcases/realtime/func/rt-migrate/
H A Drt-migrate.c142 static int stop; variable
392 stop = 1; in stop_log()
492 if (stop || (check && check_times(loop))) { in main()
507 if (stop) { in main()
/third_party/lzma/C/
H A DMtCoder.c47 t->stop = False; in MtCoderThread_CreateAndStart()
63 t->stop = 1; in MtCoderThread_Destruct()
136 /* after reading error - we can stop encoding of previous blocks */ in ThreadFunc2()
319 if (t->stop) in ThreadFunc()
372 t->stop = False; in MtCoder_Construct()
/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.cpp251 void TcpIpSendThread::stop (void) in stop() function in xe::TcpIpSendThread
350 void TcpIpRecvThread::stop (void) in stop() function in xe::TcpIpRecvThread
449 m_sendThread.stop(); in closeConnection()
452 m_recvThread.stop(); in closeConnection()
/third_party/python/Lib/turtledemo/
H A D__main__.py41 To stop it you can and must press the STOP button.
280 def configGUI(self, start, stop, clear, txt="", color="blue"):
283 self.stop_btn.config(state=stop)
288 self.stop_btn.config(state=stop,
289 bg="#d00" if stop == NORMAL else "#fca")
/third_party/python/Modules/clinic/
H A Darraymodule.c.h42 "index($self, v, start=0, stop=sys.maxsize, /)\n"
54 Py_ssize_t stop);
62 Py_ssize_t stop = PY_SSIZE_T_MAX; in array_array_index() local
77 if (!_PyEval_SliceIndexNotNone(args[2], &stop)) { in array_array_index()
81 return_value = array_array_index_impl(self, v, start, stop); in array_array_index()

Completed in 23 milliseconds

1...<<11121314151617181920>>...122