Home
last modified time | relevance | path

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

123

/linux-4.1.27/drivers/acpi/acpica/
Dexdebug.c190 switch (source_desc->reference.class) { in acpi_ex_do_debug_object()
193 acpi_os_printf("0x%X\n", source_desc->reference.value); in acpi_ex_do_debug_object()
201 source_desc->reference.value); in acpi_ex_do_debug_object()
213 if (source_desc->reference.node) { in acpi_ex_do_debug_object()
215 (source_desc->reference.node) != in acpi_ex_do_debug_object()
219 source_desc->reference.node); in acpi_ex_do_debug_object()
222 source_desc->reference.node, in acpi_ex_do_debug_object()
223 (source_desc->reference.node)-> in acpi_ex_do_debug_object()
226 switch ((source_desc->reference.node)->type) { in acpi_ex_do_debug_object()
241 reference. in acpi_ex_do_debug_object()
[all …]
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()
233 stack_desc->reference.target_type, in acpi_ex_resolve_object_to_value()
252 if ((stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value()
254 || (stack_desc->reference.node->type == in acpi_ex_resolve_object_to_value()
259 *stack_ptr = (void *)stack_desc->reference.node; in acpi_ex_resolve_object_to_value()
264 (stack_desc->reference.node)->object; in acpi_ex_resolve_object_to_value()
[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"},
659 switch (obj_desc->reference.class) { in acpi_ex_dump_operand()
667 acpi_os_printf("%p\n", obj_desc->reference.object); in acpi_ex_dump_operand()
673 obj_desc->reference.value); in acpi_ex_dump_operand()
678 acpi_os_printf("%p [%s]\n", obj_desc->reference.object, in acpi_ex_dump_operand()
[all …]
Ddsobject.c773 obj_desc->reference.value = in acpi_ds_init_object_from_op()
775 obj_desc->reference.class = ACPI_REFCLASS_LOCAL; in acpi_ds_init_object_from_op()
780 obj_desc->reference. in acpi_ds_init_object_from_op()
785 &obj_desc->reference. in acpi_ds_init_object_from_op()
794 obj_desc->reference.value = ((u32)opcode) - AML_ARG_OP; in acpi_ds_init_object_from_op()
795 obj_desc->reference.class = ACPI_REFCLASS_ARG; in acpi_ds_init_object_from_op()
800 reference.value, in acpi_ds_init_object_from_op()
806 reference. in acpi_ds_init_object_from_op()
818 obj_desc->reference.node = op->common.node; in acpi_ds_init_object_from_op()
819 obj_desc->reference.object = in acpi_ds_init_object_from_op()
[all …]
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 …]
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()
392 return_desc->reference.target_type = in acpi_ex_opcode_2A_1T_1R()
403 return_desc->reference.target_type = ACPI_TYPE_PACKAGE; in acpi_ex_opcode_2A_1T_1R()
404 return_desc->reference.where = in acpi_ex_opcode_2A_1T_1R()
428 return_desc->reference.object = operand[0]; in acpi_ex_opcode_2A_1T_1R()
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()
337 && ((*stack_ptr)->reference.class == in acpi_ex_resolve_operands()
Dutdecode.c377 if (object->reference.class > ACPI_REFCLASS_MAX) { in acpi_ut_get_reference_name()
381 return (acpi_gbl_ref_class_names[object->reference.class]); in acpi_ut_get_reference_name()
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()
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()
599 table_index = table_desc->reference.value; in acpi_ex_unload_table()
Dutdelete.c629 if ((object->reference.class == ACPI_REFCLASS_INDEX) || in acpi_ut_update_object_reference()
630 (object->reference.class == ACPI_REFCLASS_NAME)) { in acpi_ut_update_object_reference()
631 next_object = object->reference.object; in acpi_ut_update_object_reference()
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()
Ddscontrol.c308 reference.class != ACPI_REFCLASS_INDEX)) { in acpi_ds_exec_end_control_op()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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
Dadm102652 can be generated. Each fan can be programmed to divide the reference clock
64 a 0-2.5V full-scale range. A 2.5V or 1.82V reference voltage is provided
/linux-4.1.27/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.1.27/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.1.27/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
DarrayRCU.txt89 The ipc_rcu_putref() function decrements the array's reference count
90 and then, if the reference count has dropped to zero, uses call_rcu()
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt9 - clocks: reference to the USB clock
10 - phys: reference to the USB PHY
12 - vbus-supply: reference to the VBUS regulator
Dehci-orion.txt10 - clocks: reference to the clock
11 - phys: reference to the USB PHY
Dusb3503.txt21 reference clock frequencies table is used)
24 REFCLK signal and assume that a value from the primary reference
Dusb-xhci.txt13 - clocks: reference to a clock
Dkeystone-phy.txt9 The main purpose of this PHY driver is to enable the USB PHY reference clock
Dam33xx-usb.txt24 ti,ctrl_mod: reference to the "reset module" node
46 - phys: reference to the USB phy
/linux-4.1.27/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.1.27/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.1.27/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.
/linux-4.1.27/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.1.27/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.txt90 - fsl,cksel Timer reference clock source.
91 - fsl,tclk-period Timer reference clock period in nanoseconds.
102 TimerOsc = selected reference clock MHz
122 according to reference manual, the next clock sources can be used:
124 <0> - external high precision timer reference clock (TSEC_TMR_CLK
131 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
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:
Dhisilicon-hip04-net.txt10 phandle, specifies a reference to the syscon ppe node
/linux-4.1.27/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.1.27/Documentation/
Dprintk-formats.txt72 Passed by reference.
80 the width of the CPU data path. Passed by reference.
87 regardless of the width of the CPU data path. Passed by reference.
151 Passed by reference.
167 Passed by reference.
183 Passed by reference.
211 Passed by reference.
234 Passed by reference.
245 Passed by reference.
262 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.
91 It should be noted that NULL is a valid phy reference. All phy
97 5. Releasing a reference to the PHY
99 When the controller no longer needs the PHY, it has to release the reference
101 PHY framework provides 2 APIs to release a reference to the PHY.
106 Both these APIs are used to release a reference to the PHY and devm_phy_put
138 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.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dstmpe.txt12 - st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external
13 reference)
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dsun6i-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
11 - resets: Should contain a reference to the reset controller asserting
Dmv-xor.txt8 - clocks: pointer to the reference clock
/linux-4.1.27/sound/soc/adi/
DKconfig2 tristate "Audio support for Analog Devices reference designs"
5 Audio support for various reference designs by Analog Devices.
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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
Dberlin-sata-phy.txt12 - clocks: reference to the clock entry
Dti-phy.txt41 * "refclk" - reference clock (optional).
73 * "refclk" - reference clock.
Dphy-bindings.txt31 given while trying to get a reference to it.
/linux-4.1.27/Documentation/devicetree/bindings/sound/
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
Dfsl,spdif.txt27 Transceiver Clock Diagram" of SoC reference manual.
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Drenesas,mmcif.txt15 - clocks: reference to the functional clock
17 - 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.1.27/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
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.txt15 - clocks: Must contain a reference to the functional clock.
Dti,keystone-irq.txt17 - interrupts: interrupt reference to primary interrupt controller
/linux-4.1.27/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.dts210 /* A15 PLL 0 reference clock */
219 /* A15 PLL 1 reference clock */
228 /* A7 PLL 0 reference clock */
237 /* A7 PLL 1 reference clock */
255 /* HDLCD PLL reference clock */
273 /* SYS PLL reference clock */
282 /* DDR2 PLL reference clock */
Ddove-cubox.dts51 /* 25MHz reference crystal */
88 /* connect xtal input to 25MHz reference */
Dbcm7445-bcm97445svmb.dts5 model = "Broadcom STB (bcm7445), SVMB reference board";
Dwm8505-ref.dts2 * wm8505-ref.dts - Device tree file for Wondermedia WM8505 reference netbook
Dkirkwood-rd88f6192.dts19 model = "Marvell RD88F6192 reference design";
Dr8a7778-bockw-reference.dts24 compatible = "renesas,bockw-reference", "renesas,r8a7778";
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/staging/iio/Documentation/dac/
Dmax51724 Supply voltage as reference X
25 Separate reference input X
/linux-4.1.27/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.1.27/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 */
Dpath-lookup.txt25 All the above algorithms required taking a lock and reference count on the
90 reference is taken on the dentry (while the fields are verified under d_lock),
179 taking a reference count (the reference count then gives a stable place to
183 reference counts on intermediate dentries along the path. To do this, a per
214 serialise concurrent modifications to the dentry and take a reference count on
361 the reference count needs to be taken for some reason. This is either because
/linux-4.1.27/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.1.27/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
317 When a tunnel is first opened, the reference count on the socket is
319 cannot be removed while L2TP's data structures reference it.
322 do not (ethernet pseudowires). We can't use the socket reference count
323 as the reference count for session contexts. The L2TP implementation
324 therefore has its own internal reference counts on the session
Dproc_net_tcp.txt37 | | | |-----------------------> socket reference count
/linux-4.1.27/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
Duvcvideo.txt50 "IOCTL reference" below.
82 "IOCTL reference" below.
100 6. IOCTL reference
Dsi470x.txt10 I2C. But SiLabs also provides a reference design, which integrates this IC,
12 Part of this reference design is also a radio application in binary and source
Dhauppauge-wintv-cx88-ir.txt50 and even a reference to how to decode a bi-phase data stream.
/linux-4.1.27/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.1.27/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
Dat91-clock.txt169 - interrupt-parent : must reference the PMC node.
186 - interrupt-parent : must reference the PMC node.
207 - interrupt-parent : must reference the PMC node.
222 - interrupt-parent : must reference the PMC node.
281 - interrupt-parent : must reference the PMC node.
337 - interrupt-parent : must reference the PMC node.
440 - interrupt-parent : must reference the PMC node.
Dgpio-gate-clock.txt10 - enable-gpios : GPIO reference for enabling and disabling the clock.
Dbcm-cygnus-clock.txt7 the common clock framework to reference their core clocks. Proper support of
Dti,cdce706.txt11 handles, shall be reference clock(s) connected to CLK_IN0
Dvt8500.txt18 be the reference clock.
/linux-4.1.27/arch/arm/mach-shmobile/
DMakefile55 obj-$(CONFIG_MACH_MARZEN) += board-marzen-reference.o
58 obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.
Dvf610-adc.txt12 - vref-supply: The regulator supply ADC reference voltage.
Drockchip-saradc.txt12 - vref-supply: The regulator supply ADC reference voltage.
/linux-4.1.27/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 …]
Dpage_migration120 10. The reference count of the old page is dropped because the radix tree
121 reference is gone. A reference to the new page is established because
/linux-4.1.27/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.1.27/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
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Dcirrus,clps711x-pwm.txt6 - clocks: phandle + clock specifier pair of the PWM reference clock.
Dpwm-rockchip.txt9 - clocks: phandle and clock specifier of the PWM reference clock
/linux-4.1.27/Documentation/devicetree/bindings/misc/
Darm-charlcd.txt4 and PB reference platforms.
/linux-4.1.27/Documentation/devicetree/bindings/timer/
Dmarvell,orion-timer.txt8 - clocks: phandle of timer reference clock (tclk)
Dcirrus,clps711x-timer.txt7 - clocks : phandle of timer reference clock.
Denergymicro,efm32-timer.txt11 - clocks : Should contain a reference to the HFPERCLK
/linux-4.1.27/Documentation/serial/
Dtty.txt30 Heed this warning: the reference count field of the registered copies of the
32 discipline. The reference count of the tty_ldisc structure within a tty
222 Returns the ldisc reference and allows the ldisc to be closed. Returning the
223 reference takes away your right to call the ldisc functions until you take
224 a new reference.
229 ldisc change to complete and then return a reference to the new ldisc.
233 need to take a reference when they push bits up through the driver.
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dv3-v360epc-pci.txt14 - interrupts: should contain a reference to the V3 error interrupt
Dpci-rcar-gen2.txt15 - clocks: The reference to the device clock.
/linux-4.1.27/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.
Drenesas,pfc-pinctrl.txt49 A configuration node or subnode must reference at least one pin (through the
52 used to reference pins.
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
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.txt62 Consumer nodes can reference one or more of its supplies/
68 example used to reference its own supply, in which case
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/i2c/
Di2c-efm32.txt8 - clocks : reference to the module clock
/linux-4.1.27/Documentation/devicetree/bindings/serial/
Dvt8500-uart.txt13 be the 24Mhz reference clock.
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/
Dsyscon-poweroff.txt5 defined by the register map pointed by syscon reference plus the offset
Dsyscon-reboot.txt5 defined by the register map pointed by syscon reference plus the offset
/linux-4.1.27/Documentation/virtual/kvm/devices/
Dvfio.txt11 about their presence. When registered with KVM, a reference to the
/linux-4.1.27/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
Dapll.txt7 (reference clock and bypass clock), with analog phase locked
/linux-4.1.27/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
Dda9063.txt18 - interrupt-parent : Specifies the reference to the interrupt controller for
/linux-4.1.27/drivers/net/
DLICENSE.SRC7 incorporated herein by reference.
/linux-4.1.27/Documentation/nios2/
DREADME11 For reference, please see the following link:
/linux-4.1.27/sound/soc/pxa/
DKconfig138 Marvell PXA910 reference platform.
160 Marvell Zylonite reference platform.
217 Marvell Brownstone reference platform.
/linux-4.1.27/arch/arm/mach-u300/
DKconfig40 to test reference designs. If you're not testing SPI,
/linux-4.1.27/drivers/staging/nvec/
DREADME9 but the source code[1] of the published nvec reference drivers can be a guide.
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dcoda.txt13 SoC reference manual
/linux-4.1.27/Documentation/misc-devices/
Dics932s40119 clock, and a reference clock. The driver reports selected and actual
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/
Dsamsung-wdt.txt17 - samsung,syscon-phandle : reference to syscon node (This property required only
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dcirrus,clps711x-fb.txt7 - clocks : phandle + clock specifier pair of the FB reference clock.
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dsun4i-lradc-keys.txt8 - vref-supply: powersupply for the lradc reference voltage
/linux-4.1.27/drivers/iio/dac/
DKconfig151 MAX517 - Single channel, single reference
153 MAX519 - Dual channel, dual reference
154 MAX520 - Quad channel, quad reference
/linux-4.1.27/drivers/acpi/
Dutils.c268 (void *)element->reference.handle; in acpi_extract_package()
381 if (!element->reference.handle) { in acpi_evaluate_reference()
388 list->handles[i] = element->reference.handle; in acpi_evaluate_reference()
Dproperty.c310 ret = acpi_bus_get_device(obj->reference.handle, &device); in acpi_dev_get_property_reference()
340 ret = acpi_bus_get_device(element->reference.handle, &device); in acpi_dev_get_property_reference()
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Dsunxi-nand.txt9 - clocks : shall reference nand controller clocks.
/linux-4.1.27/drivers/clk/
DKconfig103 FPGAs. It is commonly used in Analog Devices' reference designs.
117 Sypport for the APM X-Gene SoC reference, PLL, and device clocks.
/linux-4.1.27/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.1.27/drivers/pps/
DKconfig12 reference.
/linux-4.1.27/Documentation/x86/x86_64/
Dmm.txt30 reference.
/linux-4.1.27/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.1.27/Documentation/ABI/stable/
Dvdso19 Otherwise, you can use the reference parser in Documentation/vDSO/parse_vdso.c.
Dsysfs-module30 will contain the current reference count of the module.
/linux-4.1.27/Documentation/sh/
Dregister-banks.txt16 can still be used to reference the banked registers (as r0_bank ... r7_bank)
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dversatile-fpga-irq.txt3 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
Dshmobile.txt43 compatible = "renesas,bockw-reference", "renesas,r8a7778"
/linux-4.1.27/scripts/coccinelle/free/
Dkfree.cocci120 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)
/linux-4.1.27/Documentation/early-userspace/
Dbuffer-format.txt63 c_rmaj 8 bytes Major part of device node reference
64 c_rmin 8 bytes Minor part of device node reference
/linux-4.1.27/Documentation/usb/
DURB.txt181 is to increment the URB's reference count while holding the lock, then
183 decrement the URB's reference count. You increment the reference
189 decrement the reference count by calling usb_free_urb. Of course,
/linux-4.1.27/drivers/media/v4l2-core/
DKconfig34 Enable build of the skeleton PCI driver, used as a reference
/linux-4.1.27/drivers/clocksource/
DKconfig240 bool "ARM Versatile (Express) reference platforms clock source"
247 ARM Versatile, RealView and Versatile Express reference
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt40 key, or it may interpret it as a reference to a key held somewhere else in the
170 the data required for it. The asymmetric key retains a reference on the
207 reference on the subtype module.
294 subtype's ->destroy() method to be disposed of. A module reference for
/linux-4.1.27/Documentation/video4linux/cx88/
Dhauppauge-wintv-cx88-ir.txt50 and even a reference to how to decode a bi-phase data stream.
/linux-4.1.27/lib/raid6/
Dtilegx.uc10 * (at your option) any later version; incorporated herein by reference.
Dneon.uc14 * (at your option) any later version; incorporated herein by reference.
/linux-4.1.27/Documentation/devicetree/bindings/
Dxilinx.txt101 on the ml403 reference design.
237 Simple framebuffer device from the ML300 reference design (also on the
238 ML403 reference design as well as others).

123