Home
last modified time | relevance | path

Searched refs:stop_timeout (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dell-laptop47 What: /sys/class/leds/dell::kbd_backlight/stop_timeout
65 echo 10m > /sys/class/leds/dell::kbd_backlight/stop_timeout
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-debug.c217 &debug->stop_timeout[RKISP1_MAINPATH]); in rkisp1_debug_init()
219 &debug->stop_timeout[RKISP1_SELFPATH]); in rkisp1_debug_init()
/linux/drivers/block/
H A Dataflop.c495 static inline void stop_timeout(void) in stop_timeout() function
904 stop_timeout(); in fd_calibrate_done()
952 stop_timeout(); in fd_seek_done()
1153 stop_timeout(); in fd_rwsec_done1()
1330 stop_timeout(); in fd_writetrack_done()
1401 stop_timeout(); in finish_fdc_done()
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.h258 int stop_timeout; /* in us */ member
H A Dcore.c225 int n = dev->stop_timeout; in emac_tx_disable()
250 int n = dev->stop_timeout; in emac_rx_enable()
274 int n = dev->stop_timeout; in emac_rx_disable()
601 dev->stop_timeout = STOP_TIMEOUT_10; in emac_configure()
625 dev->stop_timeout = STOP_TIMEOUT_1000_JUMBO; in emac_configure()
627 dev->stop_timeout = STOP_TIMEOUT_1000; in emac_configure()
631 dev->stop_timeout = STOP_TIMEOUT_100; in emac_configure()
3114 dev->stop_timeout = STOP_TIMEOUT_100; in emac_probe()