Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 200 of 210) sorted by relevance

12

/linux-4.4.14/drivers/staging/octeon/
Dethernet-mem.c30 static int cvm_oct_fill_hw_skbuff(int pool, int size, int elements) in cvm_oct_fill_hw_skbuff() argument
32 int freed = elements; in cvm_oct_fill_hw_skbuff()
44 return elements - freed; in cvm_oct_fill_hw_skbuff()
53 static void cvm_oct_free_hw_skbuff(int pool, int size, int elements) in cvm_oct_free_hw_skbuff() argument
62 elements--; in cvm_oct_free_hw_skbuff()
67 if (elements < 0) in cvm_oct_free_hw_skbuff()
69 pool, elements); in cvm_oct_free_hw_skbuff()
70 else if (elements > 0) in cvm_oct_free_hw_skbuff()
72 pool, elements); in cvm_oct_free_hw_skbuff()
83 static int cvm_oct_fill_hw_memory(int pool, int size, int elements) in cvm_oct_fill_hw_memory() argument
[all …]
Dethernet-mem.h11 int cvm_oct_mem_fill_fpa(int pool, int size, int elements);
12 void cvm_oct_mem_empty_fpa(int pool, int size, int elements);
/linux-4.4.14/kernel/sched/
Dcpudeadline.c36 int cpu_a = cp->elements[a].cpu, cpu_b = cp->elements[b].cpu; in cpudl_exchange()
38 swap(cp->elements[a].cpu, cp->elements[b].cpu); in cpudl_exchange()
39 swap(cp->elements[a].dl , cp->elements[b].dl ); in cpudl_exchange()
41 swap(cp->elements[cpu_a].idx, cp->elements[cpu_b].idx); in cpudl_exchange()
54 if ((l < cp->size) && dl_time_before(cp->elements[idx].dl, in cpudl_heapify()
55 cp->elements[l].dl)) in cpudl_heapify()
57 if ((r < cp->size) && dl_time_before(cp->elements[largest].dl, in cpudl_heapify()
58 cp->elements[r].dl)) in cpudl_heapify()
73 if (dl_time_before(new_dl, cp->elements[idx].dl)) { in cpudl_change_key()
74 cp->elements[idx].dl = new_dl; in cpudl_change_key()
[all …]
Dcpudeadline.h19 struct cpudl_item *elements; member
/linux-4.4.14/drivers/acpi/acpica/
Dnsprepkg.c56 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 …]
Dnsrepair2.c122 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 …]
Dnsconvert.c222 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()
Dhwxface.c486 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()
Ddbconvert.c203 union acpi_object *elements; in acpi_db_convert_to_package() local
206 elements = in acpi_db_convert_to_package()
219 status = acpi_db_convert_to_object(type, this, &elements[i]); in acpi_db_convert_to_package()
221 acpi_db_delete_objects(i + 1, elements); in acpi_db_convert_to_package()
222 ACPI_FREE(elements); in acpi_db_convert_to_package()
231 object->package.elements = elements; in acpi_db_convert_to_package()
394 buffer_desc = &obj_desc->package.elements[0]; in acpi_db_dump_pld_buffer()
Dutcopy.c262 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()
Ddsobject.c425 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()
Dnsrepair.c512 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()
Dexdump.c106 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(package.elements), "Element List"},
740 obj_desc->package.elements); in acpi_ex_dump_operand()
747 obj_desc->package.elements && acpi_dbg_level > 1) { in acpi_ex_dump_operand()
751 elements[index], in acpi_ex_dump_operand()
1106 acpi_ex_dump_package_obj(obj_desc->package.elements[i], in acpi_ex_dump_package_obj()
Drscreate.c256 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()
Dutids.c330 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()
461 cls_objects = obj_desc->package.elements; in acpi_ut_execute_CLS()
Drscalc.c635 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()
Dutdelete.c137 obj_pointer = object->package.elements; in acpi_ut_delete_internal_obj()
553 next_object = object->package.elements[i]; in acpi_ut_update_object_reference()
Dexoparg6.c274 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
Dutmisc.c255 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
Ddbexec.c100 objects[i].package.elements); in acpi_db_delete_objects()
104 ACPI_FREE(objects[i].package.elements); in acpi_db_delete_objects()
Ddbutils.c193 elements[i], level + 1); in acpi_db_dump_external_object()
Dacobject.h137 union acpi_operand_object **elements; /* Array of pointers to acpi_objects */ member
Dexdebug.c192 elements[i], level + 4, i + 1); in acpi_ex_do_debug_object()
Ddbstats.c184 acpi_db_enumerate_object(obj_desc->package.elements[i]); in acpi_db_enumerate_object()
Dutobject.c188 package_desc->package.elements = package_elements; in acpi_ut_create_package_object()
Dexoparg2.c409 &operand[0]->package.elements[index]; in acpi_ex_opcode_2A_1T_1R()
Dnsdump.c590 obj_desc = (void *)obj_desc->package.elements; in acpi_ns_dump_one_object()
Ddbtest.c1011 this_param->package.elements = NULL; in acpi_db_evaluate_one_predefined_name()
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dm_can.txt29 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.4.14/drivers/scsi/lpfc/
Dlpfc_mem.c115 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 …]
Dlpfc.h126 struct lpfc_dmabuf *elements; member
/linux-4.4.14/net/netfilter/ipset/
Dip_set_bitmap_ip.c46 u32 elements; /* number of max elements in the set */ member
223 u32 elements, u32 hosts, u8 netmask) in init_map_ip() argument
230 map->elements = elements; in init_map_ip()
247 u64 elements; in bitmap_ip_create() local
292 elements = (u64)last_ip - first_ip + 1; in bitmap_ip_create()
305 elements = 2 << (netmask - mask_bits - 1); in bitmap_ip_create()
307 if (elements > IPSET_BITMAP_MAX_RANGE + 1) in bitmap_ip_create()
311 hosts, (unsigned long long)elements); in bitmap_ip_create()
314 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_ip_create()
318 map->memsize = bitmap_bytes(0, elements - 1); in bitmap_ip_create()
[all …]
Dip_set_bitmap_ipmac.c52 u32 elements; /* number of max elements in the set */ member
298 u32 first_ip, u32 last_ip, u32 elements) in init_map_ipmac() argument
305 map->elements = elements; in init_map_ipmac()
319 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()
360 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_ipmac_create()
364 map->memsize = bitmap_bytes(0, elements - 1); in bitmap_ipmac_create()
366 if (!init_map_ipmac(set, map, first_ip, last_ip, elements)) { in bitmap_ipmac_create()
Dip_set_bitmap_port.c40 u32 elements; /* number of max elements in the set */ member
229 u32 elements; in bitmap_port_create() local
246 elements = last_port - first_port + 1; in bitmap_port_create()
248 map = ip_set_alloc(sizeof(*map) + elements * set->dsize); in bitmap_port_create()
252 map->elements = elements; in bitmap_port_create()
253 map->memsize = bitmap_bytes(0, map->elements); in bitmap_port_create()
DKconfig107 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.
Dip_set_bitmap_gen.h56 for (id = 0; id < map->elements; id++) in mtype_ext_cleanup()
214 for (; cb->args[IPSET_CB_ARG0] < map->elements; in mtype_list()
273 for (id = 0; id < map->elements; id++) in mtype_gc()
Dip_set_hash_gen.h278 u32 elements; /* current element (vs timeout) */ member
403 h->elements = 0; in mtype_flush()
509 h->elements--; in mtype_expire()
718 if (h->elements >= h->maxelem) { in mtype_add()
722 if (h->elements >= h->maxelem && SET_WITH_FORCEADD(set)) in mtype_add()
735 } else if (h->elements >= h->maxelem) { in mtype_add()
784 h->elements--; in mtype_add()
788 if (h->elements >= h->maxelem) in mtype_add()
813 h->elements++; in mtype_add()
886 h->elements--; in mtype_del()
/linux-4.4.14/drivers/acpi/
Dproperty.c57 dn->name = link->package.elements[0].string.pointer; in acpi_nondev_subnode_ok()
61 status = acpi_get_handle(scope, link->package.elements[1].string.pointer, in acpi_nondev_subnode_ok()
108 link = &links->package.elements[i]; in acpi_add_nondev_subnodes()
111 && link->package.elements[0].type == ACPI_TYPE_STRING in acpi_add_nondev_subnodes()
112 && link->package.elements[1].type == ACPI_TYPE_STRING in acpi_add_nondev_subnodes()
130 uuid = &desc->package.elements[i]; in acpi_enumerate_nondev_subnodes()
131 links = &desc->package.elements[i + 1]; in acpi_enumerate_nondev_subnodes()
166 switch (value->package.elements[j].type) { in acpi_property_value_ok()
188 property = &properties->package.elements[i]; in acpi_properties_format_valid()
194 || property->package.elements[0].type != ACPI_TYPE_STRING in acpi_properties_format_valid()
[all …]
Dutils.c97 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
201 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package()
369 element = &(package->package.elements[i]); in acpi_evaluate_reference()
418 || output->package.elements[0].type != ACPI_TYPE_BUFFER in acpi_get_physical_device_location()
419 || output->package.elements[0].buffer.length < ACPI_PLD_REV1_BUFFER_SIZE) { in acpi_get_physical_device_location()
425 output->package.elements[0].buffer.pointer, in acpi_get_physical_device_location()
426 output->package.elements[0].buffer.length, in acpi_get_physical_device_location()
654 params[3].package.elements = NULL; in acpi_evaluate_dsm()
Dprocessor_idle.c359 count = cst->package.elements[0].integer.value; in acpi_processor_get_power_info_cst()
379 element = &(cst->package.elements[i]); in acpi_processor_get_power_info_cst()
386 obj = &(element->package.elements[0]); in acpi_processor_get_power_info_cst()
398 obj = &(element->package.elements[1]); in acpi_processor_get_power_info_cst()
454 obj = &(element->package.elements[2]); in acpi_processor_get_power_info_cst()
460 obj = &(element->package.elements[3]); in acpi_processor_get_power_info_cst()
Dcppc_acpi.c156 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_get_psd()
433 cpc_obj = &out_obj->package.elements[0]; in acpi_cppc_processor_probe()
450 cpc_obj = &out_obj->package.elements[1]; in acpi_cppc_processor_probe()
467 cpc_obj = &out_obj->package.elements[i]; in acpi_cppc_processor_probe()
Dfan.c124 obj->package.elements[1].type != ACPI_TYPE_INTEGER) { in fan_get_state_acpi4()
130 control = obj->package.elements[1].integer.value; in fan_get_state_acpi4()
302 status = acpi_extract_package(&obj->package.elements[i + 1], in acpi_fan_get_fps()
Dprocessor_perflib.c250 obj = pct->package.elements[0]; in acpi_processor_get_performance_control()
266 obj = pct->package.elements[1]; in acpi_processor_get_performance_control()
366 status = acpi_extract_package(&(pss->package.elements[i]), in acpi_processor_get_performance_states()
562 status = acpi_extract_package(&(psd->package.elements[0]), in acpi_processor_get_psd()
Dacpi_pad.c384 package->package.elements[0].integer.value == 1) /* rev 1 */ in acpi_pad_pur()
386 num = package->package.elements[1].integer.value; in acpi_pad_pur()
Dacpi_lpat.c120 obj_e = &obj_p->package.elements[i]; in acpi_lpat_get_conversion_table()
Dprocessor_throttling.c452 obj = ptc->package.elements[0]; in acpi_processor_get_throttling_control()
469 obj = ptc->package.elements[1]; in acpi_processor_get_throttling_control()
555 status = acpi_extract_package(&(tss->package.elements[i]), in acpi_processor_get_throttling_states()
622 status = acpi_extract_package(&(tsd->package.elements[0]), in acpi_processor_get_tsd()
Dscan.c771 element = &(package->package.elements[0]); in acpi_bus_extract_wakeup_device_power_package()
777 (element->package.elements[0].type != in acpi_bus_extract_wakeup_device_power_package()
779 || (element->package.elements[1].type != ACPI_TYPE_INTEGER)) in acpi_bus_extract_wakeup_device_power_package()
783 element->package.elements[0].reference.handle; in acpi_bus_extract_wakeup_device_power_package()
785 (u32) element->package.elements[1].integer.value; in acpi_bus_extract_wakeup_device_power_package()
793 element = &(package->package.elements[1]); in acpi_bus_extract_wakeup_device_power_package()
Ddevice_sysfs.c219 obj = of_compatible->package.elements; in create_of_modalias()
Dbus.c577 obj = of_compatible->package.elements; in acpi_of_match_device()
Dpower.c141 union acpi_object *element = &package->package.elements[i]; in acpi_extract_power_resources()
Dacpi_video.c790 o = (union acpi_object *)&obj->package.elements[i]; in acpi_video_init_brightness()
1240 obj = &dod->package.elements[i]; in acpi_video_device_enumerate()
Dbattery.c403 element = &package->package.elements[i]; in extract_package()
Dnfit.c120 in_obj.package.elements = &in_buf; in acpi_nfit_ctl()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_acpi.c91 connector_count = &pkg->package.elements[0]; in intel_dsm_platform_mux_info()
95 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info()
96 union acpi_object *connector_id = &obj->package.elements[0]; in intel_dsm_platform_mux_info()
97 union acpi_object *info = &obj->package.elements[1]; in intel_dsm_platform_mux_info()
/linux-4.4.14/drivers/pci/
Dpci-acpi.c48 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 …]
Dpci-label.c180 tmp = obj->package.elements; in dsm_get_label()
/linux-4.4.14/mm/
Dmempool.c130 pool->elements[pool->curr_nr++] = element; in add_element()
135 void *element = pool->elements[--pool->curr_nr]; in remove_element()
160 kfree(pool->elements); in mempool_destroy()
195 pool->elements = kmalloc_node(min_nr * sizeof(void *), in mempool_create_node()
197 if (!pool->elements) { in mempool_create_node()
276 memcpy(new_elements, pool->elements, in mempool_resize()
278 kfree(pool->elements); in mempool_resize()
279 pool->elements = new_elements; in mempool_resize()
/linux-4.4.14/drivers/thermal/int340x_thermal/
Dprocessor_thermal_device.c202 union acpi_object *elements, *ppcc; in proc_thermal_add() local
239 elements = &(p->package.elements[i+1]); in proc_thermal_add()
240 if (elements->type != ACPI_TYPE_PACKAGE || in proc_thermal_add()
241 elements->package.count != 6) { in proc_thermal_add()
245 ppcc = elements->package.elements; in proc_thermal_add()
Dacpi_thermal_rel.c111 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()
Dint3400_thermal.c131 objb = &obja->package.elements[i]; in int3400_thermal_get_uuids()
/linux-4.4.14/lib/
Dflex_array.c30 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.4.14/Documentation/
Dflexible-arrays.txt71 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.
Defi-stub.txt56 is an EFI-style path and directory elements must be separated with
Dsysfs-rules.txt51 - all elements of a devpath must be real directories. Symlinks
56 - using or exposing symlink values as elements in a devpath string
Drobust-futex-ABI.txt29 necessary list elements exactly as the kernel expects them. If it fails
176 future kernel configuration changes) elements.
Dcircular-buffers.txt189 producer must produce two elements before it could possibly corrupt the
Drbtree.txt164 Iterating through the elements stored in an rbtree (in sort order)
Dvme_api.txt31 At the minimum, the '.name', '.match' and '.probe' elements of this structure
DDMA-API.txt294 than <nents> passed in if some elements of the scatter/gather list are
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_diag.c110 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()
Di40e_diag.h42 u32 elements; /* number of elements if array */ member
Di40e_ethtool.c942 reg_count += i40e_reg_list[i].elements; in i40e_get_regs_len()
969 for (j = 0; j < i40e_reg_list[i].elements; j++) { in i40e_get_regs()
/linux-4.4.14/drivers/pci/hotplug/
Dacpiphp_ibm.c300 !(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.4.14/fs/debugfs/
Dfile.c593 u32 elements; member
617 int size, elements = data->elements; in u32_array_open() local
625 size = elements*11; in u32_array_open()
632 u32_format_array(buf, size, data->array, data->elements); in u32_array_open()
682 u32 *array, u32 elements) in debugfs_create_u32_array() argument
690 data->elements = elements; in debugfs_create_u32_array()
/linux-4.4.14/drivers/char/tpm/
Dtpm_ppi.c80 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.4.14/drivers/net/wireless/realtek/rtlwifi/
Dstats.c106 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()
Dwifi.h987 u32 elements[100]; /*array to store values */ member
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Ddrv.c490 splx->package.elements[0].type != ACPI_TYPE_INTEGER || in splx_get_pwr_limit()
491 splx->package.elements[0].integer.value != 0) { in splx_get_pwr_limit()
496 limits = &splx->package.elements[1]; in splx_get_pwr_limit()
499 limits->package.elements[0].type != ACPI_TYPE_INTEGER || in splx_get_pwr_limit()
500 limits->package.elements[1].type != ACPI_TYPE_INTEGER) { in splx_get_pwr_limit()
505 domain_type = &limits->package.elements[0]; in splx_get_pwr_limit()
506 power_limit = &limits->package.elements[1]; in splx_get_pwr_limit()
/linux-4.4.14/drivers/cpufreq/
Dpcc-cpufreq.c273 offset = &(pccp->package.elements[0]); in pcc_get_offset()
281 offset = &(pccp->package.elements[1]); in pcc_get_offset()
423 member = &out_obj->package.elements[0]; in pcc_cpufreq_probe()
479 member = &out_obj->package.elements[1]; in pcc_cpufreq_probe()
498 member = &out_obj->package.elements[2]; in pcc_cpufreq_probe()
506 member = &out_obj->package.elements[3]; in pcc_cpufreq_probe()
/linux-4.4.14/drivers/xen/
Dxen-acpi-pad.c73 package->package.elements[0].integer.value == 1) /* rev 1 */ in acpi_pad_pur()
74 num = package->package.elements[1].integer.value; in acpi_pad_pur()
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dmacb.txt18 Required elements: 'pclk', 'hclk'
19 Optional elements: 'tx_clk'
Dphy.txt21 elements.
/linux-4.4.14/drivers/staging/iio/Documentation/
Doverview.txt51 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.
Ddevice.txt26 pointer to a structure with elements that tend to be fixed for
62 Poll function related elements. This controls what occurs when a trigger
Dtrigger.txt10 allocates a trigger structure. The key elements to then fill in within
Dinkernel.txt3 The IIO subsystem can act as a layer under other elements of the kernel
/linux-4.4.14/drivers/hwmon/
Dasus_atk0110.c314 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 …]
Dacpi_power_meter.c596 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.4.14/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c701 wrdd->package.elements[0].type != ACPI_TYPE_INTEGER || in iwl_mvm_wrdd_get_mcc()
702 wrdd->package.elements[0].integer.value != 0) { in iwl_mvm_wrdd_get_mcc()
708 mcc_pkg = &wrdd->package.elements[i]; in iwl_mvm_wrdd_get_mcc()
712 mcc_pkg->package.elements[0].type != ACPI_TYPE_INTEGER || in iwl_mvm_wrdd_get_mcc()
713 mcc_pkg->package.elements[1].type != ACPI_TYPE_INTEGER) { in iwl_mvm_wrdd_get_mcc()
718 domain_type = &mcc_pkg->package.elements[0]; in iwl_mvm_wrdd_get_mcc()
726 mcc_value = &mcc_pkg->package.elements[1]; in iwl_mvm_wrdd_get_mcc()
/linux-4.4.14/drivers/i2c/busses/
Di2c-scmi.c187 obj = pkg->package.elements; in acpi_smbus_cmi_access()
224 obj = pkg->package.elements + 1; in acpi_smbus_cmi_access()
232 obj = pkg->package.elements + 2; in acpi_smbus_cmi_access()
314 obj = obj->package.elements; in acpi_smbus_cmi_add_cap()
Di2c-designware-platdrv.c82 const union acpi_object *objs = obj->package.elements; in dw_i2c_acpi_params()
/linux-4.4.14/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_acpi.c69 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.4.14/scripts/
Dcheckpatch.pl3757 my @elements = split(/($ops|;)/, $opline);
3767 foreach my $el (@elements) {
3777 for (my $n = 0; $n < $#elements; $n += 2) {
3783 $off += length($elements[$n]);
3788 if (length($opline) >= ($off + length($elements[$n + 1]))) {
3789 $cc = substr($opline, $off + length($elements[$n + 1]));
3794 $a = 'V' if ($elements[$n] ne '');
3795 $a = 'W' if ($elements[$n] =~ /\s$/);
3796 $a = 'C' if ($elements[$n] =~ /$;$/);
3797 $a = 'B' if ($elements[$n] =~ /(\[|\()$/);
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dingenic,uart.txt10 Required elements: "baud", "module"
Dnxp,lpc1850-uart.txt8 - clock-names : required elements: "uartclk", "reg".
Datmel-usart.txt11 Required elements: "usart"
Dsnps-dw-apb-uart.txt15 Required elements: "baudclk", "apb_pclk"
/linux-4.4.14/drivers/spi/
Dspi-omap2-mcspi.c457 int elements = 0; in omap2_mcspi_rx_dma() local
515 elements = element_count - 1; in omap2_mcspi_rx_dma()
518 elements--; in omap2_mcspi_rx_dma()
526 ((u8 *)xfer->rx_buf)[elements++] = w; in omap2_mcspi_rx_dma()
528 ((u16 *)xfer->rx_buf)[elements++] = w; in omap2_mcspi_rx_dma()
530 ((u32 *)xfer->rx_buf)[elements++] = w; in omap2_mcspi_rx_dma()
545 ((u8 *)xfer->rx_buf)[elements] = w; in omap2_mcspi_rx_dma()
547 ((u16 *)xfer->rx_buf)[elements] = w; in omap2_mcspi_rx_dma()
549 ((u32 *)xfer->rx_buf)[elements] = w; in omap2_mcspi_rx_dma()
/linux-4.4.14/arch/powerpc/perf/
Dhv-24x7.h90 struct hv_24x7_result_element elements[1]; member
Dhv-24x7.c1136 *count = be64_to_cpu(result_buffer->results[0].elements[0].element_data[0]); in single_24x7_request()
1389 count = be64_to_cpu(resb->elements[0].element_data[0]); in h_24x7_event_commit_txn()
/linux-4.4.14/drivers/net/wireless/
Dray_cs.h14 UCHAR elements[sizeof(struct essid_element) member
Drayctl.h127 UCHAR elements[sizeof(struct essid_element) member
138 UCHAR elements[sizeof(struct essid_element) member
Dray_cs.c2626 p = local->last_bcn.elements; in ray_cs_proc_show()
/linux-4.4.14/include/linux/
Dmempool.h18 void **elements; member
Ddebugfs.h112 u32 *array, u32 elements);
279 u32 *array, u32 elements) in debugfs_create_u32_array() argument
/linux-4.4.14/Documentation/filesystems/
Dpath-lookup.txt32 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.
Dfiles.txt21 elements - the fd sets (open_fds and close_on_exec, the
24 a lock-free reader, all the elements of the file descriptor
Ddebugfs.txt173 u32 *array, u32 elements);
175 The "array" argument provides data, and the "elements" argument is
176 the number of elements in the array. Note: Once array is created its
Dfiemap.txt45 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
Dspufs.txt140 the data buffer, containing the number of elements that can be
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi_atmel.txt10 Required elements: "spi_clk"
/linux-4.4.14/Documentation/RCU/
Drcuref.txt1 Reference-count design for elements of lists/arrays protected by RCU.
12 Reference counting on elements of lists which are protected by traditional
D00-INDEX22 - Reference-count design for elements of lists/arrays protected by RCU
DUP.txt17 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
Dchecklist.txt66 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.4.14/Documentation/devicetree/bindings/mips/cavium/
Dcib.txt10 - reg: Two elements consisting of the addresses of the RAW and EN
/linux-4.4.14/Documentation/devicetree/bindings/iio/light/
Dus5182d.txt10 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
/linux-4.4.14/sound/usb/6fire/
Dcontrol.c478 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.4.14/Documentation/video4linux/bttv/
DSound-FAQ100 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.4.14/Documentation/devicetree/bindings/media/i2c/
Dnokia,smia.txt21 64-bit elements.
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Datmel-classd.txt16 Required elements: "pclk", "gclk" and "aclk".
Drt5677.txt32 Array of six 8bit elements that configures GPIO.
Dfsl,esai.txt31 - fsl,fifo-depth : The number of elements in the transmit and receive
Dfsl,ssi.txt29 - fsl,fifo-depth: The number of elements in the transmit and receive FIFOs.
/linux-4.4.14/Documentation/devicetree/bindings/misc/
Datmel-ssc.txt10 Required elements: "pclk"
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Datmel-at91.txt67 Required elements: "t0_clk", "slow_clk"
68 Optional elements: "t1_clk", "t2_clk"
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Datmel-hsmci.txt17 Required elements: "mci_clk"
/linux-4.4.14/tools/power/cpupower/
DREADME1 The cpupower package consists of the following elements:
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Dtrx.c307 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.4.14/Documentation/power/
Dpm_qos_interface.txt30 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.4.14/drivers/usb/core/
Dusb-acpi.c111 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Drockchip.txt24 therefore the number of clocks elements should match the number of
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_cmd.c35 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.4.14/Documentation/devicetree/bindings/clock/st/
Dst,flexgen.txt6 - a pre and final dividers (represented by a divider and gate elements)
/linux-4.4.14/Documentation/input/
Dgpio-tilt.txt24 the elements of the gpio_tilt_axis-array.
Dyealink.txt105 elements.
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7038-l1-intc.txt7 Key elements of the hardware design include:
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_wireless.h173 u8 elements[0]; /* ie */ member
Dps3_gelic_wireless.c683 gelic_wl_parse_ie(scan->elements, data_len, &ie_info); in gelic_wl_translate_scan()
/linux-4.4.14/net/sunrpc/auth_gss/
Dgss_rpc_xdr.h105 struct gssx_cred_element_array elements; member
Dgss_rpc_xdr.c561 err = dummy_enc_credel_array(xdr, &cred->elements); in gssx_enc_cred()
/linux-4.4.14/net/mac80211/
Dscan.c174 u8 *elements; in ieee80211_scan_rx() local
208 elements = mgmt->u.probe_resp.variable; in ieee80211_scan_rx()
212 elements = mgmt->u.beacon.variable; in ieee80211_scan_rx()
218 ieee802_11_parse_elems(elements, skb->len - baselen, false, &elems); in ieee80211_scan_rx()
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_recv.h66 u32 elements[100]; /* array to store values */ member
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-samsung.txt38 platform - an array of up to 5 elements being indices of PWM channels
/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_recv.c902 last_evm = padapter->recvpriv.signal_qual_data.elements in process_link_qual()
909 padapter->recvpriv.signal_qual_data.elements[padapter-> in process_link_qual()
932 last_rssi = padapter->recvpriv.signal_strength_data.elements in process_rssi()
938 padapter->recvpriv.signal_strength_data.elements[padapter->recvpriv. in process_rssi()
Drtl871x_recv.h35 u32 elements[100]; /* array to store values */ member
Drtl871x_mlme.c339 elements[padapter->recvpriv. in update_network()
347 elements[padapter->recvpriv.signal_qual_data. in update_network()
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dbrcm,brcmstb-gpio.txt25 Number of GPIO lines for each bank. Number of elements must
/linux-4.4.14/Documentation/locking/
Dlglock.txt14 distributed over all CPUs as per_cpu elements.
17 as per_cpu elements but can be mostly handled by CPU local actions
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dat91_adc.txt9 Required elements: "adc_clk", "adc_op_clk".
/linux-4.4.14/drivers/staging/iio/
DTODO31 2) Add sysfs elements necessary to allow device agnostic
/linux-4.4.14/Documentation/scsi/
Dscsi-changer.txt29 4 different types of changer elements:
137 transfer elements. You likely don't need this as the jukebox
Dlibsas.txt321 num_scatter -- number of elements in scatter
Dscsi_mid_low_api.txt1206 sg_tablesize - maximum scatter gather elements allowed by host.
1268 request_buffer with use_sg elements
1271 elements are defined by 'struct scatterlist' found
/linux-4.4.14/Documentation/sound/alsa/
DProcfile.txt78 OSS mixer elements to the ALSA control elements. You can change the
DOSS-Emulation.txt246 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
DHD-Audio.txt29 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
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dsamsung-s5c73m3.txt50 and physical lane indexes in subsequent elements of the array should
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_recv.h74 u32 elements[100]; /* array to store values */ member
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Darizona.txt58 input signals. If values less than the number of input signals, elements
/linux-4.4.14/Documentation/virtual/kvm/devices/
Ds390_flic.txt40 Simply deletes all elements from the list of currently pending floating
/linux-4.4.14/arch/arm/nwfpe/
DChangeLog21 FPA11 structure (size or position of elements contained
/linux-4.4.14/drivers/s390/net/
Dqeth_l2_main.c863 int elements = 0; in qeth_l2_hard_start_xmit() local
927 elements = qeth_get_elements_no(card, new_skb, elements_needed); in qeth_l2_hard_start_xmit()
928 if (!elements) { in qeth_l2_hard_start_xmit()
939 elements); in qeth_l2_hard_start_xmit()
942 elements, data_offset, hd_len); in qeth_l2_hard_start_xmit()
Dqeth_core_main.c272 pool_entry->elements[--j]); in qeth_alloc_buffer_pool()
277 pool_entry->elements[j] = ptr; in qeth_alloc_buffer_pool()
1314 free_page((unsigned long)pool_entry->elements[i]); in qeth_free_buffer_pool()
2746 if (page_count(virt_to_page(entry->elements[i])) > 1) { in qeth_find_free_buffer_pool_entry()
2761 if (page_count(virt_to_page(entry->elements[i])) > 1) { in qeth_find_free_buffer_pool_entry()
2766 free_page((unsigned long)entry->elements[i]); in qeth_find_free_buffer_pool_entry()
2767 entry->elements[i] = page_address(page); in qeth_find_free_buffer_pool_entry()
2803 buf->buffer->element[i].addr = pool_entry->elements[i]; in qeth_init_input_buffer()
3817 int cnt, length, e, elements = 0; in qeth_get_elements_for_frags() local
3828 elements += e; in qeth_get_elements_for_frags()
[all …]
Dqeth_core.h424 void *elements[QDIO_MAX_ELEMENTS_PER_BUFFER]; member
Dqeth_l3_main.c2822 int elements = PFN_UP(tcpd + tcpd_len - 1) - PFN_DOWN(tcpd); in qeth_l3_tso_elements() local
2824 elements += qeth_get_elements_for_frags(skb); in qeth_l3_tso_elements()
2826 return elements; in qeth_l3_tso_elements()
/linux-4.4.14/drivers/platform/x86/
Dpanasonic-laptop.c302 union acpi_object *element = &(hkey->package.elements[i]); in acpi_pcc_retrieve_biosdata()
Dacer-wmi.c1495 (s16)out_obj->package.elements[0].integer.value); in acer_gsensor_event()
1497 (s16)out_obj->package.elements[1].integer.value); in acer_gsensor_event()
1499 (s16)out_obj->package.elements[2].integer.value); in acer_gsensor_event()
Dtoshiba_acpi.c325 out[i] = out_objs->package.elements[i].integer.value; in tci_raw()
/linux-4.4.14/Documentation/trace/
Dtracepoints.txt36 Two elements are required for tracepoints :
/linux-4.4.14/arch/x86/platform/uv/
Dtlb_uv.c1465 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.4.14/include/acpi/
Dacpi_bus.h87 .package.elements = (eles) \
Dactypes.h932 union acpi_object *elements; /* Pointer to an array of ACPI_OBJECTs */ member
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt771 amended to take the number of elements as a parameter.
775 Bubble sorting array of 30000 elements
783 Bubble sorting array of 3000 elements
791 Bubble sorting array of 30000 elements
/linux-4.4.14/Documentation/networking/
Dregulatory.txt62 * Wireless subsystems for Country Information elements
Ddccp.txt83 size is passed as option length. The minimum array size is 4 elements, the
Dfilter.txt179 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
Dspider_net.txt22 The elements of the ring are called "descriptors" or "descrs"; they
/linux-4.4.14/drivers/media/pci/ngene/
Dngene.h140 u16 elements; member
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped391 N elements. */
400 elements in the stack, and YYPTR gives the new location of the
1296 /* Get the current used size of the three stacks, in elements. */
1732 ERROR(&(yylsp[-1]), "Array elements must be"
1786 "arrays with 32-bit elements.");
Ddtc-lexer.lex.c_shipped1870 /* First allocation is just for 2 elements, since we don't know if this
/linux-4.4.14/Documentation/thermal/
Dcpu-cooling-api.txt150 the logic gates and any RAM elements included.
/linux-4.4.14/drivers/gpio/
Dgpiolib-acpi.c844 const union acpi_object *element = obj->package.elements; in acpi_gpio_package_count()
/linux-4.4.14/Documentation/usb/
Dgadget_configfs.txt304 configured elements. However, they are embedded in usage-specific
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U.h536 char elements[4][100]; /* array to store values */ member
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped385 N elements. */
394 elements in the stack, and YYPTR gives the new location of the
1502 The wasted elements are never initialized. */
1521 /* Get the current used size of the three stacks, in elements. */
/linux-4.4.14/Documentation/sound/alsa/soc/
Ddapm.txt135 If you dont want the mixer elements prefixed with the name of the mixer widget,
DDPCM.txt273 combined with elements from a codec class driver. A DSP platform driver must
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped394 N elements. */
403 elements in the stack, and YYPTR gives the new location of the
1518 /* Get the current used size of the three stacks, in elements. */
/linux-4.4.14/Documentation/development-process/
D3.Early-stage82 - There may be elements of the proposed solution which will not be
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio18 Contains trigger type specific elements. These do not
1055 Directory containing interfaces for elements that will be
1117 devices put their data in the middle of the transferred elements
1362 elements to wait for.
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt435 Number of allocated elements up to a maximum of Param[1]
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt300 * array_size - the number of array elements
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt62 then push either the address of the table and its number of elements,
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.seq556 * 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
Daic7xxx.seq833 /* We don't have any valid S/G elements */
987 * feature of the chip allows us to load two elements
/linux-4.4.14/Documentation/hwmon/
Dsysfs-interface52 this). A number is always used for elements that can be present more
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt441 the value of the 'vector' elements over a call to pci_disable_msix().
/linux-4.4.14/net/ipv4/
DKconfig566 keeping network elements load as low as possible.
/linux-4.4.14/Documentation/sysctl/
Dvm.txt315 Note: # of this elements is one fewer than number of zones. Because the highest

12