/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | hicamera_control.c | 84 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() 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() 211 switch(event_id) 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=%02x\n", __FUNCTION__, __LINE__, event_id, len, cmdtype); in h264_unit_control() 419 static uint32_t uvc_process_unit_contorl(void *buf, uint32_t len, uint32_t event_id, uint32_ 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 D | hicamera_control.h | 66 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);
|
H A D | f_uvc.c | 1853 ret = run_cmd_func(req->buf, req->xfrd, fuvc->event_id, UVC_RC_SETCUR, fuvc->unit_id); in fuvc_control_unit_callback() 1879 fuvc->event_id = w_value >> 8; in fuvc_handle_camera_control() 1909 fuvc->event_id = w_value >> 8; in fuvc_handle_process_control() 1946 fuvc->event_id = w_value >> 8; in fuvc_handle_ext_control() 1973 fuvc->event_id = w_value >> 8; in fuvc_handle_xu_hicamera_control()
|
H A D | f_uvc.h | 734 uint32_t event_id; member
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_spm.c | 97 cntr_sel->sel0 |= S_036700_PERF_SEL(counter->event_id) | in ac_spm_map_counter() 119 cntr_sel->sel0 |= S_037004_PERF_SEL(counter->event_id) | in ac_spm_map_counter() 124 cntr_sel->sel0 |= S_037004_PERF_SEL1(counter->event_id) | in ac_spm_map_counter() 128 cntr_sel->sel1 |= S_037008_PERF_SEL2(counter->event_id) | in ac_spm_map_counter() 132 cntr_sel->sel1 |= S_037008_PERF_SEL3(counter->event_id) | in ac_spm_map_counter() 179 if (info->event_id > block->b->selectors) { in ac_spm_add_counter() 189 counter->event_id = info->event_id; in ac_spm_add_counter()
|
H A D | ac_spm.h | 50 uint32_t event_id; member 68 uint32_t event_id; member
|
H A D | ac_rgp.c | 972 .event_index = spm_trace->counters[c].event_id, in ac_sqtt_dump_spm()
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/netdev/ |
H A D | wifi-esp32.c | 284 _event_handler_wifi(void *arg, esp_event_base_t event_base, int32_t event_id, in _event_handler_wifi() argument 290 switch (event_id) { in _event_handler_wifi() 312 wnd->inst.name, (int)event_id); in _event_handler_wifi() 340 _event_handler_ip(void *arg, esp_event_base_t event_base, int32_t event_id, in _event_handler_ip() argument 347 if (event_id == IP_EVENT_STA_GOT_IP) { in _event_handler_ip()
|
/third_party/mesa3d/src/intel/ds/ |
H A D | intel_driver_ds.h | 103 uint64_t event_id; member
|
H A D | intel_driver_ds.cc | 198 device->event_id = 0; in send_descriptors() 298 uint64_t evt_id = device->event_id++; in end_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_er.h | 91 unsigned int event_id; member
|
H A D | wps_er.c | 462 ap->er->event_id, ap->id, 1800); in wps_er_subscribe() 1192 unsigned int event_id; in wps_er_http_notify() local 1194 event_id = atoi(uri + 7); in wps_er_http_notify() 1195 if (event_id != er->event_id) { in wps_er_http_notify() 1197 "unknown event id %u", event_id); in wps_er_http_notify() 1266 if (os_get_random((unsigned char *) &er->event_id, in wps_er_init() 1267 sizeof(er->event_id)) < 0) { in wps_er_init() 1271 /* Limit event_id to < 32 bits to avoid issues with atoi() */ in wps_er_init() 1272 er->event_id in wps_er_init() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.h | 91 unsigned int event_id; member
|
H A D | wps_er.c | 462 ap->er->event_id, ap->id, 1800); in wps_er_subscribe() 1192 unsigned int event_id; in wps_er_http_notify() local 1194 event_id = atoi(uri + 7); in wps_er_http_notify() 1195 if (event_id != er->event_id) { in wps_er_http_notify() 1197 "unknown event id %u", event_id); in wps_er_http_notify() 1266 if (os_get_random((unsigned char *) &er->event_id, in wps_er_init() 1267 sizeof(er->event_id)) < 0) { in wps_er_init() 1271 /* Limit event_id to < 32 bits to avoid issues with atoi() */ in wps_er_init() 1272 er->event_id in wps_er_init() [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_x11.c | 939 xcb_present_event_t event_id; member 1900 cookie = xcb_present_select_input_checked(chain->conn, chain->event_id, in x11_swapchain_destroy() 2068 chain->event_id = xcb_generate_id(chain->conn); in x11_surface_create_swapchain() 2069 xcb_present_select_input(chain->conn, chain->event_id, chain->window, in x11_surface_create_swapchain() 2079 chain->event_id, NULL); in x11_surface_create_swapchain()
|