Home
last modified time | relevance | path

Searched full:package (Results 1 – 25 of 1934) sorted by relevance

12345678910>>...78

/kernel/linux/linux-6.6/drivers/acpi/acpica/
Dnsprepkg.c4 * Module Name: nsprepkg - Validation of package objects for predefined names
21 const union acpi_predefined_info *package,
45 * DESCRIPTION: Check a returned package object for the correct count and
55 const union acpi_predefined_info *package; in acpi_ns_check_package() local
64 /* The package info for this name is in the next table entry */ in acpi_ns_check_package()
66 package = info->predefined + 1; in acpi_ns_check_package()
69 "%s Validating return Package of Type %X, Count %X\n", 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()
75 * and trailing NULL package elements in acpi_ns_check_package()
[all …]
Ddspkginit.c4 * Module Name: dspkginit - Completion of deferred package initialization
31 * element_count - Number of elements in the package - this is
32 * the num_elements argument to Package()
37 * DESCRIPTION: Translate a parser Op package object to the equivalent
40 * NOTE: The number of elements in the package will be always be the num_elements
41 * count, regardless of the number of elements in the package list. If
42 * num_elements is smaller, only that many package list elements are used.
43 * if num_elements is larger, the Package object is padded out with
47 * than the Package list length (for the fixed length package opcode), some
77 /* Find the parent of a possibly nested package */ in acpi_ds_build_internal_package_obj()
[all …]
Dnsrepair.c39 * Buffer -> Package of Integers
40 * Package -> Package of one Package
46 * An incorrect standalone object is wrapped with required outer package
49 * Required package elements that are NULL replaced by Integer/String/Buffer
106 * package_index - Index of object within parent package (if
190 "Found unexpected NULL package element")); in acpi_ns_simple_repair()
232 * A package is expected. We will wrap the existing object with a in acpi_ns_simple_repair()
233 * new package object. It is often the case that if a variable-length in acpi_ns_simple_repair()
234 * package is required, but there is only a single object needed, the in acpi_ns_simple_repair()
235 * BIOS will return that object instead of wrapping it with a Package in acpi_ns_simple_repair()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dnsprepkg.c4 * Module Name: nsprepkg - Validation of package objects for predefined names
21 const union acpi_predefined_info *package,
45 * DESCRIPTION: Check a returned package object for the correct count and
55 const union acpi_predefined_info *package; in acpi_ns_check_package() local
64 /* The package info for this name is in the next table entry */ in acpi_ns_check_package()
66 package = info->predefined + 1; in acpi_ns_check_package()
69 "%s Validating return Package of Type %X, Count %X\n", 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()
75 * and trailing NULL package elements in acpi_ns_check_package()
[all …]
Ddspkginit.c4 * Module Name: dspkginit - Completion of deferred package initialization
31 * element_count - Number of elements in the package - this is
32 * the num_elements argument to Package()
37 * DESCRIPTION: Translate a parser Op package object to the equivalent
40 * NOTE: The number of elements in the package will be always be the num_elements
41 * count, regardless of the number of elements in the package list. If
42 * num_elements is smaller, only that many package list elements are used.
43 * if num_elements is larger, the Package object is padded out with
47 * than the Package list length (for the fixed length package opcode), some
77 /* Find the parent of a possibly nested package */ in acpi_ds_build_internal_package_obj()
[all …]
Dnsrepair.c39 * Buffer -> Package of Integers
40 * Package -> Package of one Package
46 * An incorrect standalone object is wrapped with required outer package
49 * Required package elements that are NULL replaced by Integer/String/Buffer
106 * package_index - Index of object within parent package (if
190 "Found unexpected NULL package element")); in acpi_ns_simple_repair()
232 * A package is expected. We will wrap the existing object with a in acpi_ns_simple_repair()
233 * new package object. It is often the case that if a variable-length in acpi_ns_simple_repair()
234 * package is required, but there is only a single object needed, the in acpi_ns_simple_repair()
235 * BIOS will return that object instead of wrapping it with a Package in acpi_ns_simple_repair()
[all …]
/kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/dsd/
Dgraph.rst47 "X" is the number of the port. An example of such a package would be::
49 Package() { "port@4", "PRT4" }
56 package would be::
58 Package() { "endpoint@0", "EP40" }
69 name followed by a reference in the same package. Such references consist of
70 the remote device reference, the first package entry of the port data extension
71 reference under the device and finally the first package entry of the endpoint
74 Package() { device, "port@X", "endpoint@Y" }
88 Name (_DSD, Package () {
90 Package () {
[all …]
Ddata-node-references.rst45 Name (_DSD, Package () {
47 Package () {
48 Package () { "node@0", "NOD0" },
49 Package () { "node@1", "NOD1" },
52 Name (NOD0, Package() {
54 Package () {
55 Package () { "reg", 0 },
56 Package () { "random-property", 3 },
59 Name (NOD1, Package() {
61 Package () {
[all …]
Dleds.rst29 Under the LED driver device, The first hierarchical data extension package list
43 Name (_DSD, Package () {
45 Package () {
46 Package () { "led@0", LED0 },
47 Package () { "led@1", LED1 },
50 Name (LED0, Package () {
52 Package () {
53 Package () { "reg", 0 },
54 Package () { "flash-max-microamp", 1000000 },
55 Package () { "flash-timeout-us", 200000 },
[all …]
Dphy.rst61 MAC port, which is linked in the _DSD package via
126 Name (_DSD, Package () {
128 Package () {
129 Package (2) {"phy-mode", "rgmii-id"},
130 Package (2) {"phy-handle", \_SB.MDI0.PHY1}
137 Name (_DSD, Package () {
139 Package () {
140 Package (2) {"phy-mode", "rgmii-id"},
141 Package (2) {"phy-handle", \_SB.MDI0.PHY2}}
153 Name (_DSD, Package () {
[all …]
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/dsd/
Dgraph.rst46 "X" is the number of the port. An example of such a package would be::
48 Package() { "port@4", "PRT4" }
55 package would be::
57 Package() { "endpoint@0", "EP40" }
68 name followed by a reference in the same package. Such references consist of
69 the remote device reference, the first package entry of the port data extension
70 reference under the device and finally the first package entry of the endpoint
73 Package() { device, "port@X", "endpoint@Y" }
87 Name (_DSD, Package () {
89 Package () {
[all …]
Ddata-node-references.rst45 Name (_DSD, Package () {
47 Package () {
48 Package () { "node@0", "NOD0" },
49 Package () { "node@1", "NOD1" },
52 Name (NOD0, Package() {
54 Package () {
55 Package () { "reg", 0 },
56 Package () { "random-property", 3 },
59 Name (NOD1, Package() {
61 Package () {
[all …]
Dleds.rst28 Under the LED driver device, The first hierarchical data extension package list
42 Name (_DSD, Package () {
44 Package () {
45 Package () { "led@0", LED0 },
46 Package () { "led@1", LED1 },
49 Name (LED0, Package () {
51 Package () {
52 Package () { "reg", 0 },
53 Package () { "flash-max-microamp", 1000000 },
54 Package () { "flash-timeout-us", 200000 },
[all …]
/kernel/linux/linux-6.6/drivers/acpi/
Dpfr_update.c133 if (out_obj->package.count < CAP_NR_IDX || in query_capability()
134 out_obj->package.elements[CAP_STATUS_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
135 out_obj->package.elements[CAP_UPDATE_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
136 out_obj->package.elements[CAP_CODE_TYPE_IDX].type != ACPI_TYPE_BUFFER || in query_capability()
137 out_obj->package.elements[CAP_FW_VER_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
138 out_obj->package.elements[CAP_CODE_RT_VER_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
139 out_obj->package.elements[CAP_DRV_TYPE_IDX].type != ACPI_TYPE_BUFFER || in query_capability()
140 out_obj->package.elements[CAP_DRV_RT_VER_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
141 out_obj->package.elements[CAP_DRV_SVN_IDX].type != ACPI_TYPE_INTEGER || in query_capability()
142 out_obj->package.elements[CAP_PLAT_ID_IDX].type != ACPI_TYPE_BUFFER || in query_capability()
[all …]
Dpfr_telemetry.c90 in_obj.package.count = 1; in get_pfrt_log_data_info()
91 in_obj.package.elements = &in_buf; in get_pfrt_log_data_info()
101 if (out_obj->package.count < LOG_NR_IDX || in get_pfrt_log_data_info()
102 out_obj->package.elements[LOG_STATUS_IDX].type != ACPI_TYPE_INTEGER || in get_pfrt_log_data_info()
103 out_obj->package.elements[LOG_EXT_STATUS_IDX].type != ACPI_TYPE_INTEGER || in get_pfrt_log_data_info()
104 out_obj->package.elements[LOG_MAX_SZ_IDX].type != ACPI_TYPE_INTEGER || in get_pfrt_log_data_info()
105 out_obj->package.elements[LOG_CHUNK1_LO_IDX].type != ACPI_TYPE_INTEGER || in get_pfrt_log_data_info()
106 out_obj->package.elements[LOG_CHUNK1_HI_IDX].type != ACPI_TYPE_INTEGER || in get_pfrt_log_data_info()
107 out_obj->package.elements[LOG_CHUNK1_SZ_IDX].type != ACPI_TYPE_INTEGER || in get_pfrt_log_data_info()
108 out_obj->package.elements[LOG_CHUNK2_LO_IDX].type != ACPI_TYPE_INTEGER || in get_pfrt_log_data_info()
[all …]
/kernel/linux/linux-6.6/Documentation/arch/x86/
Dtopology.rst28 the past a socket always contained a single package (see below), but with the
29 advent of Multi Chip Modules (MCM) a socket can hold more than one package. So
39 Package chapter
44 Modern systems may also use the term 'Die' for package.
46 AMD nomenclature for package is 'Node'.
48 Package-related topology information in the kernel:
52 The number of cores in a package. This information is retrieved via CPUID.
56 The number of dies in a package. This information is retrieved via CPUID.
64 The physical ID of the package. This information is retrieved via CPUID
65 and deduced from the APIC IDs of the cores in the package.
[all …]
/kernel/linux/linux-5.10/Documentation/x86/
Dtopology.rst28 the past a socket always contained a single package (see below), but with the
29 advent of Multi Chip Modules (MCM) a socket can hold more than one package. So
39 Package chapter
44 Modern systems may also use the term 'Die' for package.
46 AMD nomenclature for package is 'Node'.
48 Package-related topology information in the kernel:
52 The number of cores in a package. This information is retrieved via CPUID.
56 The number of dies in a package. This information is retrieved via CPUID.
64 The physical ID of the package. This information is retrieved via CPUID
65 and deduced from the APIC IDs of the cores in the package.
[all …]
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/
Dintel-pmc-mux.rst82 Name (_DSD, Package () {
84 Package() {
85 Package () {"usb2-port-number", 6},
86 Package () {"usb3-port-number", 3},
103 Name (_DSD, Package () {
105 Package() {
106 Package () {"sbu-orientation", "normal"},
107 Package () {"hsl-orientation", "normal"},
127 Name (_DSD, Package () {
129 Package() {
[all …]
/kernel/linux/linux-6.6/Documentation/firmware-guide/acpi/
Dintel-pmc-mux.rst82 Name (_DSD, Package () {
84 Package() {
85 Package () {"usb2-port-number", 6},
86 Package () {"usb3-port-number", 3},
103 Name (_DSD, Package () {
105 Package() {
106 Package () {"sbu-orientation", "normal"},
107 Package () {"hsl-orientation", "normal"},
127 Name (_DSD, Package () {
129 Package() {
[all …]
/kernel/linux/linux-5.10/tools/usb/usbip/
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 …]
/kernel/linux/linux-6.6/tools/usb/usbip/
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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
Dice_ddp.c15 /* To support tunneling entries by PF, the package will append the PF number to
26 * ice_verify_pkg - verify package
27 * @pkg: pointer to the package buffer
28 * @len: size of the package buffer
30 * Verifies various attributes of the package file, including length, format
52 /* make sure segment array fits in package length */ in ice_verify_pkg()
76 * ice_free_seg - free package segment pointer
79 * Frees the package segment pointer in the proper manner, depending on if the
93 * ice_chk_pkg_version - check package version for compatibility with driver
96 * Check to make sure that the package about to be downloaded is compatible with
[all …]
/kernel/linux/linux-6.6/Documentation/hwmon/
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 …]
/kernel/linux/linux-5.10/net/ncsi/
Dncsi-netlink.c71 if (nc == nc->package->preferred_channel) in ncsi_write_channel_info()
104 netdev_info(ndp->ndev.dev, "NCSI: No package with id %u\n", id); in ncsi_write_package_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()
[all …]
/kernel/linux/linux-6.6/net/ncsi/
Dncsi-netlink.c71 if (nc == nc->package->preferred_channel) in ncsi_write_channel_info()
104 netdev_info(ndp->ndev.dev, "NCSI: No package with id %u\n", id); in ncsi_write_package_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()
[all …]

12345678910>>...78