Lines Matching refs:integer

64 	obj_args[0].integer.type = ACPI_TYPE_INTEGER;  in hns_dsaf_acpi_ledctrl_by_port()
65 obj_args[0].integer.value = link; in hns_dsaf_acpi_ledctrl_by_port()
66 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_ledctrl_by_port()
67 obj_args[1].integer.value = port; in hns_dsaf_acpi_ledctrl_by_port()
68 obj_args[2].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_ledctrl_by_port()
69 obj_args[2].integer.value = act; in hns_dsaf_acpi_ledctrl_by_port()
93 obj_args[0].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_locate_ledctrl_by_port()
94 obj_args[0].integer.value = locate; in hns_dsaf_acpi_locate_ledctrl_by_port()
95 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_locate_ledctrl_by_port()
96 obj_args[1].integer.value = port; in hns_dsaf_acpi_locate_ledctrl_by_port()
256 obj_args[0].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_srst_by_port()
257 obj_args[0].integer.value = port_type; in hns_dsaf_acpi_srst_by_port()
258 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_srst_by_port()
259 obj_args[1].integer.value = port; in hns_dsaf_acpi_srst_by_port()
260 obj_args[2].integer.type = ACPI_TYPE_INTEGER; in hns_dsaf_acpi_srst_by_port()
261 obj_args[2].integer.value = val; in hns_dsaf_acpi_srst_by_port()
550 obj_args.integer.type = ACPI_TYPE_INTEGER; in hns_mac_get_phy_if_acpi()
551 obj_args.integer.value = mac_cb->mac_id; in hns_mac_get_phy_if_acpi()
564 phy_if = obj->integer.value ? in hns_mac_get_phy_if_acpi()
597 obj_args.integer.type = ACPI_TYPE_INTEGER; in hns_mac_get_sfp_prsnt_acpi()
598 obj_args.integer.value = mac_cb->mac_id; in hns_mac_get_sfp_prsnt_acpi()
611 *sfp_prsnt = obj->integer.value; in hns_mac_get_sfp_prsnt_acpi()
690 obj_args[0].integer.type = ACPI_TYPE_INTEGER; in hns_mac_config_sds_loopback_acpi()
691 obj_args[0].integer.value = mac_cb->mac_id; in hns_mac_config_sds_loopback_acpi()
692 obj_args[1].integer.type = ACPI_TYPE_INTEGER; in hns_mac_config_sds_loopback_acpi()
693 obj_args[1].integer.value = en; in hns_mac_config_sds_loopback_acpi()