Home
last modified time | relevance | path

Searched refs:temp_desc (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/acpi/acpica/
Dexoparg1.c560 union acpi_operand_object *temp_desc; in acpi_ex_opcode_1A_0T_1R() local
605 temp_desc = operand[0]; in acpi_ex_opcode_1A_0T_1R()
606 if (ACPI_GET_DESCRIPTOR_TYPE(temp_desc) == in acpi_ex_opcode_1A_0T_1R()
611 acpi_ut_add_reference(temp_desc); in acpi_ex_opcode_1A_0T_1R()
622 &temp_desc, walk_state); in acpi_ex_opcode_1A_0T_1R()
638 temp_desc->integer.value + 1; in acpi_ex_opcode_1A_0T_1R()
641 temp_desc->integer.value - 1; in acpi_ex_opcode_1A_0T_1R()
646 acpi_ut_remove_reference(temp_desc); in acpi_ex_opcode_1A_0T_1R()
691 &temp_desc); in acpi_ex_opcode_1A_0T_1R()
713 value = temp_desc->string.length; in acpi_ex_opcode_1A_0T_1R()
[all …]
/Linux-v4.19/drivers/of/
Dirq.c484 struct of_intc_desc *desc, *temp_desc; in of_irq_init() local
528 list_for_each_entry_safe(desc, temp_desc, &intc_desc_list, list) { in of_irq_init()
568 list_for_each_entry_safe(desc, temp_desc, &intc_parent_list, list) { in of_irq_init()
573 list_for_each_entry_safe(desc, temp_desc, &intc_desc_list, list) { in of_irq_init()
/Linux-v4.19/drivers/usb/core/
Ddevio.c291 struct usb_device_descriptor temp_desc; in usbdev_read() local
293 memcpy(&temp_desc, &dev->descriptor, sizeof(dev->descriptor)); in usbdev_read()
294 le16_to_cpus(&temp_desc.bcdUSB); in usbdev_read()
295 le16_to_cpus(&temp_desc.idVendor); in usbdev_read()
296 le16_to_cpus(&temp_desc.idProduct); in usbdev_read()
297 le16_to_cpus(&temp_desc.bcdDevice); in usbdev_read()
302 if (copy_to_user(buf, ((char *)&temp_desc) + pos, len)) { in usbdev_read()
/Linux-v4.19/drivers/scsi/esas2r/
Datioctl.h933 char temp_desc[32]; member