Symbol: isp_res_device
drivers/media/platform/ti/omap3isp/isp.h
209
struct isp_res_device isp_res;
drivers/media/platform/ti/omap3isp/ispresizer.c
1014
static void resizer_isr_buffer(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
1060
void omap3isp_resizer_isr(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
1091
struct isp_res_device *res = &video->isp->isp_res;
drivers/media/platform/ti/omap3isp/ispresizer.c
1134
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
117
__resizer_get_format(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
1228
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
1281
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
134
__resizer_get_crop(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
1354
static unsigned int resizer_max_in_width(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
1376
static void resizer_try_format(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
1423
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
1447
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
1484
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
1506
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
151
static void resizer_set_filters(struct isp_res_device *res, const u16 *h_coeff,
drivers/media/platform/ti/omap3isp/ispresizer.c
1551
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
1629
struct isp_res_device *res = v4l2_get_subdevdata(sd);
drivers/media/platform/ti/omap3isp/ispresizer.c
1678
void omap3isp_resizer_unregister_entities(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
1685
int omap3isp_resizer_register_entities(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
1720
static int resizer_init_entities(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
1785
struct isp_res_device *res = &isp->isp_res;
drivers/media/platform/ti/omap3isp/ispresizer.c
1796
struct isp_res_device *res = &isp->isp_res;
drivers/media/platform/ti/omap3isp/ispresizer.c
182
static void resizer_set_bilinear(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
200
static void resizer_set_ycpos(struct isp_res_device *res, u32 pixelcode)
drivers/media/platform/ti/omap3isp/ispresizer.c
226
static void resizer_set_phase(struct isp_res_device *res, u32 h_phase,
drivers/media/platform/ti/omap3isp/ispresizer.c
262
static void resizer_set_luma(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
288
static void resizer_set_source(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
308
static void resizer_set_ratio(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
352
static void resizer_set_output_size(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
374
static void resizer_set_output_offset(struct isp_res_device *res, u32 offset)
drivers/media/platform/ti/omap3isp/ispresizer.c
396
static void resizer_set_start(struct isp_res_device *res, u32 left, u32 top)
drivers/media/platform/ti/omap3isp/ispresizer.c
415
static void resizer_set_input_size(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
438
static void resizer_set_input_offset(struct isp_res_device *res, u32 offset)
drivers/media/platform/ti/omap3isp/ispresizer.c
450
static void resizer_set_intype(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
469
static void __resizer_set_inaddr(struct isp_res_device *res, u32 addr)
drivers/media/platform/ti/omap3isp/ispresizer.c
499
void omap3isp_resizer_max_rate(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
541
static void resizer_adjust_bandwidth(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
609
int omap3isp_resizer_busy(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
621
static void resizer_set_inaddr(struct isp_res_device *res, u32 addr)
drivers/media/platform/ti/omap3isp/ispresizer.c
638
static void resizer_set_outaddr(struct isp_res_device *res, u32 addr)
drivers/media/platform/ti/omap3isp/ispresizer.c
657
static void resizer_print_status(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
779
static void resizer_calc_ratios(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
910
static void resizer_set_crop_params(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.c
958
static void resizer_configure(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
991
static void resizer_enable_oneshot(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.c
999
void omap3isp_resizer_isr_frame_sync(struct isp_res_device *res)
drivers/media/platform/ti/omap3isp/ispresizer.h
121
int omap3isp_resizer_register_entities(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.h
123
void omap3isp_resizer_unregister_entities(struct isp_res_device *res);
drivers/media/platform/ti/omap3isp/ispresizer.h
124
void omap3isp_resizer_isr_frame_sync(struct isp_res_device *res);
drivers/media/platform/ti/omap3isp/ispresizer.h
125
void omap3isp_resizer_isr(struct isp_res_device *isp_res);
drivers/media/platform/ti/omap3isp/ispresizer.h
127
void omap3isp_resizer_max_rate(struct isp_res_device *res,
drivers/media/platform/ti/omap3isp/ispresizer.h
130
void omap3isp_resizer_suspend(struct isp_res_device *isp_res);
drivers/media/platform/ti/omap3isp/ispresizer.h
132
void omap3isp_resizer_resume(struct isp_res_device *isp_res);
drivers/media/platform/ti/omap3isp/ispresizer.h
134
int omap3isp_resizer_busy(struct isp_res_device *isp_res);