Home
last modified time | relevance | path

Searched refs:hist (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/drivers/media/video/omap3isp/
Disphist.c39 #define HIST_USING_DMA(hist) ((hist)->dma_ch >= 0) argument
44 static void hist_reset_mem(struct ispstat *hist) in hist_reset_mem() argument
46 struct isp_device *isp = hist->isp; in hist_reset_mem()
47 struct omap3isp_hist_config *conf = hist->priv; in hist_reset_mem()
70 hist->wait_acc_frames = conf->num_acc_frames; in hist_reset_mem()
73 static void hist_dma_config(struct ispstat *hist) in hist_dma_config() argument
75 hist->dma_config.data_type = OMAP_DMA_DATA_TYPE_S32; in hist_dma_config()
76 hist->dma_config.sync_mode = OMAP_DMA_SYNC_ELEMENT; in hist_dma_config()
77 hist->dma_config.frame_count = 1; in hist_dma_config()
78 hist->dma_config.src_amode = OMAP_DMA_AMODE_CONSTANT; in hist_dma_config()
[all …]
/linux-3.4.99/arch/parisc/kernel/
Dirq.c200 int hist = action->cr16_hist[k]; in show_interrupts() local
202 if (hist) { in show_interrupts()
203 avg += hist; in show_interrupts()
207 if (hist > max) max = hist; in show_interrupts()
208 if (hist < min) min = hist; in show_interrupts()
/linux-3.4.99/drivers/net/wireless/ath/ath9k/
Dar9003_calib.c897 struct ath9k_rtt_hist *hist; in ar9003_hw_rtt_restore() local
905 hist = &ah->caldata->rtt_hist; in ar9003_hw_rtt_restore()
906 if (!hist->num_readings) in ar9003_hw_rtt_restore()
914 table = &hist->table[i][hist->num_readings][0]; in ar9003_hw_rtt_restore()
1073 struct ath9k_rtt_hist *hist = &caldata->rtt_hist; in ar9003_hw_init_cal() local
1074 if (is_reusable && (hist->num_readings < RTT_HIST_MAX)) { in ar9003_hw_init_cal()
1077 hist->num_readings++; in ar9003_hw_init_cal()
1081 table = &hist->table[i][hist->num_readings][0]; in ar9003_hw_init_cal()
/linux-3.4.99/fs/ocfs2/
Dioctl.c437 static void o2ffg_update_histogram(struct ocfs2_info_free_chunk_list *hist, in o2ffg_update_histogram() argument
446 hist->fc_chunks[index]++; in o2ffg_update_histogram()
447 hist->fc_clusters[index] += chunksize; in o2ffg_update_histogram()
/linux-3.4.99/fs/cachefiles/
Dinternal.h190 #define cachefiles_hist(hist, start_jif) do {} while (0) argument
/linux-3.4.99/fs/fscache/
Dinternal.h75 #define fscache_hist(hist, start_jif) do {} while (0) argument
/linux-3.4.99/Documentation/video4linux/
Domap3isp.txt221 omap3isp_[h3a_af/h3a_aewb/hist]_config.buf_size:
238 omap3isp_[h3a_af/h3a_aewb/hist]_config.config_counter:
/linux-3.4.99/drivers/net/wireless/ath/ath5k/
Dphy.c1554 struct ath5k_nfcal_hist *hist = &ah->ah_nfcal_hist; in ath5k_hw_update_nfcal_hist() local
1555 hist->index = (hist->index + 1) & (ATH5K_NF_CAL_HIST_MAX - 1); in ath5k_hw_update_nfcal_hist()
1556 hist->nfval[hist->index] = noise_floor; in ath5k_hw_update_nfcal_hist()
/linux-3.4.99/tools/perf/
DMakefile324 LIB_H += util/hist.h
391 LIB_OBJS += $(OUTPUT)util/hist.o