Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/linux/drivers/acpi/acpica/
H A Dnsprepkg.c21 const union acpi_predefined_info *package,
55 const union acpi_predefined_info *package; in acpi_ns_check_package() local
66 package = info->predefined + 1; in acpi_ns_check_package()
70 info->full_pathname, package->ret_info.type, in acpi_ns_check_package()
71 return_object->package.count)); in acpi_ns_check_package()
77 acpi_ns_remove_null_elements(info, package->ret_info.type, in acpi_ns_check_package()
82 elements = return_object->package.elements; in acpi_ns_check_package()
83 count = return_object->package.count; in acpi_ns_check_package()
90 if (package->ret_info.type == ACPI_PTYPE1_VAR) { in acpi_ns_check_package()
107 switch (package->ret_info.type) { in acpi_ns_check_package()
[all …]
H A Ddspkginit.c98 obj_desc->package.node = parent->common.node; in acpi_ds_build_internal_package_obj()
101 if (obj_desc->package.flags & AOPOBJ_DATA_VALID) { /* Just in case */ in acpi_ds_build_internal_package_obj()
111 if (!obj_desc->package.elements) { in acpi_ds_build_internal_package_obj()
112 obj_desc->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size) in acpi_ds_build_internal_package_obj()
119 if (!obj_desc->package.elements) { in acpi_ds_build_internal_package_obj()
124 obj_desc->package.count = element_count; in acpi_ds_build_internal_package_obj()
139 obj_desc->package.aml_start = walk_state->aml; in acpi_ds_build_internal_package_obj()
140 obj_desc->package.aml_length = 0; in acpi_ds_build_internal_package_obj()
191 package. in acpi_ds_build_internal_package_obj()
196 obj_desc->package.elements[i] = in acpi_ds_build_internal_package_obj()
[all …]
H A Dnsrepair2.c366 element_ptr = return_object->package.elements; in acpi_ns_repair_CID()
367 for (i = 0; i < return_object->package.count; i++) { in acpi_ns_repair_CID()
425 outer_element_count = return_object->package.count - 1; in acpi_ns_repair_CST()
428 outer_elements = &return_object->package.elements[i + 1]; in acpi_ns_repair_CST()
431 if ((*outer_elements)->package.count == 0) { in acpi_ns_repair_CST()
441 obj_desc = (*outer_elements)->package.elements[1]; /* Index1 = Type */ in acpi_ns_repair_CST()
462 obj_desc = return_object->package.elements[0]; in acpi_ns_repair_CST()
590 top_object_list = package_object->package.elements; in acpi_ns_repair_PRT()
591 element_count = package_object->package.count; in acpi_ns_repair_PRT()
597 sub_object_list = sub_package->package.elements; in acpi_ns_repair_PRT()
[all …]
H A Dutcopy.c228 package.elements[this_index]; in acpi_ut_copy_ielement_to_eelement()
249 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
250 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement()
264 package.count * in acpi_ut_copy_ielement_to_eelement()
323 external_object->package.count = internal_object->package.count; in acpi_ut_copy_ipackage_to_epackage()
324 external_object->package.elements = in acpi_ut_copy_ipackage_to_epackage()
331 info.length += (acpi_size)external_object->package.count * in acpi_ut_copy_ipackage_to_epackage()
333 info.free_space += external_object->package.count * in acpi_ut_copy_ipackage_to_epackage()
554 acpi_ut_create_package_object(external_object->package.count); in acpi_ut_copy_epackage_to_ipackage()
559 package_elements = package_object->package.elements; in acpi_ut_copy_epackage_to_ipackage()
[all …]
/linux/drivers/acpi/
H A Dpfr_update.c136 if (out_obj->package.count < CAP_NR_IDX || in query_capability()
137 out_obj->package.elements[CAP_STATUS_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
138 out_obj->package.elements[CAP_UPDATE_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
139 out_obj->package.elements[CAP_CODE_TYPE_IDX].type != ACPI_TYPE_BUFFER || in query_capability()
140 out_obj->package.elements[CAP_FW_VER_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
141 out_obj->package.elements[CAP_CODE_RT_VER_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
142 out_obj->package.elements[CAP_DRV_TYPE_IDX].type != ACPI_TYPE_BUFFER || in query_capability()
143 out_obj->package.elements[CAP_DRV_RT_VER_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
144 out_obj->package.elements[CAP_DRV_SVN_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
145 out_obj->package.elements[CAP_PLAT_ID_IDX].type != ACPI_TYPE_BUFFER || in query_capability()
[all …]
H A Dproperty.c96 dn->name = link->package.elements[0].string.pointer; in acpi_nondev_subnode_extract()
161 status = acpi_get_handle(scope, link->package.elements[1].string.pointer, in acpi_nondev_subnode_ok()
191 for (i = 0; i < links->package.count; i++) { in acpi_add_nondev_subnodes()
195 link = &links->package.elements[i]; in acpi_add_nondev_subnodes()
197 if (link->package.count != 2) in acpi_add_nondev_subnodes()
201 if (link->package.elements[0].type != ACPI_TYPE_STRING) in acpi_add_nondev_subnodes()
205 switch (link->package.elements[1].type) { in acpi_add_nondev_subnodes()
233 link->package.elements[0].string.pointer); in acpi_add_nondev_subnodes()
234 desc = &link->package.elements[1]; in acpi_add_nondev_subnodes()
245 link->package.elements[0].string.pointer); in acpi_add_nondev_subnodes()
[all …]
H A Dacpi_adxl.c50 if (obj->package.count != 2) { in adxl_dsm()
51 pr_info("Bad pkg count %d\n", obj->package.count); in adxl_dsm()
55 o = obj->package.elements; in adxl_dsm()
65 o = obj->package.elements + 1; in adxl_dsm()
112 argv4[0].package.count = 1; in adxl_decode()
113 argv4[0].package.elements = &argv4[1]; in adxl_decode()
121 r = results->package.elements + 1; in adxl_decode()
122 cnt = r->package.count; in adxl_decode()
127 r = r->package.elements; in adxl_decode()
169 p = params->package.elements + 1; in adxl_init()
[all …]
H A Dutils.c32 acpi_extract_package(union acpi_object *package, in acpi_extract_package() argument
44 if (!package || (package->type != ACPI_TYPE_PACKAGE) in acpi_extract_package()
45 || (package->package.count < 1)) { in acpi_extract_package()
61 if (format_count > package->package.count) { in acpi_extract_package()
63 format_count, package->package.count); in acpi_extract_package()
74 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
166 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
347 union acpi_object *package; in acpi_evaluate_reference() local
361 package = buffer.pointer; in acpi_evaluate_reference()
363 if (buffer.length == 0 || !package || in acpi_evaluate_reference()
[all …]
H A Dacpi_lpat.c104 (obj_p->package.count % 2) || (obj_p->package.count < 4)) in acpi_lpat_get_conversion_table()
107 lpat = kzalloc_objs(int, obj_p->package.count); in acpi_lpat_get_conversion_table()
111 for (i = 0; i < obj_p->package.count; i++) { in acpi_lpat_get_conversion_table()
112 obj_e = &obj_p->package.elements[i]; in acpi_lpat_get_conversion_table()
127 lpat_table->lpat_count = obj_p->package.count / 2; in acpi_lpat_get_conversion_table()
/linux/drivers/acpi/x86/
H A Ds2idle.c73 union acpi_object *package; member
122 for (i = 0; i < out_obj->package.count; i++) { in lpi_device_get_constraints_amd()
123 union acpi_object *package = &out_obj->package.elements[i]; in lpi_device_get_constraints_amd() local
125 if (package->type == ACPI_TYPE_PACKAGE) { in lpi_device_get_constraints_amd()
133 package->package.count); in lpi_device_get_constraints_amd()
141 for (j = 0; j < package->package.count; j++) { in lpi_device_get_constraints_amd()
142 union acpi_object *info_obj = &package->package.elements[j]; in lpi_device_get_constraints_amd()
149 for (k = 0; k < info_obj->package.count; k++) { in lpi_device_get_constraints_amd()
150 union acpi_object *obj = &info_obj->package.elements[k]; in lpi_device_get_constraints_amd()
212 out_obj->package.count); in lpi_device_get_constraints()
[all …]
H A Dapple.c59 numprops = props->package.count / 2; in acpi_extract_apple_properties()
69 union acpi_object *key = &props->package.elements[i * 2]; in acpi_extract_apple_properties()
70 union acpi_object *val = &props->package.elements[i * 2 + 1]; in acpi_extract_apple_properties()
102 newprops->package.count = numvalid; in acpi_extract_apple_properties()
103 newprops->package.elements = &newprops[1]; in acpi_extract_apple_properties()
107 union acpi_object *key = &props->package.elements[i * 2]; in acpi_extract_apple_properties()
108 union acpi_object *val = &props->package.elements[i * 2 + 1]; in acpi_extract_apple_properties()
113 newprops[1 + j].package.count = 2; in acpi_extract_apple_properties()
114 newprops[1 + j].package.elements = &newprops[k]; in acpi_extract_apple_properties()
/linux/drivers/pci/hotplug/
H A Dacpiphp_ibm.c284 union acpi_object *package; in ibm_get_table_from_acpi() local
296 package = (union acpi_object *) buffer.pointer; in ibm_get_table_from_acpi()
297 if (!(package) || in ibm_get_table_from_acpi()
298 (package->type != ACPI_TYPE_PACKAGE) || in ibm_get_table_from_acpi()
299 !(package->package.elements)) { in ibm_get_table_from_acpi()
304 for (size = 0, i = 0; i < package->package.count; i++) { in ibm_get_table_from_acpi()
305 if (package->package.elements[i].type != ACPI_TYPE_BUFFER) { in ibm_get_table_from_acpi()
309 size += package->package.elements[i].buffer.length; in ibm_get_table_from_acpi()
317 __func__, package->package.count, size, lbuf); in ibm_get_table_from_acpi()
327 for (i = 0; i < package->package.count; i++) { in ibm_get_table_from_acpi()
[all …]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-platform.c390 obj->package.count < 3) in is_acpi_coresight_graph()
393 graphid = &obj->package.elements[0]; in is_acpi_coresight_graph()
394 guid = &obj->package.elements[1]; in is_acpi_coresight_graph()
395 links = &obj->package.elements[2]; in is_acpi_coresight_graph()
478 if (graph->package.count < 2) in acpi_validate_dsd_graph()
481 rev = &graph->package.elements[0]; in acpi_validate_dsd_graph()
482 nr_graphs = &graph->package.elements[1]; in acpi_validate_dsd_graph()
498 if (graph->package.count != (n + 2)) in acpi_validate_dsd_graph()
506 const union acpi_object *obj = &graph->package.elements[i]; in acpi_validate_dsd_graph()
509 obj->package.count < 3) in acpi_validate_dsd_graph()
[all …]
/linux/Documentation/wmi/devices/
H A Dmsi-wmi-platform.rst23 Description("This class contains the definition of the package used in other classes"),
30 Description("This class contains the definition of the package used in other classes"),
37 Description("Class used to operate methods on a package"),
43 [WmiMethodId(1), Implemented, read, write, Description("Return the contents of a package")]
46 [WmiMethodId(2), Implemented, read, write, Description("Set the contents of a package")]
49 [WmiMethodId(3), Implemented, read, write, Description("Return the contents of a package")]
52 [WmiMethodId(4), Implemented, read, write, Description("Set the contents of a package")]
55 [WmiMethodId(5), Implemented, read, write, Description("Return the contents of a package")]
58 [WmiMethodId(6), Implemented, read, write, Description("Set the contents of a package")]
61 [WmiMethodId(7), Implemented, read, write, Description("Return the contents of a package")]
[all …]
/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c83 num = &item->package.elements[0]; in parse_package()
91 item->package.count <= data->total_dev_mode) in parse_package()
102 num = &item->package.elements[itr + 1]; in parse_package()
103 if (num->type != ACPI_TYPE_PACKAGE || num->package.count < TOTAL_DATA) in parse_package()
105 if (get_int_value(&num->package.elements[0], &temp.device_mode)) in parse_package()
107 if (get_int_value(&num->package.elements[1], &temp.bandtable_index)) in parse_package()
109 if (get_int_value(&num->package.elements[2], &temp.antennatable_index)) in parse_package()
111 if (get_int_value(&num->package.elements[3], &temp.sartable_index)) in parse_package()
227 if (out->package.count >= 3 && in sar_get_data()
228 out->package.elements[0].type == ACPI_TYPE_INTEGER && in sar_get_data()
[all …]
/linux/net/ncsi/
H A Dncsi-netlink.c71 if (nc == nc->package->preferred_channel) in ncsi_write_channel_info()
216 struct ncsi_package *np, *package; in ncsi_pkg_info_all_nl() local
238 package = NULL; in ncsi_pkg_info_all_nl()
241 package = np; in ncsi_pkg_info_all_nl()
243 if (!package) in ncsi_pkg_info_all_nl()
258 rc = ncsi_write_package_info(skb, ndp, package->id); in ncsi_pkg_info_all_nl()
277 struct ncsi_package *np, *package; in ncsi_set_interface_nl() local
298 package = NULL; in ncsi_set_interface_nl()
302 package = np; in ncsi_set_interface_nl()
303 if (!package) { in ncsi_set_interface_nl()
[all …]
/linux/drivers/xen/
H A Dxen-acpi-pad.c53 union acpi_object *package; in acpi_pad_pur() local
62 package = buffer.pointer; in acpi_pad_pur()
64 if (package->type == ACPI_TYPE_PACKAGE && in acpi_pad_pur()
65 package->package.count == 2 && in acpi_pad_pur()
66 package->package.elements[0].integer.value == 1) /* rev 1 */ in acpi_pad_pur()
67 num = package->package.elements[1].integer.value; in acpi_pad_pur()
/linux/Documentation/hwmon/
H A Dpeci-cputemp.rst37 Thermal Sensor (DTS) thermal readings of the CPU package and CPU cores that are
48 temp1_input Provides current die temperature of the CPU package.
49 temp1_max Provides thermal control temperature of the CPU package
51 temp1_crit Provides shutdown temperature of the CPU package which
55 the CPU package.
58 temp2_input Provides current temperature of the CPU package scaled
60 temp2_max Provides thermal control temperature of the CPU package
62 temp2_crit Provides shutdown temperature of the CPU package which
66 the CPU package.
70 package which is also known as Fan Temperature target.
[all …]
/linux/drivers/input/misc/
H A Dsoc_button_array.c271 desc->package.count != 5 || in soc_button_parse_btn_desc()
273 soc_button_get_acpi_object_int(&desc->package.elements[0]) != 1 || in soc_button_parse_btn_desc()
275 soc_button_get_acpi_object_int(&desc->package.elements[2]) != in soc_button_parse_btn_desc()
284 soc_button_get_acpi_object_int(&desc->package.elements[1]); in soc_button_parse_btn_desc()
285 upage = soc_button_get_acpi_object_int(&desc->package.elements[3]); in soc_button_parse_btn_desc()
286 usage = soc_button_get_acpi_object_int(&desc->package.elements[4]); in soc_button_parse_btn_desc()
357 for (i = 0; (i + 1) < desc->package.count; i += 2) { in soc_button_get_button_info()
358 uuid = &desc->package.elements[i]; in soc_button_get_button_info()
362 desc->package.elements[i + 1].type != ACPI_TYPE_PACKAGE) { in soc_button_get_button_info()
367 btns_desc = &desc->package.elements[i + 1]; in soc_button_get_button_info()
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dicplus-ip101ag.txt4 - IP101GR (32-pin QFN package)
5 - IP101G (die only, no package)
6 - IP101GA (48-pin LQFP package)
10 - IP101A (48-pin LQFP package)
11 - IP101AH (48-pin LQFP package)
13 Optional properties for the IP101GR (32-pin QFN package):
/linux/drivers/char/tpm/
H A Dtpm_ppi.c95 if (obj->package.count == 3 && in tpm_show_ppi_request()
96 obj->package.elements[0].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
97 obj->package.elements[1].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
98 obj->package.elements[2].type == ACPI_TYPE_INTEGER) { in tpm_show_ppi_request()
99 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request()
102 req = obj->package.elements[1].integer.value; in tpm_show_ppi_request()
105 obj->package.elements[2].integer.value); in tpm_show_ppi_request()
109 } else if (obj->package.count == 2 && in tpm_show_ppi_request()
110 obj->package.elements[0].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
111 obj->package.elements[1].type == ACPI_TYPE_INTEGER) { in tpm_show_ppi_request()
[all …]
/linux/scripts/package/debian/
H A Drules33 image-package = $(filter linux-image-% user-%, $(filter-out %-dbg, $(all-packages)))
34 image-dbg-package = $(filter %-dbg, $(all-packages))
35 libc-dev-package = $(filter linux-libc-dev, $(all-packages))
36 headers-package = $(filter linux-headers-%, $(all-packages))
39 package = $($(@:binary-%=%-package))
43 # which package is being processed in the build log.
44 DH_OPTIONS = -p$(package)
54 $(Q)+$(MAKE) $(make-opts) run-command KBUILD_RUN_COMMAND='+$$(srctree)/scripts/package/builddeb $(package)'
37 package = $($(@:binary-%=%-package)) global() macro
[all...]
/linux/tools/usb/usbip/
H A DINSTALL14 configure, build, and install this package. The following
16 instructions specific to this package.
20 those values to create a `Makefile' in each directory of the package.
33 If you need to do unusual things to compile the package, please try
45 The simplest way to compile this package is:
47 1. `cd' to the directory containing the package's source code and type
48 `./configure' to configure the package for your system.
53 2. Type `make' to compile the package.
56 the package.
63 files that `configure' created (so you can compile the package for
[all …]
/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c91 *trt_count = p->package.count; in acpi_parse_trt()
104 status = acpi_extract_package(&(p->package.elements[i]), in acpi_parse_trt()
167 *art_count = p->package.count - 1; in acpi_parse_art()
180 status = acpi_extract_package(&(p->package.elements[i + 1]), in acpi_parse_art()
234 if (p->package.count > 0) { in acpi_parse_psvt()
235 union acpi_object *prev = &(p->package.elements[0]); in acpi_parse_psvt()
250 *psvt_count = p->package.count - 1; in acpi_parse_psvt()
263 for (i = 1; i < p->package.count; i++) { in acpi_parse_psvt()
266 union acpi_object *package = &(p->package.elements[i]); in acpi_parse_psvt() local
277 if (package->package.count >= ACPI_NR_PSVT_ELEMENTS) { in acpi_parse_psvt()
[all …]
/linux/scripts/package/
H A Dkernel.spec26 %package headers
36 glibc package.
39 %package devel
40 Summary: Development package for building kernel modules to match the %{version} kernel
44 This package provides kernel headers and makefiles sufficient to build modules
45 against the %{version} kernel package.
49 %package debuginfo
50 Summary: Debug information package for the Linux kernel
55 This package provides debug information for the kernel image and modules from the
56 %{version} package.

12345678910>>...14