/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | cttimer.c | 23 void (*stop)(struct ct_timer_instance *); member 132 .stop = ct_systimer_stop, 271 /* start/stop the timer */ 324 .stop = ct_xfitimer_stop, 374 atimer->ops->stop(ti); in ct_timer_stop() 381 atimer->ops->stop(ti); /* to be sure */ in ct_timer_instance_free()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_i2c_nuvoton.c | 138 unsigned long stop = jiffies + chip->timeout_d; in i2c_nuvoton_get_burstcount() local 154 } while (time_before(jiffies, stop)); in i2c_nuvoton_get_burstcount() 187 unsigned long ten_msec, stop; in i2c_nuvoton_wait_for_stat() local 197 stop = jiffies + timeout; in i2c_nuvoton_wait_for_stat() 211 } while (time_before(jiffies, stop)); in i2c_nuvoton_wait_for_stat()
|
/kernel/linux/linux-6.6/drivers/dma/bestcomm/ |
H A D | bestcomm.c | 60 if (!bcom_eng->tdt[i].stop) { /* we use stop as a marker */ in bcom_task_alloc() 61 bcom_eng->tdt[i].stop = 0xfffffffful; /* dummy addr */ in bcom_task_alloc() 112 bcom_eng->tdt[tasknum].stop = 0; in bcom_task_alloc() 126 bcom_eng->tdt[tsk->tasknum].stop = 0; in bcom_task_free() 179 tdt->stop = start_pa + ((hdr->desc_size-1) * sizeof(u32)); in bcom_load_image()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | sk_storage_map.c | 35 static unsigned int stop; variable 40 return READ_ONCE(stop); in is_stopped() 261 WRITE_ONCE(stop, 1); in do_sk_storage_map_stress_free() 367 WRITE_ONCE(stop, 1); in do_sk_storage_map_stress_change() 388 WRITE_ONCE(stop, 1); in stop_handler()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | cttimer.c | 23 void (*stop)(struct ct_timer_instance *); member 132 .stop = ct_systimer_stop, 271 /* start/stop the timer */ 324 .stop = ct_xfitimer_stop, 374 atimer->ops->stop(ti); in ct_timer_stop() 381 atimer->ops->stop(ti); /* to be sure */ in ct_timer_instance_free()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 75 stop("Unable to strdup symbol name", EX_SOFTWARE); in symbol_create() 229 stop("symlist_add: Unable to malloc symbol_node", EX_SOFTWARE); in symlist_add() 250 stop("symlist_add: Invalid symbol type for sorting", in symlist_add() 391 stop("Unable to strdup symbol name", EX_SOFTWARE); in aic_print_reg_dump_end() 641 stop("symtable_dump: Invalid symbol type " in symtable_dump()
|
/third_party/curl/lib/ |
H A D | hsts.c | 304 bool *stop) in hsts_push() 329 *stop = (sc != CURLSTS_OK); in hsts_push() 407 bool stop; in Curl_hsts_save() local 409 result = hsts_push(data, &i, sts, &stop); in Curl_hsts_save() 410 if(result || stop) in Curl_hsts_save() 301 hsts_push(struct Curl_easy *data, struct curl_index *i, struct stsentry *sts, bool *stop) hsts_push() argument
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | html_printer.py | 346 lines[(r.start - 1):(r.stop - 1)], r.start): 407 stop = context.lineNum + AFTER_CONTEXT + 1 409 self.fileRange[context.filename] = range(start, stop) 414 min(start, oldRange.start), max(stop, oldRange.stop))
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get.c | 114 stop (const char *desc) in stop() function 229 stop (poll_flag == MHD_USE_POLL ? "internal poll" : in testInternalGet() 289 stop ((poll_flag & MHD_USE_POLL) ? "thread with poll" : in testMultithreadedGet() 349 stop (0 != (poll_flag & MHD_USE_POLL) ? "thread pool with poll" : in testMultithreadedPoolGet() 485 stop ("external select"); in testExternalGet()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | disableProfiler.js | 24 Comments out stateMgmtProfiler.[start, stop] calls. 27 Disable all stateMgmtProfiler.[start, stop] from a file.
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | checksum.h | 100 const unsigned int *stop = word + ihl; in ip_fast_csum() local 123 } while (word != stop); in ip_fast_csum()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-op-mode.h | 107 * interact with it. The driver layer typically calls the start and stop 115 * @stop: stop the op_mode. Must free all the memory allocated. 149 void (*stop)(struct iwl_op_mode *op_mode); member 184 op_mode->ops->stop(op_mode); in iwl_op_mode_stop()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | hif.h | 17 void (*stop)(struct ath11k_base *sc); member 36 sc->hif.ops->stop(sc); in ath11k_hif_stop()
|
/kernel/linux/linux-5.10/include/linux/mmc/ |
H A D | core.h | 134 struct mmc_command *stop; /* stop command */ member 148 struct mmc_command *stop; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | oprofile.h | 61 void (*stop)(void); member 173 unsigned int stop, unsigned int max);
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | cpus.py | 59 gdb.events.stop.disconnect(cpu_mask_invalidate) 73 gdb.events.stop.connect(cpu_mask_invalidate)
|
/kernel/linux/linux-5.10/lib/raid6/test/ |
H A D | test.c | 28 static void makedata(int start, int stop) in makedata() argument 32 for (i = start; i <= stop; i++) { in makedata()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_blk.c | 137 if (hw_blk->ops.stop) in dpu_hw_blk_put() 138 hw_blk->ops.stop(hw_blk); in dpu_hw_blk_put()
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.h | 143 .stop = hdcs_stop, 162 .stop = hdcs_stop,
|
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | vdec.h | 98 * @stop: mandatory call when the vdec needs to stop 106 int (*stop)(struct amvdec_session *sess); member 115 * @stop: mandatory call when the codec needs to stop 130 int (*stop)(struct amvdec_session *sess); member
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_hdcs.h | 143 .stop = hdcs_stop, 162 .stop = hdcs_stop,
|
/kernel/linux/linux-6.6/include/linux/mmc/ |
H A D | core.h | 134 struct mmc_command *stop; /* stop command */ member 148 struct mmc_command *stop; member
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | vdec.h | 100 * @stop: mandatory call when the vdec needs to stop 108 int (*stop)(struct amvdec_session *sess); member 117 * @stop: mandatory call when the codec needs to stop 133 int (*stop)(struct amvdec_session *sess); member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-op-mode.h | 51 * interact with it. The driver layer typically calls the start and stop 59 * @stop: stop the op_mode. Must free all the memory allocated. 94 void (*stop)(struct iwl_op_mode *op_mode); member 132 op_mode->ops->stop(op_mode); in iwl_op_mode_stop()
|
/kernel/linux/linux-6.6/lib/raid6/test/ |
H A D | test.c | 28 static void makedata(int start, int stop) in makedata() argument 32 for (i = start; i <= stop; i++) { in makedata()
|