Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dtwt.c25 * @setup_cmd: 0 == request, 1 == suggest, etc. Table 9-297
30 int mantissa, u8 min_twt, int setup_cmd, u64 twt, in wpas_twt_send_setup()
70 req_type |= (setup_cmd & 0x7) << 1; in wpas_twt_send_setup()
29 wpas_twt_send_setup(struct wpa_supplicant *wpa_s, u8 dtok, int exponent, int mantissa, u8 min_twt, int setup_cmd, u64 twt, bool requestor, bool trigger, bool implicit, bool flow_type, u8 flow_id, bool protection, u8 twt_channel, u8 control) wpas_twt_send_setup() argument
H A Dwpa_supplicant_i.h1720 int mantissa, u8 min_twt, int setup_cmd, u64 twt,
H A Dctrl_iface.c10503 int setup_cmd = 0;
10530 tok_s = os_strstr(cmd, " setup_cmd=");
10532 setup_cmd = atoi(tok_s + os_strlen(" setup_cmd="));
10571 setup_cmd, twt, requestor, trigger, implicit,
/third_party/glfw/tests/
H A Dtriangle-vulkan.c200 VkCommandBuffer setup_cmd; // Command Buffer for initialization commands member
291 if (demo->setup_cmd == VK_NULL_HANDLE) in demo_flush_init_cmd()
294 err = vkEndCommandBuffer(demo->setup_cmd); in demo_flush_init_cmd()
297 const VkCommandBuffer cmd_bufs[] = {demo->setup_cmd}; in demo_flush_init_cmd()
316 demo->setup_cmd = VK_NULL_HANDLE; in demo_flush_init_cmd()
327 if (demo->setup_cmd == VK_NULL_HANDLE) { in demo_set_image_layout()
336 err = vkAllocateCommandBuffers(demo->device, &cmd, &demo->setup_cmd); in demo_set_image_layout()
345 err = vkBeginCommandBuffer(demo->setup_cmd, &cmd_buf_info); in demo_set_image_layout()
385 vkCmdPipelineBarrier(demo->setup_cmd, src_stages, dest_stages, 0, 0, NULL, in demo_set_image_layout()
965 demo->setup_cmd, staging_textur in demo_prepare_textures()
[all...]

Completed in 23 milliseconds