Searched refs:stop_timeout (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-debug.c | 213 &debug->stop_timeout[RKISP1_MAINPATH]); in rkisp1_debug_init() 215 &debug->stop_timeout[RKISP1_SELFPATH]); in rkisp1_debug_init()
|
H A D | rkisp1-common.h | 430 * @stop_timeout: upon stream stop, the capture waits 1 second for the isr to stop 444 unsigned long stop_timeout[2]; member
|
H A D | rkisp1-capture.c | 929 cap->rkisp1->debug.stop_timeout[cap->id]++; in rkisp1_cap_stream_disable()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ataflop.c | 482 static inline void stop_timeout(void) in stop_timeout() function 876 stop_timeout(); in fd_calibrate_done() 924 stop_timeout(); in fd_seek_done() 1125 stop_timeout(); in fd_rwsec_done1() 1301 stop_timeout(); in fd_writetrack_done() 1372 stop_timeout(); in finish_fdc_done()
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
H A D | rkisp1-dev.c | 451 &debug->stop_timeout[RKISP1_MAINPATH]); in rkisp1_debug_init() 453 &debug->stop_timeout[RKISP1_SELFPATH]); in rkisp1_debug_init()
|
H A D | rkisp1-common.h | 318 * @stop_timeout: upon stream stop, the capture waits 1 second for the isr to stop 332 unsigned long stop_timeout[2]; member
|
H A D | rkisp1-capture.c | 907 cap->rkisp1->debug.stop_timeout[cap->id]++; in rkisp1_stream_stop()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ataflop.c | 495 static inline void stop_timeout(void) in stop_timeout() function 903 stop_timeout(); in fd_calibrate_done() 951 stop_timeout(); in fd_seek_done() 1152 stop_timeout(); in fd_rwsec_done1() 1329 stop_timeout(); in fd_writetrack_done() 1400 stop_timeout(); in finish_fdc_done()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A D | core.h | 263 int stop_timeout; /* in us */ member
|
H A D | core.c | 232 int n = dev->stop_timeout; in emac_tx_disable() 257 int n = dev->stop_timeout; in emac_rx_enable() 281 int n = dev->stop_timeout; in emac_rx_disable() 608 dev->stop_timeout = STOP_TIMEOUT_10; in emac_configure() 632 dev->stop_timeout = STOP_TIMEOUT_1000_JUMBO; in emac_configure() 634 dev->stop_timeout = STOP_TIMEOUT_1000; in emac_configure() 638 dev->stop_timeout = STOP_TIMEOUT_100; in emac_configure() 3156 dev->stop_timeout = STOP_TIMEOUT_100; in emac_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A D | core.h | 262 int stop_timeout; /* in us */ member
|
H A D | core.c | 234 int n = dev->stop_timeout; in emac_tx_disable() 259 int n = dev->stop_timeout; in emac_rx_enable() 283 int n = dev->stop_timeout; in emac_rx_disable() 610 dev->stop_timeout = STOP_TIMEOUT_10; in emac_configure() 634 dev->stop_timeout = STOP_TIMEOUT_1000_JUMBO; in emac_configure() 636 dev->stop_timeout = STOP_TIMEOUT_1000; in emac_configure() 640 dev->stop_timeout = STOP_TIMEOUT_100; in emac_configure() 3157 dev->stop_timeout = STOP_TIMEOUT_100; in emac_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 995 static unsigned long stop_timeout(const struct intel_engine_cs *engine) in stop_timeout() function 1027 1000, stop_timeout(engine), in intel_engine_stop_cs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_cs.c | 1590 static unsigned long stop_timeout(const struct intel_engine_cs *engine) in stop_timeout() function 1656 if (__intel_engine_stop_cs(engine, 1000, stop_timeout(engine))) { in intel_engine_stop_cs()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell-laptop.c | 1689 static DEVICE_ATTR(stop_timeout, S_IRUGO | S_IWUSR,
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
H A D | dell-laptop.c | 1706 static DEVICE_ATTR(stop_timeout, S_IRUGO | S_IWUSR,
|
Completed in 31 milliseconds