Home
last modified time | relevance | path

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

12

/linux-4.4.14/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"},
739 obj_desc->package.count, in acpi_ex_dump_operand()
740 obj_desc->package.elements); in acpi_ex_dump_operand()
746 if (obj_desc->package.count && in acpi_ex_dump_operand()
747 obj_desc->package.elements && acpi_dbg_level > 1) { in acpi_ex_dump_operand()
748 for (index = 0; index < obj_desc->package.count; in acpi_ex_dump_operand()
750 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()
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()
Dutids.c329 count = obj_desc->package.count; in acpi_ut_execute_CID()
330 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()
461 cls_objects = obj_desc->package.elements; in acpi_ut_execute_CLS()
462 count = obj_desc->package.count; in acpi_ut_execute_CLS()
Ddbnames.c432 const union acpi_predefined_info *package = NULL; in acpi_db_walk_for_predefined_names() local
449 package = predefined + 1; in acpi_db_walk_for_predefined_names()
459 if (package) { in acpi_db_walk_for_predefined_names()
461 package->ret_info.type, in acpi_db_walk_for_predefined_names()
462 package->ret_info.object_type1, in acpi_db_walk_for_predefined_names()
463 package->ret_info.count1); in acpi_db_walk_for_predefined_names()
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()
Ddbutils.c189 obj_desc->package.count); in acpi_db_dump_external_object()
191 for (i = 0; i < obj_desc->package.count; i++) { in acpi_db_dump_external_object()
192 acpi_db_dump_external_object(&obj_desc->package. in acpi_db_dump_external_object()
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()
548 for (i = 0; i < object->package.count; i++) { in acpi_ut_update_object_reference()
553 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()
Dexdebug.c186 source_desc->package.count); in acpi_ex_do_debug_object()
190 for (i = 0; i < source_desc->package.count; i++) { in acpi_ex_do_debug_object()
191 acpi_ex_do_debug_object(source_desc->package. in acpi_ex_do_debug_object()
Dutmisc.c255 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
278 state->pkg.source_object->package.count) { in acpi_ut_walk_package_tree()
Dexoparg2.c402 if (index >= operand[0]->package.count) { in acpi_ex_opcode_2A_1T_1R()
403 length = operand[0]->package.count; in acpi_ex_opcode_2A_1T_1R()
409 &operand[0]->package.elements[index]; in acpi_ex_opcode_2A_1T_1R()
Ddbconvert.c230 object->package.count = i; in acpi_db_convert_to_package()
231 object->package.elements = elements; in acpi_db_convert_to_package()
394 buffer_desc = &obj_desc->package.elements[0]; in acpi_db_dump_pld_buffer()
Ddbexec.c99 acpi_db_delete_objects(objects[i].package.count, in acpi_db_delete_objects()
100 objects[i].package.elements); in acpi_db_delete_objects()
104 ACPI_FREE(objects[i].package.elements); in acpi_db_delete_objects()
Dhwxface.c537 elements = info->return_object->package.elements; in ACPI_EXPORT_SYMBOL()
538 switch (info->return_object->package.count) { in ACPI_EXPORT_SYMBOL()
Ddbstats.c183 for (i = 0; i < obj_desc->package.count; i++) { in acpi_db_enumerate_object()
184 acpi_db_enumerate_object(obj_desc->package.elements[i]); in acpi_db_enumerate_object()
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.c303 obj_desc->package.count); in acpi_ns_dump_one_object()
590 obj_desc = (void *)obj_desc->package.elements; in acpi_ns_dump_one_object()
Dacobject.h396 struct acpi_object_package package; member
Ddbtest.c1011 this_param->package.elements = NULL; in acpi_db_evaluate_one_predefined_name()
1012 this_param->package.count = 0; in acpi_db_evaluate_one_predefined_name()
/linux-4.4.14/drivers/acpi/
Dutils.c54 acpi_extract_package(union acpi_object *package, in acpi_extract_package() argument
66 if (!package || (package->type != ACPI_TYPE_PACKAGE) in acpi_extract_package()
67 || (package->package.count < 1)) { in acpi_extract_package()
83 if (format_count > package->package.count) { in acpi_extract_package()
86 format_count, package->package.count); in acpi_extract_package()
97 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
201 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
326 union acpi_object *package = NULL; in acpi_evaluate_reference() local
342 package = buffer.pointer; in acpi_evaluate_reference()
344 if ((buffer.length == 0) || !package) { in acpi_evaluate_reference()
[all …]
Dproperty.c57 dn->name = link->package.elements[0].string.pointer; in acpi_nondev_subnode_ok()
61 status = acpi_get_handle(scope, link->package.elements[1].string.pointer, in acpi_nondev_subnode_ok()
105 for (i = 0; i < links->package.count; i++) { in acpi_add_nondev_subnodes()
108 link = &links->package.elements[i]; in acpi_add_nondev_subnodes()
110 if (link->package.count == 2 in acpi_add_nondev_subnodes()
111 && link->package.elements[0].type == ACPI_TYPE_STRING in acpi_add_nondev_subnodes()
112 && link->package.elements[1].type == ACPI_TYPE_STRING in acpi_add_nondev_subnodes()
127 for (i = 0; i < desc->package.count; i += 2) { in acpi_enumerate_nondev_subnodes()
130 uuid = &desc->package.elements[i]; in acpi_enumerate_nondev_subnodes()
131 links = &desc->package.elements[i + 1]; in acpi_enumerate_nondev_subnodes()
[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.c371 union acpi_object *package; in acpi_pad_pur() local
380 package = buffer.pointer; in acpi_pad_pur()
382 if (package->type == ACPI_TYPE_PACKAGE && in acpi_pad_pur()
383 package->package.count == 2 && in acpi_pad_pur()
384 package->package.elements[0].integer.value == 1) /* rev 1 */ in acpi_pad_pur()
386 num = package->package.elements[1].integer.value; in acpi_pad_pur()
Dprocessor_perflib.c240 || (pct->package.count != 2)) { in acpi_processor_get_performance_control()
250 obj = pct->package.elements[0]; in acpi_processor_get_performance_control()
266 obj = pct->package.elements[1]; in acpi_processor_get_performance_control()
346 pss->package.count)); in acpi_processor_get_performance_states()
348 pr->performance->state_count = pss->package.count; in acpi_processor_get_performance_states()
350 kmalloc(sizeof(struct acpi_processor_px) * pss->package.count, in acpi_processor_get_performance_states()
366 status = acpi_extract_package(&(pss->package.elements[i]), in acpi_processor_get_performance_states()
551 if (psd->package.count != 1) { in acpi_processor_get_psd()
562 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_processor_get_psd()
Dscan.c749 union acpi_object *package = NULL; in acpi_bus_extract_wakeup_device_power_package() local
766 package = (union acpi_object *)buffer.pointer; in acpi_bus_extract_wakeup_device_power_package()
768 if (!package || package->package.count < 2) in acpi_bus_extract_wakeup_device_power_package()
771 element = &(package->package.elements[0]); in acpi_bus_extract_wakeup_device_power_package()
776 if ((element->package.count < 2) || in acpi_bus_extract_wakeup_device_power_package()
777 (element->package.elements[0].type != in acpi_bus_extract_wakeup_device_power_package()
779 || (element->package.elements[1].type != ACPI_TYPE_INTEGER)) in acpi_bus_extract_wakeup_device_power_package()
783 element->package.elements[0].reference.handle; in acpi_bus_extract_wakeup_device_power_package()
785 (u32) element->package.elements[1].integer.value; in acpi_bus_extract_wakeup_device_power_package()
793 element = &(package->package.elements[1]); in acpi_bus_extract_wakeup_device_power_package()
[all …]
Dfan.c123 obj->package.count != 3 || in fan_get_state_acpi4()
124 obj->package.elements[1].type != ACPI_TYPE_INTEGER) { in fan_get_state_acpi4()
130 control = obj->package.elements[1].integer.value; in fan_get_state_acpi4()
284 if (!obj || obj->type != ACPI_TYPE_PACKAGE || obj->package.count < 2) { in acpi_fan_get_fps()
290 fan->fps_count = obj->package.count - 1; /* minus revision field */ in acpi_fan_get_fps()
302 status = acpi_extract_package(&obj->package.elements[i + 1], in acpi_fan_get_fps()
Dprocessor_idle.c353 if (!cst || (cst->type != ACPI_TYPE_PACKAGE) || cst->package.count < 2) { in acpi_processor_get_power_info_cst()
359 count = cst->package.elements[0].integer.value; in acpi_processor_get_power_info_cst()
362 if (count < 1 || count != cst->package.count - 1) { in acpi_processor_get_power_info_cst()
379 element = &(cst->package.elements[i]); in acpi_processor_get_power_info_cst()
383 if (element->package.count != 4) in acpi_processor_get_power_info_cst()
386 obj = &(element->package.elements[0]); in acpi_processor_get_power_info_cst()
398 obj = &(element->package.elements[1]); in acpi_processor_get_power_info_cst()
454 obj = &(element->package.elements[2]); in acpi_processor_get_power_info_cst()
460 obj = &(element->package.elements[3]); in acpi_processor_get_power_info_cst()
Dprocessor_throttling.c442 || (ptc->package.count != 2)) { in acpi_processor_get_throttling_control()
452 obj = ptc->package.elements[0]; in acpi_processor_get_throttling_control()
469 obj = ptc->package.elements[1]; in acpi_processor_get_throttling_control()
533 tss->package.count)); in acpi_processor_get_throttling_states()
535 pr->throttling.state_count = tss->package.count; in acpi_processor_get_throttling_states()
537 kmalloc(sizeof(struct acpi_processor_tx_tss) * tss->package.count, in acpi_processor_get_throttling_states()
555 status = acpi_extract_package(&(tss->package.elements[i]), in acpi_processor_get_throttling_states()
611 if (tsd->package.count != 1) { in acpi_processor_get_tsd()
622 status = acpi_extract_package(&(tsd->package.elements[0]), in acpi_processor_get_tsd()
Dcppc_acpi.c146 if (!psd || psd->package.count != 1) { in acpi_get_psd()
156 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_get_psd()
433 cpc_obj = &out_obj->package.elements[0]; in acpi_cppc_processor_probe()
450 cpc_obj = &out_obj->package.elements[1]; in acpi_cppc_processor_probe()
467 cpc_obj = &out_obj->package.elements[i]; in acpi_cppc_processor_probe()
Dpower.c134 int acpi_extract_power_resources(union acpi_object *package, unsigned int start, in acpi_extract_power_resources() argument
140 for (i = start; i < package->package.count; i++) { in acpi_extract_power_resources()
141 union acpi_object *element = &package->package.elements[i]; in acpi_extract_power_resources()
Dbattery.c393 union acpi_object *package, in extract_package() argument
398 if (package->type != ACPI_TYPE_PACKAGE) in extract_package()
401 if (package->package.count <= i) in extract_package()
403 element = &package->package.elements[i]; in extract_package()
Dacpi_video.c772 if (obj->package.count < 2) in acpi_video_init_brightness()
782 br->levels = kmalloc((obj->package.count + 2) * sizeof *(br->levels), in acpi_video_init_brightness()
789 for (i = 0; i < obj->package.count; i++) { in acpi_video_init_brightness()
790 o = (union acpi_object *)&obj->package.elements[i]; in acpi_video_init_brightness()
1228 dod->package.count)); in acpi_video_device_enumerate()
1230 active_list = kcalloc(1 + dod->package.count, in acpi_video_device_enumerate()
1239 for (i = 0; i < dod->package.count; i++) { in acpi_video_device_enumerate()
1240 obj = &dod->package.elements[i]; in acpi_video_device_enumerate()
Dinternal.h114 int acpi_extract_power_resources(union acpi_object *package, unsigned int start,
Ddevice_sysfs.c218 nval = of_compatible->package.count; in create_of_modalias()
219 obj = of_compatible->package.elements; in create_of_modalias()
Dbus.c576 nval = of_compatible->package.count; in acpi_of_match_device()
577 obj = of_compatible->package.elements; in acpi_of_match_device()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/i915/
Dintel_acpi.c91 connector_count = &pkg->package.elements[0]; in intel_dsm_platform_mux_info()
94 for (i = 1; i < pkg->package.count; i++) { in intel_dsm_platform_mux_info()
95 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info()
96 union acpi_object *connector_id = &obj->package.elements[0]; in intel_dsm_platform_mux_info()
97 union acpi_object *info = &obj->package.elements[1]; in intel_dsm_platform_mux_info()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/mips/kernel/
Dsmp.c90 if (cpu_data[cpu].package == cpu_data[i].package && in set_cpu_sibling_map()
107 if (cpu_data[cpu].package == cpu_data[i].package) { in set_cpu_core_map()
128 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.4.14/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.4.14/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.4.14/drivers/net/wireless/iwlwifi/pcie/
Ddrv.c489 splx->package.count != 2 || in splx_get_pwr_limit()
490 splx->package.elements[0].type != ACPI_TYPE_INTEGER || in splx_get_pwr_limit()
491 splx->package.elements[0].integer.value != 0) { in splx_get_pwr_limit()
496 limits = &splx->package.elements[1]; in splx_get_pwr_limit()
498 limits->package.count < 2 || in splx_get_pwr_limit()
499 limits->package.elements[0].type != ACPI_TYPE_INTEGER || in splx_get_pwr_limit()
500 limits->package.elements[1].type != ACPI_TYPE_INTEGER) { in splx_get_pwr_limit()
505 domain_type = &limits->package.elements[0]; in splx_get_pwr_limit()
506 power_limit = &limits->package.elements[1]; in splx_get_pwr_limit()
/linux-4.4.14/scripts/
Ddepmod.sh21 package=$(echo "$release" | cut -d' ' -f 1)
22 if test "$package" = "module-init-tools"; then
DMakefile49 subdir- += basic kconfig package
Dspelling.txt691 pacakge||package
692 pachage||package
693 packacge||package
694 packege||package
695 packge||package
697 pakage||package
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c700 wrdd->package.count < 2 || in iwl_mvm_wrdd_get_mcc()
701 wrdd->package.elements[0].type != ACPI_TYPE_INTEGER || in iwl_mvm_wrdd_get_mcc()
702 wrdd->package.elements[0].integer.value != 0) { in iwl_mvm_wrdd_get_mcc()
707 for (i = 1 ; i < wrdd->package.count ; ++i) { in iwl_mvm_wrdd_get_mcc()
708 mcc_pkg = &wrdd->package.elements[i]; in iwl_mvm_wrdd_get_mcc()
711 mcc_pkg->package.count < 2 || in iwl_mvm_wrdd_get_mcc()
712 mcc_pkg->package.elements[0].type != ACPI_TYPE_INTEGER || in iwl_mvm_wrdd_get_mcc()
713 mcc_pkg->package.elements[1].type != ACPI_TYPE_INTEGER) { in iwl_mvm_wrdd_get_mcc()
718 domain_type = &mcc_pkg->package.elements[0]; in iwl_mvm_wrdd_get_mcc()
726 mcc_value = &mcc_pkg->package.elements[1]; in iwl_mvm_wrdd_get_mcc()
/linux-4.4.14/scripts/package/
DMakefile31 MKSPEC := $(srctree)/scripts/package/mkspec
88 $(srctree)/scripts/package/builddeb $@
107 $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
Dbuilddeb343 This package provides kernel header files for $KERNELRELEASE on \${kernel:debarch}
358 This package contains firmware from the Linux kernel, version $version.
371 This package provides userspaces headers from the Linux kernel. These headers
401 This package will come in handy if you need to debug the kernel. It provides
/linux-4.4.14/arch/blackfin/mach-bf537/boards/
DKconfig40 Board supply package for CSP Minotaur
46 Board supply package for DNP/5370 DIL64 module
/linux-4.4.14/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.
Dhfs.txt72 The hfsutils package from Robert Leslie contains a program called
Dquota.txt18 For more details about quota design, see the documentation in quota-tools package
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dprocessor_thermal_device.c223 if (!p->package.count) { in proc_thermal_add()
238 for (i = 0; i < min((int)p->package.count - 1, 2); ++i) { in proc_thermal_add()
239 elements = &(p->package.elements[i+1]); in proc_thermal_add()
241 elements->package.count != 6) { in proc_thermal_add()
245 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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/mips/loongson64/loongson-3/
Dsmp.c306 cpu_data[cpu].package = in loongson3_init_secondary()
319 if (cpu_data[cpu].package) in loongson3_init_secondary()
372 cpu_data[0].package = cpu_logical_map(0) / loongson_sysconf.cores_per_package; in loongson3_smp_setup()
595 uint64_t package_id = cpu_data[cpu].package; in loongson3_disable_clock()
608 uint64_t package_id = cpu_data[cpu].package; in loongson3_enable_clock()
/linux-4.4.14/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
DChanges156 The jfsutils package contains the utilities for the file system.
161 o other file system utilities are also available in this package.
166 The reiserfsprogs package should be used for reiserfs-3.6.x
167 (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
/linux-4.4.14/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_power38 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.4.14/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.4.14/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.4.14/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.c81 if (obj->type == ACPI_TYPE_PACKAGE && obj->package.count == 3) { in dw_i2c_acpi_params()
82 const union acpi_object *objs = obj->package.elements; in dw_i2c_acpi_params()
/linux-4.4.14/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.4.14/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.4.14/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.c1491 if (out_obj->package.count != 4) in acer_gsensor_event()
1495 (s16)out_obj->package.elements[0].integer.value); in acer_gsensor_event()
1497 (s16)out_obj->package.elements[1].integer.value); in acer_gsensor_event()
1499 (s16)out_obj->package.elements[2].integer.value); in acer_gsensor_event()
/linux-4.4.14/drivers/isdn/act2000/
DKconfig8 isdn4k-utils package. Please read the file
/linux-4.4.14/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.4.14/include/acpi/
Dacpi_bus.h37 acpi_extract_package(union acpi_object *package,
85 .package.type = ACPI_TYPE_PACKAGE, \
86 .package.count = (cnt), \
87 .package.elements = (eles) \
/linux-4.4.14/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.4.14/drivers/media/rc/keymaps/
DKconfig12 The ir-keytable program, available at v4l-utils package
/linux-4.4.14/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.4.14/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.
/linux-4.4.14/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
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.4.14/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.4.14/net/wireless/
Ddb.txt7 # package provided by your distribution, since they will probably keep it
/linux-4.4.14/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.4.14/Documentation/namespaces/
Dresource-control.txt13 package present on most distros editing /etc/cgrules.conf,
/linux-4.4.14/fs/fuse/
DKconfig11 installed if you've installed the "fuse" package itself.
/linux-4.4.14/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.4.14/drivers/powercap/
DKconfig28 fine grained control. These domains include processor package, DRAM
Dintel_rapl.c234 static u64 rapl_unit_xlate(struct rapl_domain *rd, int package,
664 static u64 rapl_unit_xlate(struct rapl_domain *rd, int package, in rapl_unit_xlate() argument
672 rp = find_package_by_id(package); in rapl_unit_xlate()
1359 static bool is_package_new(int package) in is_package_new() argument
1367 if (package == rp->id) in is_package_new()
/linux-4.4.14/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.4.14/Documentation/arm/VFP/
Drelease-notes.txt17 The operations which have been tested with this package are:
/linux-4.4.14/include/linux/mfd/
Drtsx_usb.h48 #define CHECK_PKG(ucr, pkg) ((ucr)->package == (pkg))
55 int package; member
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt4 package. Six high speed, 3.3 V, 11-bit video DACs provide support for composite
/linux-4.4.14/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.4.14/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.4.14/drivers/pnp/
DKconfig19 using user space utilities such as the isapnptools package.
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Dst-sensors.txt16 - st,drdy-int-pin: the pin on the package that will be used to signal
/linux-4.4.14/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.4.14/net/sunrpc/
DKconfig31 daemon which may be found in the Linux nfs-utils package
/linux-4.4.14/net/decnet/
DKconfig37 rtnetlink (you will need Alexey Kuznetsov's iproute2 package
/linux-4.4.14/Documentation/i2c/busses/
Di2c-taos-evm24 inputattach tool, which is part of the input-utils package. The following
Di2c-parport138 package. The i2c-pport driver makes use of modern parallel port features so
143 lm_sensors package. The i2c-pcf-epp driver doesn't use the parallel port as
/linux-4.4.14/drivers/pnp/pnpbios/
DKconfig37 See the latest pcmcia-cs (stand-alone package) for a nice set of
/linux-4.4.14/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.4.14/drivers/staging/lustre/lustre/
DKconfig22 lustre-client package, available from
/linux-4.4.14/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.4.14/
DMakefile1227 package-dir := scripts/package
1230 $(Q)$(MAKE) $(build)=$(package-dir) $@
1232 $(Q)$(MAKE) $(build)=$(package-dir) $@
1234 $(Q)$(MAKE) $(build)=$(package-dir) $@
1294 @$(MAKE) $(build)=$(package-dir) help
/linux-4.4.14/arch/mips/netlogic/common/
Dsmp.c125 current_cpu_data.package = nlm_nodeid(); in nlm_init_secondary()
/linux-4.4.14/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.4.14/drivers/thermal/
DKconfig285 enforce idle time which results in more package C-state residency. The
289 tristate "X86 package temperature thermal driver"
295 Enable this to register CPU digital sensor for package temperature as
296 thermal zone. Each package will have its own thermal zone. There are
/linux-4.4.14/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.4.14/arch/arm/boot/dts/
Dsun6i-a31s.dtsi44 * The A31s is the same die as the A31 in a different package, this is
Duniphier-ph1-ld6b.dtsi56 /* UART3 unavilable: the pads are not wired to the package balls */
/linux-4.4.14/Documentation/sound/oss/
DVIBRA1615 (tried it with a 2.2.2-ac7), nor in the commercial OSS package (it reports
/linux-4.4.14/drivers/staging/speakup/
DTODO5 Speakup is a kernel based screen review package for the linux operating
/linux-4.4.14/drivers/net/team/
DKconfig8 iproute2 package:
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.vbi19 signifying that this data package contains V4L2_MPEG_STREAM_VBI_FMT_IVTV VBI data.
/linux-4.4.14/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.4.14/drivers/staging/lustre/
DREADME.txt18 package that contains the userspace tools from http://lustre.org/download/
/linux-4.4.14/tools/testing/selftests/futex/
DREADME27 o Where possible, any helper functions or other package-wide code shall be
/linux-4.4.14/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.4.14/Documentation/security/
Dkeys-ecryptfs.txt17 by the userspace utility 'mount.ecryptfs' shipped with the package
/linux-4.4.14/arch/powerpc/boot/dts/
Dmpc5121ads.dts21 * stacked package.
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/clock/
Dsilabs,si5351.txt8 clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
/linux-4.4.14/arch/sh/
DKconfig.debug13 package from www.m17n.org (or any conforming standard LinuxSH BIOS)
/linux-4.4.14/Documentation/sound/alsa/
DMIXART.txt20 Use the mixartloader that can be found in the alsa-tools package.
/linux-4.4.14/drivers/mfd/
Drtsx_usb.c609 ucr->package = LQFP48; in rtsx_usb_init_chip()
612 ucr->package = QFN24; in rtsx_usb_init_chip()
/linux-4.4.14/drivers/gpio/
Dgpiolib-acpi.c844 const union acpi_object *element = obj->package.elements; in acpi_gpio_package_count()
845 const union acpi_object *end = element + obj->package.count; in acpi_gpio_package_count()
/linux-4.4.14/drivers/net/wireless/
DKconfig89 firmware package can be downloaded from
128 driver part of the Linux Pcmcia package.
/linux-4.4.14/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.4.14/arch/um/
DKconfig.um61 distribution RPM package in 2.4.6 and later.
/linux-4.4.14/fs/xfs/
DKconfig38 README.quota in the xfsprogs package. XFS quota can be used either
/linux-4.4.14/Documentation/cdrom/
Dpacket-writing.txt9 - You need the udftools package (pktsetup, mkudffs, cdrwtool).

12