Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 200 of 500) sorted by relevance

123

/linux-4.4.14/drivers/acpi/acpica/
Dexresolv.c154 ref_type = stack_desc->reference.class; in acpi_ex_resolve_object_to_value()
165 reference.value, in acpi_ex_resolve_object_to_value()
174 stack_desc->reference.value, in acpi_ex_resolve_object_to_value()
187 switch (stack_desc->reference.target_type) { in acpi_ex_resolve_object_to_value()
205 obj_desc = *stack_desc->reference.where; in acpi_ex_resolve_object_to_value()
232 stack_desc->reference.target_type, in acpi_ex_resolve_object_to_value()
251 if ((stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value()
253 || (stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value()
258 *stack_ptr = (void *)stack_desc->reference.node; in acpi_ex_resolve_object_to_value()
263 (stack_desc->reference.node)->object; in acpi_ex_resolve_object_to_value()
[all …]
Ddbobject.c275 switch (obj_desc->reference.class) { in acpi_db_display_internal_object()
279 obj_desc->reference.value); in acpi_db_display_internal_object()
282 [obj_desc->reference.value].object; in acpi_db_display_internal_object()
292 obj_desc->reference.value); in acpi_db_display_internal_object()
295 [obj_desc->reference.value].object; in acpi_db_display_internal_object()
304 switch (obj_desc->reference.target_type) { in acpi_db_display_internal_object()
308 obj_desc->reference. in acpi_db_display_internal_object()
311 (obj_desc->reference.object); in acpi_db_display_internal_object()
317 obj_desc->reference. in acpi_db_display_internal_object()
319 if (!obj_desc->reference.where) { in acpi_db_display_internal_object()
[all …]
Dexdebug.c203 switch (source_desc->reference.class) { in acpi_ex_do_debug_object()
206 acpi_os_printf("0x%X\n", source_desc->reference.value); in acpi_ex_do_debug_object()
214 source_desc->reference.value); in acpi_ex_do_debug_object()
226 if (source_desc->reference.node) { in acpi_ex_do_debug_object()
228 (source_desc->reference.node) != in acpi_ex_do_debug_object()
232 source_desc->reference.node); in acpi_ex_do_debug_object()
235 source_desc->reference.node, in acpi_ex_do_debug_object()
236 (source_desc->reference.node)-> in acpi_ex_do_debug_object()
239 switch ((source_desc->reference.node)->type) { in acpi_ex_do_debug_object()
254 reference. in acpi_ex_do_debug_object()
[all …]
Dexstore.c155 switch (ref_desc->reference.class) { in acpi_ex_store()
161 ref_desc->reference. in acpi_ex_store()
181 acpi_ds_store_object_to_local(ref_desc->reference.class, in acpi_ex_store()
182 ref_desc->reference.value, in acpi_ex_store()
202 ref_desc->reference.class)); in acpi_ex_store()
243 switch (index_desc->reference.target_type) { in acpi_ex_store_object_to_index()
254 obj_desc = *(index_desc->reference.where); in acpi_ex_store_object_to_index()
257 source_desc->reference.class == ACPI_REFCLASS_TABLE) { in acpi_ex_store_object_to_index()
280 index_desc->reference.object)->common. in acpi_ex_store_object_to_index()
286 *(index_desc->reference.where) = new_desc; in acpi_ex_store_object_to_index()
[all …]
Dexdump.c229 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.class), "Class"},
230 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(reference.target_type), "Target Type"},
231 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(reference.value), "Value"},
232 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.object), "Object Desc"},
233 {ACPI_EXD_NODE, ACPI_EXD_OFFSET(reference.node), "Node"},
234 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.where), "Where"},
235 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(reference.index_pointer),
661 switch (obj_desc->reference.class) { in acpi_ex_dump_operand()
669 acpi_os_printf("%p\n", obj_desc->reference.object); in acpi_ex_dump_operand()
675 obj_desc->reference.value); in acpi_ex_dump_operand()
[all …]
Ddsobject.c772 obj_desc->reference.value = in acpi_ds_init_object_from_op()
774 obj_desc->reference.class = ACPI_REFCLASS_LOCAL; in acpi_ds_init_object_from_op()
779 obj_desc->reference. in acpi_ds_init_object_from_op()
784 &obj_desc->reference. in acpi_ds_init_object_from_op()
793 obj_desc->reference.value = ((u32)opcode) - AML_ARG_OP; in acpi_ds_init_object_from_op()
794 obj_desc->reference.class = ACPI_REFCLASS_ARG; in acpi_ds_init_object_from_op()
799 reference.value, in acpi_ds_init_object_from_op()
805 reference. in acpi_ds_init_object_from_op()
817 obj_desc->reference.node = op->common.node; in acpi_ds_init_object_from_op()
818 obj_desc->reference.object = in acpi_ds_init_object_from_op()
[all …]
Dexoparg2.c366 return_desc->reference.value = (u32) index; in acpi_ex_opcode_2A_1T_1R()
367 return_desc->reference.class = ACPI_REFCLASS_INDEX; in acpi_ex_opcode_2A_1T_1R()
381 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R()
383 return_desc->reference.index_pointer = in acpi_ex_opcode_2A_1T_1R()
394 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R()
396 return_desc->reference.index_pointer = in acpi_ex_opcode_2A_1T_1R()
407 return_desc->reference.target_type = ACPI_TYPE_PACKAGE; in acpi_ex_opcode_2A_1T_1R()
408 return_desc->reference.where = in acpi_ex_opcode_2A_1T_1R()
432 return_desc->reference.object = operand[0]; in acpi_ex_opcode_2A_1T_1R()
Dexoparg1.c821 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
829 (operand[0]->reference.class, in acpi_ex_opcode_1A_0T_1R()
830 operand[0]->reference.value, in acpi_ex_opcode_1A_0T_1R()
849 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
925 switch (operand[0]->reference.class) { in acpi_ex_opcode_1A_0T_1R()
931 switch (operand[0]->reference.target_type) { in acpi_ex_opcode_1A_0T_1R()
935 operand[0]->reference.object; in acpi_ex_opcode_1A_0T_1R()
951 temp_desc->buffer.pointer[operand[0]->reference.value]); in acpi_ex_opcode_1A_0T_1R()
964 *(operand[0]->reference.where); in acpi_ex_opcode_1A_0T_1R()
982 operand[0]->reference. in acpi_ex_opcode_1A_0T_1R()
[all …]
Dutcopy.c179 switch (internal_object->reference.class) { in acpi_ut_copy_isimple_to_esimple()
185 external_object->reference.handle = in acpi_ut_copy_isimple_to_esimple()
186 internal_object->reference.node; in acpi_ut_copy_isimple_to_esimple()
187 external_object->reference.actual_type = in acpi_ut_copy_isimple_to_esimple()
188 acpi_ns_get_type(internal_object->reference.node); in acpi_ut_copy_isimple_to_esimple()
540 internal_object->reference.class = ACPI_REFCLASS_REFOF; in acpi_ut_copy_esimple_to_isimple()
541 internal_object->reference.object = in acpi_ut_copy_esimple_to_isimple()
542 external_object->reference.handle; in acpi_ut_copy_esimple_to_isimple()
765 if (source_desc->reference.class == ACPI_REFCLASS_TABLE) { in acpi_ut_copy_simple_object()
769 acpi_ut_add_reference(source_desc->reference.object); in acpi_ut_copy_simple_object()
Dexmisc.c89 switch (obj_desc->reference.class) { in acpi_ex_get_object_reference()
96 referenced_obj = obj_desc->reference.object; in acpi_ex_get_object_reference()
102 obj_desc->reference.class)); in acpi_ex_get_object_reference()
129 reference_obj->reference.class = ACPI_REFCLASS_REFOF; in acpi_ex_get_object_reference()
130 reference_obj->reference.object = referenced_obj; in acpi_ex_get_object_reference()
Dexresop.c230 switch (obj_desc->reference.class) { in acpi_ex_resolve_operands()
248 obj_desc->reference. in acpi_ex_resolve_operands()
256 obj_desc->reference.class, in acpi_ex_resolve_operands()
339 && ((*stack_ptr)->reference.class == in acpi_ex_resolve_operands()
Dexresnte.c240 switch (source_desc->reference.class) { in acpi_ex_resolve_node_to_value()
257 source_desc->reference.class)); in acpi_ex_resolve_node_to_value()
Dutdecode.c392 if (object->reference.class > ACPI_REFCLASS_MAX) { in acpi_ut_get_reference_name()
396 return (acpi_gbl_ref_class_names[object->reference.class]); in acpi_ut_get_reference_name()
Drscreate.c330 if (obj_desc->reference.class != in acpi_rs_create_pci_routing_table()
335 obj_desc->reference.class)); in acpi_rs_create_pci_routing_table()
339 node = obj_desc->reference.node; in acpi_rs_create_pci_routing_table()
Dnspredef.c329 if (return_object->reference.class == ACPI_REFCLASS_NAME) { in acpi_ns_check_reference()
336 return_object->reference.class)); in acpi_ns_check_reference()
Ddswexec.c452 && (walk_state->operands[0]->reference.class == in acpi_ds_exec_end_op()
453 walk_state->operands[1]->reference.class) in acpi_ds_exec_end_op()
454 && (walk_state->operands[0]->reference.value == in acpi_ds_exec_end_op()
455 walk_state->operands[1]->reference.value)) { in acpi_ds_exec_end_op()
Dutobject.c514 switch (internal_object->reference.class) { in acpi_ut_get_simple_object_size()
522 reference.node); in acpi_ut_get_simple_object_size()
540 internal_object->reference.class, in acpi_ut_get_simple_object_size()
Dexconfig.c102 obj_desc->reference.class = ACPI_REFCLASS_TABLE; in acpi_ex_add_table()
107 obj_desc->reference.value = table_index; in acpi_ex_add_table()
591 table_index = table_desc->reference.value; in acpi_ex_unload_table()
Dutdelete.c632 if ((object->reference.class == ACPI_REFCLASS_INDEX) || in acpi_ut_update_object_reference()
633 (object->reference.class == ACPI_REFCLASS_NAME)) { in acpi_ut_update_object_reference()
634 next_object = object->reference.object; in acpi_ut_update_object_reference()
Ddbtest.c774 params[0].reference.actual_type = node->type; in acpi_db_read_from_object()
775 params[0].reference.handle = ACPI_CAST_PTR(acpi_handle, node); in acpi_db_read_from_object()
853 params[0].reference.actual_type = node->type; in acpi_db_write_to_object()
854 params[0].reference.handle = ACPI_CAST_PTR(acpi_handle, node); in acpi_db_write_to_object()
Dnsxfeval.c503 switch (info->return_object->reference.class) { in ACPI_EXPORT_SYMBOL()
506 obj_desc = *(info->return_object->reference.where); in ACPI_EXPORT_SYMBOL()
511 node = info->return_object->reference.object; in ACPI_EXPORT_SYMBOL()
Drscalc.c668 ((*sub_object_list)->reference.class == in acpi_rs_get_pci_routing_table_length()
692 temp_size_needed += acpi_ns_get_pathname_length((*sub_object_list)->reference.node); in acpi_rs_get_pci_routing_table_length()
Ddsmthdat.c616 && (current_obj_desc->reference.class == in acpi_ds_store_object_to_local()
631 reference. in acpi_ds_store_object_to_local()
Dexstoren.c120 (source_desc->reference.class == ACPI_REFCLASS_TABLE))) { in acpi_ex_resolve_object()
Ddbconvert.c349 ACPI_PLD_SET_REFERENCE(&dword, pld_info->reference); in acpi_db_encode_pld_buffer()
469 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Reference", pld_info->reference); in acpi_db_dump_pld_buffer()
/linux-4.4.14/drivers/cpufreq/
Damd_freq_sensitivity.c34 u64 reference; member
46 struct msr actual, reference; in amd_powersave_bias_target() local
59 &reference.l, &reference.h); in amd_powersave_bias_target()
61 reference.h &= 0x00ffffff; in amd_powersave_bias_target()
64 if (actual.q < data->actual || reference.q < data->reference) { in amd_powersave_bias_target()
70 d_reference = reference.q - data->reference; in amd_powersave_bias_target()
107 data->reference = reference.q; in amd_powersave_bias_target()
/linux-4.4.14/arch/mips/ath79/
DKconfig6 bool "Atheros AP121 reference board"
15 Atheros AP121 reference board.
18 bool "Atheros AP136 reference board"
27 Atheros AP136 reference board.
30 bool "Atheros AP81 reference board"
39 Atheros AP81 reference board.
42 bool "Atheros DB120 reference board"
51 Atheros DB120 reference board.
54 bool "Atheros PB44 reference board"
62 Atheros PB44 reference board.
/linux-4.4.14/drivers/rtc/
Drtc-digicolor.c66 u32 reference, time1, time2; in dc_rtc_read() local
73 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read()
83 *val = reference + time1; in dc_rtc_read()
119 u32 alarm_reg, reference; in dc_rtc_read_alarm() local
124 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_read_alarm()
125 rtc_time64_to_tm(reference + alarm_reg, &alarm->time); in dc_rtc_read_alarm()
131 alarm->pending = alarm_reg + reference > now; in dc_rtc_read_alarm()
141 u32 reference; in dc_rtc_set_alarm() local
145 reference = readl_relaxed(rtc->regs + DC_RTC_REFERENCE); in dc_rtc_set_alarm()
146 writel_relaxed(alarm_time - reference, rtc->regs + DC_RTC_ALARM); in dc_rtc_set_alarm()
/linux-4.4.14/Documentation/hwmon/
Dads782829 * ext_vref: (bool) External reference
30 set to true if it operates with an external reference, false for default
31 internal reference.
33 * vref_mv: (unsigned int) Voltage reference
34 if using an external reference, set this to the reference voltage in mV,
39 operation and internal voltage reference (2.5V).
52 The chip also has the facility to use an external voltage reference. This
Dg76218 hardware characteristics of the system (reference clock, pulses per
62 system: a reference clock source frequency, a number of pulses per fan
Dltc421538 undercurrent warnings. This makes it very likely that the reference
Dadt741135 adc_ref_vdd - Use vdd as reference instead of 2.25 V
Dvexpress20 reference & prototyping system for ARM Ltd. processors. It can be set up
/linux-4.4.14/drivers/hwmon/
Dadcxx.c56 u32 reference; /* in millivolts */ member
90 value = value * adc->reference >> 12; in adcxx_read()
109 u32 reference; in adcxx_show_max() local
114 reference = adc->reference; in adcxx_show_max()
118 return sprintf(buf, "%d\n", reference); in adcxx_show_max()
134 adc->reference = value; in adcxx_set_max()
176 adc->reference = 3300; in adcxx_probe()
/linux-4.4.14/Documentation/devicetree/bindings/iio/dac/
Dad7303.txt10 - REF-supply: Phandle to the external reference voltage supply. This should
11 only be set if there is an external reference voltage connected to the REF
12 pin. If the property is not set Vdd/2 is used as the reference voltage.
21 adi,use-external-reference;
/linux-4.4.14/Documentation/RCU/
Drcuref.txt5 stop if you need to combine reference counts and RCU. Please see
43 search_and_reference() could potentially hold reference to an element which
72 Sometimes, a reference to the element needs to be obtained in the
108 The key point is that the initial reference added by add() is not removed
112 readers that can or ever will be able to reference the element. The
114 any reader finds the element, that reader may safely acquire a reference
115 without checking the value of the reference counter.
Dlockdep-splat.txt70 And maybe that lock really does protect this reference. If so, the fix
87 reference count incremented or some such. One way to handle this is to
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dmpc5xxx-mscan.txt14 "ref" for reference clock (XTAL)
25 "ref" for reference clock
30 the reference clock will be used.
32 - fsl,mscan-clock-divider: for the reference and system clock, an additional
/linux-4.4.14/Documentation/
Dprintk-formats.txt76 Passed by reference.
84 the width of the CPU data path. Passed by reference.
91 regardless of the width of the CPU data path. Passed by reference.
156 Passed by reference.
172 Passed by reference.
188 Passed by reference.
216 Passed by reference.
239 Passed by reference.
251 Passed by reference.
270 Passed by reference.
[all …]
Dphy.txt70 4. Getting a reference to the PHY
72 Before the controller can make use of the PHY, it has to get a reference to
73 it. This framework provides the following APIs to get a reference to the PHY.
93 this case, devm_of_phy_get_by_index can be used to get a phy reference based on
96 It should be noted that NULL is a valid phy reference. All phy
102 5. Releasing a reference to the PHY
104 When the controller no longer needs the PHY, it has to release the reference
106 PHY framework provides 2 APIs to release a reference to the PHY.
111 Both these APIs are used to release a reference to the PHY and devm_phy_put
143 In order to get reference to a PHY without help from DeviceTree, the framework
Dkobject.txt14 all of which make reference to each other. In an attempt to make things
20 and a reference count. A kobject also has a parent pointer (allowing
29 If it does, the reference counting for the object is sure to be messed
184 One of the key functions of a kobject is to serve as a reference counter
187 The low-level functions for manipulating a kobject's reference counts are:
192 A successful call to kobject_get() will increment the kobject's reference
195 When a reference is released, the call to kobject_put() will decrement the
196 reference count and, possibly, free the object. Note that kobject_init()
197 sets the reference count to one, so the code which sets up the kobject will
198 need to do a kobject_put() eventually to release that reference.
[all …]
Dkref.txt2 krefs allow you to add reference counters to your objects. If you
44 If this is the last reference to the pointer, the release
50 3) If the code attempts to gain a reference to a kref-ed structure
251 otherwise kref_get_unless_zero may reference already freed memory.
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt5 reference multiple devices, each of which can reference multiple data servers.
8 we need to reference count.
18 We reference the header for the inode pointing to it, across each
24 the reference count, as the layout is kept around by the lseg that
29 lsegs reference device ids, which are resolved per nfs_client and
47 level cache. Its reference is held over the lifetime of the deviceid
52 lseg maintains an extra reference corresponding to the NFS_LSEG_VALID
DExporting9 point. Local applications have a reference-counted hold on suitable
12 such as NFS may not be able to hold such a reference, and so need a
14 form of reference needs to be stable across renames, truncates, and
37 maintained easily (by each object maintaining a reference count on
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dtas2552.txt17 tas2552 can receive it's reference clock via MCLK, BCLK, IVCLKIN pin or use the
19 reference clock is also selectable: PLL, IVCLKIN, BCLK or MCLK.
21 defined values to selct and configure the PLL and PDM reference clocks.
Ddesignware-i2s.txt8 rate reference clock sample.
9 - clock-names : "i2sclk" for the sample rate reference clock.
Dadi,axi-i2s.txt8 the clock used as the sampling rate reference clock sample.
10 rate reference clock.
Dadi,axi-spdif-tx.txt8 the clock used as the sampling rate reference clock sample.
10 rate reference clock.
Ddavinci-evm-audio.txt17 - Either codec-clock-rate or the codec-clock reference has to be defined. If
19 defined rate and takes the rate from the clock reference.
Dmrvl,pxa-ssp.txt6 port A phandle reference to a PXA ssp upstream device
Dwm8904.txt9 - clocks: reference to
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dov2640.txt9 - clocks: reference to the xvclk input clock.
13 - resetb-gpios: reference to the GPIO connected to the resetb pin, if any.
14 - pwdn-gpios: reference to the GPIO connected to the pwdn pin, if any.
Dov2659.txt11 - clocks: reference to the xvclk input clock.
Dtc358743.txt9 - clocks, clock-names: should contain a phandle link to the reference clock
/linux-4.4.14/Documentation/devicetree/bindings/iio/frequency/
Dadf4350.txt18 - adi,reference-div-factor: If set the driver skips dynamic calculation
20 - adi,reference-doubler-enable: Enables reference doubler.
21 - adi,reference-div2-enable: Enables reference divider.
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dmicrel.txt22 - micrel,rmii-reference-clock-select-25-mhz: RMII Reference Clock Select
30 Specifically, a clock reference ("rmii-ref" below) is always needed to
36 - KSZ8021, KSZ8031, KSZ8081, KSZ8091: "rmii-ref": The RMII reference
Dfsl-tsec-phy.txt94 - fsl,cksel Timer reference clock source.
95 - fsl,tclk-period Timer reference clock period in nanoseconds.
106 TimerOsc = selected reference clock MHz
126 according to reference manual, the next clock sources can be used:
128 <0> - external high precision timer reference clock (TSEC_TMR_CLK
135 IEEE 1588 timer reference clock.
Drockchip-dwmac.txt16 <&cru SCLK_MACREF_OUT> clock gate for RMII reference clock output
25 PHY provides the reference clock(50MHz), "output" means GMAC provides the
26 reference clock.
Dallwinner,sun4i-emac.txt9 - clocks: A phandle to the reference clock for this device
Dsnps,dwc-qos-ethernet.txt7 - clocks: Phandles to the reference clock and the bus clock
8 - clock-names: Should be "phy_ref_clk" for the reference clock and "apb_pclk"
Dmarvell-armada-370-neta.txt9 - clocks: a pointer to the reference clock for this device.
Darc_emac.txt14 - clocks: reference to the clock supplying the EMAC.
Demac_rockchip.txt19 polling period of EMAC and "macref" for the reference clock needed to transfer
Dmarvell-pp2.txt11 - clocks: a pointer to the reference clocks for this device, consequently:
/linux-4.4.14/drivers/media/dvb-frontends/
Dstb6100.c323 fvco = (nfrac * state->reference >> (9 - psd2)) + (nint * state->reference << psd2); in stb6100_get_frequency()
328 state->frequency, odiv, psd2, state->reference, fvco, nint, nfrac); in stb6100_get_frequency()
395 nint = fvco / (state->reference << psd2); in stb6100_set_frequency()
397 nfrac = DIV_ROUND_CLOSEST((fvco - (nint * state->reference << psd2)) in stb6100_set_frequency()
398 << (9 - psd2), state->reference); in stb6100_set_frequency()
445 (unsigned int)psd2, state->reference, in stb6100_set_frequency()
506 state->reference = status->refclock / 1000; /* kHz */ in stb6100_init()
593 state->reference = config->refclock / 1000; /* kHz */ in stb6100_attach()
Dstb6100.h94 u32 reference; member
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Dsun6i-dma.txt12 - interrupts: Should contain a reference to the interrupt used by this device
13 - clocks: Should contain a reference to the parent AHB clock
14 - resets: Should contain a reference to the reset controller asserting
Dsun4i-dma.txt9 - interrupts: Should contain a reference to the interrupt used by this device
10 - clocks: Should contain a reference to the parent AHB clock
Dmv-xor.txt8 - clocks: pointer to the reference clock
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt12 - st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external
13 reference)
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dehci-orion.txt10 - clocks: reference to the clock
11 - phys: reference to the USB PHY
Datmel-usb.txt10 - clocks: Should reference the peripheral, host and system clocks
37 - clocks: Should reference the peripheral and the UTMI clocks
60 - clocks: Should reference the peripheral and the AHB clocks
87 - clocks: Should reference the peripheral and host clocks
Dusb3503.txt21 reference clock frequencies table is used)
24 REFCLK signal and assume that a value from the primary reference
Dci-hdrc-usb2.txt24 - clocks: reference to the USB clock
25 - phys: reference to the USB PHY
27 - vbus-supply: reference to the VBUS regulator
Dusb-xhci.txt13 - clocks: reference to a clock
/linux-4.4.14/sound/soc/adi/
DKconfig2 tristate "Audio support for Analog Devices reference designs"
5 Audio support for various reference designs by Analog Devices.
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Drtc-mxc.txt11 * one for the input reference
14 * "ref" for the input reference clock
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Drenesas,bsc.txt29 - interrupts: Must contain a reference to the BSC interrupt, if available.
30 - clocks: Must contain a reference to the functional clock, if available.
31 - power-domains: Must contain a reference to the PM domain, if available.
Dsimple-pm-bus.txt26 - clocks: Must contain a reference to the functional clock(s),
27 - power-domains: Must contain a reference to the PM domain.
/linux-4.4.14/drivers/acpi/
Dcppc_acpi.c648 u64 delivered, reference; in cppc_get_perf_ctrs() local
672 cpc_read(&reference_reg->cpc_entry.reg, &reference); in cppc_get_perf_ctrs()
674 if (!delivered || !reference) { in cppc_get_perf_ctrs()
680 perf_fb_ctrs->reference = reference; in cppc_get_perf_ctrs()
683 perf_fb_ctrs->reference -= perf_fb_ctrs->prev_reference; in cppc_get_perf_ctrs()
686 perf_fb_ctrs->prev_reference = reference; in cppc_get_perf_ctrs()
Dutils.c264 (void *)element->reference.handle; in acpi_extract_package()
377 if (!element->reference.handle) { in acpi_evaluate_reference()
384 list->handles[i] = element->reference.handle; in acpi_evaluate_reference()
/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/
Dspear-adc.txt12 - vref-external: External voltage reference in milli-volts. If omitted
13 the internal voltage reference will be used.
/linux-4.4.14/Documentation/devicetree/bindings/mips/cavium/
Ductl.txt16 - refclk-frequency: A single cell containing the reference clock
19 - refclk-type: A string describing the reference clock connection
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-iio-frequency-adf435016 applications, the reference frequency used by the PLL may
18 adjust the reference frequency accordingly.
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dqcom-dwc3-usb-phy.txt15 - clock-names: Should contain "ref" for the PHY reference clock
18 "xo" External reference clock
Dberlin-usb-phy.txt7 - resets: reference to the reset controller
Dpxa1928-usb-phy.txt8 - resets: reference to the reset controller
Dberlin-sata-phy.txt12 - clocks: reference to the clock entry
Dkeystone-usb-phy.txt9 The main purpose of this PHY driver is to enable the USB PHY reference clock
Dpistachio-usb-phy.txt12 - img,refclk: Indicates the reference clock source for the USB PHY.
Dti-phy.txt41 * "refclk" - reference clock (optional).
73 * "refclk" - reference clock.
/linux-4.4.14/Documentation/nvmem/
Dnvmem.txt82 *nvmem_cell_get() apis will get a reference to nvmem cell for a given id,
112 5. Releasing a reference to the NVMEM
115 When a consumers no longer needs the NVMEM, it has to release the reference
117 The NVMEM framework provides 2 APIs to release a reference to the NVMEM.
124 Both these APIs are used to release a reference to the NVMEM and
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dsnps,dw-apb-ictl.txt13 - interrupts: interrupt reference to primary interrupt controller
14 - interrupt-parent: (optional) reference specific primary interrupt controller
Drenesas,intc-irqpin.txt31 - clocks: Must contain a reference to the functional clock. This property is
34 - power-domains: Must contain a reference to the power domain. This property is
Dinterrupts.txt23 "interrupts" property are always in reference to the node's interrupt parent.
26 to reference multiple interrupt parents. Each entry in this property contains
Dti,omap-intc-irq.txt17 - interrupts: interrupt reference to primary interrupt controller
Drenesas,irqc.txt16 - clocks: Must contain a reference to the functional clock.
Dsnps,archs-idu-intc.txt10 - interrupt-parent: <reference to parent core intc>
Dti,keystone-irq.txt17 - interrupts: interrupt reference to primary interrupt controller
Darm,versatile-fpga-irq.txt3 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
/linux-4.4.14/arch/arm/boot/dts/
Dvexpress-v2p-ca15-tc1.dts130 /* CPU PLL reference clock */
148 /* HDLCD PLL reference clock */
166 /* SYS PLL reference clock */
175 /* DDR2 PLL reference clock */
Dvexpress-v2p-ca15_a7.dts231 /* A15 PLL 0 reference clock */
240 /* A15 PLL 1 reference clock */
249 /* A7 PLL 0 reference clock */
258 /* A7 PLL 1 reference clock */
276 /* HDLCD PLL reference clock */
294 /* SYS PLL reference clock */
303 /* DDR2 PLL reference clock */
Ddove-cubox.dts51 /* 25MHz reference crystal */
88 /* connect xtal input to 25MHz reference */
Dwm8505-ref.dts2 * wm8505-ref.dts - Device tree file for Wondermedia WM8505 reference netbook
Dbcm7445-bcm97445svmb.dts5 model = "Broadcom STB (bcm7445), SVMB reference board";
Dkirkwood-rd88f6192.dts19 model = "Marvell RD88F6192 reference design";
/linux-4.4.14/arch/parisc/lib/
Dmemcpy.c465 unsigned long ret, fault_addr, reference; in pa_memcpy() local
478 reference = (unsigned long) srcp; in pa_memcpy()
480 reference = (unsigned long) dstp; in pa_memcpy()
483 ret, len, fault_addr, reference); in pa_memcpy()
485 if (fault_addr >= reference) in pa_memcpy()
486 return len - (fault_addr - reference); in pa_memcpy()
/linux-4.4.14/scripts/coccinelle/iterators/
Duse_after_iter.cocci6 //#reported reference is at the label of this goto. Some flag tests
138 cocci.print_main("invalid iterator index reference",p2)
146 msg = "ERROR: invalid reference to the index variable of the iterator on line %s" % (p1[0].line)
/linux-4.4.14/Documentation/devicetree/bindings/iommu/
Drenesas,ipmmu-vmsa.txt19 Each bus master connected to an IPMMU must reference the IPMMU in its device
22 - iommus: A reference to the IPMMU in two cells. The first cell is a phandle
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Drenesas,mmcif.txt16 - clocks: reference to the functional clock
18 - dmas: reference to the DMA channels, one per channel name listed in the
Dorion-sdio.txt7 - clocks: reference to the clock of the SDIO interface
/linux-4.4.14/drivers/staging/iio/Documentation/dac/
Dmax51724 Supply voltage as reference X
25 Separate reference input X
/linux-4.4.14/Documentation/blockdev/drbd/
Ddata-structure-v9.txt35 The drbd_resource, drbd_connection, and drbd_device objects are reference
38 device and connection which they reference.
/linux-4.4.14/Documentation/filesystems/
Dfiles.txt8 with a lock (files->file_lock) and reference count (files->count).
16 reference count (->f_count).
19 the reference counting is similar, but the locking is
88 /* Didn't get the reference, someone's freed */
/linux-4.4.14/Documentation/networking/
Dsctp.txt3 This is the current BETA release of the Linux Kernel SCTP reference
17 The initial project goal is to create an Linux kernel reference implementation
Dl2tp.txt84 the tunnel context keeps a reference to the tunnel UDP or L2TPIP
314 When a tunnel is first opened, the reference count on the socket is
316 cannot be removed while L2TP's data structures reference it.
319 do not (ethernet pseudowires). We can't use the socket reference count
320 as the reference count for session contexts. The L2TP implementation
321 therefore has its own internal reference counts on the session
Dproc_net_tcp.txt37 | | | |-----------------------> socket reference count
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt9 Currently memory controller device nodes are used only to reference PM
32 - power-domains: Must contain a reference to the PM domain that the memory
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.saa71342 1 -> Proteus Pro [philips reference design] [1131:2001,1131:2001]
62 61 -> Philips TOUGH DVB-T reference design [1131:2004]
70 69 -> Philips EUROPA V3 reference design [1131:2004]
82 81 -> Philips Tiger reference design [1131:2018]
134 133 -> NXP Snake DVB-S reference design
/linux-4.4.14/Documentation/driver-model/
Ddevice.txt22 A device is removed from the core when its reference count goes to
23 0. The reference count can be adjusted using:
29 if the reference is not already 0 (if it's in the process of being
Dbinding.txt90 When a device is removed, the reference count for it will eventually
92 is removed from the driver's list of devices and the reference count
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dclk-s5pv210-audss.txt15 - xxti: Optional fixed rate PLL reference clock, parent of mout_audss. If
16 not specified (i.e. xusbxti is used for PLL reference), it is fixed to
Dsilabs,si5351.txt19 handles, shall be xtal reference clock or xtal and clkin for
56 /* 25MHz reference crystal */
73 /* connect xtal input to 25MHz reference */
Dclock-bindings.txt32 Clock consumer nodes must never directly reference
43 "ckil" and the second named "ckih". Consumer nodes always reference
103 * from the external oscillator reference */
125 low-frequency reference clock, a PLL device to generate a higher frequency
Dgpio-mux-clock.txt11 - select-gpios : GPIO reference for selecting the parent clock.
Dgpio-gate-clock.txt10 - enable-gpios : GPIO reference for enabling and disabling the clock.
Dat91-clock.txt172 - interrupt-parent : must reference the PMC node.
189 - interrupt-parent : must reference the PMC node.
210 - interrupt-parent : must reference the PMC node.
225 - interrupt-parent : must reference the PMC node.
284 - interrupt-parent : must reference the PMC node.
340 - interrupt-parent : must reference the PMC node.
443 - interrupt-parent : must reference the PMC node.
Dqca,ath79-pll.txt16 - clocks: phandle of the external reference clock
Dti,cdce706.txt11 handles, shall be reference clock(s) connected to CLK_IN0
Dmarvell,berlin.txt17 Allowed clock-names for the reference clocks are
Dhi6220-clock.txt30 - mboxes: use the label reference for the mailbox as the first parameter, the
/linux-4.4.14/Documentation/dvb/
Dcards.txt91 - DiBcom USB DVB-T reference device (non-public)
93 - DiBcom USB2.0 DVB-T reference device (non-public)
117 - Philips TOUGH DVB-T reference design
118 - Philips EUROPA V3 reference design
/linux-4.4.14/Documentation/security/
Dcredentials.txt285 (1) its reference count may be changed;
287 (2) the reference count on the group_info struct it points to may be changed;
289 (3) the reference count on the security data it points to may be changed;
291 (4) the reference count on any keyrings it points to may be changed;
319 (1) The reference count may be altered.
328 qualification to be able to alter the reference count.
367 In addition, there is a function for obtaining a reference on the current
381 Once a reference has been obtained, it must be released with put_cred(),
413 reference on them using:
494 Note that this function consumes the caller's reference to the new credentials.
[all …]
DSELinux.txt3 latest reference policy release from
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dqcom,spmi-vadc.txt70 VADC will use the VDD reference (1.8V) and GND for channel
72 calibrated with 0.625V and 1.25V reference channels, also
97 Following channels, also known as reference point channels, are used for
Dti-adc128s052.txt6 - vref-supply: The regulator supply for ADC reference voltage
Dnuvoton-nau7802.txt8 - nuvoton,vldo: Internal reference voltage in millivolts to be
Dcc10001_adc.txt8 - vref-supply: The regulator supply ADC reference voltage.
Drockchip-saradc.txt12 - vref-supply: The regulator supply ADC reference voltage.
Dvf610-adc.txt12 - vref-supply: The regulator supply ADC reference voltage.
/linux-4.4.14/Documentation/vm/
Dnuma_memory_policy.txt145 Internally, memory policies are implemented by a reference counted
297 To resolve use/free races, struct mempolicy contains an atomic reference
299 decrement this reference count, respectively. mpol_put() will only free
300 the structure back to the mempolicy kmem cache when the reference count
303 When a new memory policy is allocated, its reference count is initialized
304 to '1', representing the reference held by the task that is installing the
306 structure, another reference is added, as the task's reference will be dropped
310 on the reference count, as this can lead to cache lines bouncing between cpus
321 BIND policy nodemask is used, by reference, to filter ineligible nodes.
323 We can avoid taking an extra reference during the usages listed above as
[all …]
/linux-4.4.14/Documentation/block/
Dpr.txt12 For a more detailed reference please refer the the SCSI Primary
50 Please reference the SPC spec on the meaning of a reservation
58 Please reference the SPC spec on the meaning of a reservation
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dti_soc_thermal.txt3 In the System Control Module, OMAP supplies a voltage reference
6 gap provides current and voltage reference for its internal
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dahci-platform.txt31 - phys : reference to the SATA PHY node
46 - phys : reference to the SATA PHY node
Dsata_rcar.txt13 - clocks : must contain a reference to the functional clock.
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-xgene-slimpro.txt8 - mboxes : use the label reference for the mailbox as the first parameter.
Di2c-efm32.txt8 - clocks : reference to the module clock
/linux-4.4.14/Documentation/devicetree/bindings/soc/qcom/
Dqcom,gsbi.txt15 Please reference dt-bindings/soc/qcom,gsbi.h for valid mux values.
18 - qcom,crci : indicates CRCI MUX value for QUP CRCI ports. Please reference
Dqcom,smem.txt25 Definition: reference to a hwspinlock used to protect allocations from
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dcirrus,clps711x-pwm.txt6 - clocks: phandle + clock specifier pair of the PWM reference clock.
Dbrcm,bcm7038-pwm.txt9 - clocks: a phandle to the reference clock for this block which is fed through
Dpwm-rockchip.txt9 - clocks: phandle and clock specifier of the PWM reference clock
Dpwm-mtk-disp.txt10 - clocks: phandle and clock specifier of the PWM reference clock.
/linux-4.4.14/Documentation/devicetree/bindings/misc/
Darm-charlcd.txt4 and PB reference platforms.
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dda9210.txt10 - interrupts: a reference to the DA9210 interrupt, if available.
Dltc3589.txt20 Regulators sw1, sw2, sw3, and ldo2 can regulate the feedback reference from
23 have a fixed 0.8 V reference and thus output 0.8 * (1 + R1/R2) V. The ldo3
Dregulator.txt69 Consumer nodes can reference one or more of its supplies/
75 example used to reference its own supply, in which case
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dmarvell,orion-timer.txt8 - clocks: phandle of timer reference clock (tclk)
Dnxp,lpc3220-timer.txt14 Should contain a reference to timer clock.
Dcirrus,clps711x-timer.txt7 - clocks : phandle of timer reference clock.
Denergymicro,efm32-timer.txt11 - clocks : Should contain a reference to the HFPERCLK
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dv3-v360epc-pci.txt14 - interrupts: should contain a reference to the V3 error interrupt
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dfsl,imx27-pinctrl.txt35 described in the reference manual.
92 are defined in the i.MX27 reference manual.
Dnvidia,tegra124-xusb-padctl.txt12 how to describe and reference PHYs in device trees.
24 - #phy-cells: Should be 1. The specifier is the index of the PHY to reference.
/linux-4.4.14/Documentation/devicetree/bindings/soc/
Dqcom,smd-rpm.txt45 Definition: reference to regulator supplying the input pin, as
63 Definition: reference to regulator supplying the input pin, as
/linux-4.4.14/drivers/scsi/
Dscript_asm.pl827 for $reference (split(/\s+/,$symbol_references{$external})) {
828 $reference =~ /(REL|ABS),(.*),(.*)/;
858 for $reference (split(/\s+/,$symbol_references{$label})) {
859 $reference =~ /(REL|ABS),(.*),(.*)/;
/linux-4.4.14/Documentation/arm/stm32/
Dstm32f429-overview.txt17 Datasheet and reference manual are publicly available on ST website:
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/
Dmxs-ocotp.txt10 - clocks : Should contain a reference to the hbus clock
/linux-4.4.14/Documentation/fpga/
Dfpga-mgr.txt37 To get/put a reference to a FPGA manager:
44 Given a DT node, get an exclusive reference to a FPGA manager or release
45 the reference.
/linux-4.4.14/Documentation/serial/
Dtty.txt27 Heed this warning: the reference count field of the registered copies of the
29 discipline. The reference count of the tty_ldisc structure within a tty
237 Returns the ldisc reference and allows the ldisc to be closed. Returning the
238 reference takes away your right to call the ldisc functions until you take
239 a new reference.
244 ldisc change to complete and then return a reference to the new ldisc.
248 need to take a reference when they push bits up through the driver.
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Dvt8500-uart.txt13 be the 24Mhz reference clock.
/linux-4.4.14/Documentation/virtual/kvm/devices/
Dvfio.txt11 about their presence. When registered with KVM, a reference to the
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dsyscon-reboot.txt5 defined by the register map pointed by syscon reference plus the offset
Dsyscon-poweroff.txt5 defined by the register map pointed by syscon reference plus the offset
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/
Ddpll.txt7 (reference clock and bypass clock), with digital phase locked
37 - clocks : link phandles of parent clocks, first entry lists reference clock
Dfapll.txt7 (reference clock and bypass clock), and one or more child
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dsyscon.txt7 reference to the syscon node (e.g. by phandle, node path, or search
Dqcom-rpm.txt85 Definition: reference to regulator supplying the input pin, as
107 Definition: reference to regulator supplying the input pin, as
137 Definition: reference to regulator supplying the input pin, as
/linux-4.4.14/include/acpi/
Dcppc_acpi.h111 u64 reference; member
/linux-4.4.14/drivers/net/
DLICENSE.SRC7 incorporated herein by reference.
/linux-4.4.14/Documentation/nios2/
DREADME11 For reference, please see the following link:
/linux-4.4.14/sound/soc/pxa/
DKconfig138 Marvell PXA910 reference platform.
160 Marvell Zylonite reference platform.
217 Marvell Brownstone reference platform.
/linux-4.4.14/arch/arm/mach-u300/
DKconfig40 to test reference designs. If you're not testing SPI,
/linux-4.4.14/drivers/staging/nvec/
DREADME9 but the source code[1] of the published nvec reference drivers can be a guide.
/linux-4.4.14/Documentation/misc-devices/
Dics932s40119 clock, and a reference clock. The driver reports selected and actual
/linux-4.4.14/Documentation/devicetree/bindings/media/
Dcoda.txt13 SoC reference manual
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dsun4i-lradc-keys.txt8 - vref-supply: powersupply for the lradc reference voltage
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_pm4_headers_diq.h274 unsigned int reference; member
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dcirrus,clps711x-fb.txt7 - clocks : phandle + clock specifier pair of the FB reference clock.
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/
Dsamsung-wdt.txt17 - samsung,syscon-phandle : reference to syscon node (This property required only
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dmv_cesa.txt15 - clocks: reference to the crypto engines clocks. This property is only
Dmarvell-cesa.txt19 - clocks: reference to the crypto engines clocks. This property is not
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dsunxi-nand.txt9 - clocks : shall reference nand controller clocks.
/linux-4.4.14/Documentation/filesystems/caching/
Doperations.txt166 If the operation is asynchronous, the manager will retain a reference to
167 it, so the caller should put their reference to it by passing it to:
210 The caller holds a reference on the operation, and will invoke
/linux-4.4.14/drivers/iio/dac/
DKconfig161 MAX517 - Single channel, single reference
163 MAX519 - Dual channel, dual reference
164 MAX520 - Quad channel, quad reference
/linux-4.4.14/Documentation/x86/x86_64/
Dmm.txt30 reference.
/linux-4.4.14/drivers/pps/
DKconfig12 reference.
/linux-4.4.14/drivers/media/usb/dvb-usb/
DKconfig39 Support for USB 1.1 and 2.0 DVB-T receivers based on reference designs made by
60 Support for USB2.0 DVB-T receivers based on reference designs made by
109 tristate "Conexant USB2.0 hybrid reference design support"
127 Say Y here to support the Conexant USB2.0 hybrid reference design.
/linux-4.4.14/Documentation/sh/
Dregister-banks.txt16 can still be used to reference the banked registers (as r0_bank ... r7_bank)
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/
Dhdmi.txt25 - power-domains: reference to the power domain(s), if available.

123