Searched refs:data_desc (Results 1 – 6 of 6) sorted by relevance
350 union acpi_operand_object *data_desc; in acpi_ns_attach_data() local368 data_desc = acpi_ut_create_internal_object(ACPI_TYPE_LOCAL_DATA); in acpi_ns_attach_data()369 if (!data_desc) { in acpi_ns_attach_data()373 data_desc->data.handler = handler; in acpi_ns_attach_data()374 data_desc->data.pointer = data; in acpi_ns_attach_data()379 prev_obj_desc->common.next_object = data_desc; in acpi_ns_attach_data()381 node->object = data_desc; in acpi_ns_attach_data()
335 const struct usb_host_interface *data_desc; in usbpn_probe() local362 data_desc = data_intf->altsetting + 1; in usbpn_probe()366 data_desc = data_intf->altsetting; in usbpn_probe()385 if (usb_pipein(data_desc->endpoint[0].desc.bEndpointAddress)) { in usbpn_probe()387 data_desc->endpoint[0].desc.bEndpointAddress); in usbpn_probe()389 data_desc->endpoint[1].desc.bEndpointAddress); in usbpn_probe()392 data_desc->endpoint[1].desc.bEndpointAddress); in usbpn_probe()394 data_desc->endpoint[0].desc.bEndpointAddress); in usbpn_probe()396 pnd->active_setting = data_desc - data_intf->altsetting; in usbpn_probe()
971 struct uni_data_desc *data_desc; in qlcnic_get_bootld_offs() local973 data_desc = qlcnic_get_data_desc(adapter, QLCNIC_UNI_DIR_SECT_BOOTLD, in qlcnic_get_bootld_offs()977 offs = le32_to_cpu(data_desc->findex); in qlcnic_get_bootld_offs()986 struct uni_data_desc *data_desc; in qlcnic_get_fw_offs() local988 data_desc = qlcnic_get_data_desc(adapter, QLCNIC_UNI_DIR_SECT_FW, in qlcnic_get_fw_offs()991 offs = le32_to_cpu(data_desc->findex); in qlcnic_get_fw_offs()998 struct uni_data_desc *data_desc; in qlcnic_get_fw_size() local1001 data_desc = qlcnic_get_data_desc(adapter, QLCNIC_UNI_DIR_SECT_FW, in qlcnic_get_fw_size()1005 return le32_to_cpu(data_desc->size); in qlcnic_get_fw_size()
229 struct dma_async_tx_descriptor *data_desc; member1214 host->dma.data_desc = desc; in atmci_prepare_data_dma()1246 struct dma_async_tx_descriptor *desc = host->dma.data_desc; in atmci_submit_data_dma()
124 struct dma_async_tx_descriptor *data_desc; member
2519 void *data_desc) in rbd_img_request_fill() argument2532 (int)type, data_desc); in rbd_img_request_fill()2540 bio_list = data_desc; in rbd_img_request_fill()2544 pages = data_desc; in rbd_img_request_fill()