Searched refs:csi (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/include/video/ |
D | imx-ipu-v3.h | 353 int ipu_csi_init_interface(struct ipu_csi *csi, 356 bool ipu_csi_is_interlaced(struct ipu_csi *csi); 357 void ipu_csi_get_window(struct ipu_csi *csi, struct v4l2_rect *w); 358 void ipu_csi_set_window(struct ipu_csi *csi, struct v4l2_rect *w); 359 void ipu_csi_set_downsize(struct ipu_csi *csi, bool horiz, bool vert); 360 void ipu_csi_set_test_generator(struct ipu_csi *csi, bool active, 363 int ipu_csi_set_mipi_datatype(struct ipu_csi *csi, u32 vc, 365 int ipu_csi_set_skip_smfc(struct ipu_csi *csi, u32 skip, 367 int ipu_csi_set_dest(struct ipu_csi *csi, enum ipu_csi_dest csi_dest); 368 int ipu_csi_enable(struct ipu_csi *csi); [all …]
|
/linux-4.19.296/drivers/uwb/ |
D | allocator.c | 31 for (col = ci->csi.start_col; col < UWB_NUM_ZONES; col += ci->csi.interval) { in uwb_rsv_fill_column_alloc() 33 safe_mas = ci->csi.safe_mas_per_col; in uwb_rsv_fill_column_alloc() 34 unsafe_mas = ci->csi.unsafe_mas_per_col; in uwb_rsv_fill_column_alloc() 141 struct uwb_rsv_col_set_info *csi = &ci->csi; in uwb_rsv_find_best_column_set() local 180 csi->start_col = tmp_csi.start_col; in uwb_rsv_find_best_column_set() 186 csi->start_col = tmp_csi.start_col; in uwb_rsv_find_best_column_set() 192 csi->interval = interval; in uwb_rsv_find_best_column_set() 193 csi->safe_mas_per_col = num_safe_mas; in uwb_rsv_find_best_column_set() 194 csi->unsafe_mas_per_col = num_unsafe_mas; in uwb_rsv_find_best_column_set()
|
D | uwb-internal.h | 148 struct uwb_rsv_col_set_info csi; member
|
/linux-4.19.296/drivers/edac/ |
D | synopsys_edac.c | 362 struct csrow_info *csi; in synps_edac_init_csrows() local 369 csi = mci->csrows[row]; in synps_edac_init_csrows() 372 for (j = 0; j < csi->nr_channels; j++) { in synps_edac_init_csrows() 373 dimm = csi->channels[j]->dimm; in synps_edac_init_csrows() 376 dimm->nr_pages = (size >> PAGE_SHIFT) / csi->nr_channels; in synps_edac_init_csrows()
|
D | ppc4xx_edac.c | 924 struct csrow_info *csi = mci->csrows[row]; in ppc4xx_edac_init_csrows() local 976 for (j = 0; j < csi->nr_channels; j++) { in ppc4xx_edac_init_csrows() 977 struct dimm_info *dimm = csi->channels[j]->dimm; in ppc4xx_edac_init_csrows() 979 dimm->nr_pages = nr_pages / csi->nr_channels; in ppc4xx_edac_init_csrows()
|
/linux-4.19.296/drivers/clk/imx/ |
D | clk-imx31.c | 53 per_div, per, csi, fir, csi_div, usb_div_pre, usb_div_post, fir_div_pre, enumerator 91 clk[csi] = imx_clk_mux("csi_sel", base + MXC_CCM_CCMR, 25, 1, csi_sel, ARRAY_SIZE(csi_sel)); in _mx31_clocks_init() 140 clk_set_parent(clk[csi], clk[upll]); in _mx31_clocks_init()
|