Lines Matching refs:integer
68 obj_args[0].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_ledctrl_by_port()
69 obj_args[0].integer.value = link; in hns_dsaf_acpi_ledctrl_by_port()
70 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_ledctrl_by_port()
71 obj_args[1].integer.value = port; in hns_dsaf_acpi_ledctrl_by_port()
72 obj_args[2].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_ledctrl_by_port()
73 obj_args[2].integer.value = act; in hns_dsaf_acpi_ledctrl_by_port()
97 obj_args[0].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_locate_ledctrl_by_port()
98 obj_args[0].integer.value = locate; in hns_dsaf_acpi_locate_ledctrl_by_port()
99 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_locate_ledctrl_by_port()
100 obj_args[1].integer.value = port; in hns_dsaf_acpi_locate_ledctrl_by_port()
260 obj_args[0].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_srst_by_port()
261 obj_args[0].integer.value = port_type; in hns_dsaf_acpi_srst_by_port()
262 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_srst_by_port()
263 obj_args[1].integer.value = port; in hns_dsaf_acpi_srst_by_port()
264 obj_args[2].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_srst_by_port()
265 obj_args[2].integer.value = val; in hns_dsaf_acpi_srst_by_port()
548 obj_args.integer.type = ACPI_TYPE_INTEGER; in hns_mac_get_phy_if_acpi()
549 obj_args.integer.value = mac_cb->mac_id; in hns_mac_get_phy_if_acpi()
562 phy_if = obj->integer.value ? in hns_mac_get_phy_if_acpi()
595 obj_args.integer.type = ACPI_TYPE_INTEGER; in hns_mac_get_sfp_prsnt_acpi()
596 obj_args.integer.value = mac_cb->mac_id; in hns_mac_get_sfp_prsnt_acpi()
609 *sfp_prsnt = obj->integer.value; in hns_mac_get_sfp_prsnt_acpi()
687 obj_args[0].integer.type = ACPI_TYPE_INTEGER; in hns_mac_config_sds_loopback_acpi()
688 obj_args[0].integer.value = mac_cb->mac_id; in hns_mac_config_sds_loopback_acpi()
689 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_mac_config_sds_loopback_acpi()
690 obj_args[1].integer.value = !!en; in hns_mac_config_sds_loopback_acpi()