/linux-4.1.27/drivers/acpi/acpica/ |
D | nsprepkg.c | 55 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 …]
|
D | nsrepair2.c | 394 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 …]
|
D | utcopy.c | 261 &((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 …]
|
D | dsobject.c | 417 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 …]
|
D | exoparg6.c | 240 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()
|
D | exdump.c | 103 {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 …]
|
D | rscreate.c | 256 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()
|
D | exdebug.c | 173 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()
|
D | nsrepair.c | 509 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()
|
D | rscalc.c | 623 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()
|
D | nsconvert.c | 268 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()
|
D | utdelete.c | 128 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()
|
D | dsargs.c | 333 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()
|
D | utmisc.c | 254 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()
|
D | exoparg2.c | 398 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()
|
D | utids.c | 329 count = obj_desc->package.count; in acpi_ut_execute_CID() 330 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()
|
D | hwxface.c | 537 elements = info->return_object->package.elements; in ACPI_EXPORT_SYMBOL() 538 switch (info->return_object->package.count) { in ACPI_EXPORT_SYMBOL()
|
D | utobject.c | 187 package_desc->package.count = count; in acpi_ut_create_package_object() 188 package_desc->package.elements = package_elements; in acpi_ut_create_package_object()
|
D | nsdump.c | 305 obj_desc->package.count); in acpi_ns_dump_one_object() 592 obj_desc = (void *)obj_desc->package.elements; in acpi_ns_dump_one_object()
|
D | acobject.h | 394 struct acpi_object_package package; member
|
/linux-4.1.27/drivers/acpi/ |
D | utils.c | 58 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 …]
|
D | property.c | 43 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 …]
|
D | acpi_lpat.c | 112 (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()
|
D | acpi_pad.c | 377 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()
|
D | processor_perflib.c | 244 || (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()
|
D | fan.c | 127 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()
|
D | scan.c | 204 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 …]
|
D | processor_idle.c | 357 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()
|
D | processor_throttling.c | 446 || (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()
|
D | power.c | 135 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()
|
D | battery.c | 404 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()
|
D | video.c | 837 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()
|
D | internal.h | 105 int acpi_extract_power_resources(union acpi_object *package, unsigned int start,
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 285 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/ |
D | xen-acpi-pad.c | 60 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/ |
D | pci-acpi.c | 48 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 …]
|
D | pci-label.c | 180 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/ |
D | intel_acpi.c | 92 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/ |
D | INSTALL | 14 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/ |
D | inv_mpu_acpi.c | 65 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/ |
D | x86_pkg_temperature_thermal | 5 * 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.
|
D | intel_powerclamp.txt | 57 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/ |
D | asus_atk0110.c | 314 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 …]
|
D | acpi_power_meter.c | 575 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/ |
D | tpm_ppi.c | 79 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/ |
D | smp.c | 89 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()
|
D | proc.c | 134 seq_printf(m, "package\t\t\t: %d\n", cpu_data[n].package); in show_cpuinfo()
|
/linux-4.1.27/Documentation/scsi/ |
D | bfa.txt | 34 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
|
D | sym53c500_cs.txt | 2 package, and was written by Tom Corner (tcorner@via.at). A rewrite was
|
D | bnx2fc.txt | 23 1. Ensure that fcoe-utils package is installed.
|
D | lpfc.txt | 68 This source package is targeted for the upstream kernel only. (See notes
|
D | scsi-parameters.txt | 102 S390-tools package, available for download at
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | drv.c | 488 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/ |
D | fplsp.doc | 48 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.
|
D | isp.doc | 33 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
|
D | CHANGES | 51 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
|
D | ilsp.doc | 47 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
|
D | fpsp.doc | 33 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
|
D | TEST.DOC | 90 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:
|
D | iskeleton.S | 33 | (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/ |
D | depmod.sh | 21 package=$(echo "$release" | cut -d' ' -f 1) 22 if test "$package" = "module-init-tools"; then
|
D | Makefile | 42 subdir- += basic kconfig package
|
D | spelling.txt | 671 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/ |
D | nvm.c | 706 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/ |
D | processor_thermal_device.c | 217 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()
|
D | acpi_thermal_rel.c | 98 *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()
|
D | int3400_thermal.c | 130 for (i = 0; i < obja->package.count; i++) { in int3400_thermal_get_uuids() 131 objb = &obja->package.elements[i]; in int3400_thermal_get_uuids()
|
D | int3403_thermal.c | 190 obj->max_state = p->package.count - 1; in int3403_cdev_add()
|
/linux-4.1.27/scripts/package/ |
D | Makefile | 34 MKSPEC := $(srctree)/scripts/package/mkspec 87 $(srctree)/scripts/package/builddeb 100 $(CONFIG_SHELL) $(srctree)/scripts/package/buildtar $@
|
D | builddeb | 321 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/ |
D | Kconfig | 40 Board supply package for CSP Minotaur 46 Board supply package for DNP/5370 DIL64 module
|
/linux-4.1.27/Documentation/filesystems/ |
D | gfs2.txt | 31 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.
|
D | ncpfs.txt | 5 can be found in the ncpfs package. The home site for ncpfs is
|
D | nilfs2.txt | 22 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.
|
D | ramfs-rootfs-initramfs.txt | 126 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.
|
D | quota.txt | 18 For more details about quota design, see the documentation in quota-tools package
|
D | hfs.txt | 72 The hfsutils package from Robert Leslie contains a program called
|
D | ext3.txt | 133 usrquota in the quota-tools package for more details 140 package for more details
|
D | ocfs2.txt | 8 You'll want to install the ocfs2-tools package in order to at least
|
/linux-4.1.27/drivers/cpufreq/ |
D | pcc-cpufreq.c | 273 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/ |
D | Kconfig | 15 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/ |
D | README.act2000 | 66 "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.
|
D | README.pcbit | 13 package or in the pcbit package available in:
|
D | README.icn | 86 "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.
|
D | README.syncppp | 5 You need one thing beside the isdn4linux package: 45 Check the etc/rc.isdn.syncppp in the isdn4kernel-util package
|
D | README.x25 | 143 - 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
|
D | syncPPP.FAQ | 107 PPP package over the /dev/ttyI* devices. You 119 devices with the standard PPP/pppd package
|
/linux-4.1.27/Documentation/fmc/ |
D | identifiers.txt | 18 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
|
D | 00-INDEX | 3 wrote for the externally-developed fmc-bus package. The complete
|
D | FMC-and-SDB.txt | 52 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
|
D | fmc-fakedev.txt | 4 This package includes a software-only device, called fmc-fakedev, which
|
D | fmc-chardev.txt | 44 The simple program tools/fmc-mem in this package can access an FMC char
|
/linux-4.1.27/Documentation/ |
D | bt8xxgpio.txt | 17 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
|
D | numastat.txt | 24 For easier reading you can use the numastat utility from the numactl package
|
D | hw_random.txt | 12 latest version of the "rng-tools" package from the 32 The rng-tools package uses such tests in "rngd", and lets you
|
D | Changes | 143 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
|
D | mono.txt | 12 a binary package, a source tarball or by installing from CVS. Binary
|
D | cputopology.txt | 7 physical package id of cpuX. Typically corresponds to a physical
|
/linux-4.1.27/Documentation/hwmon/ |
D | coretemp | 21 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.
|
D | tmp103 | 17 wafer chip-scale package (WCSP). The TMP103 is capable of reading
|
D | hih6130 | 17 The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package.
|
D | fam15h_power | 36 package and not for a single node. Thus the driver creates sysfs
|
D | emc6w201 | 26 QFN package."
|
D | htu21 | 18 The HTU21D is a humidity and temperature sensor in a DFN package of
|
D | w83627hf | 57 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
|
D | sht21 | 23 The SHT21 and SHT25 are humidity and temperature sensors in a DFN package of
|
D | userspace-tools | 17 http://www.lm-sensors.org/ or as a package from your Linux distribution.
|
D | lm85 | 67 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
|
D | adt7410 | 45 package, a slightly narrower operating temperature range (-40°C to +150°C), and
|
/linux-4.1.27/Documentation/s390/ |
D | zfcpdump.txt | 14 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/ |
D | README | 1 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/ |
D | i2c-scmi.c | 187 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()
|
D | i2c-designware-platdrv.c | 85 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/ |
D | topology.h | 15 #define topology_physical_package_id(cpu) (cpu_data[cpu].package)
|
D | cpu-info.h | 66 int package;/* physical package number */ member
|
/linux-4.1.27/drivers/usb/core/ |
D | usb-acpi.c | 107 || 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/ |
D | panasonic-laptop.c | 294 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()
|
D | alienware-wmi.c | 180 int package; in parse_rgb() member 191 repackager.package = rgb & 0x0f0f0f0f; in parse_rgb()
|
D | acer-wmi.c | 1490 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/ |
D | smp.c | 301 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/ |
D | Kconfig | 8 isdn4k-utils package. Please read the file
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 41 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/ |
D | powercap.txt | 151 "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/ |
D | boost.txt | 18 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/ |
D | Kconfig | 12 The ir-keytable program, available at v4l-utils package
|
/linux-4.1.27/drivers/net/appletalk/ |
D | Kconfig | 10 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/ |
D | nfs-rdma.txt | 76 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
|
D | rpc-server-gss.txt | 48 nfs-utils package.
|
D | pnfs.txt | 87 The /sbin/osd_login is part of the nfs-utils package, and should usually
|
/linux-4.1.27/Documentation/networking/ |
D | ray_cs.txt | 22 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.
|
D | nfc.txt | 126 The first received package is the response to the first sent package and so
|
D | ieee802154.txt | 33 in our userspace package (see either linux-zigbee sourceforge download page 56 See the include/net/nl802154.h header. Our userspace tools package
|
D | decnet.txt | 115 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
|
D | multiqueue.txt | 51 The userspace command 'tc,' part of the iproute2 package, is used to configure
|
D | ipddp.txt | 42 Decapsulation - You will need to download a software package called
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 1 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/ |
D | db.txt | 7 # package provided by your distribution, since they will probably keep it
|
/linux-4.1.27/Documentation/namespaces/ |
D | resource-control.txt | 13 package present on most distros editing /etc/cgrules.conf,
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | THANKS | 7 package.
|
D | Cards | 196 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/ |
D | Kconfig | 11 installed if you've installed the "fuse" package itself.
|
/linux-4.1.27/drivers/net/hamradio/ |
D | Kconfig | 127 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/ |
D | Kconfig | 28 fine grained control. These domains include processor package, DRAM
|
D | intel_rapl.c | 232 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/ |
D | initrd_table_override.txt | 87 and should be packaged by distributions (for example in the acpica package 92 This tool is also part of the acpica package on SUSE.
|
D | video_extension.txt | 30 max_brightness: Derived from the _BCL package(see below); 35 the following _BCL package:
|
D | method-customizing.txt | 30 d) package the new file (psr.asl) to an ACPI table format.
|
/linux-4.1.27/Documentation/arm/VFP/ |
D | release-notes.txt | 17 The operations which have been tested with this package are:
|
/linux-4.1.27/include/linux/mfd/ |
D | rtsx_usb.h | 48 #define CHECK_PKG(ucr, pkg) ((ucr)->package == (pkg)) 55 int package; member
|
/linux-4.1.27/drivers/thermal/ |
D | Kconfig | 238 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/ |
D | adv7343.txt | 4 package. Six high speed, 3.3 V, 11-bit video DACs provide support for composite
|
/linux-4.1.27/fs/nfsd/ |
D | Kconfig | 21 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/ |
D | README.i2400m | 16 + 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
|
D | README.wimax | 28 convenience in libwimax (in the wimax-tools package).
|
/linux-4.1.27/drivers/pnp/ |
D | Kconfig | 19 using user space utilities such as the isapnptools package.
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/ |
D | st-sensors.txt | 16 - st,drdy-int-pin: the pin on the package that will be used to signal
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | skeleton.S | 13 | 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
|
D | fpsp.h | 14 | 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/ |
D | Kconfig | 37 rtnetlink (you will need Alexey Kuznetsov's iproute2 package
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-taos-evm | 24 inputattach tool, which is part of the input-utils package. The following
|
D | i2c-parport | 137 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/ |
D | Kconfig | 37 See the latest pcmcia-cs (stand-alone package) for a nice set of
|
/linux-4.1.27/Documentation/dvb/ |
D | readme.txt | 14 are available as part of the old driver package for Linux 2.4
|
D | faq.txt | 52 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/ |
D | smp.c | 123 current_cpu_data.package = nlm_nodeid(); in nlm_init_secondary()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ |
D | Kconfig | 22 lustre-client package, available from
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | Kconfig | 65 with the ISDN utility package for example), you will be able to use 100 package to set up this driver.
|
/linux-4.1.27/ |
D | Makefile | 1228 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/ |
D | Kconfig | 31 daemon which may be found in the Linux nfs-utils package
|
/linux-4.1.27/Documentation/blockdev/ |
D | floppy.txt | 6 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/ |
D | VIBRA16 | 15 (tried it with a 2.2.2-ac7), nor in the commercial OSS package (it reports
|
/linux-4.1.27/Documentation/input/ |
D | bcm5974.txt | 5 The USB initialization and package decoding was made by Scott Shawcroft as
|
D | joystick.txt | 27 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/ |
D | Kconfig | 8 iproute2 package:
|
/linux-4.1.27/drivers/staging/speakup/ |
D | TODO | 5 Speakup is a kernel based screen review package for the linux operating
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sun6i-a31s.dtsi | 49 * The A31s is the same die as the A31 in a different package, this is
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | README.vbi | 19 signifying that this data package contains V4L2_MPEG_STREAM_VBI_FMT_IVTV VBI data.
|
/linux-4.1.27/fs/nfs/ |
D | Kconfig | 15 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/ |
D | i2c-stub | 36 There's a script named i2c-stub-from-dump in the i2c-tools package which
|
D | dev-interface | 9 the i2c-tools package. 214 package the returned data, if any, in suitable format for the ioctl.
|
/linux-4.1.27/Documentation/security/ |
D | keys-ecryptfs.txt | 17 by the userspace utility 'mount.ecryptfs' shipped with the package
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | mpc5121ads.dts | 21 * stacked package.
|
/linux-4.1.27/drivers/staging/lustre/ |
D | README.txt | 20 the package name is lustre-client.
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-acpi.c | 728 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/ |
D | page_migration | 19 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/ |
D | silabs,si5351.txt | 8 clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 13 package from www.m17n.org (or any conforming standard LinuxSH BIOS)
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | MIXART.txt | 20 Use the mixartloader that can be found in the alsa-tools package.
|
/linux-4.1.27/drivers/mfd/ |
D | rtsx_usb.c | 609 ucr->package = LQFP48; in rtsx_usb_init_chip() 612 ucr->package = QFN24; in rtsx_usb_init_chip()
|
/linux-4.1.27/drivers/net/wireless/ |
D | Kconfig | 89 firmware package can be downloaded from 128 driver part of the Linux Pcmcia package.
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 66 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/ |
D | sysfs-bus-fcoe | 116 which is commonly packaged in the fcoe-utils package.
|
D | sysfs-devices-system-cpu | 79 to other cores and threads in the same physical package. 96 physical_package_id: physical package id of cpu#. Typically
|
D | sysfs-class-powercap | 45 power zone for a whole CPU package, each CPU core in it can
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 38 README.quota in the xfsprogs package. XFS quota can be used either
|
/linux-4.1.27/Documentation/cdrom/ |
D | packet-writing.txt | 9 - You need the udftools package (pktsetup, mkudffs, cdrwtool).
|
/linux-4.1.27/arch/um/ |
D | Kconfig.um | 75 distribution RPM package in 2.4.6 and later.
|
/linux-4.1.27/fs/fat/ |
D | Kconfig | 67 programs from the mtools package.
|
/linux-4.1.27/drivers/i2c/ |
D | Kconfig | 46 other user-space package which expects i2c adapters to be class
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 25 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
|