Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/ccs/
Dccs-core.c1786 sensor->scaler->crop[CCS_PAD_SINK].left); in ccs_start_streaming()
1792 sensor->scaler->crop[CCS_PAD_SINK].top); in ccs_start_streaming()
1798 sensor->scaler->crop[CCS_PAD_SINK].width); in ccs_start_streaming()
1804 sensor->scaler->crop[CCS_PAD_SINK].height); in ccs_start_streaming()
2107 CCS_PAD_SINK); in ccs_get_crop_compose()
2124 comp->width = crops[CCS_PAD_SINK]->width; in ccs_propagate()
2125 comp->height = crops[CCS_PAD_SINK]->height; in ccs_propagate()
2317 crops[CCS_PAD_SINK]->width, sel->r.width, in ccs_set_compose_binner()
2318 crops[CCS_PAD_SINK]->height, sel->r.height, sel->flags); in ccs_set_compose_binner()
2323 crops[CCS_PAD_SINK]->width in ccs_set_compose_binner()
[all …]
Dccs.h186 #define CCS_PAD_SINK 0 macro