Home
last modified time | relevance | path

Searched refs:stop (Results 501 - 525 of 3095) sorted by relevance

1...<<21222324252627282930>>...124

/kernel/linux/linux-5.10/fs/proc/
H A Dinterrupts.c33 .stop = int_seq_stop,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_blk.h17 * @stop: stop operation on last put
21 void (*stop)(struct dpu_hw_blk *); member
/kernel/linux/linux-5.10/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h63 int (*stop)(struct sd *sd); member
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_sensor.h67 /* Instructs the sensor to stop streaming */
68 int (*stop)(struct sd *sd); member
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_sensor.h67 /* Instructs the sensor to stop streaming */
68 int (*stop)(struct sd *sd); member
/kernel/linux/linux-6.6/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h63 int (*stop)(struct sd *sd); member
/kernel/linux/linux-6.6/fs/proc/
H A Dinterrupts.c33 .stop = int_seq_stop,
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack_timestamp.h13 u_int64_t stop; member
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h85 void stop(const char *errstring, int err_code);
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-i2c.h37 void (*stop)(const struct lws_i2c_ops *ctx); member
H A Dlws-bb-i2c.h44 .stop = lws_bb_i2c_stop, \
/third_party/mesa3d/src/freedreno/isa/
H A Disa.h64 bool stop; member
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dtimeout.py29 self.stop()
/third_party/node/deps/v8/tools/release/
H A Dscript_test.py48 cov.stop()
/third_party/node/deps/npm/node_modules/retry/example/
H A Dstop.js17 operation.stop();
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/
H A Dseq_file.h11 void (*stop) (struct seq_file *m, void *v); member
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
H A Dseq_file.h11 void (*stop) (struct seq_file *m, void *v); member
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/
H A Dbb-i2c.h30 .stop = lws_bb_i2c_stop, \
H A Di2c.h22 void (*stop)(struct lws_i2c_ops *ctx); member
/third_party/skia/src/core/
H A DSkStrokerPriv.h29 const SkPoint& stop,
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
H A DMegaDroneEngine.h51 void stop();
/third_party/skia/third_party/externals/angle2/util/
H A DTimer.cpp22 void Timer::stop() in stop() function in Timer
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dax88179_178a.c448 /* Configure RX control register => stop operation */ in ax88179_suspend()
1326 /* Configure RX control register => stop operation */ in ax88179_unbind()
1697 .stop = ax88179_stop,
1710 .stop = ax88179_stop,
1723 .stop = ax88179_stop,
1736 .stop = ax88179_stop,
1749 .stop = ax88179_stop,
1762 .stop = ax88179_stop,
1775 .stop = ax88179_stop,
1788 .stop
[all...]
/kernel/linux/linux-5.10/drivers/mtd/
H A Drfd_ftl.c484 int block, stop; in find_free_block() local
488 stop = block; in find_free_block()
501 } while (block != stop); in find_free_block()
587 int i, stop; in find_free_sector() local
589 i = stop = part->data_sectors_per_block - block->free_sectors; in find_free_sector()
599 while(i != stop); in find_free_sector()
/kernel/linux/linux-5.10/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()
726 /* 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

Completed in 10 milliseconds

1...<<21222324252627282930>>...124