Searched refs:hist (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/omap3isp/
H A Disphist.c39 #define HIST_USING_DMA(hist) ((hist)->dma_ch >= 0)
44 static void hist_reset_mem(struct ispstat *hist) argument
46 struct isp_device *isp = hist->isp;
47 struct omap3isp_hist_config *conf = hist->priv;
70 hist->wait_acc_frames = conf->num_acc_frames;
73 static void hist_dma_config(struct ispstat *hist) argument
75 hist->dma_config.data_type = OMAP_DMA_DATA_TYPE_S32;
76 hist->dma_config.sync_mode = OMAP_DMA_SYNC_ELEMENT;
77 hist
87 hist_setup_regs(struct ispstat *hist, void *priv) argument
165 hist_enable(struct ispstat *hist, int enable) argument
180 hist_busy(struct ispstat *hist) argument
188 struct ispstat *hist = data; local
205 hist_buf_dma(struct ispstat *hist) argument
228 hist_buf_pio(struct ispstat *hist) argument
269 hist_buf_process(struct ispstat *hist) argument
303 hist_validate_params(struct ispstat *hist, void *new_conf) argument
359 hist_comp_params(struct ispstat *hist, struct omap3isp_hist_config *user_cfg) argument
403 hist_set_params(struct ispstat *hist, void *new_conf) argument
473 struct ispstat *hist = &isp->isp_hist; local
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dar9003_calib.c897 struct ath9k_rtt_hist *hist; local
905 hist = &ah->caldata->rtt_hist;
906 if (!hist->num_readings)
914 table = &hist->table[i][hist->num_readings][0];
1070 struct ath9k_rtt_hist *hist = &caldata->rtt_hist; local
1071 if (is_reusable && (hist->num_readings < RTT_HIST_MAX)) {
1074 hist->num_readings++;
1078 table = &hist->table[i][hist
[all...]
/drivers/net/wireless/ath/ath5k/
H A Dphy.c1554 struct ath5k_nfcal_hist *hist = &ah->ah_nfcal_hist; local
1555 hist->index = (hist->index + 1) & (ATH5K_NF_CAL_HIST_MAX - 1);
1556 hist->nfval[hist->index] = noise_floor;

Completed in 80 milliseconds