Home
last modified time | relevance | path

Searched refs:package (Results 1 – 200 of 294) sorted by relevance

12

/linux-4.1.27/drivers/acpi/acpica/
Dnsprepkg.c55 const union acpi_predefined_info *package,
85 const union acpi_predefined_info *package; in acpi_ns_check_package() local
96 package = info->predefined + 1; in acpi_ns_check_package()
100 info->full_pathname, package->ret_info.type, in acpi_ns_check_package()
101 return_object->package.count)); in acpi_ns_check_package()
107 acpi_ns_remove_null_elements(info, package->ret_info.type, in acpi_ns_check_package()
112 elements = return_object->package.elements; in acpi_ns_check_package()
113 count = return_object->package.count; in acpi_ns_check_package()
120 if (package->ret_info.type == ACPI_PTYPE1_VAR) { in acpi_ns_check_package()
137 switch (package->ret_info.type) { in acpi_ns_check_package()
[all …]
Dnsrepair2.c394 element_ptr = return_object->package.elements; in acpi_ns_repair_CID()
395 for (i = 0; i < return_object->package.count; i++) { in acpi_ns_repair_CID()
457 outer_element_count = return_object->package.count - 1; in acpi_ns_repair_CST()
460 outer_elements = &return_object->package.elements[i + 1]; in acpi_ns_repair_CST()
463 if ((*outer_elements)->package.count == 0) { in acpi_ns_repair_CST()
472 obj_desc = (*outer_elements)->package.elements[1]; /* Index1 = Type */ in acpi_ns_repair_CST()
492 obj_desc = return_object->package.elements[0]; in acpi_ns_repair_CST()
620 top_object_list = package_object->package.elements; in acpi_ns_repair_PRT()
621 element_count = package_object->package.count; in acpi_ns_repair_PRT()
627 sub_object_list = sub_package->package.elements; in acpi_ns_repair_PRT()
[all …]
Dutcopy.c261 &((union acpi_object *)(state->pkg.dest_object))->package. in acpi_ut_copy_ielement_to_eelement()
283 target_object->package.count = source_object->package.count; in acpi_ut_copy_ielement_to_eelement()
284 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement()
298 package.count * in acpi_ut_copy_ielement_to_eelement()
357 external_object->package.count = internal_object->package.count; in acpi_ut_copy_ipackage_to_epackage()
358 external_object->package.elements = ACPI_CAST_PTR(union acpi_object, in acpi_ut_copy_ipackage_to_epackage()
365 info.length += (acpi_size) external_object->package.count * in acpi_ut_copy_ipackage_to_epackage()
367 info.free_space += external_object->package.count * in acpi_ut_copy_ipackage_to_epackage()
588 acpi_ut_create_package_object(external_object->package.count); in acpi_ut_copy_epackage_to_ipackage()
593 package_elements = package_object->package.elements; in acpi_ut_copy_epackage_to_ipackage()
[all …]
Ddsobject.c417 obj_desc->package.node = parent->common.node; in acpi_ds_build_internal_package_obj()
425 obj_desc->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size) in acpi_ds_build_internal_package_obj()
429 if (!obj_desc->package.elements) { in acpi_ds_build_internal_package_obj()
434 obj_desc->package.count = element_count; in acpi_ds_build_internal_package_obj()
456 package. in acpi_ds_build_internal_package_obj()
461 obj_desc->package.elements[i] = in acpi_ds_build_internal_package_obj()
468 package. in acpi_ds_build_internal_package_obj()
485 package. in acpi_ds_build_internal_package_obj()
540 obj_desc->package.flags |= AOPOBJ_DATA_VALID; in acpi_ds_build_internal_package_obj()
665 obj_desc->package.node = in acpi_ds_init_object_from_op()
[all …]
Dexoparg6.c240 if (index >= operand[0]->package.count) { in acpi_ex_opcode_6A_0T_1R()
244 operand[0]->package.count)); in acpi_ex_opcode_6A_0T_1R()
270 for (; index < operand[0]->package.count; index++) { in acpi_ex_opcode_6A_0T_1R()
274 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
Dexdump.c103 {ACPI_EXD_NODE, ACPI_EXD_OFFSET(package.node), "Parent Node"},
104 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(package.flags), "Flags"},
105 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(package.count), "Elements"},
106 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(package.elements), "Element List"},
737 obj_desc->package.count, in acpi_ex_dump_operand()
738 obj_desc->package.elements); in acpi_ex_dump_operand()
744 if (obj_desc->package.count && in acpi_ex_dump_operand()
745 obj_desc->package.elements && acpi_dbg_level > 1) { in acpi_ex_dump_operand()
746 for (index = 0; index < obj_desc->package.count; in acpi_ex_dump_operand()
748 acpi_ex_dump_operand(obj_desc->package. in acpi_ex_dump_operand()
[all …]
Drscreate.c256 top_object_list = package_object->package.elements; in acpi_rs_create_pci_routing_table()
257 number_of_elements = package_object->package.count; in acpi_rs_create_pci_routing_table()
281 if ((*top_object_list)->package.count != 4) { in acpi_rs_create_pci_routing_table()
284 index, (*top_object_list)->package.count)); in acpi_rs_create_pci_routing_table()
293 sub_object_list = (*top_object_list)->package.elements; in acpi_rs_create_pci_routing_table()
Dexdebug.c173 source_desc->package.count); in acpi_ex_do_debug_object()
177 for (i = 0; i < source_desc->package.count; i++) { in acpi_ex_do_debug_object()
178 acpi_ex_do_debug_object(source_desc->package. in acpi_ex_do_debug_object()
Dnsrepair.c509 count = obj_desc->package.count; in acpi_ns_remove_null_elements()
512 source = obj_desc->package.elements; in acpi_ns_remove_null_elements()
537 obj_desc->package.count = new_count; in acpi_ns_remove_null_elements()
583 pkg_obj_desc->package.elements[0] = original_object; in acpi_ns_wrap_with_package()
Drscalc.c623 number_of_elements = package_object->package.count; in acpi_rs_get_pci_routing_table_length()
635 top_object_list = package_object->package.elements; in acpi_rs_get_pci_routing_table_length()
654 sub_object_list = package_element->package.elements; in acpi_rs_get_pci_routing_table_length()
661 table_index < package_element->package.count in acpi_rs_get_pci_routing_table_length()
Dnsconvert.c268 elements = original_object->package.elements; in acpi_ns_convert_to_buffer()
269 count = original_object->package.count; in acpi_ns_convert_to_buffer()
288 elements = original_object->package.elements; in acpi_ns_convert_to_buffer()
Dutdelete.c128 object->package.count)); in acpi_ut_delete_internal_obj()
137 obj_pointer = object->package.elements; in acpi_ut_delete_internal_obj()
545 for (i = 0; i < object->package.count; i++) { in acpi_ut_update_object_reference()
550 next_object = object->package.elements[i]; in acpi_ut_update_object_reference()
Ddsargs.c333 node = obj_desc->package.node; in acpi_ds_get_package_arguments()
346 obj_desc->package.aml_length, in acpi_ds_get_package_arguments()
347 obj_desc->package.aml_start); in acpi_ds_get_package_arguments()
Dutmisc.c254 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
277 state->pkg.source_object->package.count) { in acpi_ut_walk_package_tree()
Dexoparg2.c398 if (index >= operand[0]->package.count) { in acpi_ex_opcode_2A_1T_1R()
399 length = operand[0]->package.count; in acpi_ex_opcode_2A_1T_1R()
405 &operand[0]->package.elements[index]; in acpi_ex_opcode_2A_1T_1R()
Dutids.c329 count = obj_desc->package.count; in acpi_ut_execute_CID()
330 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()
Dhwxface.c537 elements = info->return_object->package.elements; in ACPI_EXPORT_SYMBOL()
538 switch (info->return_object->package.count) { in ACPI_EXPORT_SYMBOL()
Dutobject.c187 package_desc->package.count = count; in acpi_ut_create_package_object()
188 package_desc->package.elements = package_elements; in acpi_ut_create_package_object()
Dnsdump.c305 obj_desc->package.count); in acpi_ns_dump_one_object()
592 obj_desc = (void *)obj_desc->package.elements; in acpi_ns_dump_one_object()
Dacobject.h394 struct acpi_object_package package; member
/linux-4.1.27/drivers/acpi/
Dutils.c58 acpi_extract_package(union acpi_object *package, in acpi_extract_package() argument
70 if (!package || (package->type != ACPI_TYPE_PACKAGE) in acpi_extract_package()
71 || (package->package.count < 1)) { in acpi_extract_package()
87 if (format_count > package->package.count) { in acpi_extract_package()
90 format_count, package->package.count); in acpi_extract_package()
101 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
205 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
330 union acpi_object *package = NULL; in acpi_evaluate_reference() local
346 package = buffer.pointer; in acpi_evaluate_reference()
348 if ((buffer.length == 0) || !package) { in acpi_evaluate_reference()
[all …]
Dproperty.c43 for (j = 0; j < value->package.count; j++) in acpi_property_value_ok()
44 switch (value->package.elements[j].type) { in acpi_property_value_ok()
63 for (i = 0; i < properties->package.count; i++) { in acpi_properties_format_valid()
66 property = &properties->package.elements[i]; in acpi_properties_format_valid()
71 if (property->package.count != 2 in acpi_properties_format_valid()
72 || property->package.elements[0].type != ACPI_TYPE_STRING in acpi_properties_format_valid()
73 || !acpi_property_value_ok(&property->package.elements[1])) in acpi_properties_format_valid()
128 if (desc->package.count % 2) in acpi_init_properties()
132 for (i = 0; i < desc->package.count; i += 2) { in acpi_init_properties()
135 uuid = &desc->package.elements[i]; in acpi_init_properties()
[all …]
Dacpi_lpat.c112 (obj_p->package.count % 2) || (obj_p->package.count < 4)) in acpi_lpat_get_conversion_table()
115 lpat = kcalloc(obj_p->package.count, sizeof(int), GFP_KERNEL); in acpi_lpat_get_conversion_table()
119 for (i = 0; i < obj_p->package.count; i++) { in acpi_lpat_get_conversion_table()
120 obj_e = &obj_p->package.elements[i]; in acpi_lpat_get_conversion_table()
135 lpat_table->lpat_count = obj_p->package.count / 2; in acpi_lpat_get_conversion_table()
Dacpi_pad.c377 union acpi_object *package; in acpi_pad_pur() local
386 package = buffer.pointer; in acpi_pad_pur()
388 if (package->type == ACPI_TYPE_PACKAGE && in acpi_pad_pur()
389 package->package.count == 2 && in acpi_pad_pur()
390 package->package.elements[0].integer.value == 1) /* rev 1 */ in acpi_pad_pur()
392 num = package->package.elements[1].integer.value; in acpi_pad_pur()
Dprocessor_perflib.c244 || (pct->package.count != 2)) { in acpi_processor_get_performance_control()
254 obj = pct->package.elements[0]; in acpi_processor_get_performance_control()
270 obj = pct->package.elements[1]; in acpi_processor_get_performance_control()
350 pss->package.count)); in acpi_processor_get_performance_states()
352 pr->performance->state_count = pss->package.count; in acpi_processor_get_performance_states()
354 kmalloc(sizeof(struct acpi_processor_px) * pss->package.count, in acpi_processor_get_performance_states()
370 status = acpi_extract_package(&(pss->package.elements[i]), in acpi_processor_get_performance_states()
555 if (psd->package.count != 1) { in acpi_processor_get_psd()
566 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_processor_get_psd()
Dfan.c127 obj->package.count != 3 || in fan_get_state_acpi4()
128 obj->package.elements[1].type != ACPI_TYPE_INTEGER) { in fan_get_state_acpi4()
134 control = obj->package.elements[1].integer.value; in fan_get_state_acpi4()
287 if (!obj || obj->type != ACPI_TYPE_PACKAGE || obj->package.count < 2) { in acpi_fan_get_fps()
293 fan->fps_count = obj->package.count - 1; /* minus revision field */ in acpi_fan_get_fps()
305 status = acpi_extract_package(&obj->package.elements[i + 1], in acpi_fan_get_fps()
Dscan.c204 nval = of_compatible->package.count; in create_of_modalias()
205 obj = of_compatible->package.elements; in create_of_modalias()
1001 nval = of_compatible->package.count; in acpi_of_match_device()
1002 obj = of_compatible->package.elements; in acpi_of_match_device()
1594 union acpi_object *package = NULL; in acpi_bus_extract_wakeup_device_power_package() local
1611 package = (union acpi_object *)buffer.pointer; in acpi_bus_extract_wakeup_device_power_package()
1613 if (!package || package->package.count < 2) in acpi_bus_extract_wakeup_device_power_package()
1616 element = &(package->package.elements[0]); in acpi_bus_extract_wakeup_device_power_package()
1621 if ((element->package.count < 2) || in acpi_bus_extract_wakeup_device_power_package()
1622 (element->package.elements[0].type != in acpi_bus_extract_wakeup_device_power_package()
[all …]
Dprocessor_idle.c357 if (!cst || (cst->type != ACPI_TYPE_PACKAGE) || cst->package.count < 2) { in acpi_processor_get_power_info_cst()
363 count = cst->package.elements[0].integer.value; in acpi_processor_get_power_info_cst()
366 if (count < 1 || count != cst->package.count - 1) { in acpi_processor_get_power_info_cst()
383 element = &(cst->package.elements[i]); in acpi_processor_get_power_info_cst()
387 if (element->package.count != 4) in acpi_processor_get_power_info_cst()
390 obj = &(element->package.elements[0]); in acpi_processor_get_power_info_cst()
402 obj = &(element->package.elements[1]); in acpi_processor_get_power_info_cst()
458 obj = &(element->package.elements[2]); in acpi_processor_get_power_info_cst()
464 obj = &(element->package.elements[3]); in acpi_processor_get_power_info_cst()
Dprocessor_throttling.c446 || (ptc->package.count != 2)) { in acpi_processor_get_throttling_control()
456 obj = ptc->package.elements[0]; in acpi_processor_get_throttling_control()
473 obj = ptc->package.elements[1]; in acpi_processor_get_throttling_control()
537 tss->package.count)); in acpi_processor_get_throttling_states()
539 pr->throttling.state_count = tss->package.count; in acpi_processor_get_throttling_states()
541 kmalloc(sizeof(struct acpi_processor_tx_tss) * tss->package.count, in acpi_processor_get_throttling_states()
559 status = acpi_extract_package(&(tss->package.elements[i]), in acpi_processor_get_throttling_states()
615 if (tsd->package.count != 1) { in acpi_processor_get_tsd()
626 status = acpi_extract_package(&(tsd->package.elements[0]), in acpi_processor_get_tsd()
Dpower.c135 int acpi_extract_power_resources(union acpi_object *package, unsigned int start, in acpi_extract_power_resources() argument
141 for (i = start; i < package->package.count; i++) { in acpi_extract_power_resources()
142 union acpi_object *element = &package->package.elements[i]; in acpi_extract_power_resources()
Dbattery.c404 union acpi_object *package, in extract_package() argument
409 if (package->type != ACPI_TYPE_PACKAGE) in extract_package()
412 if (package->package.count <= i) in extract_package()
414 element = &package->package.elements[i]; in extract_package()
Dvideo.c837 if (obj->package.count < 2) in acpi_video_init_brightness()
847 br->levels = kmalloc((obj->package.count + 2) * sizeof *(br->levels), in acpi_video_init_brightness()
854 for (i = 0; i < obj->package.count; i++) { in acpi_video_init_brightness()
855 o = (union acpi_object *)&obj->package.elements[i]; in acpi_video_init_brightness()
1293 dod->package.count)); in acpi_video_device_enumerate()
1295 active_list = kcalloc(1 + dod->package.count, in acpi_video_device_enumerate()
1304 for (i = 0; i < dod->package.count; i++) { in acpi_video_device_enumerate()
1305 obj = &dod->package.elements[i]; in acpi_video_device_enumerate()
Dinternal.h105 int acpi_extract_power_resources(union acpi_object *package, unsigned int start,
/linux-4.1.27/drivers/pci/hotplug/
Dacpiphp_ibm.c285 union acpi_object *package; in ibm_get_table_from_acpi() local
297 package = (union acpi_object *) buffer.pointer; in ibm_get_table_from_acpi()
298 if (!(package) || in ibm_get_table_from_acpi()
299 (package->type != ACPI_TYPE_PACKAGE) || in ibm_get_table_from_acpi()
300 !(package->package.elements)) { in ibm_get_table_from_acpi()
305 for (size = 0, i = 0; i < package->package.count; i++) { in ibm_get_table_from_acpi()
306 if (package->package.elements[i].type != ACPI_TYPE_BUFFER) { in ibm_get_table_from_acpi()
310 size += package->package.elements[i].buffer.length; in ibm_get_table_from_acpi()
318 __func__, package->package.count, size, lbuf); in ibm_get_table_from_acpi()
328 for (i=0; i<package->package.count; i++) { in ibm_get_table_from_acpi()
[all …]
/linux-4.1.27/drivers/xen/
Dxen-acpi-pad.c60 union acpi_object *package; in acpi_pad_pur() local
69 package = buffer.pointer; in acpi_pad_pur()
71 if (package->type == ACPI_TYPE_PACKAGE && in acpi_pad_pur()
72 package->package.count == 2 && in acpi_pad_pur()
73 package->package.elements[0].integer.value == 1) /* rev 1 */ in acpi_pad_pur()
74 num = package->package.elements[1].integer.value; in acpi_pad_pur()
/linux-4.1.27/drivers/pci/
Dpci-acpi.c48 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record()
53 if (record->package.count != 6) in decode_type0_hpx_record()
78 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record()
83 if (record->package.count != 5) in decode_type1_hpx_record()
107 union acpi_object *fields = record->package.elements; in decode_type2_hpx_record()
112 if (record->package.count != 18) in decode_type2_hpx_record()
149 union acpi_object *package, *record, *fields; in acpi_run_hpx() local
160 package = (union acpi_object *)buffer.pointer; in acpi_run_hpx()
161 if (package->type != ACPI_TYPE_PACKAGE) { in acpi_run_hpx()
166 for (i = 0; i < package->package.count; i++) { in acpi_run_hpx()
[all …]
Dpci-label.c180 tmp = obj->package.elements; in dsm_get_label()
181 if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 2 && in dsm_get_label()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_acpi.c92 connector_count = &pkg->package.elements[0]; in intel_dsm_platform_mux_info()
95 for (i = 1; i < pkg->package.count; i++) { in intel_dsm_platform_mux_info()
96 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info()
97 union acpi_object *connector_id = &obj->package.elements[0]; in intel_dsm_platform_mux_info()
98 union acpi_object *info = &obj->package.elements[1]; in intel_dsm_platform_mux_info()
/linux-4.1.27/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 …]
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_acpi.c65 for (i = 0; i < cpm->package.count; ++i) { in asus_acpi_get_sensor_info()
69 elem = &(cpm->package.elements[i]); in asus_acpi_get_sensor_info()
70 for (j = 0; j < elem->package.count; ++j) { in asus_acpi_get_sensor_info()
73 sub_elem = &(elem->package.elements[j]); in asus_acpi_get_sensor_info()
88 return cpm->package.count; in asus_acpi_get_sensor_info()
/linux-4.1.27/Documentation/thermal/
Dx86_pkg_temperature_thermal5 * x86: with package level thermal management
18 This driver register CPU digital temperature package level sensor as a thermal
20 depends on the capability of the package. Once the trip point is violated,
27 Each package will register as a thermal zone under /sys/class/thermal.
Dintel_powerclamp.txt57 On modern Intel processors (Nehalem or later), package level C-state
67 closed-loop control system can be established that manages package
71 between the actual package level C-state residency ratio and the target idle
119 In terms of dynamics of the idle control system, package level idle
140 also true for the ability of a system to enter package level C-states.
241 thus not able to enter package C- states at the expected ratio. But
/linux-4.1.27/drivers/hwmon/
Dasus_atk0110.c314 return &pack->package.elements[offset]; in atk_get_pack_member()
347 if (obj->package.count != expected_size) { in validate_hwmon_pack()
349 obj->package.count, expected_size); in validate_hwmon_pack()
367 tmp = &obj->package.elements[HWMON_PACK_UNK1]; in validate_hwmon_pack()
373 tmp = &obj->package.elements[HWMON_PACK_UNK2]; in validate_hwmon_pack()
522 if (pack->package.count < 1) { in atk_ggrp()
714 for (i = 0; i < pack->package.count; i++) { in atk_pack_print()
715 union acpi_object *obj = &pack->package.elements[i]; in atk_pack_print()
743 for (i = 0; i < ret->package.count; i++) { in atk_debugfs_ggrp_open()
744 union acpi_object *pack = &ret->package.elements[i]; in atk_debugfs_ggrp_open()
[all …]
Dacpi_power_meter.c575 if (!pss->package.count) in read_domain_devices()
579 pss->package.count, GFP_KERNEL); in read_domain_devices()
592 resource->num_domain_devices = pss->package.count; in read_domain_devices()
594 for (i = 0; i < pss->package.count; i++) { in read_domain_devices()
596 union acpi_object *element = &(pss->package.elements[i]); in read_domain_devices()
762 pss->package.count != 14) { in read_capabilities()
792 union acpi_object *element = &(pss->package.elements[i]); in read_capabilities()
/linux-4.1.27/drivers/char/tpm/
Dtpm_ppi.c79 if (obj->package.count == 2 && in tpm_show_ppi_request()
80 obj->package.elements[0].type == ACPI_TYPE_INTEGER && in tpm_show_ppi_request()
81 obj->package.elements[1].type == ACPI_TYPE_INTEGER) { in tpm_show_ppi_request()
82 if (obj->package.elements[0].integer.value) in tpm_show_ppi_request()
86 obj->package.elements[1].integer.value); in tpm_show_ppi_request()
214 ret_obj = obj->package.elements; in tpm_show_ppi_response()
215 if (obj->package.count < 3 || in tpm_show_ppi_response()
/linux-4.1.27/arch/mips/kernel/
Dsmp.c89 if (cpu_data[cpu].package == cpu_data[i].package && in set_cpu_sibling_map()
106 if (cpu_data[cpu].package == cpu_data[i].package) { in set_cpu_core_map()
127 if (cpu_data[i].package == cpu_data[k].package && in calculate_cpu_foreign_map()
Dproc.c134 seq_printf(m, "package\t\t\t: %d\n", cpu_data[n].package); in show_cpuinfo()
/linux-4.1.27/Documentation/scsi/
Dbfa.txt34 The latest Firmware package for 3.0.2.2 bfa driver can be found at:
38 and then click following respective util package link:
42 v3.0.0.0 Linux Adapter Firmware package for RHEL 6.2, SLES 11SP2
57 v3.0.2.0 Linux Adapter Firmware package for RHEL 6.2, SLES 11SP2
Dsym53c500_cs.txt2 package, and was written by Tom Corner (tcorner@via.at). A rewrite was
Dbnx2fc.txt23 1. Ensure that fcoe-utils package is installed.
Dlpfc.txt68 This source package is targeted for the upstream kernel only. (See notes
Dscsi-parameters.txt102 S390-tools package, available for download at
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Ddrv.c488 splx->package.count != 2 || in splx_get_pwr_limit()
489 splx->package.elements[0].type != ACPI_TYPE_INTEGER || in splx_get_pwr_limit()
490 splx->package.elements[0].integer.value != 0) { in splx_get_pwr_limit()
495 limits = &splx->package.elements[1]; in splx_get_pwr_limit()
497 limits->package.count < 2 || in splx_get_pwr_limit()
498 limits->package.elements[0].type != ACPI_TYPE_INTEGER || in splx_get_pwr_limit()
499 limits->package.elements[1].type != ACPI_TYPE_INTEGER) { in splx_get_pwr_limit()
504 domain_type = &limits->package.elements[0]; in splx_get_pwr_limit()
505 power_limit = &limits->package.elements[1]; in splx_get_pwr_limit()
/linux-4.1.27/arch/m68k/ifpsp060/
Dfplsp.doc48 release package. This is the ONLY format which will be supported.
60 of this package.
70 package, a program must "bsr" or "jsr" to the location listed
73 within the package will then enter the correct emulation code routine.
75 The entry point addresses at the beginning of the package will remain
108 The package takes exceptions according to the FPCR value upon subroutine
109 entry. If an exception should be reported, then the package forces
120 The package does not attempt to correctly emulate instructions
122 this package.
Disp.doc33 This package is essentially an exception handler that can be
52 release package. This is the ONLY format which will be supported.
64 of this package.
103 with respect to the top of the package. The currently defined entry-points
181 package calls either the "Call-out" _060_real_cas() or _060_real_cas2().
184 made, by the system integrator, to point directly back into the package
195 code has completed, then it should re-enter the 060ISP package through the
198 _060_real_cas2() and what it should be upon return to the package through
DCHANGES51 a failing value to the 68060SP, the package ignores
59 requested by the package should return a failing value
60 to the package. Since the package currently ignores this
73 the package creates a 16-byte access error stack frame
Dilsp.doc47 release package. This is the ONLY format which will be supported.
59 of this package.
69 package, a program must "bsr" or "jsr" to the location listed
72 within the package will then enter the correct emulation code routine.
74 The entry point addresses at the beginning of the package will remain
Dfpsp.doc33 Package. This package is essentially a set of exception handlers
37 using unimplemented addressing modes. In addition, this package
44 release package. This is the ONLY format which will be supported.
56 of this package.
95 with respect to the top of the package. The currently defined entry-points
DTEST.DOC90 with respect to the top of the package. The currently defined entry-points
133 for a test package, it should flush the output so that it's not
148 3 different calls to the package if each of the three following tests
177 Example test package set-up:
Diskeleton.S33 | (2) example package entry code
163 | then this routine simply re-enters the package through _isp_cas.
174 | then this routine simply re-enters the package through _isp_cas2.
/linux-4.1.27/scripts/
Ddepmod.sh21 package=$(echo "$release" | cut -d' ' -f 1)
22 if test "$package" = "module-init-tools"; then
DMakefile42 subdir- += basic kconfig package
Dspelling.txt671 pacakge||package
672 pachage||package
673 packacge||package
674 packege||package
675 packge||package
677 pakage||package
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c706 wrdd->package.count < 2 || in iwl_mvm_wrdd_get_mcc()
707 wrdd->package.elements[0].type != ACPI_TYPE_INTEGER || in iwl_mvm_wrdd_get_mcc()
708 wrdd->package.elements[0].integer.value != 0) { in iwl_mvm_wrdd_get_mcc()
713 for (i = 1 ; i < wrdd->package.count ; ++i) { in iwl_mvm_wrdd_get_mcc()
714 mcc_pkg = &wrdd->package.elements[i]; in iwl_mvm_wrdd_get_mcc()
717 mcc_pkg->package.count < 2 || in iwl_mvm_wrdd_get_mcc()
718 mcc_pkg->package.elements[0].type != ACPI_TYPE_INTEGER || in iwl_mvm_wrdd_get_mcc()
719 mcc_pkg->package.elements[1].type != ACPI_TYPE_INTEGER) { in iwl_mvm_wrdd_get_mcc()
724 domain_type = &mcc_pkg->package.elements[0]; in iwl_mvm_wrdd_get_mcc()
732 mcc_value = &mcc_pkg->package.elements[1]; in iwl_mvm_wrdd_get_mcc()
/linux-4.1.27/drivers/thermal/int340x_thermal/
Dprocessor_thermal_device.c217 if (!p->package.count) { in proc_thermal_add()
232 for (i = 0; i < min((int)p->package.count - 1, 2); ++i) { in proc_thermal_add()
233 elements = &(p->package.elements[i+1]); in proc_thermal_add()
235 elements->package.count != 6) { in proc_thermal_add()
239 ppcc = elements->package.elements; in proc_thermal_add()
Dacpi_thermal_rel.c98 *trt_count = p->package.count; in acpi_parse_trt()
111 status = acpi_extract_package(&(p->package.elements[i]), in acpi_parse_trt()
180 *art_count = p->package.count - 1; in acpi_parse_art()
193 status = acpi_extract_package(&(p->package.elements[i + 1]), in acpi_parse_art()
Dint3400_thermal.c130 for (i = 0; i < obja->package.count; i++) { in int3400_thermal_get_uuids()
131 objb = &obja->package.elements[i]; in int3400_thermal_get_uuids()
Dint3403_thermal.c190 obj->max_state = p->package.count - 1; in int3403_cdev_add()
/linux-4.1.27/scripts/package/
DMakefile34 MKSPEC := $(srctree)/scripts/package/mkspec
87 $(srctree)/scripts/package/builddeb
100 $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
Dbuilddeb321 This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch}
336 This package contains firmware from the Linux kernel, version $version.
349 This package provides userspaces headers from the Linux kernel. These headers
379 This package will come in handy if you need to debug the kernel. It provides
/linux-4.1.27/arch/blackfin/mach-bf537/boards/
DKconfig40 Board supply package for CSP Minotaur
46 Board supply package for DNP/5370 DIL64 module
/linux-4.1.27/Documentation/filesystems/
Dgfs2.txt31 If you are using Fedora, you need to install the gfs2-utils package
32 and, for lock_dlm, you will also need to install the cman package
34 cman has been replaced by the dlm package.
Dncpfs.txt5 can be found in the ncpfs package. The home site for ncpfs is
Dnilfs2.txt22 The userland tools are included in nilfs-utils package, which is
26 described in the man pages included in the package.
158 Their manpages are included in the nilfs-utils package above.
Dramfs-rootfs-initramfs.txt126 commands before you can run them), the klibc package introduced a helper
167 scripts/gen_initramfs_list.sh), and proceeds to package up that directory
243 The "klibc" package (http://www.kernel.org/pub/linux/libs/klibc) is
249 package is planned for the busybox 1.3 release.)
356 The klibc package has now been accepted into Andrew Morton's 2.6.17-mm tree.
Dquota.txt18 For more details about quota design, see the documentation in quota-tools package
Dhfs.txt72 The hfsutils package from Robert Leslie contains a program called
Dext3.txt133 usrquota in the quota-tools package for more details
140 package for more details
Docfs2.txt8 You'll want to install the ocfs2-tools package in order to at least
/linux-4.1.27/drivers/cpufreq/
Dpcc-cpufreq.c273 offset = &(pccp->package.elements[0]); in pcc_get_offset()
281 offset = &(pccp->package.elements[1]); in pcc_get_offset()
423 member = &out_obj->package.elements[0]; in pcc_cpufreq_probe()
479 member = &out_obj->package.elements[1]; in pcc_cpufreq_probe()
498 member = &out_obj->package.elements[2]; in pcc_cpufreq_probe()
506 member = &out_obj->package.elements[3]; in pcc_cpufreq_probe()
/linux-4.1.27/fs/ocfs2/
DKconfig15 You'll want to install the ocfs2-tools package in order to at least
30 OCFS2 includes a simple kernelspace clustering package, the OCFS2
32 to configure it. This comes with the standard ocfs2-tools package.
/linux-4.1.27/Documentation/isdn/
DREADME.act200066 "actctrl" from the utility-package to configure additional cards.
90 The firmware is supplied together with the isdn4k-utils package. It
93 Assuming you have installed the utility-package correctly, the firmware
103 the manpage actctrl.8 which is included in the isdn4k-utils package.
DREADME.pcbit13 package or in the pcbit package available in:
DREADME.icn86 "icnctrl" from the utility-package to configure additional cards.
121 The firmware is supplied together with the isdn4k-utils package. It
130 Assuming you have installed the utility-package correctly, the firmware
147 icnctrl.8 which is included in the isdn4k-utils package.
DREADME.syncppp5 You need one thing beside the isdn4linux package:
45 Check the etc/rc.isdn.syncppp in the isdn4kernel-util package
DREADME.x25143 - the x25-utils-2.X package from
148 contained in the x25-util package).
161 But a special x25route tool (distributed with the x25-util package)
170 tests, the x25-utils package contains a modified version of telnet
180 The x25-utility package also contains an x25trace tool that can be
DsyncPPP.FAQ107 PPP package over the /dev/ttyI* devices. You
119 devices with the standard PPP/pppd package
/linux-4.1.27/Documentation/fmc/
Didentifiers.txt18 package and SDB (part of the fpga-config-space package).
37 This package includes the Python script that Matthieu Cattin wrote to
60 or on the command line. This package has currently no support for
96 the fpga-config-space package on OHWR.
122 The directory tools/sdbfs of this package includes a well-commented
127 This package (generic FMC bus support) only accesses two files in the
D00-INDEX3 wrote for the externally-developed fmc-bus package. The complete
DFMC-and-SDB.txt52 This package, however, implements a bus as a software abstraction.
63 this package can make good use of it. SDB itself is developed in the
Dfmc-fakedev.txt4 This package includes a software-only device, called fmc-fakedev, which
Dfmc-chardev.txt44 The simple program tools/fmc-mem in this package can access an FMC char
/linux-4.1.27/Documentation/
Dbt8xxgpio.txt17 These ports are accessible via 24 pins on the SMD chip package.
26 GPIO pin and solder that to some tiny wire. As the chip package really is tiny
Dnumastat.txt24 For easier reading you can use the numastat utility from the numactl package
Dhw_random.txt12 latest version of the "rng-tools" package from the
32 The rng-tools package uses such tests in "rngd", and lets you
DChanges143 The jfsutils package contains the utilities for the file system.
148 o other file system utilities are also available in this package.
153 The reiserfsprogs package should be used for reiserfs-3.6.x
154 (Linux kernels 2.4.x). It is a combined package and contains working
Dmono.txt12 a binary package, a source tarball or by installing from CVS. Binary
Dcputopology.txt7 physical package id of cpuX. Typically corresponds to a physical
/linux-4.1.27/Documentation/hwmon/
Dcoretemp21 inside Intel CPUs. This driver can read both the per-core and per-package
22 temperature using the appropriate sensors. The per-package sensor is new;
24 show the temperature of all cores inside a package under a single device
45 where Y is the package number.
Dtmp10317 wafer chip-scale package (WCSP). The TMP103 is capable of reading
Dhih613017 The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package.
Dfam15h_power36 package and not for a single node. Thus the driver creates sysfs
Demc6w20126 QFN package."
Dhtu2118 The HTU21D is a humidity and temperature sensor in a DFN package of
Dw83627hf57 VID reading. However the two chips have the identical 128 pin package. So,
61 doesn't work, first see doc/vid in the lm_sensors package[1]. If that still
Dsht2123 The SHT21 and SHT25 are humidity and temperature sensors in a DFN package of
Duserspace-tools17 http://www.lm-sensors.org/ or as a package from your Linux distribution.
Dlm8567 423 or socket 478 package. They can also measure temperature using a
128 package, and the EMC6D100, available in a 28-pin SSOP package, are designed
131 Unfortunately it is not possible to distinguish between the package
Dadt741045 package, a slightly narrower operating temperature range (-40°C to +150°C), and
/linux-4.1.27/Documentation/s390/
Dzfcpdump.txt14 the s390-tools package) to make the device bootable. The operator of a Linux
40 The zfcpdump directory is defined in the s390-tools package.
46 The s390-tools package version 1.24.0 and above builds an external zfcpdump
/linux-4.1.27/tools/power/cpupower/
DREADME1 The cpupower package consists of the following elements:
32 differently and/or want to configure the package to your specific
/linux-4.1.27/drivers/i2c/busses/
Di2c-scmi.c187 obj = pkg->package.elements; in acpi_smbus_cmi_access()
224 obj = pkg->package.elements + 1; in acpi_smbus_cmi_access()
232 obj = pkg->package.elements + 2; in acpi_smbus_cmi_access()
314 obj = obj->package.elements; in acpi_smbus_cmi_add_cap()
Di2c-designware-platdrv.c85 if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 3) { in dw_i2c_acpi_params()
86 const union acpi_object *objs = obj->package.elements; in dw_i2c_acpi_params()
/linux-4.1.27/arch/mips/include/asm/
Dtopology.h15 #define topology_physical_package_id(cpu) (cpu_data[cpu].package)
Dcpu-info.h66 int package;/* physical package number */ member
/linux-4.1.27/drivers/usb/core/
Dusb-acpi.c107 || upc->package.count != 4) { in usb_acpi_get_connect_type()
111 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
/linux-4.1.27/drivers/platform/x86/
Dpanasonic-laptop.c294 if (pcc->num_sifr < hkey->package.count) { in acpi_pcc_retrieve_biosdata()
301 for (i = 0; i < hkey->package.count; i++) { in acpi_pcc_retrieve_biosdata()
302 union acpi_object *element = &(hkey->package.elements[i]); in acpi_pcc_retrieve_biosdata()
309 pcc->sinf[hkey->package.count] = -1; in acpi_pcc_retrieve_biosdata()
Dalienware-wmi.c180 int package; in parse_rgb() member
191 repackager.package = rgb & 0x0f0f0f0f; in parse_rgb()
Dacer-wmi.c1490 if (out_obj->package.count != 4) in acer_gsensor_event()
1494 (s16)out_obj->package.elements[0].integer.value); in acer_gsensor_event()
1496 (s16)out_obj->package.elements[1].integer.value); in acer_gsensor_event()
1498 (s16)out_obj->package.elements[2].integer.value); in acer_gsensor_event()
/linux-4.1.27/arch/mips/loongson/loongson-3/
Dsmp.c301 cpu_data[cpu].package = in loongson3_init_secondary()
363 cpu_data[0].package = cpu_logical_map(0) / loongson_sysconf.cores_per_package; in loongson3_smp_setup()
586 uint64_t package_id = cpu_data[cpu].package; in loongson3_disable_clock()
599 uint64_t package_id = cpu_data[cpu].package; in loongson3_enable_clock()
/linux-4.1.27/drivers/isdn/act2000/
DKconfig8 isdn4k-utils package. Please read the file
/linux-4.1.27/include/acpi/
Dacpi_bus.h41 acpi_extract_package(union acpi_object *package,
89 .package.type = ACPI_TYPE_PACKAGE, \
90 .package.count = (cnt), \
91 .package.elements = (eles) \
/linux-4.1.27/Documentation/power/powercap/
Dpowercap.txt151 "core" and the "uncore" parts of the given CPU package, respectively. All of
154 to be applied (the constraints in the 'package' power zones apply to the whole
156 the given package individually). Since Intel RAPL doesn't provide instantaneous
164 package-0
/linux-4.1.27/Documentation/cpu-freq/
Dboost.txt18 some cores in a multi-core package if certain conditions apply, mostly
35 the boosting functionality depends on the load of the whole package,
92 on a per package basis, for some CPUs even per core. Currently the driver
/linux-4.1.27/drivers/media/rc/keymaps/
DKconfig12 The ir-keytable program, available at v4l-utils package
/linux-4.1.27/drivers/net/appletalk/
DKconfig10 wish to connect to it, say Y. You will need to use the netatalk package
48 You also need version 1.3.3 or later of the netatalk package.
58 package. This driver is experimental, which means that it may not
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs-rdma.txt76 Download the latest package from:
80 Uncompress the package and follow the installation instructions.
89 To build nfs-utils you will need the tcp_wrappers package installed. For
90 more information on this see the package's README and INSTALL files.
92 After building the nfs-utils package, there will be a mount.nfs binary in
Drpc-server-gss.txt48 nfs-utils package.
Dpnfs.txt87 The /sbin/osd_login is part of the nfs-utils package, and should usually
/linux-4.1.27/Documentation/networking/
Dray_cs.txt22 David Hinds pcmcia package. All the command line parameters are
39 Currently, ray_cs is not part of David Hinds card services package,
135 package which parses the 802.11 headers.
Dnfc.txt126 The first received package is the response to the first sent package and so
Dieee802154.txt33 in our userspace package (see either linux-zigbee sourceforge download page
56 See the include/net/nl802154.h header. Our userspace tools package
Ddecnet.txt115 package in the same way as IPv4/6 configuration is performed.
117 Documentation for iproute2 is included with the package, although there is
122 If you want to configure a DECnet router you'll need the iproute2 package
Dmultiqueue.txt51 The userspace command 'tc,' part of the iproute2 package, is used to configure
Dipddp.txt42 Decapsulation - You will need to download a software package called
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt1 Below is the original README file from the descore.shar package.
29 This package was designed with the following goals:
38 To more rapidly understand the code in this package, inspect desSmallFips.i
69 improvements i had suggested to him, this package's
86 this is a very nice package which implements the most important
92 (at some point i may do the same in my package). he also implements
96 fast crypt(3) package from denmark:
114 crack 3.3c package from england:
152 a while later i ran across the great crypt(3) package mentioned above.
/linux-4.1.27/net/wireless/
Ddb.txt7 # package provided by your distribution, since they will probably keep it
/linux-4.1.27/Documentation/namespaces/
Dresource-control.txt13 package present on most distros editing /etc/cgrules.conf,
/linux-4.1.27/Documentation/video4linux/bttv/
DTHANKS7 package.
DCards196 50680 "TV Tuner PCI Pal BG"(old,red package)=can be CPH03x(bt848) or CPH06x(bt878)
197 50680 "TV Tuner Pal BG" (blue package)= Pixelview PV-BT878P+ (Rev 9B)
200 Note: The package has a picture of CPH05x (which would be a real TView)
205 50688 "TV Tuner RDS" (black package) = KNC1 TV Station RDS
245 PixelView PlayTV DVR PV-M4600 package contents:PixelView PlayTV pro, windvr & videoMail s/w
482 Studio PCTV Rave (Bt878 package w/o infrared)
928 TEC sound (package and manuals don't have any other manufacturer info) TecSound
/linux-4.1.27/fs/fuse/
DKconfig11 installed if you've installed the "fuse" package itself.
/linux-4.1.27/drivers/net/hamradio/
DKconfig127 utility available in the standard ax25 utilities package. For
145 utilities package. For information on the modems, see
160 available in the standard ax25 utilities package. For information on
175 in the standard ax25 utilities package. For information on the
/linux-4.1.27/drivers/powercap/
DKconfig28 fine grained control. These domains include processor package, DRAM
Dintel_rapl.c232 static u64 rapl_unit_xlate(struct rapl_domain *rd, int package,
661 static u64 rapl_unit_xlate(struct rapl_domain *rd, int package, in rapl_unit_xlate() argument
669 rp = find_package_by_id(package); in rapl_unit_xlate()
1318 static bool is_package_new(int package) in is_package_new() argument
1326 if (package == rp->id) in is_package_new()
/linux-4.1.27/Documentation/acpi/
Dinitrd_table_override.txt87 and should be packaged by distributions (for example in the acpica package
92 This tool is also part of the acpica package on SUSE.
Dvideo_extension.txt30 max_brightness: Derived from the _BCL package(see below);
35 the following _BCL package:
Dmethod-customizing.txt30 d) package the new file (psr.asl) to an ACPI table format.
/linux-4.1.27/Documentation/arm/VFP/
Drelease-notes.txt17 The operations which have been tested with this package are:
/linux-4.1.27/include/linux/mfd/
Drtsx_usb.h48 #define CHECK_PKG(ucr, pkg) ((ucr)->package == (pkg))
55 int package; member
/linux-4.1.27/drivers/thermal/
DKconfig238 enforce idle time which results in more package C-state residency. The
242 tristate "X86 package temperature thermal driver"
247 Enable this to register CPU digital sensor for package temperature as
248 thermal zone. Each package will have its own thermal zone. There are
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt4 package. Six high speed, 3.3 V, 11-bit video DACs provide support for composite
/linux-4.1.27/fs/nfsd/
DKconfig21 package, available from http://linux-nfs.org/. More detail about
81 space programs which can be found in the Linux nfs-utils package,
/linux-4.1.27/Documentation/wimax/
DREADME.i2400m16 + Linux kernel development package for the target kernel; to
18 the kernel development package corresponding to the running
20 linux-VERSION, the development package is called
80 This package contains two major parts: a WiMAX kernel stack and a
DREADME.wimax28 convenience in libwimax (in the wimax-tools package).
/linux-4.1.27/drivers/pnp/
DKconfig19 using user space utilities such as the isapnptools package.
/linux-4.1.27/Documentation/devicetree/bindings/iio/
Dst-sensors.txt16 - st,drdy-int-pin: the pin on the package that will be used to signal
/linux-4.1.27/arch/m68k/fpsp040/
Dskeleton.S13 | return from the package by a 'jmp real_xxxx'. At that point
17 | package returns. Thus, there will be system specific code
20 | If the exception was completely handled by the package, then
Dfpsp.h14 | frame and any local variables needed by the FPSP package.
57 | handled by the package, or "bra real_xxxx" which is an external
64 | can happen if the package is entered for an unimplemented float
/linux-4.1.27/net/decnet/
DKconfig37 rtnetlink (you will need Alexey Kuznetsov's iproute2 package
/linux-4.1.27/Documentation/i2c/busses/
Di2c-taos-evm24 inputattach tool, which is part of the input-utils package. The following
Di2c-parport137 package. The i2c-pport driver makes use of modern parallel port features so
142 lm_sensors package. The i2c-pcf-epp driver doesn't use the parallel port as
/linux-4.1.27/drivers/pnp/pnpbios/
DKconfig37 See the latest pcmcia-cs (stand-alone package) for a nice set of
/linux-4.1.27/Documentation/dvb/
Dreadme.txt14 are available as part of the old driver package for Linux 2.4
Dfaq.txt52 ts2ps tool from the Metzler Brother's dvb-mpegtools package.
64 Dave Chapman's dvbtools package, including
/linux-4.1.27/arch/mips/netlogic/common/
Dsmp.c123 current_cpu_data.package = nlm_nodeid(); in nlm_init_secondary()
/linux-4.1.27/drivers/staging/lustre/lustre/
DKconfig22 lustre-client package, available from
/linux-4.1.27/drivers/isdn/i4l/
DKconfig65 with the ISDN utility package for example), you will be able to use
100 package to set up this driver.
/linux-4.1.27/
DMakefile1228 package-dir := scripts/package
1231 $(Q)$(MAKE) $(build)=$(package-dir) $@
1233 $(Q)$(MAKE) $(build)=$(package-dir) $@
1235 $(Q)$(MAKE) $(build)=$(package-dir) $@
1294 @$(MAKE) $(build)=$(package-dir) help
/linux-4.1.27/net/sunrpc/
DKconfig31 daemon which may be found in the Linux nfs-utils package
/linux-4.1.27/Documentation/blockdev/
Dfloppy.txt6 A FAQ list may be found in the fdutils package (see below), and also
212 runtime. Utilities which do this can be found in the fdutils package.
213 This package also contains a new version of mtools which allows to
/linux-4.1.27/Documentation/sound/oss/
DVIBRA1615 (tried it with a 2.2.2-ac7), nor in the commercial OSS package (it reports
/linux-4.1.27/Documentation/input/
Dbcm5974.txt5 The USB initialization and package decoding was made by Scott Shawcroft as
Djoystick.txt27 in the package: See the file COPYING.
117 program in the utilities package. You run it by typing:
141 included in the joystick package to set better correction coefficients than
578 joystick.h and jstest.c included in the joystick package for more
/linux-4.1.27/drivers/net/team/
DKconfig8 iproute2 package:
/linux-4.1.27/drivers/staging/speakup/
DTODO5 Speakup is a kernel based screen review package for the linux operating
/linux-4.1.27/arch/arm/boot/dts/
Dsun6i-a31s.dtsi49 * The A31s is the same die as the A31 in a different package, this is
/linux-4.1.27/Documentation/video4linux/cx2341x/
DREADME.vbi19 signifying that this data package contains V4L2_MPEG_STREAM_VBI_FMT_IVTV VBI data.
/linux-4.1.27/fs/nfs/
DKconfig15 the Linux nfs-utils package, available from http://linux-nfs.org/.
84 space programs which can be found in the Linux nfs-utils package,
/linux-4.1.27/Documentation/i2c/
Di2c-stub36 There's a script named i2c-stub-from-dump in the i2c-tools package which
Ddev-interface9 the i2c-tools package.
214 package the returned data, if any, in suitable format for the ioctl.
/linux-4.1.27/Documentation/security/
Dkeys-ecryptfs.txt17 by the userspace utility 'mount.ecryptfs' shipped with the package
/linux-4.1.27/arch/powerpc/boot/dts/
Dmpc5121ads.dts21 * stacked package.
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt20 the package name is lustre-client.
/linux-4.1.27/drivers/gpio/
Dgpiolib-acpi.c728 const union acpi_object *element = obj->package.elements; in acpi_gpio_package_count()
729 const union acpi_object *end = element + obj->package.count; in acpi_gpio_package_count()
/linux-4.1.27/Documentation/vm/
Dpage_migration19 Page migration functions are provided by the numactl package by Andi Kleen
56 (for userspace usage see the Andi Kleen's numactl package mentioned above)
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dsilabs,si5351.txt8 clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
/linux-4.1.27/arch/sh/
DKconfig.debug13 package from www.m17n.org (or any conforming standard LinuxSH BIOS)
/linux-4.1.27/Documentation/sound/alsa/
DMIXART.txt20 Use the mixartloader that can be found in the alsa-tools package.
/linux-4.1.27/drivers/mfd/
Drtsx_usb.c609 ucr->package = LQFP48; in rtsx_usb_init_chip()
612 ucr->package = QFN24; in rtsx_usb_init_chip()
/linux-4.1.27/drivers/net/wireless/
DKconfig89 firmware package can be downloaded from
128 driver part of the Linux Pcmcia package.
/linux-4.1.27/Documentation/kdump/
Dkdump.txt66 2) Download the kexec-tools user-space package from the following URL:
92 5) Configure the package, as follows:
96 6) Compile the package, as follows:
100 7) Install the package, as follows:
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-fcoe116 which is commonly packaged in the fcoe-utils package.
Dsysfs-devices-system-cpu79 to other cores and threads in the same physical package.
96 physical_package_id: physical package id of cpu#. Typically
Dsysfs-class-powercap45 power zone for a whole CPU package, each CPU core in it can
/linux-4.1.27/fs/xfs/
DKconfig38 README.quota in the xfsprogs package. XFS quota can be used either
/linux-4.1.27/Documentation/cdrom/
Dpacket-writing.txt9 - You need the udftools package (pktsetup, mkudffs, cdrwtool).
/linux-4.1.27/arch/um/
DKconfig.um75 distribution RPM package in 2.4.6 and later.
/linux-4.1.27/fs/fat/
DKconfig67 programs from the mtools package.
/linux-4.1.27/drivers/i2c/
DKconfig46 other user-space package which expects i2c adapters to be class
/linux-4.1.27/net/sched/
DKconfig25 from the package iproute2+tc at
26 <https://www.kernel.org/pub/linux/utils/net/iproute2/>. That package
490 A recent version of the iproute2 package is required to use
586 A recent version of the iproute2 package is required to use

12