/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-i2c.c | 45 /* I2C stop condition */ 65 /* Busy, I2C bus busy (as defined by start / stop bits) */ 108 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes() 125 } else if (i == len - 1 && stop) { in cobalt_tx_bytes() 166 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes() 180 } else if (i == len - 1 && stop) { in cobalt_rx_bytes() 218 /* Generate stop condition on i2c bus. 219 * The m00018 stop isn't doing the right thing (wrong timing). 220 * So instead send a start condition, 8 zeroes and a stop condition. 241 int stop in cobalt_xfer() local 107 cobalt_tx_bytes(struct cobalt_i2c_regs __iomem *regs, struct i2c_adapter *adap, bool start, bool stop, u8 *data, u16 len) cobalt_tx_bytes() argument 165 cobalt_rx_bytes(struct cobalt_i2c_regs __iomem *regs, struct i2c_adapter *adap, bool start, bool stop, u8 *data, u16 len) cobalt_rx_bytes() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-i2c.c | 45 /* I2C stop condition */ 65 /* Busy, I2C bus busy (as defined by start / stop bits) */ 108 struct i2c_adapter *adap, bool start, bool stop, in cobalt_tx_bytes() 125 } else if (i == len - 1 && stop) { in cobalt_tx_bytes() 166 struct i2c_adapter *adap, bool start, bool stop, in cobalt_rx_bytes() 180 } else if (i == len - 1 && stop) { in cobalt_rx_bytes() 218 /* Generate stop condition on i2c bus. 219 * The m00018 stop isn't doing the right thing (wrong timing). 220 * So instead send a start condition, 8 zeroes and a stop condition. 241 int stop in cobalt_xfer() local 107 cobalt_tx_bytes(struct cobalt_i2c_regs __iomem *regs, struct i2c_adapter *adap, bool start, bool stop, u8 *data, u16 len) cobalt_tx_bytes() argument 165 cobalt_rx_bytes(struct cobalt_i2c_regs __iomem *regs, struct i2c_adapter *adap, bool start, bool stop, u8 *data, u16 len) cobalt_rx_bytes() argument [all...] |
/third_party/python/Lib/ |
H A D | cmd.py | 119 stop = None 120 while not stop: 138 stop = self.onecmd(line) 139 stop = self.postcmd(stop, line) 157 def postcmd(self, stop, line): 159 return stop 199 commands by the interpreter should stop.
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_ddp_comp.c | 277 .stop = mtk_aal_stop, 285 .stop = mtk_ccorr_stop, 301 .stop = mtk_dither_stop, 306 .stop = mtk_dpi_stop, 314 .stop = mtk_dsc_stop, 319 .stop = mtk_dsi_ddp_stop, 328 .stop = mtk_gamma_stop, 335 .stop = mtk_merge_stop, 351 .stop = mtk_ovl_stop, 371 .stop [all...] |
/third_party/skia/src/core/ |
H A D | SkString.cpp | 103 char* stop = buffer + sizeof(buffer); in SkStrAppendU32() local 104 while (p < stop) { in SkStrAppendU32() 470 char* stop = SkStrAppendS32(buffer, dec); in insertS32() local 471 this->insert(offset, buffer, stop - buffer); in insertS32() 476 char* stop = SkStrAppendS64(buffer, dec, minDigits); in insertS64() local 477 this->insert(offset, buffer, stop - buffer); in insertS64() 482 char* stop = SkStrAppendU32(buffer, dec); in insertU32() local 483 this->insert(offset, buffer, stop - buffer); in insertU32() 488 char* stop = SkStrAppendU64(buffer, dec, minDigits); in insertU64() local 489 this->insert(offset, buffer, stop in insertU64() 514 char* stop = SkStrAppendScalar(buffer, value); insertScalar() local [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stop_task.c | 3 * stop-task scheduling class. 5 * The stop task is the highest priority task in the system, it preempts 17 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop() 33 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) in set_next_task_stop() argument 35 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop() 43 set_next_task_stop(rq, rq->stop, true); in pick_next_task_stop() 44 return rq->stop; in pick_next_task_stop() 63 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop() 113 * Simple, special scheduling class for the per-CPU stop tasks:
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | task_storage_map.c | 21 bool stop; member 36 while (!ctx->stop && i++ < ctx->loop) in lookup_fn() 45 ctx->stop = true; in abort_lookup() 96 ctx.stop = false; in test_task_storage_map_stress_lookup()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | stop_task.c | 3 * stop-task scheduling class. 5 * The stop task is the highest priority task in the system, it preempts 16 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop() 32 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) in set_next_task_stop() argument 34 stop->se.exec_start = rq_clock_task(rq); in set_next_task_stop() 42 return rq->stop; in pick_task_stop() 71 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop() 118 * Simple, special scheduling class for the per-CPU stop tasks: 120 DEFINE_SCHED_CLASS(stop) = { variable
|
/third_party/node/lib/internal/ |
H A D | promise_hooks.js | 82 function stop(list, hook) { function 96 return FunctionPrototypeBind(stop, null, list, hook); 114 for (const stop of hooks) { 115 stop();
|
/third_party/libdrm/tests/ |
H A D | drmsl.c | 67 struct timeval start, stop; in do_time() local 96 gettimeofday(&stop, NULL); in do_time() 98 usec = (double)(stop.tv_sec * 1000000 + stop.tv_usec in do_time()
|
/third_party/python/Lib/test/ |
H A D | test_syslog.py | 57 stop = False 61 while not stop: 66 while not stop: 77 stop = True
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 727 patcher.stop() 732 # bpo-36366: calling stop without start will return None. 734 self.assertIsNone(patcher.stop()) 738 # bpo-36366: calling stop on an already stopped patch will return None. 742 patcher.stop() 743 self.assertIsNone(patcher.stop()) 755 patcher.stop() 769 patcher.stop() 777 self.assertFalse(patcher.stop()) 854 patcher.stop() 1705 stop = __exit__ global() variable in PatchTest.test_patch_propagates_exc_on_exit.custom_patch 1839 def stop(self): global() member in PatchTest.test_stopall_lifo.get_patch.mypatch [all...] |
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_i2c_infineon.c | 346 unsigned long stop; in request_locality() local 355 stop = jiffies + chip->timeout_a; in request_locality() 360 } while (time_before(jiffies, stop)); in request_locality() 391 unsigned long stop; in get_burstcount() local 397 stop = jiffies + chip->timeout_d; in get_burstcount() 409 } while (time_before(jiffies, stop)); in get_burstcount() 416 unsigned long stop; in wait_for_stat() local 423 stop = jiffies + timeout; in wait_for_stat() 431 } while (time_before(jiffies, stop)); in wait_for_stat()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | scan.c | 185 wl1271_debug(DEBUG_CMD, "cmd scan stop"); in wl12xx_scan_stop() 332 /* don't stop scanning automatically when something is found */ in wl1271_scan_sched_scan_config() 462 struct wl1271_cmd_sched_scan_stop *stop; in wl12xx_scan_sched_scan_stop() local 465 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in wl12xx_scan_sched_scan_stop() 467 /* FIXME: what to do if alloc'ing to stop fails? */ in wl12xx_scan_sched_scan_stop() 468 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in wl12xx_scan_sched_scan_stop() 469 if (!stop) { in wl12xx_scan_sched_scan_stop() 470 wl1271_error("failed to alloc memory to send sched scan stop"); in wl12xx_scan_sched_scan_stop() 474 stop in wl12xx_scan_sched_scan_stop() [all...] |
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_tis_i2c_cr50.c | 342 unsigned long stop; in tpm_cr50_request_locality() local 352 stop = jiffies + chip->timeout_a; in tpm_cr50_request_locality() 358 } while (time_before(jiffies, stop)); in tpm_cr50_request_locality() 413 unsigned long stop; in tpm_cr50_i2c_get_burst_and_status() local 419 stop = jiffies + chip->timeout_b; in tpm_cr50_i2c_get_burst_and_status() 435 } while (time_before(jiffies, stop)); in tpm_cr50_i2c_get_burst_and_status() 544 unsigned long stop; in tpm_cr50_i2c_tis_send() local 553 stop = jiffies + chip->timeout_b; in tpm_cr50_i2c_tis_send() 555 if (time_after(jiffies, stop)) { in tpm_cr50_i2c_tis_send()
|
H A D | tpm_i2c_infineon.c | 346 unsigned long stop; in request_locality() local 355 stop = jiffies + chip->timeout_a; in request_locality() 360 } while (time_before(jiffies, stop)); in request_locality() 391 unsigned long stop; in get_burstcount() local 397 stop = jiffies + chip->timeout_d; in get_burstcount() 409 } while (time_before(jiffies, stop)); in get_burstcount() 416 unsigned long stop; in wait_for_stat() local 423 stop = jiffies + timeout; in wait_for_stat() 431 } while (time_before(jiffies, stop)); in wait_for_stat()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | scan.c | 185 wl1271_debug(DEBUG_CMD, "cmd scan stop"); in wl12xx_scan_stop() 332 /* don't stop scanning automatically when something is found */ in wl1271_scan_sched_scan_config() 462 struct wl1271_cmd_sched_scan_stop *stop; in wl12xx_scan_sched_scan_stop() local 465 wl1271_debug(DEBUG_CMD, "cmd periodic scan stop"); in wl12xx_scan_sched_scan_stop() 467 /* FIXME: what to do if alloc'ing to stop fails? */ in wl12xx_scan_sched_scan_stop() 468 stop = kzalloc(sizeof(*stop), GFP_KERNEL); in wl12xx_scan_sched_scan_stop() 469 if (!stop) { in wl12xx_scan_sched_scan_stop() 470 wl1271_error("failed to alloc memory to send sched scan stop"); in wl12xx_scan_sched_scan_stop() 474 stop in wl12xx_scan_sched_scan_stop() [all...] |
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_query.c | 40 uint64_t stop; member 83 OUT_RELOC(ring, query_sample(aq, stop)); in occlusion_pause() 93 OUT_RELOC(ring, query_sample(aq, stop)); in occlusion_pause() 100 OUT_RELOC(ring, query_sample(aq, stop)); in occlusion_pause() 105 /* result += stop - start: */ in occlusion_pause() 110 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ in occlusion_pause() 182 OUT_RELOC(ring, query_sample(aq, stop)); 188 /* result += stop - start: */ 193 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 332 OUT_RELOC(ring, query_sample_idx(aq, i, stop)); [all...] |
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | guestdbg.c | 15 * Extends the address range given by *start and *stop to include the address 19 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) in extend_address_range() argument 31 if ((*start == 0) && (*stop == 0)) { in extend_address_range() 33 *stop = estop; in extend_address_range() 34 } else if (*start <= *stop) { in extend_address_range() 38 if (estop > *stop) in extend_address_range() 39 *stop = estop; in extend_address_range() 41 /* "overflowing" interval, whereby *stop > *start */ in extend_address_range() 42 if (estart <= *stop) { in extend_address_range() 43 if (estop > *stop) in extend_address_range() [all...] |
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | guestdbg.c | 15 * Extends the address range given by *start and *stop to include the address 19 static void extend_address_range(u64 *start, u64 *stop, u64 estart, int len) in extend_address_range() argument 31 if ((*start == 0) && (*stop == 0)) { in extend_address_range() 33 *stop = estop; in extend_address_range() 34 } else if (*start <= *stop) { in extend_address_range() 38 if (estop > *stop) in extend_address_range() 39 *stop = estop; in extend_address_range() 41 /* "overflowing" interval, whereby *stop > *start */ in extend_address_range() 42 if (estart <= *stop) { in extend_address_range() 43 if (estop > *stop) in extend_address_range() [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | disassemble.c | 473 bool stop = tag & 0x40; in dump_clause() local 480 unsigned idx = stop ? 5 : 2; in dump_clause() 496 done = stop; in dump_clause() 506 done = stop; in dump_clause() 517 done = stop; in dump_clause() 528 done = stop; in dump_clause() 537 done = stop; in dump_clause() 552 done = stop; in dump_clause() 557 unsigned idx = stop ? 4 : 1; in dump_clause() 567 done = stop; in dump_clause() [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | containers.py | 310 self.__setslice__(key.start, key.stop, value) 315 def __getslice__(self, start, stop): 317 return self._values[start:stop] 319 def __setslice__(self, start, stop, values): 324 self._values[start:stop] = new_values 332 def __delslice__(self, start, stop): 334 del self._values[start:stop] 434 def __getslice__(self, start, stop): 436 return self._values[start:stop] 443 def __delslice__(self, start, stop) [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | vdec_1.c | 164 codec_ops->stop(sess); in vdec_1_stop() 214 goto stop; in vdec_1_start() 218 goto stop; in vdec_1_start() 237 stop: in vdec_1_start() 244 .stop = vdec_1_stop,
|
H A D | vdec_hevc.c | 124 codec_ops->stop(sess); in vdec_hevc_stop() 209 goto stop; in vdec_hevc_start() 213 goto stop; in vdec_hevc_start() 225 stop: in vdec_hevc_start() 232 .stop = vdec_hevc_stop,
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | vdec_hevc.c | 124 codec_ops->stop(sess); in vdec_hevc_stop() 209 goto stop; in vdec_hevc_start() 213 goto stop; in vdec_hevc_start() 225 stop: in vdec_hevc_start() 232 .stop = vdec_hevc_stop,
|