Searched refs:new_desc (Results 1 – 4 of 4) sorted by relevance
/drivers/acpi/acpica/ |
D | exstore.c | 228 union acpi_operand_object *new_desc; in acpi_ex_store_object_to_index() local 257 new_desc = source_desc; in acpi_ex_store_object_to_index() 263 &new_desc, in acpi_ex_store_object_to_index() 281 *(index_desc->reference.where) = new_desc; in acpi_ex_store_object_to_index() 288 acpi_ut_add_reference(new_desc); in acpi_ex_store_object_to_index() 393 union acpi_operand_object *new_desc; in acpi_ex_store_object_to_node() local 459 &new_desc, walk_state); in acpi_ex_store_object_to_node() 464 if (new_desc != target_desc) { in acpi_ex_store_object_to_node() 475 acpi_ns_attach_object(node, new_desc, in acpi_ex_store_object_to_node() 476 new_desc->common.type); in acpi_ex_store_object_to_node() [all …]
|
D | exstoren.c | 196 union acpi_operand_object **new_desc, in acpi_ex_store_object_to_object() argument 212 acpi_ut_copy_iobject_to_iobject(actual_src_desc, new_desc, in acpi_ex_store_object_to_object() 240 *new_desc = source_desc; in acpi_ex_store_object_to_object() 296 *new_desc = dest_desc; in acpi_ex_store_object_to_object()
|
D | acinterp.h | 417 union acpi_operand_object **new_desc,
|
/drivers/usb/image/ |
D | microtek.c | 679 struct mts_desc * new_desc; in mts_usb_probe() local 738 new_desc = kzalloc(sizeof(struct mts_desc), GFP_KERNEL); in mts_usb_probe() 739 if (!new_desc) in mts_usb_probe() 742 new_desc->urb = usb_alloc_urb(0, GFP_KERNEL); in mts_usb_probe() 743 if (!new_desc->urb) in mts_usb_probe() 746 new_desc->context.scsi_status = kmalloc(1, GFP_KERNEL); in mts_usb_probe() 747 if (!new_desc->context.scsi_status) in mts_usb_probe() 750 new_desc->usb_dev = dev; in mts_usb_probe() 751 new_desc->usb_intf = intf; in mts_usb_probe() 754 new_desc->ep_out = ep_out; in mts_usb_probe() [all …]
|