Lines Matching defs:buf
84 int run_cmd_func(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype, uint32_t cmd_id)
108 ret = (int)cmd_cb->uvc_control_func(buf, len, event_id, cmdtype);
172 static uint32_t camera_unit_control_sample(void *buf, uint32_t len, uint32_t cmdtype)
174 uint8_t *data = (uint8_t *)buf;
205 static uint32_t hicamera_unit_control(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype)
223 ret = camera_unit_control_sample(buf, len, cmdtype);
230 static uint32_t h264_unit_control(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype)
233 uint8_t *data = (uint8_t *)buf;
283 static uint32_t sample_uvc_pu_brightness_ctrl(void *buf, uint32_t len, uint32_t cmdtype)
286 uint8_t *data = (uint8_t *)buf;
358 static uint32_t sample_uvc_pu_contrast_ctrl(void *buf, uint32_t len, uint32_t cmdtype)
361 uint8_t *data = (uint8_t *)buf;
419 static uint32_t uvc_process_unit_contorl(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype)
434 ret = sample_uvc_pu_brightness_ctrl(buf, len, cmdtype);
438 ret = sample_uvc_pu_contrast_ctrl(buf, len, cmdtype);
496 static uint32_t camera_terminal_unit_contorl(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype)
498 (void)buf;