Home
last modified time | relevance | path

Searched refs:cmdtype (Results 1 - 4 of 4) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
H A Dhicamera_control.c84 int run_cmd_func(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype, uint32_t cmd_id) in run_cmd_func() argument
108 ret = (int)cmd_cb->uvc_control_func(buf, len, event_id, cmdtype); in run_cmd_func()
172 static uint32_t camera_unit_control_sample(void *buf, uint32_t len, uint32_t cmdtype) in camera_unit_control_sample() argument
179 switch (cmdtype) in camera_unit_control_sample()
205 static uint32_t hicamera_unit_control(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype) in hicamera_unit_control() argument
209 PRINT_INFO("%s %d, event_id=%u, len=%u, cmdtype=%02x\n", __FUNCTION__, __LINE__, event_id, len, cmdtype); in hicamera_unit_control()
223 ret = camera_unit_control_sample(buf, len, cmdtype); in hicamera_unit_control()
230 static uint32_t h264_unit_control(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype) in h264_unit_control() argument
235 PRINT_INFO("%s %d, event_id=%u, len=%u, cmdtype in h264_unit_control()
283 sample_uvc_pu_brightness_ctrl(void *buf, uint32_t len, uint32_t cmdtype) sample_uvc_pu_brightness_ctrl() argument
358 sample_uvc_pu_contrast_ctrl(void *buf, uint32_t len, uint32_t cmdtype) sample_uvc_pu_contrast_ctrl() argument
419 uvc_process_unit_contorl(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype) uvc_process_unit_contorl() argument
496 camera_terminal_unit_contorl(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype) camera_terminal_unit_contorl() argument
[all...]
H A Dhicamera_control.h66 typedef uint32_t (*camera_control_func)(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype);
77 extern int run_cmd_func(void *buf, uint32_t len, uint32_t event_id, uint32_t cmdtype, uint32_t cmd_id);
/third_party/curl/tests/
H A Drunner.pm825 my $cmdtype = $cmdhash{'type'} || "default";
827 if($cmdtype eq "perl") {
834 elsif($cmdtype eq "shell") {
H A Druntests.pl1632 my $cmdtype = $cmdhash{'type'} || "default";
1634 if(!$cmdtype eq "perl");

Completed in 6 milliseconds