/linux-4.1.27/drivers/acpi/acpica/ |
D | exdebug.c | 190 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 …]
|
D | exresolv.c | 154 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 …]
|
D | exstore.c | 155 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 …]
|
D | exdump.c | 229 {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 …]
|
D | dsobject.c | 773 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 …]
|
D | exoparg1.c | 821 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 …]
|
D | exoparg2.c | 366 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()
|
D | utcopy.c | 179 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()
|
D | exmisc.c | 89 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()
|
D | exresop.c | 230 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()
|
D | utdecode.c | 377 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()
|
D | exresnte.c | 240 switch (source_desc->reference.class) { in acpi_ex_resolve_node_to_value() 257 source_desc->reference.class)); in acpi_ex_resolve_node_to_value()
|
D | rscreate.c | 330 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()
|
D | nspredef.c | 329 if (return_object->reference.class == ACPI_REFCLASS_NAME) { in acpi_ns_check_reference() 336 return_object->reference.class)); in acpi_ns_check_reference()
|
D | dswexec.c | 452 && (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()
|
D | utobject.c | 514 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()
|
D | exconfig.c | 102 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()
|
D | utdelete.c | 629 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()
|
D | nsxfeval.c | 503 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()
|
D | rscalc.c | 668 ((*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()
|
D | dsmthdat.c | 616 && (current_obj_desc->reference.class == in acpi_ds_store_object_to_local() 631 reference. in acpi_ds_store_object_to_local()
|
D | exstoren.c | 120 (source_desc->reference.class == ACPI_REFCLASS_TABLE))) { in acpi_ex_resolve_object()
|
D | dscontrol.c | 308 reference.class != ACPI_REFCLASS_INDEX)) { in acpi_ds_exec_end_control_op()
|
/linux-4.1.27/drivers/cpufreq/ |
D | amd_freq_sensitivity.c | 34 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/ |
D | Kconfig | 6 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/ |
D | rtc-digicolor.c | 66 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/ |
D | ads7828 | 29 * 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
|
D | g762 | 18 hardware characteristics of the system (reference clock, pulses per 62 system: a reference clock source frequency, a number of pulses per fan
|
D | ltc4215 | 38 undercurrent warnings. This makes it very likely that the reference
|
D | adt7411 | 35 adc_ref_vdd - Use vdd as reference instead of 2.25 V
|
D | vexpress | 20 reference & prototyping system for ARM Ltd. processors. It can be set up
|
D | adm1026 | 52 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/ |
D | adcxx.c | 56 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/ |
D | ad7303.txt | 10 - 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/ |
D | rcuref.txt | 5 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.
|
D | lockdep-splat.txt | 70 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
|
D | arrayRCU.txt | 89 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/ |
D | ci-hdrc-usb2.txt | 9 - clocks: reference to the USB clock 10 - phys: reference to the USB PHY 12 - vbus-supply: reference to the VBUS regulator
|
D | ehci-orion.txt | 10 - clocks: reference to the clock 11 - phys: reference to the USB PHY
|
D | usb3503.txt | 21 reference clock frequencies table is used) 24 REFCLK signal and assume that a value from the primary reference
|
D | usb-xhci.txt | 13 - clocks: reference to a clock
|
D | keystone-phy.txt | 9 The main purpose of this PHY driver is to enable the USB PHY reference clock
|
D | am33xx-usb.txt | 24 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/ |
D | mpc5xxx-mscan.txt | 14 "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/ |
D | pnfs.txt | 5 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
|
D | Exporting | 9 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/ |
D | ov2640.txt | 9 - 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.
|
D | ov2659.txt | 11 - clocks: reference to the xvclk input clock.
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/frequency/ |
D | adf4350.txt | 18 - 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/ |
D | micrel.txt | 22 - 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
|
D | fsl-tsec-phy.txt | 90 - 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.
|
D | rockchip-dwmac.txt | 16 <&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.
|
D | allwinner,sun4i-emac.txt | 9 - clocks: A phandle to the reference clock for this device
|
D | marvell-armada-370-neta.txt | 9 - clocks: a pointer to the reference clock for this device.
|
D | arc_emac.txt | 14 - clocks: reference to the clock supplying the EMAC.
|
D | emac_rockchip.txt | 19 polling period of EMAC and "macref" for the reference clock needed to transfer
|
D | marvell-pp2.txt | 11 - clocks: a pointer to the reference clocks for this device, consequently:
|
D | hisilicon-hip04-net.txt | 10 phandle, specifies a reference to the syscon ppe node
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stb6100.c | 323 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()
|
D | stb6100.h | 94 u32 reference; member
|
/linux-4.1.27/Documentation/ |
D | printk-formats.txt | 72 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 …]
|
D | phy.txt | 70 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
|
D | kobject.txt | 14 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 …]
|
D | kref.txt | 2 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/ |
D | stmpe.txt | 12 - st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external 13 reference)
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | sun6i-dma.txt | 9 - 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
|
D | mv-xor.txt | 8 - clocks: pointer to the reference clock
|
/linux-4.1.27/sound/soc/adi/ |
D | Kconfig | 2 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/ |
D | renesas,bsc.txt | 29 - 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.
|
D | simple-pm-bus.txt | 26 - 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/ |
D | spear-adc.txt | 12 - 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/ |
D | uctl.txt | 16 - 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/ |
D | sysfs-bus-iio-frequency-adf4350 | 16 applications, the reference frequency used by the PLL may 18 adjust the reference frequency accordingly.
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | qcom-dwc3-usb-phy.txt | 15 - clock-names: Should contain "ref" for the PHY reference clock 18 "xo" External reference clock
|
D | berlin-usb-phy.txt | 7 - resets: reference to the reset controller
|
D | berlin-sata-phy.txt | 12 - clocks: reference to the clock entry
|
D | ti-phy.txt | 41 * "refclk" - reference clock (optional). 73 * "refclk" - reference clock.
|
D | phy-bindings.txt | 31 given while trying to get a reference to it.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | designware-i2s.txt | 8 rate reference clock sample. 9 - clock-names : "i2sclk" for the sample rate reference clock.
|
D | adi,axi-i2s.txt | 8 the clock used as the sampling rate reference clock sample. 10 rate reference clock.
|
D | adi,axi-spdif-tx.txt | 8 the clock used as the sampling rate reference clock sample. 10 rate reference clock.
|
D | davinci-evm-audio.txt | 17 - 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.
|
D | mrvl,pxa-ssp.txt | 6 port A phandle reference to a PXA ssp upstream device
|
D | wm8904.txt | 9 - clocks: reference to
|
D | fsl,spdif.txt | 27 Transceiver Clock Diagram" of SoC reference manual.
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | renesas,mmcif.txt | 15 - clocks: reference to the functional clock 17 - dmas: reference to the DMA channels, one per channel name listed in the
|
D | orion-sdio.txt | 7 - clocks: reference to the clock of the SDIO interface
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | snps,dw-apb-ictl.txt | 13 - interrupts: interrupt reference to primary interrupt controller 14 - interrupt-parent: (optional) reference specific primary interrupt controller
|
D | interrupts.txt | 23 "interrupts" property are always in reference to the node's interrupt parent. 26 to reference multiple interrupt parents. Each entry in this property contains
|
D | ti,omap-intc-irq.txt | 17 - interrupts: interrupt reference to primary interrupt controller
|
D | renesas,irqc.txt | 15 - clocks: Must contain a reference to the functional clock.
|
D | ti,keystone-irq.txt | 17 - interrupts: interrupt reference to primary interrupt controller
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | vexpress-v2p-ca15-tc1.dts | 130 /* CPU PLL reference clock */ 148 /* HDLCD PLL reference clock */ 166 /* SYS PLL reference clock */ 175 /* DDR2 PLL reference clock */
|
D | vexpress-v2p-ca15_a7.dts | 210 /* 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 */
|
D | dove-cubox.dts | 51 /* 25MHz reference crystal */ 88 /* connect xtal input to 25MHz reference */
|
D | bcm7445-bcm97445svmb.dts | 5 model = "Broadcom STB (bcm7445), SVMB reference board";
|
D | wm8505-ref.dts | 2 * wm8505-ref.dts - Device tree file for Wondermedia WM8505 reference netbook
|
D | kirkwood-rd88f6192.dts | 19 model = "Marvell RD88F6192 reference design";
|
D | r8a7778-bockw-reference.dts | 24 compatible = "renesas,bockw-reference", "renesas,r8a7778";
|
/linux-4.1.27/arch/parisc/lib/ |
D | memcpy.c | 465 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/ |
D | use_after_iter.cocci | 6 //#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/ |
D | renesas,ipmmu-vmsa.txt | 19 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/ |
D | max517 | 24 Supply voltage as reference X 25 Separate reference input X
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 35 The drbd_resource, drbd_connection, and drbd_device objects are reference 38 device and connection which they reference.
|
/linux-4.1.27/Documentation/filesystems/ |
D | files.txt | 8 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 */
|
D | path-lookup.txt | 25 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/ |
D | renesas-memory-controllers.txt | 9 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/ |
D | sctp.txt | 3 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
|
D | l2tp.txt | 84 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
|
D | proc_net_tcp.txt | 37 | | | |-----------------------> socket reference count
|
/linux-4.1.27/Documentation/video4linux/ |
D | CARDLIST.saa7134 | 2 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
|
D | uvcvideo.txt | 50 "IOCTL reference" below. 82 "IOCTL reference" below. 100 6. IOCTL reference
|
D | si470x.txt | 10 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
|
D | hauppauge-wintv-cx88-ir.txt | 50 and even a reference to how to decode a bi-phase data stream.
|
/linux-4.1.27/Documentation/driver-model/ |
D | device.txt | 22 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
|
D | binding.txt | 90 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/ |
D | clk-s5pv210-audss.txt | 15 - 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
|
D | silabs,si5351.txt | 19 handles, shall be xtal reference clock or xtal and clkin for 56 /* 25MHz reference crystal */ 73 /* connect xtal input to 25MHz reference */
|
D | clock-bindings.txt | 32 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
|
D | at91-clock.txt | 169 - 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.
|
D | gpio-gate-clock.txt | 10 - enable-gpios : GPIO reference for enabling and disabling the clock.
|
D | bcm-cygnus-clock.txt | 7 the common clock framework to reference their core clocks. Proper support of
|
D | ti,cdce706.txt | 11 handles, shall be reference clock(s) connected to CLK_IN0
|
D | vt8500.txt | 18 be the reference clock.
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | Makefile | 55 obj-$(CONFIG_MACH_MARZEN) += board-marzen-reference.o 58 obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
|
/linux-4.1.27/Documentation/dvb/ |
D | cards.txt | 91 - 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/ |
D | credentials.txt | 285 (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 …]
|
D | SELinux.txt | 3 latest reference policy release from
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | ti_soc_thermal.txt | 3 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/ |
D | qcom,spmi-vadc.txt | 70 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
|
D | ti-adc128s052.txt | 6 - vref-supply: The regulator supply for ADC reference voltage
|
D | nuvoton-nau7802.txt | 8 - nuvoton,vldo: Internal reference voltage in millivolts to be
|
D | cc10001_adc.txt | 8 - vref-supply: The regulator supply ADC reference voltage.
|
D | vf610-adc.txt | 12 - vref-supply: The regulator supply ADC reference voltage.
|
D | rockchip-saradc.txt | 12 - vref-supply: The regulator supply ADC reference voltage.
|
/linux-4.1.27/Documentation/vm/ |
D | numa_memory_policy.txt | 145 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 …]
|
D | page_migration | 120 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/ |
D | ahci-platform.txt | 31 - phys : reference to the SATA PHY node 46 - phys : reference to the SATA PHY node
|
D | sata_rcar.txt | 13 - clocks : must contain a reference to the functional clock.
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,gsbi.txt | 15 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/ |
D | cirrus,clps711x-pwm.txt | 6 - clocks: phandle + clock specifier pair of the PWM reference clock.
|
D | pwm-rockchip.txt | 9 - clocks: phandle and clock specifier of the PWM reference clock
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | arm-charlcd.txt | 4 and PB reference platforms.
|
/linux-4.1.27/Documentation/devicetree/bindings/timer/ |
D | marvell,orion-timer.txt | 8 - clocks: phandle of timer reference clock (tclk)
|
D | cirrus,clps711x-timer.txt | 7 - clocks : phandle of timer reference clock.
|
D | energymicro,efm32-timer.txt | 11 - clocks : Should contain a reference to the HFPERCLK
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 30 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/ |
D | v3-v360epc-pci.txt | 14 - interrupts: should contain a reference to the V3 error interrupt
|
D | pci-rcar-gen2.txt | 15 - clocks: The reference to the device clock.
|
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/ |
D | fsl,imx27-pinctrl.txt | 35 described in the reference manual. 92 are defined in the i.MX27 reference manual.
|
D | nvidia,tegra124-xusb-padctl.txt | 12 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.
|
D | renesas,pfc-pinctrl.txt | 49 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/ |
D | ltc3589.txt | 20 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
|
D | regulator.txt | 62 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/ |
D | script_asm.pl | 827 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/ |
D | i2c-efm32.txt | 8 - clocks : reference to the module clock
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | vt8500-uart.txt | 13 be the 24Mhz reference clock.
|
/linux-4.1.27/Documentation/devicetree/bindings/power/reset/ |
D | syscon-poweroff.txt | 5 defined by the register map pointed by syscon reference plus the offset
|
D | syscon-reboot.txt | 5 defined by the register map pointed by syscon reference plus the offset
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 11 about their presence. When registered with KVM, a reference to the
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | dpll.txt | 7 (reference clock and bypass clock), with digital phase locked 37 - clocks : link phandles of parent clocks, first entry lists reference clock
|
D | fapll.txt | 7 (reference clock and bypass clock), and one or more child
|
D | apll.txt | 7 (reference clock and bypass clock), with analog phase locked
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | syscon.txt | 7 reference to the syscon node (e.g. by phandle, node path, or search
|
D | qcom-rpm.txt | 85 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
|
D | da9063.txt | 18 - interrupt-parent : Specifies the reference to the interrupt controller for
|
/linux-4.1.27/drivers/net/ |
D | LICENSE.SRC | 7 incorporated herein by reference.
|
/linux-4.1.27/Documentation/nios2/ |
D | README | 11 For reference, please see the following link:
|
/linux-4.1.27/sound/soc/pxa/ |
D | Kconfig | 138 Marvell PXA910 reference platform. 160 Marvell Zylonite reference platform. 217 Marvell Brownstone reference platform.
|
/linux-4.1.27/arch/arm/mach-u300/ |
D | Kconfig | 40 to test reference designs. If you're not testing SPI,
|
/linux-4.1.27/drivers/staging/nvec/ |
D | README | 9 but the source code[1] of the published nvec reference drivers can be a guide.
|
/linux-4.1.27/Documentation/devicetree/bindings/media/ |
D | coda.txt | 13 SoC reference manual
|
/linux-4.1.27/Documentation/misc-devices/ |
D | ics932s401 | 19 clock, and a reference clock. The driver reports selected and actual
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | samsung-wdt.txt | 17 - samsung,syscon-phandle : reference to syscon node (This property required only
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | cirrus,clps711x-fb.txt | 7 - clocks : phandle + clock specifier pair of the FB reference clock.
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | sun4i-lradc-keys.txt | 8 - vref-supply: powersupply for the lradc reference voltage
|
/linux-4.1.27/drivers/iio/dac/ |
D | Kconfig | 151 MAX517 - Single channel, single reference 153 MAX519 - Dual channel, dual reference 154 MAX520 - Quad channel, quad reference
|
/linux-4.1.27/drivers/acpi/ |
D | utils.c | 268 (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()
|
D | property.c | 310 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/ |
D | sunxi-nand.txt | 9 - clocks : shall reference nand controller clocks.
|
/linux-4.1.27/drivers/clk/ |
D | Kconfig | 103 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/ |
D | operations.txt | 166 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/ |
D | Kconfig | 12 reference.
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | mm.txt | 30 reference.
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | Kconfig | 39 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/ |
D | vdso | 19 Otherwise, you can use the reference parser in Documentation/vDSO/parse_vdso.c.
|
D | sysfs-module | 30 will contain the current reference count of the module.
|
/linux-4.1.27/Documentation/sh/ |
D | register-banks.txt | 16 can still be used to reference the banked registers (as r0_bank ... r7_bank)
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | versatile-fpga-irq.txt | 3 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
|
D | shmobile.txt | 43 compatible = "renesas,bockw-reference", "renesas,r8a7778"
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | kfree.cocci | 120 msg = "ERROR: reference preceded by free on line %s" % (p1[0].line)
|
/linux-4.1.27/Documentation/early-userspace/ |
D | buffer-format.txt | 63 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/ |
D | URB.txt | 181 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/ |
D | Kconfig | 34 Enable build of the skeleton PCI driver, used as a reference
|
/linux-4.1.27/drivers/clocksource/ |
D | Kconfig | 240 bool "ARM Versatile (Express) reference platforms clock source" 247 ARM Versatile, RealView and Versatile Express reference
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 40 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/ |
D | hauppauge-wintv-cx88-ir.txt | 50 and even a reference to how to decode a bi-phase data stream.
|
/linux-4.1.27/lib/raid6/ |
D | tilegx.uc | 10 * (at your option) any later version; incorporated herein by reference.
|
D | neon.uc | 14 * (at your option) any later version; incorporated herein by reference.
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | xilinx.txt | 101 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).
|