Home
last modified time | relevance | path

Searched refs:increment (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-impedance-analyzer-ad593311 Frequency increment in Hz (step size) between consecutive
29 after each frequency increment, and before the ADC is triggered
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c749 unsigned num_clips, int increment) in do_dmabuf_dirty_ldu() argument
767 for (i = 0; i < num_clips; i++, clips += increment) { in do_dmabuf_dirty_ldu()
828 unsigned num_clips, int increment, in do_dmabuf_dirty_sou() argument
865 for (i = 0; i < num_clips; i++, clips_ptr += increment) { in do_dmabuf_dirty_sou()
930 int ret, increment = 1; in vmw_framebuffer_dmabuf_dirty() local
944 increment = 2; in vmw_framebuffer_dmabuf_dirty()
950 clips, num_clips, increment); in vmw_framebuffer_dmabuf_dirty()
954 clips, num_clips, increment, NULL); in vmw_framebuffer_dmabuf_dirty()
/drivers/auxdisplay/
DKconfig66 If your LCD seems to miss random writings, increment this.
/drivers/net/wireless/bcmdhd/
Ddhd_linux.c903 tmo->increment = 0; in dhd_timeout_start()
912 if (tmo->increment == 0) { in dhd_timeout_expired()
913 tmo->increment = 1; in dhd_timeout_expired()
921 tmo->elapsed += tmo->increment; in dhd_timeout_expired()
923 if (tmo->increment < tmo->tick) { in dhd_timeout_expired()
924 OSL_DELAY(tmo->increment); in dhd_timeout_expired()
925 tmo->increment *= 2; in dhd_timeout_expired()
926 if (tmo->increment > tmo->tick) in dhd_timeout_expired()
927 tmo->increment = tmo->tick; in dhd_timeout_expired()
Ddhd.h600 uint32 increment; /* Current expiration increment (usec) */ member
/drivers/video/
Dtdfxfb.c88 unsigned int type, char increment) in mtrr_add() argument
/drivers/scsi/aic7xxx_old/
Daic7xxx.reg489 * four bytes in succession. The SEQADDRs will increment after the most
/drivers/scsi/aic7xxx/
Daic79xx.reg3241 * FIFO pointers increment with each read and write respectively
3457 * simply write four bytes in succession. OVLYADDR will increment after the
Daic7xxx.reg625 * four bytes in succession. The SEQADDRs will increment after the most
Daic79xx.seq778 * Clear this target's execution tail and increment the queue.
2177 * We increment the count here to make the nonpkt handler
/drivers/net/wireless/ipw2x00/
Dipw2100.c2728 goto increment; in __ipw2100_rx_process()
2782 increment: in __ipw2100_rx_process()