Home
last modified time | relevance | path

Searched full:to (Results 1 – 25 of 22831) sorted by relevance

12345678910>>...914

/OK3568_Linux_fs/kernel/fs/nls/
H A DKconfig11 as the ability of some filesystems to use native languages
16 To compile this code as a module, choose M here: the module
27 system (if different) to store data (filenames) on a disk.
45 in so-called DOS codepages. You need to include the appropriate
46 codepage if you want to be able to read/write these filenames on
47 DOS/Windows partitions correctly. This does apply to the filenames
48 only, not to the file contents. You can include several codepages;
49 say Y here if you want to include the DOS codepage that is used in
57 in so-called DOS codepages. You need to include the appropriate
58 codepage if you want to be able to read/write these filenames on
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A DKconfig10 When the kernel has several packets to send out over a network
11 device, it has to decide which ones to send first, which ones to
12 delay, and which ones to drop. This is the job of the queueing
13 disciplines, several different algorithms for how to do this
18 able to choose from among several alternative algorithms which can
19 then be attached to different network devices. This is useful for
21 need a certain minimum data flow rate, or if you need to limit the
23 This code is considered to be experimental.
25 To administer these schedulers, you'll need the user-level utilities
31 This Quality of Service (QoS) support will enable you to use
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-other.json257 …necessary to snoop them. However, if only 1 CV bit is set the core my have modified the data. If…
267 …necessary to snoop them. However, if only 1 CV bit is set the core my have modified the data. If…
307 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates due to memory wri…
322 …"BriefDescription": "Read request from a remote socket which hit in the HitMe Cache to a line In t…
327 …om a remote socket which hit in the HitME cache (used to cache the multi-socket Directory state) t…
332 "BriefDescription": "Normal priority reads issued to the memory controller from the CHA",
337 …"PublicDescription": "Counts when a normal (Non-Isochronous) read is issued to any of the memory c…
342 "BriefDescription": "CHA to iMC Full Line Writes Issued; Full Line Non-ISOCH",
347 …nts when a normal (Non-Isochronous) full line write is issued from the CHA to the any of the memor…
407 … this socket for exclusive ownership of a cache line without receiving data (INVITOE) to the CHA.",
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-other.json257 …necessary to snoop them. However, if only 1 CV bit is set the core my have modified the data. If…
267 …necessary to snoop them. However, if only 1 CV bit is set the core my have modified the data. If…
307 …"PublicDescription": "Counts only multi-socket cacheline Directory state updates due to memory wri…
322 …"BriefDescription": "Read request from a remote socket which hit in the HitMe Cache to a line In t…
327 …om a remote socket which hit in the HitME cache (used to cache the multi-socket Directory state) t…
332 "BriefDescription": "Normal priority reads issued to the memory controller from the CHA",
337 …"PublicDescription": "Counts when a normal (Non-Isochronous) read is issued to any of the memory c…
342 "BriefDescription": "CHA to iMC Full Line Writes Issued; Full Line Non-ISOCH",
347 …nts when a normal (Non-Isochronous) full line write is issued from the CHA to the any of the memor…
407 … this socket for exclusive ownership of a cache line without receiving data (INVITOE) to the CHA.",
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/hp300/
H A Dhp300map.map11 # be saved by mapping AltGr to Alt (and adapting a few entries):
185 compose '`' 'A' to '�'
186 compose '`' 'a' to '�'
187 compose '\'' 'A' to '�'
188 compose '\'' 'a' to '�'
189 compose '^' 'A' to '�'
190 compose '^' 'a' to '�'
191 compose '~' 'A' to '�'
192 compose '~' 'a' to '�'
193 compose '"' 'A' to '�'
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A DKconfig11 ports, or acts like a serial device, and you want to connect it to
16 supported, and on how to use them.
18 To compile this driver as a module, choose M here: the
27 If you say Y here, it will be possible to use a USB to serial
31 terminal or printer is connected to that serial port.
37 your boot loader (lilo or loadlin) about how to pass options to the
41 kernel will automatically use the first USB to serial converter
49 Say Y here if you want to use the generic USB serial driver. Please
52 support" be compiled as a module for this driver to be used
58 Say Y here to use the USB serial "simple" driver. This driver
[all …]
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-stm32.c55 * @to: a timer_of structure pointer
58 * Accessor helper to set the number of bits in the timer-of private
62 static void stm32_timer_of_bits_set(struct timer_of *to, int bits) in stm32_timer_of_bits_set() argument
64 struct stm32_timer_private *pd = to->private_data; in stm32_timer_of_bits_set()
71 * @to: a timer_of structure pointer
73 * Accessor helper to get the number of bits in the timer-of private
76 * Returns an integer corresponding to the number of bits.
78 static int stm32_timer_of_bits_get(struct timer_of *to) in stm32_timer_of_bits_get() argument
80 struct stm32_timer_private *pd = to->private_data; in stm32_timer_of_bits_get()
99 static void stm32_clock_event_disable(struct timer_of *to) in stm32_clock_event_disable() argument
[all …]
/OK3568_Linux_fs/external/mpp/tools/
H A Dmpp_doxyfile3 # This file describes the settings to be used by the documentation system
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
52 # to the output directory.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
58 # entered, it will be relative to the location where doxygen was started. If
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
73 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
75 # information to generate all constant output in the proper language.
88 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
90 # documentation (similar to Javadoc). Set to NO to disable this.
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dcpufreq.rst19 different clock frequency and voltage configurations, often referred to as
28 In some situations it is desirable or even necessary to run the program as fast
29 as possible and then there is no reason to use any P-states different from the
31 available). In some other cases, however, it may not be necessary to execute
34 It also may not be physically possible to maintain maximum CPU capacity for too
35 long for thermal or power supply capacity reasons or similar. To cover those
36 cases, there are hardware interfaces allowing CPUs to be switched between
37 different frequency/voltage configurations or (in the ACPI terminology) to be
40 Typically, they are used along with algorithms to estimate the required CPU
41 capacity, so as to decide which P-states to put the CPUs into. Of course, since
[all …]
H A Dcpuidle.rst19 Modern processors are generally able to enter states in which the execution of
20 a program is suspended and instructions belonging to it are not fetched from
24 generally allows power drawn by the processor to be reduced and, in consequence,
25 it is an opportunity to save energy.
36 not be separate physical entities and may just be interfaces appearing to
38 entity which appears to be fetching instructions that belong to one sequence
43 program) at a time, it is a CPU. In that case, if the hardware is asked to
44 enter an idle state, that applies to the processor as a whole.
46 Second, if the processor is multi-core, each core in it is able to follow at
51 time. The entire cores are CPUs in that case and if the hardware is asked to
[all …]
/OK3568_Linux_fs/external/chromium/licenses/
H A DLICENSE.675 Permission is hereby granted, free of charge, to any person obtaining
7 "Software"), to deal in the Software without restriction, including
8 without limitation the rights to use, copy, modify, merge, publish,
9 distribute, sublicense, and/or sell copies of the Software, and to
10 permit persons to whom the Software is furnished to do so, subject to
17 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
29 Permission is hereby granted, free of charge, to any person
31 files (the "Software"), to deal in the Software without
32 restriction, including without limitation the rights to use,
34 copies of the Software, and to permit persons to whom the
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst7 Introduction to Re-logging in XFS
12 logged are made up of the changes to in-core structures rather than on-disk
14 logged. The reason for these differences is to reduce the amount of log space
21 modifications to a single object to be carried in the log at any given time.
22 This allows the log to avoid needing to flush each change to disk before
23 recording a new change to the object. XFS does this via a method called
25 new change to the object is recorded with a *new copy* of all the existing
26 changes in the new transaction that is written to the log.
28 That is, if we have a sequence of changes A through to F, and the object was
29 written to disk after change D, we would see in the log the following series
[all …]
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DCAL-1.03 *This Cryptographic Autonomy License (the "License") applies to any
20 This License gives You unlimited permission to use and modify the
21 software to which it applies (the "Work"), either as-is or in modified
23 contributors to the software from liability.
25 This License also strives to protect the freedom and autonomy of third
29 and materials needed to independently use and modify the Work without
30 that third party having a loss of data or capability due to your
37 In order to receive this License, You must agree to its rules. The
39 Licensor and conditions to your License. You must not do anything with
44 The terms of this License apply to the Work as you receive it from
[all …]
H A DCAL-1.0-Combined-Work-Exception3 *This Cryptographic Autonomy License (the "License") applies to any
20 This License gives You unlimited permission to use and modify the
21 software to which it applies (the "Work"), either as-is or in modified
23 contributors to the software from liability.
25 This License also strives to protect the freedom and autonomy of third
29 and materials needed to independently use and modify the Work without
30 that third party having a loss of data or capability due to your
37 In order to receive this License, You must agree to its rules. The
39 Licensor and conditions to your License. You must not do anything with
44 The terms of this License apply to the Work as you receive it from
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A DINT10.HOWTO13 To use the int10 module in a driver the header file
24 pointer to a xf86Int10InfoRec on success. If anything fails or if
27 calls to other int10 module functions.
32 To allocate memory in the real mode execution environment
37 returns the address of the allocated area. off is set to its offset in
42 Is used to free num pages beginning at pbase.
53 xf86Int10InfoRec passed to the function. On return this structure
65 to free the memory allocated for real mode int10 calls.
71 The int10 real mode executor is designed to run on top of various x86
74 separate thus requiring minimal efforts to port the int10 module to
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/
H A Ddoxygen.conf.in3 # This file describes the settings to be used by the documentation system
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
52 # the logo to the output directory.
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
58 # entered, it will be relative to the location where doxygen was started. If
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
74 # characters to appear in the names of generated files. If set to NO, non-ASCII
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
83 # information to generate all constant output in the proper language.
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A DKconfig10 This allows you to classify packets from ingress using the Netfilter
47 and is also scheduled to replace the old syslog-based ipt_LOG
65 through your machine, in order to figure out how they are related
68 This is required to do Masquerading or other kinds of Network
69 Address Translation. It can also be used to enhance packet
72 To compile it as a module, choose M here. If unsure, say N.
90 `CONNMARK' target and `connmark' match. Similar to the mark value
99 This option enables security markings to be applied to
100 connections. Typically they are copied to connections from
102 connections to packets with the same target, with the packets
[all …]
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.lpfc5 Changes from 20050323 to 20050413
7 * Changed version number to 8.0.28
10 * Removed pci dma sync calls to coherent/consistent pci memory.
13 * Removed sysfs attributes that are used to dump the various
17 to luns on nodes in NPR or other relevant states (PLOGI,
23 * Removed extraneous calls to lpfc_sli_next_iotag which should
29 if we timed out waiting for command to complete after abort was
31 * Zero-out response sense length in lpfc_scsi_prep_cmnd to prevent
45 driver has already returned the command to the midlayer.
47 Changes from 20050308 to 20050323
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Drockchip-io-domain.txt4 IO domain voltages on some Rockchip SoCs are variable but need to be
9 - If the regulator hooked up to a pin like SDMMC0_VDD is 3.3V then
10 bit 7 of GRF_IO_VSEL needs to be 0. If the regulator hooked up to
11 that same pin is 1.8V then bit 7 of GRF_IO_VSEL needs to be 1.
15 hooked up to the pins.
18 - any logic for deciding what voltage we should set regulators to
51 - rockchip,grf: phandle to the syscon managing the "general register files"
52 Systems should move the io-domains to a sub-node of the grf simple-mfd.
56 to report their voltage. The IO Voltage Domain for any non-specified
60 - vccio6-supply: The supply connected to VCCIO6.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Ddocumentation.conf3 # Mail your changes to openembedded-devel@openembedded.org
8 do_build[doc] = "Default task for a recipe - depends on all other normal tasks required to 'build' …
9 do_bundle_initramfs[doc] = "Combines an initial ramdisk image and kernel together to form a single …
19 do_deploy[doc] = "Writes deployable output files to the deploy directory"
24 do_install[doc] = "Copies files from the compilation directory to a holding area"
25 do_install_ptest_base[doc] = "Copies the runtime test suite files from the compilation directory to
39 do_packagedata[doc] = "Creates package metadata used by the build system to generate the final pack…
40 do_patch[doc] = "Locates patch files and applies them to the source code"
43 …bset of files installed by do_install into the sysroot in order to make them available to other re…
49 …t takes the source code and scans it on a remote FOSSOLOGY server in order to produce an SPDX docu…
[all …]
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A DKconfig23 To compile this driver as a module, choose M here: the module
33 To compile this driver as a module, choose M here: the module
40 Say Y here to use the PowerOn Key for ST-Ericsson's AB8500
43 To compile this driver as a module, choose M here: the module
49 Say Y here if you want to support an AD7142/3/7/8/7A touch sensor.
53 To compile this driver as a module, choose M here: the
61 Say Y here if you have AD7142/AD7147 hooked to an I2C bus.
63 To compile this driver as a module, choose M here: the
71 Say Y here if you have AD7142/AD7147 hooked to a SPI bus.
73 To compile this driver as a module, choose M here: the
[all …]
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A DKconfig10 Enable this to be able to choose the drivers for controlling the
18 To have support for your specific gsesnor you will have to
25 To have support for your specific gsesnor you will have to
32 To have support for your specific gsesnor you will have to
39 To have support for your specific gsesnor you will have to
45 To have support for your specific gsesnor you will have to
51 To have support for your specific gsesnor you will have to
58 To have support for your specific gsesnor you will have to
65 To have support for your specific gsesnor you will have to
71 To have support for your specific gsesnor you will have to
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DDoxyfile3 # This file describes the settings to be used by the documentation system
27 # to put quotes around the project name if it contains spaces.
31 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
46 # Doxygen will copy the logo to the output directory.
50 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
52 # If a relative path is entered, it will be relative to the location
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
66 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
68 # information to generate all constant output in the proper language.
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
[all …]
/OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/etc/mosquitto/
H A Dmosquitto.conf5 # Default values are shown, uncomment to change.
7 # Use the # character to indicate a comment, but only if it is the
18 # If this option is set to true, then all authentication and access control
31 # Note that if set to true, then a durable client (i.e. with clean session set
32 # to false) that has disconnected will use the ACL settings defined for the
33 # listener that it was most recently connected to.
35 # The default behaviour is for this to be set to false, which maintains the
40 # This option controls whether a client is allowed to connect with a zero
42 # and later. If set to false, clients connecting with a zero length client id
43 # are disconnected. If set to true, clients will be allocated a client id by
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme-fc-driver.h16 * targets to perform FC-NVME LS requests or transmit
24 * to the LLDD to perform a NVME-FC LS request and obtain
26 * Used by nvme-fc transport (host) to send LS's such as
29 * Used by the nvmet-fc transport (controller) to send
32 * Values set by the requestor prior to calling the LLDD ls_req entrypoint:
33 * @rqstaddr: pointer to request buffer
36 * @rspaddr: pointer to response buffer
39 * @timeout: Maximum amount of time, in seconds, to wait for the LS response.
40 * If timeout exceeded, LLDD to abort LS exchange and complete
42 * @private: pointer to memory allocated alongside the ls request structure
[all …]

12345678910>>...914