Searched refs:temp_desc (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | exoparg1.c | 560 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | irq.c | 483 struct of_intc_desc *desc, *temp_desc; in of_irq_init() local 527 list_for_each_entry_safe(desc, temp_desc, &intc_desc_list, list) { in of_irq_init() 567 list_for_each_entry_safe(desc, temp_desc, &intc_parent_list, list) { in of_irq_init() 572 list_for_each_entry_safe(desc, temp_desc, &intc_desc_list, list) { in of_irq_init()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/ |
| H A D | aw_init.c | 502 aw_pa->temp_desc.reg = AW_PID_2049_TEMP_REG; in aw883xx_dev_init() 503 aw_pa->temp_desc.sign_mask = AW_PID_2049_TEMP_SIGN_MASK; in aw883xx_dev_init() 504 aw_pa->temp_desc.neg_mask = AW_PID_2049_TEMP_NEG_MASK; in aw883xx_dev_init()
|
| H A D | aw_device.h | 462 struct aw_temperature_desc temp_desc; member
|
| H A D | aw_monitor.c | 78 struct aw_temperature_desc *desc = &aw_dev->temp_desc; in aw_monitor_get_chip_temperature()
|
| /OK3568_Linux_fs/kernel/drivers/usb/core/ |
| H A D | devio.c | 310 struct usb_device_descriptor temp_desc; in usbdev_read() local 312 memcpy(&temp_desc, &dev->descriptor, sizeof(dev->descriptor)); in usbdev_read() 313 le16_to_cpus(&temp_desc.bcdUSB); in usbdev_read() 314 le16_to_cpus(&temp_desc.idVendor); in usbdev_read() 315 le16_to_cpus(&temp_desc.idProduct); in usbdev_read() 316 le16_to_cpus(&temp_desc.bcdDevice); in usbdev_read() 321 if (copy_to_user(buf, ((char *)&temp_desc) + pos, len)) { in usbdev_read()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/esas2r/ |
| H A D | atioctl.h | 933 char temp_desc[32]; member
|