Home
last modified time | relevance | path

Searched refs:CCS_PAD_SINK (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/media/i2c/ccs/
Dccs-core.c1788 sensor->scaler->crop[CCS_PAD_SINK].left); in ccs_start_streaming()
1794 sensor->scaler->crop[CCS_PAD_SINK].top); in ccs_start_streaming()
1800 sensor->scaler->crop[CCS_PAD_SINK].width); in ccs_start_streaming()
1806 sensor->scaler->crop[CCS_PAD_SINK].height); in ccs_start_streaming()
2109 CCS_PAD_SINK); in ccs_get_crop_compose()
2126 comp->width = crops[CCS_PAD_SINK]->width; in ccs_propagate()
2127 comp->height = crops[CCS_PAD_SINK]->height; in ccs_propagate()
2319 crops[CCS_PAD_SINK]->width, sel->r.width, in ccs_set_compose_binner()
2320 crops[CCS_PAD_SINK]->height, sel->r.height, sel->flags); in ccs_set_compose_binner()
2325 crops[CCS_PAD_SINK]->width in ccs_set_compose_binner()
[all …]
Dccs.h186 #define CCS_PAD_SINK 0 macro