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 D | twt.c | 25 * @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 D | wpa_supplicant_i.h | 1720 int mantissa, u8 min_twt, int setup_cmd, u64 twt,
|
H A D | ctrl_iface.c | 10503 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 D | triangle-vulkan.c | 200 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 19 milliseconds