[go: nahoru, domu]

Searched refs:package (Results 51 - 68 of 68) sorted by relevance

123

/drivers/acpi/
H A Dvideo.c191 u8 _BCL_reversed:1; /* _BCL package is in a reversed order */
758 if (obj->package.count < 2)
768 br->levels = kmalloc((obj->package.count + 2) * sizeof *(br->levels),
775 for (i = 0; i < obj->package.count; i++) {
776 o = (union acpi_object *)&obj->package.elements[i];
795 * when machine is on AC/Battery in _BCL package.
813 ACPI_ERROR((AE_INFO, "Too many duplicates in _BCL package"));
815 /* Check if the _BCL package is in a reversed order */
822 "Found unordered _BCL package"));
1210 dod->package
[all...]
/drivers/acpi/acpica/
H A Dacobject.h140 u32 count; /* # of elements in package */
394 struct acpi_object_package package; member in union:acpi_operand_object
H A Dexoparg1.c725 * package. All others are not supported.
756 value = temp_desc->package.count;
960 * Return the referenced element of the package. We must
/drivers/net/wireless/
H A DKconfig89 firmware package can be downloaded from
128 driver part of the Linux Pcmcia package.
/drivers/firmware/
H A DKconfig70 DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
/drivers/platform/x86/
H A Dalienware-wmi.c181 int package; member in union:color_union
192 repackager.package = rgb & 0x0f0f0f0f;
H A Dacer-wmi.c1490 if (out_obj->package.count != 4)
1494 (s16)out_obj->package.elements[0].integer.value);
1496 (s16)out_obj->package.elements[1].integer.value);
1498 (s16)out_obj->package.elements[2].integer.value);
H A Dtoshiba_acpi.c311 if ((status == AE_OK) && (out_objs->package.count <= TCI_WORDS)) {
312 for (i = 0; i < out_objs->package.count; ++i) {
313 out[i] = out_objs->package.elements[i].integer.value;
H A Dwmi.c514 pr_cont("PACKAGE_TYPE - %d elements\n", obj->package.count);
H A Dthinkpad_acpi.c6250 rc = obj->package.count;
/drivers/block/
H A DKconfig30 well as location of the fdutils package used to configure additional
229 util-linux package, see
/drivers/thermal/int340x_thermal/
H A Dint3403_thermal.c376 obj->max_state = p->package.count - 1;
/drivers/mfd/
H A Drtsx_usb.c585 /* determine package */
591 ucr->package = LQFP48;
594 ucr->package = QFN24;
/drivers/char/hw_random/
H A DKconfig361 The way to make use of this is to install the rng-tools package
/drivers/net/
H A DKconfig128 iproute2 package starting with the iproute2-2.6.23 release:
/drivers/net/wan/
H A DKconfig328 certain programs from the net-tools package as explained in
/drivers/hwmon/
H A DKconfig19 sensors-detect script from the lm_sensors package. Read
/drivers/i2c/busses/
H A DKconfig952 of the input-utils package.

Completed in 353 milliseconds

123