Home
last modified time | relevance | path

Searched refs:stop (Results 351 - 375 of 3055) sorted by relevance

1...<<11121314151617181920>>...123

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dexecution.py81 def stop(self): member in ExecutionProc
82 super(ExecutionProc, self).stop()
/third_party/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid_common.h55 static void do_exit(int stop) in do_exit() argument
59 if (stop) in do_exit()
/third_party/vk-gl-cts/executor/
H A DxeTcpIpLink.hpp79 void stop (void);
102 void stop (void);
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dmmc_spi.c919 struct mmc_command stop; in mmc_spi_request() local
934 cmd = mrq->stop; in mmc_spi_request()
953 /* issue command; then optionally data and stop */ in mmc_spi_request()
966 stop.opcode = MMC_STOP_TRANSMISSION; in mmc_spi_request()
967 stop.arg = 0; in mmc_spi_request()
968 stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC; in mmc_spi_request()
969 status = mmc_spi_command_send(host, mrq, &stop, 0); in mmc_spi_request()
975 if (mrq->stop) in mmc_spi_request()
976 status = mmc_spi_command_send(host, mrq, mrq->stop, 0); in mmc_spi_request()
1015 * with chipselect high before the card will stop drivin in mmc_spi_initsequence()
[all...]
H A Dtifm_sd.c429 if (host->req->stop) { in tifm_sd_check_status()
437 tifm_sd_exec(host, host->req->stop); in tifm_sd_check_status()
458 if (host->req->stop) { in tifm_sd_check_status()
461 tifm_sd_exec(host, host->req->stop); in tifm_sd_check_status()
539 if (host->req->stop) { in tifm_sd_card_event()
541 host->req->stop->error = cmd_error; in tifm_sd_card_event()
546 tifm_sd_exec(host, host->req->stop); in tifm_sd_card_event()
558 tifm_sd_fetch_resp(host->req->stop, in tifm_sd_card_event()
652 if ((r_data->flags & MMC_DATA_WRITE) && !mrq->stop) in tifm_sd_request()
1019 if (host->req->stop) in tifm_sd_remove()
[all...]
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dmmc_spi.c907 struct mmc_command stop; in mmc_spi_request() local
922 cmd = mrq->stop; in mmc_spi_request()
941 /* issue command; then optionally data and stop */ in mmc_spi_request()
954 stop.opcode = MMC_STOP_TRANSMISSION; in mmc_spi_request()
955 stop.arg = 0; in mmc_spi_request()
956 stop.flags = MMC_RSP_SPI_R1B | MMC_RSP_R1B | MMC_CMD_AC; in mmc_spi_request()
957 status = mmc_spi_command_send(host, mrq, &stop, 0); in mmc_spi_request()
963 if (mrq->stop) in mmc_spi_request()
964 status = mmc_spi_command_send(host, mrq, mrq->stop, 0); in mmc_spi_request()
1003 * with chipselect high before the card will stop drivin in mmc_spi_initsequence()
[all...]
H A Dtifm_sd.c424 if (host->req->stop) { in tifm_sd_check_status()
432 tifm_sd_exec(host, host->req->stop); in tifm_sd_check_status()
453 if (host->req->stop) { in tifm_sd_check_status()
456 tifm_sd_exec(host, host->req->stop); in tifm_sd_check_status()
533 if (host->req->stop) { in tifm_sd_card_event()
535 host->req->stop->error = cmd_error; in tifm_sd_card_event()
540 tifm_sd_exec(host, host->req->stop); in tifm_sd_card_event()
552 tifm_sd_fetch_resp(host->req->stop, in tifm_sd_card_event()
644 if ((r_data->flags & MMC_DATA_WRITE) && !mrq->stop) in tifm_sd_request()
1010 if (host->req->stop) in tifm_sd_remove()
[all...]
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_iter.c92 * . stop() may call bpf program, handling potential overflow there
130 goto stop; in bpf_seq_read()
133 seq->op->stop(seq, p); in bpf_seq_read()
148 seq->op->stop(seq, p); in bpf_seq_read()
179 seq->op->stop(seq, p); in bpf_seq_read()
194 seq->op->stop(seq, p); in bpf_seq_read()
203 stop: in bpf_seq_read()
206 seq->op->stop(seq, NULL); in bpf_seq_read()
211 seq->op->stop(seq, p); in bpf_seq_read()
762 /* return value: 0 - continue, 1 - stop an in BPF_CALL_4()
[all...]
/third_party/mbedtls/tests/scripts/
H A Dtest_generate_test_code.py952 def stop(*_unused): function
955 parse_until_pattern_mock.side_effect = stop
973 def stop(*_unused): function
976 parse_until_pattern_mock.side_effect = stop
997 def stop(*_unused): function
1000 parse_suite_dependencies_mock.side_effect = stop
1018 def stop(*_unused): function
1021 func_mock.side_effect = stop
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dnamei.c25 bool stop; member
50 * that will stop further lookup in lower layers (d->stop=true) in ovl_check_redirect()
53 * layers (reset d->stop). in ovl_check_redirect()
55 d->stop = false; in ovl_check_redirect()
255 d->stop = d->opaque = true; in ovl_lookup_single()
263 d->stop = true; in ovl_lookup_single()
271 d->stop = true; in ovl_lookup_single()
279 d->stop = !d->metacopy; in ovl_lookup_single()
295 d->stop in ovl_lookup_single()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fifo.c212 uint32_t stop = vmw_mmio_read(fifo_mem + SVGA_FIFO_STOP); in vmw_fifo_is_full() local
214 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full()
322 uint32_t stop = vmw_mmio_read(fifo_mem + SVGA_FIFO_STOP); in vmw_local_fifo_reserve() local
326 if (next_cmd >= stop) { in vmw_local_fifo_reserve()
328 (next_cmd + bytes == max && stop > min)))) in vmw_local_fifo_reserve()
341 if (likely((next_cmd + bytes < stop))) in vmw_local_fifo_reserve()
/kernel/linux/linux-5.10/drivers/pwm/
H A Dpwm-stm32.c86 * start^ . . . ^stop
136 goto stop; in stm32_pwm_raw_capture()
162 stop: in stm32_pwm_raw_capture()
224 goto stop; in stm32_pwm_capture()
246 goto stop; in stm32_pwm_capture()
273 goto stop; in stm32_pwm_capture()
310 stop: in stm32_pwm_capture()
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dvrc4173_cardu.c259 io->stop = exca_readw(socket, IO_WIN_EA(map)); in cardu_get_io_map()
292 exca_writew(socket, IO_WIN_EA(map), io->stop); in cardu_set_io_map()
308 uint32_t start, stop, offset, page; in cardu_get_mem_map() local
323 stop = exca_readw(socket, MEM_WIN_EA(map)); in cardu_get_mem_map()
324 stop = ((stop & 0x0fff) << 12) + 0x0fff; in cardu_get_mem_map()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-fileops.c260 struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) in cx18_copy_buf_to_user()
265 *stop = false; in cx18_copy_buf_to_user()
346 *stop = true; in cx18_copy_buf_to_user()
368 bool stop = false; in cx18_copy_mdl_to_user() local
390 ucount - tot_written, &stop); in cx18_copy_mdl_to_user()
396 if (stop || /* Forced stopping point for VBI insertion */ in cx18_copy_mdl_to_user()
550 * automatically when the MPG stream is released. We only need to stop in cx18_start_capture()
667 /* Also used internally, don't stop capturing */ in cx18_stop_capture()
259 cx18_copy_buf_to_user(struct cx18_stream *s, struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) cx18_copy_buf_to_user() argument
/kernel/linux/linux-6.6/drivers/pwm/
H A Dpwm-stm32.c86 * start^ . . . ^stop
136 goto stop; in stm32_pwm_raw_capture()
162 stop: in stm32_pwm_raw_capture()
228 goto stop; in stm32_pwm_capture()
250 goto stop; in stm32_pwm_capture()
277 goto stop; in stm32_pwm_capture()
314 stop: in stm32_pwm_capture()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c130 char *start, char *stop) in translate_scan_wpa()
153 start = iwe_stream_add_point(info, start, stop, in translate_scan_wpa()
158 start = iwe_stream_add_point(info, start, stop, in translate_scan_wpa()
173 start = iwe_stream_add_point(info, start, stop, in translate_scan_wpa()
178 start = iwe_stream_add_point(info, start, stop, iwe, in translate_scan_wpa()
188 char *start, char *stop) in translate_scan_wps()
200 start = iwe_stream_add_point(info, start, stop, in translate_scan_wps()
211 char *start, char *stop) in translate_scan()
231 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in translate_scan()
236 start = iwe_stream_add_point(info, start, stop, in translate_scan()
127 translate_scan_wpa(struct iw_request_info *info, struct wlan_network *pnetwork, struct iw_event *iwe, char *start, char *stop) translate_scan_wpa() argument
185 translate_scan_wps(struct iw_request_info *info, struct wlan_network *pnetwork, struct iw_event *iwe, char *start, char *stop) translate_scan_wps() argument
208 translate_scan(struct _adapter *padapter, struct iw_request_info *info, struct wlan_network *pnetwork, char *start, char *stop) translate_scan() argument
1189 char *stop = ev + wrqu->data.length; r8711_wx_get_scan() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c128 char *start, char *stop) in translate_scan_wpa()
151 start = iwe_stream_add_point(info, start, stop, in translate_scan_wpa()
156 start = iwe_stream_add_point(info, start, stop, in translate_scan_wpa()
171 start = iwe_stream_add_point(info, start, stop, in translate_scan_wpa()
176 start = iwe_stream_add_point(info, start, stop, iwe, in translate_scan_wpa()
186 char *start, char *stop) in translate_scan_wps()
198 start = iwe_stream_add_point(info, start, stop, in translate_scan_wps()
209 char *start, char *stop) in translate_scan()
229 start = iwe_stream_add_event(info, start, stop, &iwe, IW_EV_ADDR_LEN); in translate_scan()
234 start = iwe_stream_add_point(info, start, stop, in translate_scan()
125 translate_scan_wpa(struct iw_request_info *info, struct wlan_network *pnetwork, struct iw_event *iwe, char *start, char *stop) translate_scan_wpa() argument
183 translate_scan_wps(struct iw_request_info *info, struct wlan_network *pnetwork, struct iw_event *iwe, char *start, char *stop) translate_scan_wps() argument
206 translate_scan(struct _adapter *padapter, struct iw_request_info *info, struct wlan_network *pnetwork, char *start, char *stop) translate_scan() argument
1187 char *stop = ev + wrqu->data.length; r8711_wx_get_scan() local
[all...]
/kernel/linux/linux-5.10/include/sound/
H A Dsh_dac_audio.h15 void (*stop)(struct dac_audio_pdata *pd); member
/kernel/linux/linux-6.6/include/sound/
H A Dsh_dac_audio.h15 void (*stop)(struct dac_audio_pdata *pd); member
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngfix.c905 /* Valid longjmp (stop) codes are: */
949 /* Generic error message routine, takes a 'stop' code but can be used in emit_error()
1129 stop(struct file *file, int code, const char *what) in stop() function
1142 * SUMMARY FORMAT (stop): in stop()
1149 if (file->global->quiet < 2) /* need two quiets to stop this. */ in stop()
1186 stop(file, INVALID_ERROR_CODE, what); in stop_invalid()
1214 stop(file, READ_ERROR_CODE, "fgetpos"); in file_getpos()
1224 stop(file, READ_ERROR_CODE, "fsetpos"); in file_setpos()
1306 stop(file, UNEXPECTED_ERROR_CODE, "reread"); in reread_byte()
1336 stop(fil in skip_12()
[all...]
/third_party/python/Lib/
H A Dmailbox.py681 start, stop = self._toc[key]
687 stop - self._file.tell()))
740 """Return (start, stop) or raise KeyError."""
750 """Append message to mailbox and return (start, stop) offsets."""
779 start, stop = self._lookup(key)
782 string = self._file.read(stop - self._file.tell())
794 start, stop = self._lookup(key)
798 string = self._file.read(stop - self._file.tell())
803 start, stop = self._lookup(key)
807 return _PartialFile(self._file, self._file.tell(), stop)
[all...]
/third_party/python/Objects/
H A Dlistobject.c2590 stop: slice_index(accept={int}, c_default="PY_SSIZE_T_MAX") = sys.maxsize
2600 Py_ssize_t stop) in list_index_impl()
2610 if (stop < 0) { in list_index_impl()
2611 stop += Py_SIZE(self); in list_index_impl()
2612 if (stop < 0) in list_index_impl()
2613 stop = 0; in list_index_impl()
2615 for (i = start; i < stop && i < Py_SIZE(self); i++) { in list_index_impl()
2888 Py_ssize_t start, stop, step, slicelength, i; in list_subscript() local
2894 if (PySlice_Unpack(item, &start, &stop, &step) < 0) { in list_subscript()
2897 slicelength = PySlice_AdjustIndices(Py_SIZE(self), &start, &stop, in list_subscript()
2599 list_index_impl(PyListObject *self, PyObject *value, Py_ssize_t start, Py_ssize_t stop) list_index_impl() argument
2942 Py_ssize_t start, stop, step, slicelength; list_ass_subscript() local
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dprivate.h5 void (*stop)(void); member
/third_party/skia/third_party/externals/angle2/util/
H A DTimer.h16 // Use start() and stop() to record the duration and use getElapsedWallClockTime() to query that
20 void stop();
/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_lite_stream_player.h32 PTEST((std::string url), Test play stream source automatically stop) in FIXTURE() argument

Completed in 32 milliseconds

1...<<11121314151617181920>>...123