Home
last modified time | relevance | path

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

12345678910>>...69

/linux/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 …]
/linux/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 */
/linux/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 */
/linux/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
/linux/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
/linux/sound/core/
H A Dmisc.c28 * snd_pci_quirk_lookup_id - look up a PCI SSID quirk list
33 * Look through the given quirk list and finds a matching entry
57 * snd_pci_quirk_lookup - look up a PCI SSID quirk list
61 * Look through the given quirk list and finds a matching entry
/linux/Documentation/ABI/removed/
H A Do2cb6 removed when new versions of ocfs2-tools which know to look
8 software to look here, it should try /sys/fs/o2cb instead.
/linux/Documentation/arch/arm/google/
H A Dchromebook-boot-flow.rst34 Depthcharge_ will look through all device trees in the `FIT Image`_ trying to
35 find one that matches the most specific compatible. It will then look
54 device tree then depthcharge_ *won't* look for a "rev3" device tree.
/linux/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
H A Dcx88.rst47 2) You can try to create a new entry yourself, have a look at
57 know which one the card has you can also have a look at the
/linux/arch/arm64/include/asm/
H A Dsmp_plat.h31 * - mpidr: MPIDR.Aff* bits to be used for the look-up
33 * Returns the cpu logical index or -EINVAL on look-up error
/linux/arch/powerpc/lib/
H A Drestart_table.c21 /* Given an address, look for it in the soft mask table */
39 /* Given an address, look for it in the kernel exception table */
/linux/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()
/linux/arch/xtensa/kernel/
H A Dstacktrace.c56 * 1. Look through the register window for the in xtensa_backtrace_user()
59 * 2. Look on the stack. in xtensa_backtrace_user()
68 /* Look for bits that are set, they correspond to in xtensa_backtrace_user()
90 * look through the stack. in xtensa_backtrace_user()
/linux/tools/testing/selftests/kvm/s390/
H A Dcmma_test.c544 * The dirty bitmap should now look like this: in test_get_skip_holes()
556 * The dirty bitmap should now look like this: in test_get_skip_holes()
569 * The dirty bitmap should now look like this: in test_get_skip_holes()
582 * The dirty bitmap should now look like this: in test_get_skip_holes()
595 * The dirty bitmap should now look like this: in test_get_skip_holes()
610 * The dirty bitmap should now look like this: in test_get_skip_holes()
624 * The dirty bitmap should now look like this: in test_get_skip_holes()
636 * The dirty bitmap should now look like this: in test_get_skip_holes()
/linux/drivers/gpu/drm/i915/
H A DTODO.txt35 - i915_mm.c should be moved to the right places. Some of the helpers also look a
40 - tasklet helpers in i915_tasklet.h also look a bit misplaced and should
/linux/arch/mips/include/asm/
H A Dmodule.h75 /* Given an address, look for it in the exception tables. */
78 /* Given an address, look for it in the exception tables. */
/linux/Documentation/networking/
H A Dfib_trie.rst143 At this point we will repeatedly descend subtries to look for a match, and there
145 descending into dead ends. Look for "HL_OPTIMIZE" sections in the code.
148 a new netlink operation has been added. Look for NETLINK_FIB_LOOKUP, which
/linux/sound/pci/ice1712/
H A Ddelta.h54 /* look to CS8414 datasheet */
59 /* look to CS8404A datasheet */
63 /* look to CS8404A datasheet */
/linux/arch/m68k/include/asm/
H A Dfbio.h258 #define CG14_XLUT 0x3000 /* X Look Up Table -- ??? */
259 #define CG14_CLUT1 0x4000 /* Color Look Up Table */
260 #define CG14_CLUT2 0x5000 /* Color Look Up Table */
261 #define CG14_CLUT3 0x6000 /* Color Look Up Table */
/linux/drivers/media/usb/dvb-usb/
H A DKconfig10 Almost every USB device needs a firmware, please look into
132 For an up-to-date list of devices supported by this driver, have a look
159 For an up-to-date list of devices supported by this driver, have a look
180 For an up-to-date list of devices supported by this driver, have a look
/linux/include/linux/
H A Dhid-sensor-hub.h170 * @report_id: Report id to look for
195 * @report_id: Report id to look for
214 * @report_id: Report id to look for
228 * @report_id: Report id to look for
/linux/arch/arm/include/asm/
H A Dsmp_plat.h76 * - mpidr: MPIDR[23:0] to be used for the look-up
78 * Returns the cpu logical index or -EINVAL on look-up error
/linux/Documentation/mm/
H A Dswap-table.rst25 Swap cache is a map to look up folios using swap entry as the key. The result
44 Notice that most of the time when we look up the swap cache, we are either
/linux/Documentation/gpu/rfc/
H A Dcolor_pipeline.rst65 compositor, as tuning it to one could make it look fairly different from
77 design decision that can greatly affect the look of the final result.
143 An example of a drm_colorop object might look like one of these::
216 An example of a COLOR_PIPELINE property on a plane might look like this::
241 pipeline might look like this::

12345678910>>...69