Searched refs:increment (Results 1 – 11 of 11) sorted by relevance
/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-impedance-analyzer-ad5933 | 11 Frequency increment in Hz (step size) between consecutive 29 after each frequency increment, and before the ADC is triggered
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 749 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/ |
D | Kconfig | 66 If your LCD seems to miss random writings, increment this.
|
/drivers/net/wireless/bcmdhd/ |
D | dhd_linux.c | 903 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()
|
D | dhd.h | 600 uint32 increment; /* Current expiration increment (usec) */ member
|
/drivers/video/ |
D | tdfxfb.c | 88 unsigned int type, char increment) in mtrr_add() argument
|
/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.reg | 489 * four bytes in succession. The SEQADDRs will increment after the most
|
/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 3241 * FIFO pointers increment with each read and write respectively 3457 * simply write four bytes in succession. OVLYADDR will increment after the
|
D | aic7xxx.reg | 625 * four bytes in succession. The SEQADDRs will increment after the most
|
D | aic79xx.seq | 778 * 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/ |
D | ipw2100.c | 2728 goto increment; in __ipw2100_rx_process() 2782 increment: in __ipw2100_rx_process()
|