Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/octeon/
Dethernet-mem.c46 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 …]
Dethernet-mem.h28 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/
Dcpudeadline.c41 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 …]
Dcpudeadline.h18 struct cpudl_item *elements; member
/linux-4.1.27/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()
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"},
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()
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()
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()
550 next_object = object->package.elements[i]; in acpi_ut_update_object_reference()
Dexdebug.c179 elements[i], level + 4, i + 1); in acpi_ex_do_debug_object()
Dexoparg6.c274 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R()
Dutmisc.c254 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
Dutids.c330 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()
Dacobject.h137 union acpi_operand_object **elements; /* Array of pointers to acpi_objects */ member
Dexoparg2.c405 &operand[0]->package.elements[index]; in acpi_ex_opcode_2A_1T_1R()
Dutobject.c188 package_desc->package.elements = package_elements; in acpi_ut_create_package_object()
Dnsdump.c592 obj_desc = (void *)obj_desc->package.elements; in acpi_ns_dump_one_object()
/linux-4.1.27/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.1.27/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.1.27/drivers/acpi/
Dproperty.c44 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 …]
Dutils.c101 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()
Dprocessor_idle.c363 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()
Dfan.c128 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()
Dprocessor_perflib.c254 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()
Dacpi_pad.c390 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()
Dacpi_lpat.c120 obj_e = &obj_p->package.elements[i]; in acpi_lpat_get_conversion_table()
Dprocessor_throttling.c456 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()
Dscan.c205 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()
Dpower.c142 union acpi_object *element = &package->package.elements[i]; in acpi_extract_power_resources()
Dvideo.c855 o = (union acpi_object *)&obj->package.elements[i]; in acpi_video_init_brightness()
1305 obj = &dod->package.elements[i]; in acpi_video_device_enumerate()
Dbattery.c414 element = &package->package.elements[i]; in extract_package()
/linux-4.1.27/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
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 …]
Dip_set_bitmap_ipmac.c52 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()
Dip_set_bitmap_port.c41 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()
Dip_set_bitmap_gen.h56 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()
Dip_set_hash_gen.h270 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()
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.
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_acpi.c92 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/
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.1.27/drivers/thermal/int340x_thermal/
Dprocessor_thermal_device.c196 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()
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.1.27/mm/
Dmempool.c130 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/
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.1.27/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
Drobust-futex-ABI.txt29 necessary list elements exactly as the kernel expects them. If it fails
176 future kernel configuration changes) elements.
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
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.txt300 than <nents> passed in if some elements of the scatter/gather list are
DCodingStyle343 In general, a pointer, or a struct that has elements that can reasonably
Dmemory-barriers.txt2946 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
Dpinctrl.txt361 group is known, the pins and npins elements of the above structure can be
/linux-4.1.27/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.c871 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/
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.1.27/fs/debugfs/
Dfile.c570 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/
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.1.27/drivers/net/wireless/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.h968 u32 elements[100]; /*array to store values */ member
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Ddrv.c489 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/
Dmacb.txt16 Required elements: 'pclk', 'hclk'
17 Optional elements: 'tx_clk'
Dphy.txt21 elements.
/linux-4.1.27/drivers/cpufreq/
Dpcc-cpufreq.c273 offset = &(pccp->package.elements[0]); in pcc_get_offset()
281 offset = &(pccp->package.elements[1]); in pcc_get_offset()
423 member = &out_obj->package.elements[0]; in pcc_cpufreq_probe()
479 member = &out_obj->package.elements[1]; in pcc_cpufreq_probe()
498 member = &out_obj->package.elements[2]; in pcc_cpufreq_probe()
506 member = &out_obj->package.elements[3]; in pcc_cpufreq_probe()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/net/wireless/iwlwifi/mvm/
Dnvm.c707 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/
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.c86 const union acpi_object *objs = obj->package.elements; in dw_i2c_acpi_params()
/linux-4.1.27/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.1.27/scripts/
Dcheckpatch.pl3590 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/
Dspi-omap2-mcspi.c436 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/
Dspi_atmel.txt9 Required elements: "spi_clk"
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.h90 struct hv_24x7_result_element elements[1]; member
Dhv-24x7.c1127 *count = be64_to_cpu(resb->elements[0].element_data[0]); in single_24x7_request()
/linux-4.1.27/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.1.27/include/linux/
Dmempool.h18 void **elements; member
Ddebugfs.h111 u32 *array, u32 elements);
272 u32 *array, u32 elements) in debugfs_create_u32_array() argument
/linux-4.1.27/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
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
Dcoda.txt167 possesses the facility to inform the kernel when elements from its
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/mips/cavium/
Dcib.txt10 - reg: Two elements consisting of the addresses of the RAW and EN
/linux-4.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/media/i2c/
Dnokia,smia.txt21 64-bit elements.
/linux-4.1.27/Documentation/devicetree/bindings/misc/
Datmel-ssc.txt10 Required elements: "pclk"
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Datmel-at91.txt64 Required elements: "t0_clk"
65 Optional elements: "t1_clk", "t2_clk"
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Datmel-hsmci.txt17 Required elements: "mci_clk"
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Drt5677.txt31 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.1.27/tools/power/cpupower/
DREADME1 The cpupower package consists of the following elements:
/linux-4.1.27/drivers/net/wireless/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.1.27/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.1.27/drivers/usb/core/
Dusb-acpi.c111 if (upc->package.elements[0].integer.value) in usb_acpi_get_connect_type()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Drockchip.txt24 therefore the number of clocks elements should match the number of
/linux-4.1.27/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.1.27/Documentation/input/
Dgpio-tilt.txt24 the elements of the gpio_tilt_axis-array.
Dyealink.txt105 elements.
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,flexgen.txt6 - a pre and final dividers (represented by a divider and gate elements)
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm7038-l1-intc.txt7 Key elements of the hardware design include:
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/serial/
Datmel-usart.txt11 Required elements: "usart"
Dsnps-dw-apb-uart.txt15 Required elements: "baudclk", "apb_pclk"
/linux-4.1.27/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.1.27/net/rds/
Daf_rds.c43 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()
Drds.h578 char *rds_str_array(char **array, size_t elements, size_t index);
/linux-4.1.27/net/mac80211/
Dscan.c170 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/
Drtw_recv.h66 u32 elements[100]; /* array to store values */ member
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dpwm-samsung.txt38 platform - an array of up to 5 elements being indices of PWM channels
/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_recv.c899 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()
Drtl871x_recv.h35 u32 elements[100]; /* array to store values */ member
Drtl871x_mlme.c348 elements[padapter->recvpriv. in update_network()
356 elements[padapter->recvpriv.signal_qual_data. in update_network()
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/iio/adc/
Dat91_adc.txt9 Required elements: "adc_clk", "adc_op_clk".
/linux-4.1.27/drivers/staging/iio/
DTODO31 2) Add sysfs elements necessary to allow device agnostic
/linux-4.1.27/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
DChangeLog.lpfc874 * Removed range checking. phba->config[] array elements are now
/linux-4.1.27/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
Dhda_codec.txt143 the number of elements in pcm_info array. The card driver is supposed
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dsamsung-s5c73m3.txt50 and physical lane indexes in subsequent elements of the array should
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_recv.h74 u32 elements[100]; /* array to store values */ member
/linux-4.1.27/Documentation/virtual/kvm/devices/
Ds390_flic.txt40 Simply deletes all elements from the list of currently pending floating
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Darizona.txt56 input singals. If values less than the number of input signals, elements
/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c716 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()
Dqeth_core_main.c272 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 …]
Dqeth_core.h421 void *elements[QDIO_MAX_ELEMENTS_PER_BUFFER]; member
Dqeth_l3_main.c2932 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/
DChangeLog21 FPA11 structure (size or position of elements contained
/linux-4.1.27/drivers/platform/x86/
Dpanasonic-laptop.c302 union acpi_object *element = &(hkey->package.elements[i]); in acpi_pcc_retrieve_biosdata()
Dacer-wmi.c1494 (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()
Dtoshiba_acpi.c326 out[i] = out_objs->package.elements[i].integer.value; in tci_raw()
/linux-4.1.27/Documentation/trace/
Dtracepoints.txt36 Two elements are required for tracepoints :
/linux-4.1.27/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.1.27/include/acpi/
Dacpi_bus.h91 .package.elements = (eles) \
Dactypes.h934 union acpi_object *elements; /* Pointer to an array of ACPI_OBJECTs */ member
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped384 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.");
Ddtc-lexer.lex.c_shipped1841 /* First allocation is just for 2 elements, since we don't know if this
/linux-4.1.27/drivers/media/pci/ngene/
Dngene.h140 u16 elements; member
/linux-4.1.27/drivers/gpio/
Dgpiolib-acpi.c728 const union acpi_object *element = obj->package.elements; in acpi_gpio_package_count()
/linux-4.1.27/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
Dcan.txt399 all structure elements can be used as-is - only the data[] becomes extended.
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped382 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. */
Dlex.lex.c_shipped1578 /* First allocation is just for 2 elements, since we don't know if this
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped372 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. */
Dzconf.lex.c_shipped1973 /* First allocation is just for 2 elements, since we don't know if this
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_core.h336 char elements[4][100]; member
/linux-4.1.27/Documentation/usb/
Dgadget_configfs.txt304 configured elements. However, they are embedded in usage-specific
/linux-4.1.27/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.1.27/drivers/staging/rtl8192u/
Dr8192U.h569 char elements[4][100]; /* array to store values */ member
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-iio18 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/
D3.Early-stage82 - There may be elements of the proposed solution which will not be
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt435 Number of allocated elements up to a maximum of Param[1]
/linux-4.1.27/Documentation/gpio/
Dconsumer.txt264 * array_size - the number of array elements
/linux-4.1.27/Documentation/dmaengine/
Dprovider.txt62 then push either the address of the table and its number of elements,
/linux-4.1.27/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.1.27/Documentation/hwmon/
Dsysfs-interface52 this). A number is always used for elements that can be present more
/linux-4.1.27/net/ipv4/
DKconfig580 keeping network elements load as low as possible.
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt441 the value of the 'vector' elements over a call to pci_disable_msix().
/linux-4.1.27/Documentation/sysctl/
Dvm.txt315 Note: # of this elements is one fewer than number of zones. Because the highest
/linux-4.1.27/net/netfilter/
DKconfig600 elements in the sets created by ipset(8).
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt2025 contains elements ranging from 32 to 128 bits. The index is a 32bit