/linux-4.1.27/drivers/staging/octeon/ |
D | ethernet-mem.c | 46 static int cvm_oct_fill_hw_skbuff(int pool, int size, int elements) in cvm_oct_fill_hw_skbuff() argument 48 int freed = elements; in cvm_oct_fill_hw_skbuff() 60 return elements - freed; in cvm_oct_fill_hw_skbuff() 69 static void cvm_oct_free_hw_skbuff(int pool, int size, int elements) in cvm_oct_free_hw_skbuff() argument 78 elements--; in cvm_oct_free_hw_skbuff() 83 if (elements < 0) in cvm_oct_free_hw_skbuff() 85 pool, elements); in cvm_oct_free_hw_skbuff() 86 else if (elements > 0) in cvm_oct_free_hw_skbuff() 88 pool, elements); in cvm_oct_free_hw_skbuff() 99 static int cvm_oct_fill_hw_memory(int pool, int size, int elements) in cvm_oct_fill_hw_memory() argument [all …]
|
D | ethernet-mem.h | 28 int cvm_oct_mem_fill_fpa(int pool, int size, int elements); 29 void cvm_oct_mem_empty_fpa(int pool, int size, int elements);
|
/linux-4.1.27/kernel/sched/ |
D | cpudeadline.c | 41 int cpu_a = cp->elements[a].cpu, cpu_b = cp->elements[b].cpu; in cpudl_exchange() 43 swap(cp->elements[a].cpu, cp->elements[b].cpu); in cpudl_exchange() 44 swap(cp->elements[a].dl , cp->elements[b].dl ); in cpudl_exchange() 46 swap(cp->elements[cpu_a].idx, cp->elements[cpu_b].idx); in cpudl_exchange() 59 if ((l < cp->size) && dl_time_before(cp->elements[idx].dl, in cpudl_heapify() 60 cp->elements[l].dl)) in cpudl_heapify() 62 if ((r < cp->size) && dl_time_before(cp->elements[largest].dl, in cpudl_heapify() 63 cp->elements[r].dl)) in cpudl_heapify() 78 if (dl_time_before(new_dl, cp->elements[idx].dl)) { in cpudl_change_key() 79 cp->elements[idx].dl = new_dl; in cpudl_change_key() [all …]
|
D | cpudeadline.h | 18 struct cpudl_item *elements; member
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | nsprepkg.c | 56 union acpi_operand_object **elements, u32 count); 60 union acpi_operand_object **elements, 86 union acpi_operand_object **elements; in acpi_ns_check_package() local 112 elements = return_object->package.elements; in acpi_ns_check_package() 159 status = acpi_ns_check_package_elements(info, elements, in acpi_ns_check_package() 176 status = acpi_ns_check_object_type(info, elements, in acpi_ns_check_package() 182 elements++; in acpi_ns_check_package() 207 acpi_ns_check_object_type(info, elements, in acpi_ns_check_package() 219 acpi_ns_check_object_type(info, elements, in acpi_ns_check_package() 228 elements++; in acpi_ns_check_package() [all …]
|
D | nsrepair2.c | 122 acpi_ns_sort_list(union acpi_operand_object **elements, 394 element_ptr = return_object->package.elements; in acpi_ns_repair_CID() 460 outer_elements = &return_object->package.elements[i + 1]; 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() 627 sub_object_list = sub_package->package.elements; in acpi_ns_repair_PRT() 682 union acpi_operand_object **elements; in acpi_ns_repair_PSS() local 706 outer_elements = return_object->package.elements; in acpi_ns_repair_PSS() 710 elements = (*outer_elements)->package.elements; in acpi_ns_repair_PSS() [all …]
|
D | nsconvert.c | 222 union acpi_operand_object **elements; in acpi_ns_convert_to_buffer() local 268 elements = original_object->package.elements; in acpi_ns_convert_to_buffer() 272 if ((!*elements) || in acpi_ns_convert_to_buffer() 273 ((*elements)->common.type != ACPI_TYPE_INTEGER)) { in acpi_ns_convert_to_buffer() 276 elements++; in acpi_ns_convert_to_buffer() 288 elements = original_object->package.elements; in acpi_ns_convert_to_buffer() 292 *dword_buffer = (u32)(*elements)->integer.value; in acpi_ns_convert_to_buffer() 294 elements++; in acpi_ns_convert_to_buffer()
|
D | hwxface.c | 486 union acpi_operand_object **elements; in ACPI_EXPORT_SYMBOL() local 537 elements = info->return_object->package.elements; in ACPI_EXPORT_SYMBOL() 546 if (elements[0]->common.type != ACPI_TYPE_INTEGER) { in ACPI_EXPORT_SYMBOL() 553 *sleep_type_a = (u8)elements[0]->integer.value; in ACPI_EXPORT_SYMBOL() 554 *sleep_type_b = (u8)(elements[0]->integer.value >> 8); in ACPI_EXPORT_SYMBOL() 560 if ((elements[0]->common.type != ACPI_TYPE_INTEGER) || in ACPI_EXPORT_SYMBOL() 561 (elements[1]->common.type != ACPI_TYPE_INTEGER)) { in ACPI_EXPORT_SYMBOL() 568 *sleep_type_a = (u8)elements[0]->integer.value; in ACPI_EXPORT_SYMBOL() 569 *sleep_type_b = (u8)elements[1]->integer.value; in ACPI_EXPORT_SYMBOL()
|
D | utcopy.c | 262 elements[this_index]; in acpi_ut_copy_ielement_to_eelement() 284 target_object->package.elements = in acpi_ut_copy_ielement_to_eelement() 358 external_object->package.elements = ACPI_CAST_PTR(union acpi_object, in acpi_ut_copy_ipackage_to_epackage() 593 package_elements = package_object->package.elements; in acpi_ut_copy_epackage_to_ipackage() 602 elements[i], in acpi_ut_copy_epackage_to_ipackage() 840 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement() 938 dest_obj->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size) in acpi_ut_copy_ipackage_to_ipackage() 942 if (!dest_obj->package.elements) { in acpi_ut_copy_ipackage_to_ipackage()
|
D | dsobject.c | 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() 457 elements[i]); in acpi_ds_build_internal_package_obj() 461 obj_desc->package.elements[i] = in acpi_ds_build_internal_package_obj() 469 elements[i]); in acpi_ds_build_internal_package_obj() 486 elements[i])); in acpi_ds_build_internal_package_obj()
|
D | nsrepair.c | 512 source = obj_desc->package.elements; in acpi_ns_remove_null_elements() 583 pkg_obj_desc->package.elements[0] = original_object; in acpi_ns_wrap_with_package()
|
D | exdump.c | 106 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(package.elements), "Element List"}, 738 obj_desc->package.elements); in acpi_ex_dump_operand() 745 obj_desc->package.elements && acpi_dbg_level > 1) { in acpi_ex_dump_operand() 749 elements[index], in acpi_ex_dump_operand() 1106 acpi_ex_dump_package_obj(obj_desc->package.elements[i], in acpi_ex_dump_package_obj()
|
D | rscreate.c | 256 top_object_list = package_object->package.elements; in acpi_rs_create_pci_routing_table() 293 sub_object_list = (*top_object_list)->package.elements; in acpi_rs_create_pci_routing_table()
|
D | rscalc.c | 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()
|
D | utdelete.c | 137 obj_pointer = object->package.elements; in acpi_ut_delete_internal_obj() 550 next_object = object->package.elements[i]; in acpi_ut_update_object_reference()
|
D | exdebug.c | 179 elements[i], level + 4, i + 1); in acpi_ex_do_debug_object()
|
D | exoparg6.c | 274 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
|
D | utmisc.c | 254 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
|
D | utids.c | 330 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()
|
D | acobject.h | 137 union acpi_operand_object **elements; /* Array of pointers to acpi_objects */ member
|
D | exoparg2.c | 405 &operand[0]->package.elements[index]; in acpi_ex_opcode_2A_1T_1R()
|
D | utobject.c | 188 package_desc->package.elements = package_elements; in acpi_ut_create_package_object()
|
D | nsdump.c | 592 obj_desc = (void *)obj_desc->package.elements; in acpi_ns_dump_one_object()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | m_can.txt | 29 where the following elements start from. This is 32 elements are used for each FIFO/Buffer. 34 M_CAN includes the following elements according to user manual: 35 11-bit Filter 0-128 elements / 0-128 words 36 29-bit Filter 0-64 elements / 0-128 words 37 Rx FIFO 0 0-64 elements / 0-1152 words 38 Rx FIFO 1 0-64 elements / 0-1152 words 39 Rx Buffers 0-64 elements / 0-1152 words 40 Tx Event FIFO 0-32 elements / 0-64 words 41 Tx Buffers 0-32 elements / 0-576 words
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_mem.c | 115 pool->elements = kmalloc(sizeof(struct lpfc_dmabuf) * in lpfc_mem_alloc() 117 if (!pool->elements) in lpfc_mem_alloc() 123 pool->elements[i].virt = pci_pool_alloc(phba->lpfc_mbuf_pool, in lpfc_mem_alloc() 124 GFP_KERNEL, &pool->elements[i].phys); in lpfc_mem_alloc() 125 if (!pool->elements[i].virt) in lpfc_mem_alloc() 193 pci_pool_free(phba->lpfc_mbuf_pool, pool->elements[i].virt, in lpfc_mem_alloc() 194 pool->elements[i].phys); in lpfc_mem_alloc() 195 kfree(pool->elements); in lpfc_mem_alloc() 253 pci_pool_free(phba->lpfc_mbuf_pool, pool->elements[i].virt, in lpfc_mem_free() 254 pool->elements[i].phys); in lpfc_mem_free() [all …]
|
D | lpfc.h | 126 struct lpfc_dmabuf *elements; member
|
/linux-4.1.27/drivers/acpi/ |
D | property.c | 44 switch (value->package.elements[j].type) { in acpi_property_value_ok() 66 property = &properties->package.elements[i]; 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() 135 uuid = &desc->package.elements[i]; in acpi_init_properties() 136 properties = &desc->package.elements[i + 1]; in acpi_init_properties() 211 property = &properties->package.elements[i]; in acpi_dev_get_property() 213 propname = &property->package.elements[0]; in acpi_dev_get_property() 214 propvalue = &property->package.elements[1]; in acpi_dev_get_property() 262 if (prop->package.elements[i].type != type) in acpi_dev_get_property_array() [all …]
|
D | utils.c | 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() 373 element = &(package->package.elements[i]); in acpi_evaluate_reference() 422 || output->package.elements[0].type != ACPI_TYPE_BUFFER in acpi_get_physical_device_location() 423 || output->package.elements[0].buffer.length < ACPI_PLD_REV1_BUFFER_SIZE) { in acpi_get_physical_device_location() 429 output->package.elements[0].buffer.pointer, in acpi_get_physical_device_location() 430 output->package.elements[0].buffer.length, in acpi_get_physical_device_location() 658 params[3].package.elements = NULL; in acpi_evaluate_dsm()
|
D | processor_idle.c | 363 count = cst->package.elements[0].integer.value; in acpi_processor_get_power_info_cst() 383 element = &(cst->package.elements[i]); 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 | fan.c | 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() 305 status = acpi_extract_package(&obj->package.elements[i + 1], in acpi_fan_get_fps()
|
D | processor_perflib.c | 254 obj = pct->package.elements[0]; in acpi_processor_get_performance_control() 270 obj = pct->package.elements[1]; in acpi_processor_get_performance_control() 370 status = acpi_extract_package(&(pss->package.elements[i]), in acpi_processor_get_performance_states() 566 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_processor_get_psd()
|
D | acpi_pad.c | 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 | acpi_lpat.c | 120 obj_e = &obj_p->package.elements[i]; in acpi_lpat_get_conversion_table()
|
D | processor_throttling.c | 456 obj = ptc->package.elements[0]; in acpi_processor_get_throttling_control() 473 obj = ptc->package.elements[1]; in acpi_processor_get_throttling_control() 559 status = acpi_extract_package(&(tss->package.elements[i]), in acpi_processor_get_throttling_states() 626 status = acpi_extract_package(&(tsd->package.elements[0]), in acpi_processor_get_tsd()
|
D | scan.c | 205 obj = of_compatible->package.elements; in create_of_modalias() 1002 obj = of_compatible->package.elements; in acpi_of_match_device() 1616 element = &(package->package.elements[0]); in acpi_bus_extract_wakeup_device_power_package() 1622 (element->package.elements[0].type != in acpi_bus_extract_wakeup_device_power_package() 1624 || (element->package.elements[1].type != ACPI_TYPE_INTEGER)) in acpi_bus_extract_wakeup_device_power_package() 1628 element->package.elements[0].reference.handle; in acpi_bus_extract_wakeup_device_power_package() 1630 (u32) element->package.elements[1].integer.value; in acpi_bus_extract_wakeup_device_power_package() 1638 element = &(package->package.elements[1]); in acpi_bus_extract_wakeup_device_power_package()
|
D | power.c | 142 union acpi_object *element = &package->package.elements[i]; in acpi_extract_power_resources()
|
D | video.c | 855 o = (union acpi_object *)&obj->package.elements[i]; in acpi_video_init_brightness() 1305 obj = &dod->package.elements[i]; in acpi_video_device_enumerate()
|
D | battery.c | 414 element = &package->package.elements[i]; in extract_package()
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_bitmap_ip.c | 46 u32 elements; /* number of max elements in the set */ member 223 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument 229 map->extensions = ip_set_alloc(set->dsize * elements); in init_map_ip() 237 map->elements = elements; in init_map_ip() 254 u64 elements; in bitmap_ip_create() local 298 elements = (u64)last_ip - first_ip + 1; in bitmap_ip_create() 311 elements = 2 << (netmask - mask_bits - 1); in bitmap_ip_create() 313 if (elements > IPSET_BITMAP_MAX_RANGE + 1) in bitmap_ip_create() 317 hosts, (unsigned long long)elements); in bitmap_ip_create() 323 map->memsize = bitmap_bytes(0, elements - 1); in bitmap_ip_create() [all …]
|
D | ip_set_bitmap_ipmac.c | 52 u32 elements; /* number of max elements in the set */ member 292 u32 first_ip, u32 last_ip, u32 elements) in init_map_ipmac() argument 298 map->extensions = ip_set_alloc(set->dsize * elements); in init_map_ipmac() 306 map->elements = elements; in init_map_ipmac() 320 u64 elements; in bitmap_ipmac_create() local 352 elements = (u64)last_ip - first_ip + 1; in bitmap_ipmac_create() 354 if (elements > IPSET_BITMAP_MAX_RANGE + 1) in bitmap_ipmac_create() 361 map->memsize = bitmap_bytes(0, elements - 1); in bitmap_ipmac_create() 365 if (!init_map_ipmac(set, map, first_ip, last_ip, elements)) { in bitmap_ipmac_create()
|
D | ip_set_bitmap_port.c | 41 u32 elements; /* number of max elements in the set */ member 218 map->extensions = ip_set_alloc(set->dsize * map->elements); in init_map_port() 260 map->elements = last_port - first_port + 1; in bitmap_port_create() 261 map->memsize = bitmap_bytes(0, map->elements); in bitmap_port_create()
|
D | ip_set_bitmap_gen.h | 56 for (id = 0; id < map->elements; id++) in mtype_ext_cleanup() 104 set->dsize * map->elements))) in mtype_head() 210 for (; cb->args[IPSET_CB_ARG0] < map->elements; in mtype_list() 264 for (id = 0; id < map->elements; id++) in mtype_gc()
|
D | ip_set_hash_gen.h | 270 u32 elements; /* current element (vs timeout) */ member 393 h->elements = 0; in mtype_flush() 499 h->elements--; in mtype_expire() 553 i = h->elements; in mtype_resize() 557 if (h->elements < i) in mtype_resize() 660 if (h->elements >= h->maxelem && SET_WITH_FORCEADD(set) && n->pos) { in mtype_add() 665 if (SET_WITH_TIMEOUT(set) && h->elements >= h->maxelem) in mtype_add() 669 if (h->elements >= h->maxelem) { in mtype_add() 705 h->elements++; in mtype_add() 760 h->elements--; in mtype_del()
|
D | Kconfig | 107 one can store MAC (ethernet address) elements in a set. 125 one can store IPv4/IPv6 network address/prefix elements in a set. 144 protocol/port pairs as elements in a set. 154 interface name pairs as elements in a set.
|
/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() 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/drivers/pci/ |
D | pci-acpi.c | 48 union acpi_object *fields = record->package.elements; in decode_type0_hpx_record() 78 union acpi_object *fields = record->package.elements; in decode_type1_hpx_record() 107 union acpi_object *fields = record->package.elements; in decode_type2_hpx_record() 167 record = &package->package.elements[i]; in acpi_run_hpx() 173 fields = record->package.elements; in acpi_run_hpx() 229 fields = package->package.elements; in acpi_run_hpp() 619 union acpi_object *obj, *elements; in pci_acpi_optimize_delay() local 630 elements = obj->package.elements; in pci_acpi_optimize_delay() 631 if (elements[0].type == ACPI_TYPE_INTEGER) { in pci_acpi_optimize_delay() 632 value = (int)elements[0].integer.value / 1000; in pci_acpi_optimize_delay() [all …]
|
D | pci-label.c | 180 tmp = obj->package.elements; in dsm_get_label()
|
/linux-4.1.27/drivers/thermal/int340x_thermal/ |
D | processor_thermal_device.c | 196 union acpi_object *elements, *ppcc; in proc_thermal_add() local 233 elements = &(p->package.elements[i+1]); in proc_thermal_add() 234 if (elements->type != ACPI_TYPE_PACKAGE || 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 | 111 status = acpi_extract_package(&(p->package.elements[i]), in acpi_parse_trt() 193 status = acpi_extract_package(&(p->package.elements[i + 1]), in acpi_parse_art()
|
D | int3400_thermal.c | 131 objb = &obja->package.elements[i]; in int3400_thermal_get_uuids()
|
/linux-4.1.27/mm/ |
D | mempool.c | 130 pool->elements[pool->curr_nr++] = element; in add_element() 135 void *element = pool->elements[--pool->curr_nr]; in remove_element() 157 kfree(pool->elements); in mempool_destroy() 192 pool->elements = kmalloc_node(min_nr * sizeof(void *), in mempool_create_node() 194 if (!pool->elements) { in mempool_create_node() 273 memcpy(new_elements, pool->elements, in mempool_resize() 275 kfree(pool->elements); in mempool_resize() 276 pool->elements = new_elements; in mempool_resize()
|
/linux-4.1.27/lib/ |
D | flex_array.c | 30 char elements[FLEX_ARRAY_PART_SIZE]; member 217 dst = &part->elements[index_inside_part(fa, element_nr, part_nr)]; in flex_array_put() 248 dst = &part->elements[index_inside_part(fa, element_nr, part_nr)]; in flex_array_clear() 332 return &part->elements[index_inside_part(fa, element_nr, part_nr)]; in flex_array_get() 362 if (part->elements[i] != FLEX_ARRAY_FREE) in part_is_free()
|
/linux-4.1.27/Documentation/ |
D | flexible-arrays.txt | 71 This function will ensure that memory for the elements indexed in the range 84 has never been stored in the array. Memory for array elements is allocated 86 adjacent elements. Flexible array elements are normally initialized to the 89 Note that, if array elements are allocated with __GFP_ZERO, they will be 92 Individual elements in the array can be cleared with: 109 It is possible to remove all elements of an array with a call to: 113 This call frees all elements, but leaves the array itself in place.
|
D | efi-stub.txt | 56 is an EFI-style path and directory elements must be separated with
|
D | robust-futex-ABI.txt | 29 necessary list elements exactly as the kernel expects them. If it fails 176 future kernel configuration changes) elements.
|
D | sysfs-rules.txt | 51 - all elements of a devpath must be real directories. Symlinks 56 - using or exposing symlink values as elements in a devpath string
|
D | circular-buffers.txt | 189 producer must produce two elements before it could possibly corrupt the
|
D | rbtree.txt | 164 Iterating through the elements stored in an rbtree (in sort order)
|
D | vme_api.txt | 31 At the minimum, the '.name', '.match' and '.probe' elements of this structure
|
D | DMA-API.txt | 300 than <nents> passed in if some elements of the scatter/gather list are
|
D | CodingStyle | 343 In general, a pointer, or a struct that has elements that can reasonably
|
D | memory-barriers.txt | 2946 combination of elements combined or discarded, provided the program's view of 2954 The compiler may also combine, discard or defer elements of the sequence before
|
D | pinctrl.txt | 361 group is known, the pins and npins elements of the above structure can be
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_diag.c | 110 i40e_reg_list[i].elements = hw->func_caps.num_tx_qp; in i40e_diag_reg_test() 117 i40e_reg_list[i].elements = in i40e_diag_reg_test() 122 for (j = 0; j < i40e_reg_list[i].elements && !ret_code; j++) { in i40e_diag_reg_test()
|
D | i40e_diag.h | 42 u32 elements; /* number of elements if array */ member
|
D | i40e_ethtool.c | 871 reg_count += i40e_reg_list[i].elements; in i40e_get_regs_len() 898 for (j = 0; j < i40e_reg_list[i].elements; j++) { in i40e_get_regs()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | acpiphp_ibm.c | 300 !(package->package.elements)) { 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() 330 package->package.elements[i].buffer.pointer, in ibm_get_table_from_acpi() 331 package->package.elements[i].buffer.length); in ibm_get_table_from_acpi() 332 size += package->package.elements[i].buffer.length; in ibm_get_table_from_acpi()
|
/linux-4.1.27/fs/debugfs/ |
D | file.c | 570 u32 elements; member 594 int size, elements = data->elements; in u32_array_open() local 602 size = elements*11; in u32_array_open() 609 u32_format_array(buf, size, data->array, data->elements); in u32_array_open() 659 u32 *array, u32 elements) in debugfs_create_u32_array() argument 667 data->elements = elements; in debugfs_create_u32_array()
|
/linux-4.1.27/drivers/char/tpm/ |
D | tpm_ppi.c | 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()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/ |
D | stats.c | 106 last_rssi = rtlpriv->stats.ui_rssi.elements[ in rtl_process_ui_rssi() 111 rtlpriv->stats.ui_rssi.elements[rtlpriv->stats.ui_rssi.index++] = in rtl_process_ui_rssi() 227 last_evm = rtlpriv->stats.ui_link_quality.elements[ in rtl_process_ui_link_quality() 232 rtlpriv->stats.ui_link_quality.elements[ in rtl_process_ui_link_quality()
|
D | wifi.h | 968 u32 elements[100]; /*array to store values */ member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/ |
D | drv.c | 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() 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/Documentation/devicetree/bindings/net/ |
D | macb.txt | 16 Required elements: 'pclk', 'hclk' 17 Optional elements: 'tx_clk'
|
D | phy.txt | 21 elements.
|
/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/drivers/xen/ |
D | xen-acpi-pad.c | 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/staging/iio/Documentation/ |
D | overview.txt | 51 device.txt - elements of a typical device driver. 53 trigger.txt - elements of a typical trigger driver. 55 ring.txt - additional elements required for buffer support.
|
D | device.txt | 26 pointer to a structure with elements that tend to be fixed for 62 Poll function related elements. This controls what occurs when a trigger
|
D | trigger.txt | 10 allocates a trigger structure. The key elements to then fill in within
|
D | inkernel.txt | 3 The IIO subsystem can act as a layer under other elements of the kernel
|
/linux-4.1.27/drivers/hwmon/ |
D | asus_atk0110.c | 314 return &pack->package.elements[offset]; in atk_get_pack_member() 367 tmp = &obj->package.elements[HWMON_PACK_UNK1]; in validate_hwmon_pack() 373 tmp = &obj->package.elements[HWMON_PACK_UNK2]; in validate_hwmon_pack() 715 union acpi_object *obj = &pack->package.elements[i]; in atk_pack_print() 744 union acpi_object *pack = &ret->package.elements[i]; in atk_debugfs_ggrp_open() 751 id = &pack->package.elements[0]; in atk_debugfs_ggrp_open() 988 union acpi_object *obj = &pack->package.elements[i]; in atk_enumerate_old_hwmon() 1010 union acpi_object *obj = &pack->package.elements[i]; in atk_enumerate_old_hwmon() 1032 union acpi_object *obj = &pack->package.elements[i]; in atk_enumerate_old_hwmon() 1067 union acpi_object *obj = &pack->package.elements[i]; in atk_ec_present() [all …]
|
D | acpi_power_meter.c | 596 union acpi_object *element = &(pss->package.elements[i]); in read_domain_devices() 792 union acpi_object *element = &(pss->package.elements[i]); in read_capabilities()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | nvm.c | 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() 714 mcc_pkg = &wrdd->package.elements[i]; 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/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 | 86 const union acpi_object *objs = obj->package.elements; in dw_i2c_acpi_params()
|
/linux-4.1.27/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_acpi.c | 69 elem = &(cpm->package.elements[i]); in asus_acpi_get_sensor_info() 73 sub_elem = &(elem->package.elements[j]); in asus_acpi_get_sensor_info()
|
/linux-4.1.27/scripts/ |
D | checkpatch.pl | 3590 my @elements = split(/($ops|;)/, $opline); 3600 foreach my $el (@elements) { 3610 for (my $n = 0; $n < $#elements; $n += 2) { 3616 $off += length($elements[$n]); 3621 if (length($opline) >= ($off + length($elements[$n + 1]))) { 3622 $cc = substr($opline, $off + length($elements[$n + 1])); 3627 $a = 'V' if ($elements[$n] ne ''); 3628 $a = 'W' if ($elements[$n] =~ /\s$/); 3629 $a = 'C' if ($elements[$n] =~ /$;$/); 3630 $a = 'B' if ($elements[$n] =~ /(\[|\()$/); [all …]
|
/linux-4.1.27/drivers/spi/ |
D | spi-omap2-mcspi.c | 436 int elements = 0; in omap2_mcspi_rx_dma() local 494 elements = element_count - 1; in omap2_mcspi_rx_dma() 497 elements--; in omap2_mcspi_rx_dma() 505 ((u8 *)xfer->rx_buf)[elements++] = w; in omap2_mcspi_rx_dma() 507 ((u16 *)xfer->rx_buf)[elements++] = w; in omap2_mcspi_rx_dma() 509 ((u32 *)xfer->rx_buf)[elements++] = w; in omap2_mcspi_rx_dma() 524 ((u8 *)xfer->rx_buf)[elements] = w; in omap2_mcspi_rx_dma() 526 ((u16 *)xfer->rx_buf)[elements] = w; in omap2_mcspi_rx_dma() 528 ((u32 *)xfer->rx_buf)[elements] = w; in omap2_mcspi_rx_dma()
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi_atmel.txt | 9 Required elements: "spi_clk"
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-24x7.h | 90 struct hv_24x7_result_element elements[1]; member
|
D | hv-24x7.c | 1127 *count = be64_to_cpu(resb->elements[0].element_data[0]); in single_24x7_request()
|
/linux-4.1.27/drivers/net/wireless/ |
D | ray_cs.h | 14 UCHAR elements[sizeof(struct essid_element) member
|
D | rayctl.h | 127 UCHAR elements[sizeof(struct essid_element) member 138 UCHAR elements[sizeof(struct essid_element) member
|
D | ray_cs.c | 2626 p = local->last_bcn.elements; in ray_cs_proc_show()
|
/linux-4.1.27/include/linux/ |
D | mempool.h | 18 void **elements; member
|
D | debugfs.h | 111 u32 *array, u32 elements); 272 u32 *array, u32 elements) in debugfs_create_u32_array() argument
|
/linux-4.1.27/Documentation/filesystems/ |
D | path-lookup.txt | 32 common path elements causes lock and cacheline queueing. 43 sequence of elements (directory entry names), which together refer to a path in 45 elements are sub-strings, separated by '/'. 61 must be followed into (thus changing the vfsmount that subsequent path elements 207 locks or refcounts on dentry elements. 217 lookups, and can perform lookup of intermediate elements without any stores to 323 Uncached path elements will always require dropping to ref-walk mode, at the 369 rcu-walk scheme, because some elements of the path may have been walked in 370 rcu-walk mode. The further we get from common path elements (such as cwd or 372 common path elements, the more likely they will exist in dentry cache.
|
D | files.txt | 21 elements - the fd sets (open_fds and close_on_exec, the 24 a lock-free reader, all the elements of the file descriptor
|
D | fiemap.txt | 45 fm_extent_count specifies the number of elements in the fm_extents[] array 67 number of elements in the fiemap_extents[] array should be passed via
|
D | spufs.txt | 140 the data buffer, containing the number of elements that can be
|
D | coda.txt | 167 possesses the facility to inform the kernel when elements from its
|
/linux-4.1.27/Documentation/RCU/ |
D | rcuref.txt | 1 Reference-count design for elements of lists/arrays protected by RCU. 12 Reference counting on elements of lists which are protected by traditional
|
D | 00-INDEX | 22 - Reference-count design for elements of lists/arrays protected by RCU
|
D | UP.txt | 17 elements A, B, and C in process context, and can delete elements from 39 elements A, B, and C in process contexts, but that it invokes a function
|
D | checklist.txt | 66 primitives to add, remove, and replace elements on 244 a. Keeping a count of the number of data-structure elements 250 the total number of elements.
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | cib.txt | 10 - reg: Two elements consisting of the addresses of the RAW and EN
|
/linux-4.1.27/sound/usb/6fire/ |
D | control.c | 478 static struct snd_kcontrol_new elements[] = { variable 600 while (elements[i].name) { in usb6fire_control_init() 601 ret = snd_ctl_add(chip->card, snd_ctl_new1(&elements[i], rt)); in usb6fire_control_init()
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Sound-FAQ | 100 value for all array elements, useful to check 115 Other elements of the tvcards array 119 know what the other elements in the tvcards array are good for:
|
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/ |
D | nokia,smia.txt | 21 64-bit elements.
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | atmel-ssc.txt | 10 Required elements: "pclk"
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | atmel-at91.txt | 64 Required elements: "t0_clk" 65 Optional elements: "t1_clk", "t2_clk"
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | atmel-hsmci.txt | 17 Required elements: "mci_clk"
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | rt5677.txt | 31 Array of six 8bit elements that configures GPIO.
|
D | fsl,esai.txt | 31 - fsl,fifo-depth : The number of elements in the transmit and receive
|
D | fsl,ssi.txt | 29 - fsl,fifo-depth: The number of elements in the transmit and receive FIFOs.
|
/linux-4.1.27/tools/power/cpupower/ |
D | README | 1 The cpupower package consists of the following elements:
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | trx.c | 307 last_rssi = rtlpriv->stats.ui_rssi.elements[ in _rtl92de_process_ui_rssi() 312 rtlpriv->stats.ui_rssi.elements in _rtl92de_process_ui_rssi() 408 last_evm = rtlpriv->stats.ui_link_quality.elements[ in _rtl92de_process_ui_link_quality() 414 rtlpriv->stats.ui_link_quality.elements[ in _rtl92de_process_ui_link_quality()
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 30 changes to the request list or elements of the list. Typically the 32 in the parameter list elements. 99 simply the minimum of the request values held in the parameter list elements. 100 The PM QoS flags aggregate value is a gather (bitwise OR) of all list elements'
|
/linux-4.1.27/drivers/usb/core/ |
D | usb-acpi.c | 111 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | rockchip.txt | 24 therefore the number of clocks elements should match the number of
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_cmd.c | 35 uint8_t elements[0]; member 137 elt = ring->ring->elements + idx * ring->element_size; in qxl_ring_push() 167 ring_elt = ring->ring->elements + idx * ring->element_size; in qxl_ring_pop()
|
/linux-4.1.27/Documentation/input/ |
D | gpio-tilt.txt | 24 the elements of the gpio_tilt_axis-array.
|
D | yealink.txt | 105 elements.
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/ |
D | st,flexgen.txt | 6 - a pre and final dividers (represented by a divider and gate elements)
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7038-l1-intc.txt | 7 Key elements of the hardware design include:
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.h | 173 u8 elements[0]; /* ie */ member
|
D | ps3_gelic_wireless.c | 683 gelic_wl_parse_ie(scan->elements, data_len, &ie_info); in gelic_wl_translate_scan()
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | atmel-usart.txt | 11 Required elements: "usart"
|
D | snps-dw-apb-uart.txt | 15 Required elements: "baudclk", "apb_pclk"
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 105 struct gssx_cred_element_array elements; member
|
D | gss_rpc_xdr.c | 561 err = dummy_enc_credel_array(xdr, &cred->elements); in gssx_enc_cred()
|
/linux-4.1.27/net/rds/ |
D | af_rds.c | 43 char *rds_str_array(char **array, size_t elements, size_t index) in rds_str_array() argument 45 if ((index < elements) && array[index]) in rds_str_array()
|
D | rds.h | 578 char *rds_str_array(char **array, size_t elements, size_t index);
|
/linux-4.1.27/net/mac80211/ |
D | scan.c | 170 u8 *elements; in ieee80211_scan_rx() local 204 elements = mgmt->u.probe_resp.variable; in ieee80211_scan_rx() 208 elements = mgmt->u.beacon.variable; in ieee80211_scan_rx() 214 ieee802_11_parse_elems(elements, skb->len - baselen, false, &elems); in ieee80211_scan_rx()
|
/linux-4.1.27/drivers/staging/rtl8723au/include/ |
D | rtw_recv.h | 66 u32 elements[100]; /* array to store values */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | pwm-samsung.txt | 38 platform - an array of up to 5 elements being indices of PWM channels
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 899 last_evm = padapter->recvpriv.signal_qual_data.elements in process_link_qual() 906 padapter->recvpriv.signal_qual_data.elements[padapter-> in process_link_qual() 929 last_rssi = padapter->recvpriv.signal_strength_data.elements in process_rssi() 935 padapter->recvpriv.signal_strength_data.elements[padapter->recvpriv. in process_rssi()
|
D | rtl871x_recv.h | 35 u32 elements[100]; /* array to store values */ member
|
D | rtl871x_mlme.c | 348 elements[padapter->recvpriv. in update_network() 356 elements[padapter->recvpriv.signal_qual_data. in update_network()
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 14 distributed over all CPUs as per_cpu elements. 17 as per_cpu elements but can be mostly handled by CPU local actions
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | at91_adc.txt | 9 Required elements: "adc_clk", "adc_op_clk".
|
/linux-4.1.27/drivers/staging/iio/ |
D | TODO | 31 2) Add sysfs elements necessary to allow device agnostic
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi-changer.txt | 29 4 different types of changer elements: 137 transfer elements. You likely don't need this as the jukebox
|
D | libsas.txt | 321 num_scatter -- number of elements in scatter
|
D | scsi_mid_low_api.txt | 1206 sg_tablesize - maximum scatter gather elements allowed by host. 1268 request_buffer with use_sg elements 1271 elements are defined by 'struct scatterlist' found
|
D | ChangeLog.lpfc | 874 * Removed range checking. phba->config[] array elements are now
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Procfile.txt | 78 OSS mixer elements to the ALSA control elements. You can change the
|
D | OSS-Emulation.txt | 246 The current assignment of these mixer elements is listed in the proc 268 change one or more elements, one volume per line. In the last
|
D | HD-Audio.txt | 29 driver might not work properly because of conflict of mixer elements. 406 Resets the codec, removes the mixer elements and PCM stuff of the 709 elements. As default, it will store the information onto a web server 836 (mixer) elements, set/get the control element value, simulate the PCM
|
D | hda_codec.txt | 143 the number of elements in pcm_info array. The card driver is supposed
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | samsung-s5c73m3.txt | 50 and physical lane indexes in subsequent elements of the array should
|
/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | rtw_recv.h | 74 u32 elements[100]; /* array to store values */ member
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | s390_flic.txt | 40 Simply deletes all elements from the list of currently pending floating
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | arizona.txt | 56 input singals. If values less than the number of input signals, elements
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 716 int elements = 0; in qeth_l2_hard_start_xmit() local 778 elements = qeth_get_elements_no(card, new_skb, elements_needed); in qeth_l2_hard_start_xmit() 779 if (!elements) { in qeth_l2_hard_start_xmit() 790 elements); in qeth_l2_hard_start_xmit() 793 elements, data_offset, hd_len); in qeth_l2_hard_start_xmit()
|
D | qeth_core_main.c | 272 pool_entry->elements[--j]); in qeth_alloc_buffer_pool() 277 pool_entry->elements[j] = ptr; in qeth_alloc_buffer_pool() 1313 free_page((unsigned long)pool_entry->elements[i]); in qeth_free_buffer_pool() 2794 if (page_count(virt_to_page(entry->elements[i])) > 1) { in qeth_find_free_buffer_pool_entry() 2809 if (page_count(virt_to_page(entry->elements[i])) > 1) { in qeth_find_free_buffer_pool_entry() 2814 free_page((unsigned long)entry->elements[i]); in qeth_find_free_buffer_pool_entry() 2815 entry->elements[i] = page_address(page); in qeth_find_free_buffer_pool_entry() 2851 buf->buffer->element[i].addr = pool_entry->elements[i]; in qeth_init_input_buffer() 3865 int cnt, length, e, elements = 0; in qeth_get_elements_for_frags() local 3876 elements += e; in qeth_get_elements_for_frags() [all …]
|
D | qeth_core.h | 421 void *elements[QDIO_MAX_ELEMENTS_PER_BUFFER]; member
|
D | qeth_l3_main.c | 2932 int elements = PFN_UP(tcpd + tcpd_len - 1) - PFN_DOWN(tcpd); in qeth_l3_tso_elements() local 2934 elements += qeth_get_elements_for_frags(skb); in qeth_l3_tso_elements() 2936 return elements; in qeth_l3_tso_elements()
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | ChangeLog | 21 FPA11 structure (size or position of elements contained
|
/linux-4.1.27/drivers/platform/x86/ |
D | panasonic-laptop.c | 302 union acpi_object *element = &(hkey->package.elements[i]); in acpi_pcc_retrieve_biosdata()
|
D | acer-wmi.c | 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()
|
D | toshiba_acpi.c | 326 out[i] = out_objs->package.elements[i].integer.value; in tci_raw()
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoints.txt | 36 Two elements are required for tracepoints :
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | tlb_uv.c | 1465 int elements; in ptc_proc_write() local 1490 elements = ARRAY_SIZE(stat_description); in ptc_proc_write() 1493 for (i = 0; i < elements; i++) in ptc_proc_write()
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 91 .package.elements = (eles) \
|
D | actypes.h | 934 union acpi_object *elements; /* Pointer to an array of ACPI_OBJECTs */ member
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 384 N elements. */ 393 elements in the stack, and YYPTR gives the new location of the 1356 /* Get the current used size of the three stacks, in elements. */ 1774 print_error("Only 8, 16, 32 and 64-bit elements" 1826 "arrays with 32-bit elements.");
|
D | dtc-lexer.lex.c_shipped | 1841 /* First allocation is just for 2 elements, since we don't know if this
|
/linux-4.1.27/drivers/media/pci/ngene/ |
D | ngene.h | 140 u16 elements; member
|
/linux-4.1.27/drivers/gpio/ |
D | gpiolib-acpi.c | 728 const union acpi_object *element = obj->package.elements; in acpi_gpio_package_count()
|
/linux-4.1.27/Documentation/networking/ |
D | regulatory.txt | 62 * Wireless subsystems for Country Information elements
|
D | dccp.txt | 83 size is passed as option length. The minimum array size is 4 elements, the
|
D | filter.txt | 179 The BPF architecture consists of the following basic elements: 189 consists of the following elements (as already mentioned): 808 A program, that is translated internally consists of the following elements: 1133 . max number of elements
|
D | spider_net.txt | 22 The elements of the ring are called "descriptors" or "descrs"; they
|
D | can.txt | 399 all structure elements can be used as-is - only the data[] becomes extended.
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 382 N elements. */ 391 elements in the stack, and YYPTR gives the new location of the 1525 The wasted elements are never initialized. */ 1544 /* Get the current used size of the three stacks, in elements. */
|
D | lex.lex.c_shipped | 1578 /* First allocation is just for 2 elements, since we don't know if this
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 372 N elements. */ 381 elements in the stack, and YYPTR gives the new location of the 1480 The wasted elements are never initialized. */ 1499 /* Get the current used size of the three stacks, in elements. */
|
D | zconf.lex.c_shipped | 1973 /* First allocation is just for 2 elements, since we don't know if this
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_core.h | 336 char elements[4][100]; member
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_configfs.txt | 304 configured elements. However, they are embedded in usage-specific
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 135 If you dont want the mixer elements prefixed with the name of the mixer widget,
|
D | DPCM.txt | 273 combined with elements from a codec class driver. A DSP platform driver must
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U.h | 569 char elements[4][100]; /* array to store values */ member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-iio | 18 Contains trigger type specific elements. These do not 999 Directory containing interfaces for elements that will be 1053 devices put their data in the middle of the transferred elements 1287 elements to wait for.
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 82 - There may be elements of the proposed solution which will not be
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 435 Number of allocated elements up to a maximum of Param[1]
|
/linux-4.1.27/Documentation/gpio/ |
D | consumer.txt | 264 * array_size - the number of array elements
|
/linux-4.1.27/Documentation/dmaengine/ |
D | provider.txt | 62 then push either the address of the table and its number of elements,
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 556 * manually walk the list counting MAXCMDCNT elements 1619 /* If we need more S/G elements, tell the idle loop */ 1813 * feature of the chip allows us to load two elements
|
D | aic7xxx.seq | 833 /* We don't have any valid S/G elements */ 987 * feature of the chip allows us to load two elements
|
/linux-4.1.27/Documentation/hwmon/ |
D | sysfs-interface | 52 this). A number is always used for elements that can be present more
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 580 keeping network elements load as low as possible.
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 441 the value of the 'vector' elements over a call to pci_disable_msix().
|
/linux-4.1.27/Documentation/sysctl/ |
D | vm.txt | 315 Note: # of this elements is one fewer than number of zones. Because the highest
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 600 elements in the sets created by ipset(8).
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 2025 contains elements ranging from 32 to 128 bits. The index is a 32bit
|