/linux-4.4.14/drivers/acpi/acpica/ |
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() 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 …]
|
D | dbobject.c | 275 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 …]
|
D | exdebug.c | 203 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 …]
|
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"}, 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 …]
|
D | dsobject.c | 772 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 …]
|
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() 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()
|
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 | 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() 339 && ((*stack_ptr)->reference.class == in acpi_ex_resolve_operands()
|
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 | utdecode.c | 392 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()
|
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() 591 table_index = table_desc->reference.value; in acpi_ex_unload_table()
|
D | utdelete.c | 632 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()
|
D | dbtest.c | 774 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()
|
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 | dbconvert.c | 349 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/ |
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.4.14/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.4.14/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.4.14/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
|
/linux-4.4.14/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.4.14/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.4.14/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
|
/linux-4.4.14/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.4.14/Documentation/ |
D | printk-formats.txt | 76 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 …]
|
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. 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
|
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.4.14/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.4.14/Documentation/devicetree/bindings/sound/ |
D | tas2552.txt | 17 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.
|
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
|
/linux-4.4.14/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.
|
D | tc358743.txt | 9 - clocks, clock-names: should contain a phandle link to the reference clock
|
/linux-4.4.14/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.4.14/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 | 94 - 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.
|
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 | snps,dwc-qos-ethernet.txt | 7 - 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"
|
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:
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/dma/ |
D | sun6i-dma.txt | 12 - 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
|
D | sun4i-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
|
D | mv-xor.txt | 8 - clocks: pointer to the reference clock
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | stmpe.txt | 12 - st,ref-sel: ADC reference source (0 -> internal reference, 1 -> external 13 reference)
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | ehci-orion.txt | 10 - clocks: reference to the clock 11 - phys: reference to the USB PHY
|
D | atmel-usb.txt | 10 - 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
|
D | usb3503.txt | 21 reference clock frequencies table is used) 24 REFCLK signal and assume that a value from the primary reference
|
D | ci-hdrc-usb2.txt | 24 - clocks: reference to the USB clock 25 - phys: reference to the USB PHY 27 - vbus-supply: reference to the VBUS regulator
|
D | usb-xhci.txt | 13 - clocks: reference to a clock
|
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/rtc/ |
D | rtc-mxc.txt | 11 * one for the input reference 14 * "ref" for the input reference clock
|
/linux-4.4.14/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.4.14/drivers/acpi/ |
D | cppc_acpi.c | 648 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()
|
D | utils.c | 264 (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/ |
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.4.14/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.4.14/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.4.14/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 | pxa1928-usb-phy.txt | 8 - resets: reference to the reset controller
|
D | berlin-sata-phy.txt | 12 - clocks: reference to the clock entry
|
D | keystone-usb-phy.txt | 9 The main purpose of this PHY driver is to enable the USB PHY reference clock
|
D | pistachio-usb-phy.txt | 12 - img,refclk: Indicates the reference clock source for the USB PHY.
|
D | ti-phy.txt | 41 * "refclk" - reference clock (optional). 73 * "refclk" - reference clock.
|
/linux-4.4.14/Documentation/nvmem/ |
D | nvmem.txt | 82 *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/ |
D | snps,dw-apb-ictl.txt | 13 - interrupts: interrupt reference to primary interrupt controller 14 - interrupt-parent: (optional) reference specific primary interrupt controller
|
D | renesas,intc-irqpin.txt | 31 - 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
|
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 | 16 - clocks: Must contain a reference to the functional clock.
|
D | snps,archs-idu-intc.txt | 10 - interrupt-parent: <reference to parent core intc>
|
D | ti,keystone-irq.txt | 17 - interrupts: interrupt reference to primary interrupt controller
|
D | arm,versatile-fpga-irq.txt | 3 One or more FPGA IRQ controllers can be synthesized in an ARM reference board
|
/linux-4.4.14/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 | 231 /* 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 */
|
D | dove-cubox.dts | 51 /* 25MHz reference crystal */ 88 /* connect xtal input to 25MHz reference */
|
D | wm8505-ref.dts | 2 * wm8505-ref.dts - Device tree file for Wondermedia WM8505 reference netbook
|
D | bcm7445-bcm97445svmb.dts | 5 model = "Broadcom STB (bcm7445), SVMB reference board";
|
D | kirkwood-rd88f6192.dts | 19 model = "Marvell RD88F6192 reference design";
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/mmc/ |
D | renesas,mmcif.txt | 16 - clocks: reference to the functional clock 18 - 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.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 24 Supply voltage as reference X 25 Separate reference input X
|
/linux-4.4.14/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.4.14/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 */
|
/linux-4.4.14/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 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
|
D | proc_net_tcp.txt | 37 | | | |-----------------------> socket reference count
|
/linux-4.4.14/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.4.14/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
|
/linux-4.4.14/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.4.14/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 | gpio-mux-clock.txt | 11 - select-gpios : GPIO reference for selecting the parent clock.
|
D | gpio-gate-clock.txt | 10 - enable-gpios : GPIO reference for enabling and disabling the clock.
|
D | at91-clock.txt | 172 - 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.
|
D | qca,ath79-pll.txt | 16 - clocks: phandle of the external reference clock
|
D | ti,cdce706.txt | 11 handles, shall be reference clock(s) connected to CLK_IN0
|
D | marvell,berlin.txt | 17 Allowed clock-names for the reference clocks are
|
D | hi6220-clock.txt | 30 - mboxes: use the label reference for the mailbox as the first parameter, the
|
/linux-4.4.14/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.4.14/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.4.14/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 | rockchip-saradc.txt | 12 - vref-supply: The regulator supply ADC reference voltage.
|
D | vf610-adc.txt | 12 - vref-supply: The regulator supply ADC reference voltage.
|
/linux-4.4.14/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 …]
|
/linux-4.4.14/Documentation/block/ |
D | pr.txt | 12 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/ |
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.4.14/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.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-xgene-slimpro.txt | 8 - mboxes : use the label reference for the mailbox as the first parameter.
|
D | i2c-efm32.txt | 8 - clocks : reference to the module clock
|
/linux-4.4.14/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
|
D | qcom,smem.txt | 25 Definition: reference to a hwspinlock used to protect allocations from
|
/linux-4.4.14/Documentation/devicetree/bindings/pwm/ |
D | cirrus,clps711x-pwm.txt | 6 - clocks: phandle + clock specifier pair of the PWM reference clock.
|
D | brcm,bcm7038-pwm.txt | 9 - clocks: a phandle to the reference clock for this block which is fed through
|
D | pwm-rockchip.txt | 9 - clocks: phandle and clock specifier of the PWM reference clock
|
D | pwm-mtk-disp.txt | 10 - clocks: phandle and clock specifier of the PWM reference clock.
|
/linux-4.4.14/Documentation/devicetree/bindings/misc/ |
D | arm-charlcd.txt | 4 and PB reference platforms.
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | da9210.txt | 10 - interrupts: a reference to the DA9210 interrupt, if available.
|
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 | 69 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/ |
D | marvell,orion-timer.txt | 8 - clocks: phandle of timer reference clock (tclk)
|
D | nxp,lpc3220-timer.txt | 14 Should contain a reference to timer clock.
|
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.4.14/Documentation/devicetree/bindings/pci/ |
D | v3-v360epc-pci.txt | 14 - interrupts: should contain a reference to the V3 error interrupt
|
/linux-4.4.14/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.
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/ |
D | qcom,smd-rpm.txt | 45 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/ |
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.4.14/Documentation/arm/stm32/ |
D | stm32f429-overview.txt | 17 Datasheet and reference manual are publicly available on ST website:
|
/linux-4.4.14/Documentation/devicetree/bindings/nvmem/ |
D | mxs-ocotp.txt | 10 - clocks : Should contain a reference to the hbus clock
|
/linux-4.4.14/Documentation/fpga/ |
D | fpga-mgr.txt | 37 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/ |
D | tty.txt | 27 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/ |
D | vt8500-uart.txt | 13 be the 24Mhz reference clock.
|
/linux-4.4.14/Documentation/virtual/kvm/devices/ |
D | vfio.txt | 11 about their presence. When registered with KVM, a reference to the
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | syscon-reboot.txt | 5 defined by the register map pointed by syscon reference plus the offset
|
D | syscon-poweroff.txt | 5 defined by the register map pointed by syscon reference plus the offset
|
/linux-4.4.14/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
|
/linux-4.4.14/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
|
/linux-4.4.14/include/acpi/ |
D | cppc_acpi.h | 111 u64 reference; member
|
/linux-4.4.14/drivers/net/ |
D | LICENSE.SRC | 7 incorporated herein by reference.
|
/linux-4.4.14/Documentation/nios2/ |
D | README | 11 For reference, please see the following link:
|
/linux-4.4.14/sound/soc/pxa/ |
D | Kconfig | 138 Marvell PXA910 reference platform. 160 Marvell Zylonite reference platform. 217 Marvell Brownstone reference platform.
|
/linux-4.4.14/arch/arm/mach-u300/ |
D | Kconfig | 40 to test reference designs. If you're not testing SPI,
|
/linux-4.4.14/drivers/staging/nvec/ |
D | README | 9 but the source code[1] of the published nvec reference drivers can be a guide.
|
/linux-4.4.14/Documentation/misc-devices/ |
D | ics932s401 | 19 clock, and a reference clock. The driver reports selected and actual
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | coda.txt | 13 SoC reference manual
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | sun4i-lradc-keys.txt | 8 - vref-supply: powersupply for the lradc reference voltage
|
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_pm4_headers_diq.h | 274 unsigned int reference; member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/ |
D | cirrus,clps711x-fb.txt | 7 - clocks : phandle + clock specifier pair of the FB reference clock.
|
/linux-4.4.14/Documentation/devicetree/bindings/watchdog/ |
D | samsung-wdt.txt | 17 - samsung,syscon-phandle : reference to syscon node (This property required only
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | mv_cesa.txt | 15 - clocks: reference to the crypto engines clocks. This property is only
|
D | marvell-cesa.txt | 19 - clocks: reference to the crypto engines clocks. This property is not
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | sunxi-nand.txt | 9 - clocks : shall reference nand controller clocks.
|
/linux-4.4.14/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.4.14/drivers/iio/dac/ |
D | Kconfig | 161 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/ |
D | mm.txt | 30 reference.
|
/linux-4.4.14/drivers/pps/ |
D | Kconfig | 12 reference.
|
/linux-4.4.14/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.4.14/Documentation/sh/ |
D | register-banks.txt | 16 can still be used to reference the banked registers (as r0_bank ... r7_bank)
|
/linux-4.4.14/Documentation/devicetree/bindings/display/msm/ |
D | hdmi.txt | 25 - power-domains: reference to the power domain(s), if available.
|