/kernel/linux/linux-5.10/fs/proc/ |
H A D | interrupts.c | 33 .stop = int_seq_stop,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_blk.h | 17 * @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 D | m5602_sensor.h | 63 int (*stop)(struct sd *sd); member
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_sensor.h | 67 /* 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 D | stv06xx_sensor.h | 67 /* 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 D | m5602_sensor.h | 63 int (*stop)(struct sd *sd); member
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | interrupts.c | 33 .stop = int_seq_stop,
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_conntrack_timestamp.h | 13 u_int64_t stop; member
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.h | 85 void stop(const char *errstring, int err_code);
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-i2c.h | 37 void (*stop)(const struct lws_i2c_ops *ctx); member
|
H A D | lws-bb-i2c.h | 44 .stop = lws_bb_i2c_stop, \
|
/third_party/mesa3d/src/freedreno/isa/ |
H A D | isa.h | 64 bool stop; member
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | timeout.py | 29 self.stop()
|
/third_party/node/deps/v8/tools/release/ |
H A D | script_test.py | 48 cov.stop()
|
/third_party/node/deps/npm/node_modules/retry/example/ |
H A D | stop.js | 17 operation.stop();
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/kinclude/linux/ |
H A D | seq_file.h | 11 void (*stop) (struct seq_file *m, void *v); member
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/ |
H A D | seq_file.h | 11 void (*stop) (struct seq_file *m, void *v); member
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | bb-i2c.h | 30 .stop = lws_bb_i2c_stop, \
|
H A D | i2c.h | 22 void (*stop)(struct lws_i2c_ops *ctx); member
|
/third_party/skia/src/core/ |
H A D | SkStrokerPriv.h | 29 const SkPoint& stop,
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
H A D | MegaDroneEngine.h | 51 void stop();
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | Timer.cpp | 22 void Timer::stop() in stop() function in Timer
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | ax88179_178a.c | 448 /* 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 D | rfd_ftl.c | 484 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 D | cx18-fileops.c | 260 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
|