Home
last modified time | relevance | path

Searched full:look (Results 1 – 25 of 4087) sorted by relevance

12345678910>>...164

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprocarg.c254 * Look for the '-help' and similar options in ddxProcessArgument()
274 * Look for the '-screen scr_num [width height]' argument in ddxProcessArgument()
310 /* look for @m where m is monitor number */ in ddxProcessArgument()
345 /* Look for 'WxD' or 'W D' */ in ddxProcessArgument()
357 /* Look for WxD+X+Y */ in ddxProcessArgument()
366 …/* look for WxD+X+Y@m where m is monitor number. take X,Y to be offsets from monitor's root positi… in ddxProcessArgument()
396 /* look for WxD@m where m is monitor number */ in ddxProcessArgument()
489 * Look for the '-engine n' argument in ddxProcessArgument()
520 * Look for the '-fullscreen' argument in ddxProcessArgument()
532 * Look for the '-lesspointer' argument in ddxProcessArgument()
[all …]
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A DKconfig.x8629 For details, take a look at:
49 For details, take a look at <file:Documentation/cpu-freq/>.
86 For details, take a look at <file:Documentation/cpu-freq/>.
96 For details, take a look at <file:Documentation/cpu-freq/>.
108 For details, take a look at <file:Documentation/cpu-freq/>.
118 For details, take a look at <file:Documentation/cpu-freq/>.
139 For details, take a look at <file:Documentation/cpu-freq/>.
165 For details, take a look at <file:Documentation/cpu-freq/>.
184 For details, take a look at <file:Documentation/cpu-freq/>.
207 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
H A DKconfig16 For details, take a look at <file:Documentation/cpu-freq>.
89 governor. If unsure have a look at the help section of the
102 governor. If unsure have a look at the help section of the
112 have a look at the help section of that governor. The fallback
161 For details, take a look at <file:Documentation/cpu-freq/>.
179 For details, take a look at linux/Documentation/cpu-freq.
203 For details, take a look at linux/Documentation/cpu-freq.
241 For details, take a look at linux/Documentation/cpu-freq.
297 For details, take a look at <file:Documentation/cpu-freq/>.
322 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
/OK3568_Linux_fs/u-boot/include/dm/
H A Duclass.h119 * @key: ID to look up
128 * @id: ID to look up
134 * uclass_get_by_name() - Look up a uclass by its driver name
136 * @name: Name to look up
146 * @id: ID to look up
160 * @id: ID to look up
177 * @id: ID to look up
192 * @id: ID to look up
208 * @id: ID to look up
223 * @id: uclass ID to look up
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/
H A Dinterlaken-lac.txt2 Freescale Interlaken Look-Aside Controller Device Bindings
6 - Interlaken Look-Aside Controller (LAC) Node
8 - Interlaken Look-Aside Controller (LAC) Software Portal Node
9 - Interlaken Look-Aside Controller (LAC) Software Portal Child Nodes
13 Interlaken Look-Aside Controller (LAC) Node
18 facilitate interoperability between a data path device and a look-aside
19 co-processor, the Interlaken Look-Aside protocol is defined for short
21 Interlaken Look-Aside is not directly compatible with Interlaken and can be
89 Interlaken Look-Aside Controller (LAC) Software Portal Container Node
92 The Interlaken Look-Aside Controller (LAC) utilizes Software Portals to accept
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dfdtdec.h238 * @param id Compatible ID to look for
266 * @param id Compatible ID to look for (enum fdt_compat_id)
282 * @param id Compatible ID to look for (enum fdt_compat_id)
290 * Look up an address property in a node and return the parsed address, and
317 * Look up an address property in a node and return the parsed address, and
339 * Look up an address property in a node and return the parsed address, and
365 * Look up an address property in a node and return the parsed address.
391 * Look up an address property in a node and return the parsed address, and
419 * Look at an address property in a node and return the pci address which
436 * Look at the compatible property of a device node that represents a PCI
[all …]
H A Dsyscon.h51 * syscon_get_regmap_by_driver_data() - Look up a controller by its ID
57 * @driver_data: Driver data value to look up
65 * syscon_get_regmap_by_driver_data() - Look up a controller by its ID
71 * @driver_data: Driver data value to look up
77 * syscon_regmap_lookup_by_phandle() - Look up a controller by a phandle
92 * @driver_data: Driver data value to look up
H A Dhash.h116 * hash_lookup_algo() - Look up the hash_algo struct for an algorithm
121 * @algo_name: Hash algorithm to look up
129 * hash_progressive_lookup_algo() - Look up hash_algo for prog. hash support
134 * @algo_name: Hash algorithm to look up
148 * @algo_name: Hash algorithm to look up
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A DCVE-2020-10188.patch45 register char *look = current+2;
48 + while (look < endp) {
49 if ((*look++&0xff) == IAC) {
50 - if ((*look++&0xff) == SE) {
51 + if (look < endp && (*look++&0xff) == SE) {
52 return look;
/OK3568_Linux_fs/u-boot/env/
H A Dcallback.c16 * Look up a callback function pointer by name
27 /* look up the callback in the linker-list */ in find_env_callback()
42 * Look for a possible callback for a newly added variable
58 /* look in the ".callbacks" var for a reference to this variable */ in env_callback_init()
62 /* only if not found there, look in the static list */ in env_callback_init()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_vlan.h42 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
43 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
44 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
45 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_vlan.h43 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
44 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
45 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
46 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_vlan.h42 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
43 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
44 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
45 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dcrc32.rst53 Notice how, to get at bit 32 of the shifted remainder, we look
118 "Computation of Cyclic Redundancy Checks via Table Look-Up", Comm. ACM
153 takes barely longer than a single table look-up and thus performs almost
160 final CRC is simply the XOR of the 4 table look-ups.
163 look-ups cannot begin until the previous groups 4 table look-ups have all
166 To make maximum use of the processor, "slicing by 8" performs 8 look-ups
170 on the previous CRC at all. Thus, those 4 table look-ups may commence
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dfbio.h43 #define CG14_XLUT 0x3000 /* X Look Up Table -- ??? */
44 #define CG14_CLUT1 0x4000 /* Color Look Up Table */
45 #define CG14_CLUT2 0x5000 /* Color Look Up Table */
46 #define CG14_CLUT3 0x6000 /* Color Look Up Table */
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dget_maintainer.py11 """Look for the get_maintainer.pl script.
19 # Look in the list
30 We look for get_maintainer.pl in the 'scripts' directory at the top of
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml119 more details look at table 69 and 70.
171 information look at table 20 of the datasheet.
233 Callendar-VanDusen constants. Look at table 30 of the datasheet.
242 and uK. For more details values look at table 74 and 75.
316 and uK only for custom thermistors. For more details look at table
330 format. Look at table 82 for more information.
374 Sets the value of the sense resistor. Look at table 20 of the
/OK3568_Linux_fs/kernel/fs/9p/
H A Dfid.c43 * @dentry: dentry to look for fid in
57 /* we'll recheck under lock if there's anything to look in */ in v9fs_fid_find()
118 * look at the parent. in v9fs_fid_lookup_with_uid()
208 * @dentry: dentry to look for fid in
210 * Look for a fid in the specified dentry for the current user.
/OK3568_Linux_fs/kernel/scripts/coccinelle/misc/
H A Dcond_no_effect.cocci30 // * Both paths of the branch look the same. They're supposed to
31 // * look that way and give @of->mutex different static lockdep keys.
38 // All other cases look like bugs or at least lack of documentation
/OK3568_Linux_fs/kernel/samples/ftrace/
H A Dsample-trace-array.h7 * The define_trace.h below will also look for a file name of
9 * In this case, it would look for sample-trace.h
13 * define_trace.h will look up by defining TRACE_INCLUDE_FILE
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-linux-kernel-spec-infra.txt19 Let's look at an example of a Linux tool. For a new Linux tool named
23 displayed in the configuration tool. It would basically look like:
44 +package/linux-tools/linux-tool-foo.mk.in+. It would basically look like:
105 Let's look at an example on how to add a new Linux extension +foo+.
116 displayed in the configuration tool. It would basically look like:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst65 sn9c20x 0458:7029 Genius Look 320s
67 sn9c20x 0458:7045 Genius Look 1320 V2
69 sn9c20x 0458:704c Genius i-Look 1321
347 sonixb 0c45:6083 VideoCAM Look
348 sonixb 0c45:608c VideoCAM Look
350 sonixb 0c45:60a8 VideoCAM Look
351 sonixb 0c45:60aa VideoCAM Look
352 sonixb 0c45:60af VideoCAM Look
353 sonixb 0c45:60b0 Genius VideoCam Look
/OK3568_Linux_fs/kernel/sound/core/
H A Dmisc.c99 * snd_pci_quirk_lookup_id - look up a PCI SSID quirk list
104 * Look through the given quirk list and finds a matching entry
128 * snd_pci_quirk_lookup - look up a PCI SSID quirk list
132 * Look through the given quirk list and finds a matching entry
/OK3568_Linux_fs/kernel/drivers/bus/
H A Darm-cci.c154 * @dn: device node of the device to look-up
188 * Port index look-up speeds up the function disabling ports by CPU, in cci_ace_init_ports()
263 * -ENODEV on port look-up failure
330 /* Use matched port index to look up the corresponding ports entry */ in cci_enable_port_for_self()
386 * -ENODEV on port look-up failure
396 if (WARN_ONCE(port < 0, "node %pOF ACE lite port look-up failure\n", in __cci_control_port_by_device()
511 /* initialize a stashed array of ACE ports to speed-up look-up */ in cci_probe_ports()
/OK3568_Linux_fs/external/xserver/include/
H A Dglxvndabi.h51 * request to. Otherwise, if a vendor library tries to look up the private
179 * X window), then libglvnd will try to look it up as a drawable and return
182 * \param id The XID to look up.
222 * This function is safe to use in __GLXserverImports::makeCurrent to look
300 * The vendor can use \c __GLXserverExports::getContextTagPrivate to look

12345678910>>...164