Home
last modified time | relevance | path

Searched refs:create_info (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/package/vkmark/
H A D0002-kms-Drop-dependency-on-vkCreateDmaBufImageINTEL.patch116 - VkDmaBufImageCreateInfo create_info{};
117 - create_info.sType = static_cast<VkStructureType>(VK_STRUCTURE_TYPE_DMA_BUF_IMAGE_CREATE_IN…
118 - create_info.fd = fd;
119 - create_info.format = static_cast<VkFormat>(vk_image_format);
120 - create_info.extent = {vk_extent.width, vk_extent.height, 1};
121 - create_info.strideInBytes = stride;
141 + VkImageCreateInfo create_info{};
142 + create_info = {
166 &create_info,
/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dcore.c185 struct hci_create_pipe_resp *create_info; in nfc_hci_cmd_received() local
205 create_info = (struct hci_create_pipe_resp *)skb->data; in nfc_hci_cmd_received()
207 if (create_info->pipe >= NFC_HCI_MAX_PIPES) { in nfc_hci_cmd_received()
217 hdev->gate2pipe[create_info->dest_gate] = create_info->pipe; in nfc_hci_cmd_received()
218 hdev->pipes[create_info->pipe].gate = create_info->dest_gate; in nfc_hci_cmd_received()
219 hdev->pipes[create_info->pipe].dest_host = in nfc_hci_cmd_received()
220 create_info->src_host; in nfc_hci_cmd_received()
/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Dhci.c288 struct nci_hci_create_pipe_resp *create_info; in nci_hci_cmd_received() local
300 create_info = (struct nci_hci_create_pipe_resp *)skb->data; in nci_hci_cmd_received()
301 dest_gate = create_info->dest_gate; in nci_hci_cmd_received()
302 new_pipe = create_info->pipe; in nci_hci_cmd_received()
316 create_info->src_host; in nci_hci_cmd_received()
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0005-bison_3_breaks_mysql_server_build.patch195 if ((lex->create_info.used_fields & HA_CREATE_USED_ENGINE) &&
196 !lex->create_info.db_type)
198 - lex->create_info.db_type= ha_default_handlerton(YYTHD);
200 + lex->create_info.db_type= ha_default_handlerton(thd);
204 ha_resolve_storage_engine_name(lex->create_info.db_type),
560 Lex->create_info.db_type= $3;
564 Lex->create_info.used_fields|= HA_CREATE_USED_ENGINE;
2390 if (!(lex->create_info.db_type=
2404 if (!(lex->create_info.db_type=
2449 lex->create_info.storage_media= HA_SM_DEFAULT;
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daacraid.h2237 struct creation_info create_info; /* if applicable */ member