Searched refs:example (Results 1 – 25 of 1393) sorted by relevance
12345678910>>...56
/Linux-v4.19/samples/kfifo/ |
D | Makefile | 1 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o
|
/Linux-v4.19/Documentation/i2c/ |
D | upgrading-clients | 41 example->client.addr = addr; 42 example->client.flags = 0; 43 example->client.adapter = adap; 46 strlcpy(client->i2c_client.name, "example", I2C_NAME_SIZE); 59 dev_info(dev, "example client created\n"); 81 .name = "example", 137 - example->client.addr = addr; 138 - example->client.flags = 0; 139 - example->client.adapter = adap; 141 - strlcpy(client->i2c_client.name, "example", I2C_NAME_SIZE); [all …]
|
D | ten-bit-addresses | 17 support for example), some don't because nobody bothered adding the 22 drivers, for example. 23 * Many user-space packages (for example i2c-tools) lack support for
|
/Linux-v4.19/samples/ |
D | Kconfig | 13 This build trace event example modules. 36 This build several kprobes example modules. 39 tristate "Build kretprobes example -- loadable modules only" 47 This builds kernel hardware breakpoint example modules. 60 tristate "Build kdb command example -- loadable modules only" 63 Build an example of how to dynamically add the hello 113 tristate "Build VFIO mtty example mediated device sample code -- loadable modules only" 120 tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only" 128 tristate "Build VFIO mdpy example guest fbdev driver -- loadable module only" 137 tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only" [all …]
|
/Linux-v4.19/tools/testing/ktest/examples/ |
D | README | 1 This directory contains example configs to use ktest for various tasks. 10 crosstests.conf - this config shows an example of testing a git repo against 16 test.conf - A generic example of a config. This is based on an actual config 19 kvm.conf - A example of a config that is used to test a virtual guest running 22 snowball.conf - An example config that was used to demo ktest.pl against 26 included into other configs. This is a real use example that shows how
|
/Linux-v4.19/samples/hidraw/ |
D | Makefile | 3 hostprogs-y := hid-example 8 HOSTCFLAGS_hid-example.o += -I$(objtree)/usr/include 10 all: hid-example
|
/Linux-v4.19/Documentation/isdn/ |
D | README.avmb1 | 98 for example: 108 for example: 121 for example: 130 for example: 135 for example: 146 for example: 153 for example: 161 for example: 166 for example:
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | at91-clock.txt | 102 For example: 120 For example: 135 For example: 146 For example: 172 For example: 191 For example: 211 For example: 225 For example: 248 For example: 271 For example: [all …]
|
/Linux-v4.19/samples/kobject/ |
D | Makefile | 1 obj-$(CONFIG_SAMPLE_KOBJECT) += kobject-example.o kset-example.o
|
/Linux-v4.19/samples/uhid/ |
D | Makefile | 2 hostprogs-y := uhid-example 7 HOSTCFLAGS_uhid-example.o += -I$(objtree)/usr/include
|
/Linux-v4.19/tools/wmi/ |
D | Makefile | 6 TARGET = dell-smbios-example 16 install: dell-smbios-example
|
/Linux-v4.19/Documentation/devicetree/bindings/mips/img/ |
D | xilfpga.txt | 10 This binding document is provided as baseline guidance for the example 13 The example project runs on the Nexys4DDR board by Digilent powered by 16 Relevant details about the example project and the Nexys4DDR board: 76 When the example project bitstream is loaded, the cpu_reset button
|
/Linux-v4.19/Documentation/devicetree/bindings/fsi/ |
D | fsi.txt | 7 busses, which are then exposed by the device tree. For example, an FSI engine 48 be needed as well, for example: 71 required. For an example, a slave on link 1, with ID 2, could be represented 98 For example, for a slave using a single 0x400-byte page starting at address 106 Full example 109 Here's an example that illustrates: 134 /* FSI engine at 0xc00, using a single page. In this example,
|
/Linux-v4.19/tools/power/pm-graph/config/ |
D | custom-timeline-functions.cfg | 92 # example: _cpu_up: 99 # example: CPU_ON[{cpu}] 105 # example: [color=#CC00CC] 110 # example: cpu=%di:s32 157 # example: ata_eh_recover: 164 # example: ata{port}_port_reset 170 # example: [color=#CC00CC] 175 # example: port=+36(%di):s32
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | v4l2grab-example.rst | 3 .. _v4l2grab-example: 6 Video Grabber example using libv4l
|
D | v4l2.rst | 33 capture-example 34 v4l2grab-example 50 - Documented libv4l, designed and added v4l2grab example, Remote Controller chapter. 363 Fixed VIDIOC_S_STD call in the video standard selection example. 369 Somehow a piece of junk slipped into the capture example, removed. 375 aspect example. Added read and user pointer i/o to video capture 376 example. 381 v4l2_buffer changes, added video capture example, various corrections.
|
/Linux-v4.19/Documentation/devicetree/bindings/display/imx/ |
D | fsl-imx-drm.txt | 12 example: 43 example: 77 example: 102 example: 130 example:
|
/Linux-v4.19/Documentation/input/ |
D | uinput.rst | 40 This first example shows how to create a new virtual device, and how to 90 * to send. This pause is only needed in our example code! 115 This example shows how to create a virtual device that behaves like a physical 122 /* emit function is identical to of the first example */ 153 * to send. This pause is only needed in our example code! 191 /* emit function is identical to of the first example */ 224 * to send. This pause is only needed in our example code!
|
D | input-programming.rst | 5 The simplest example 8 Here comes a very simple example of an input device driver. The device has 71 What the example does 84 accepted by this input device. Our example device can only generate EV_KEY 94 Then the example driver registers the input device structure by calling:: 113 routine isn't reporting two same value events (press, press for example) to 123 for for example mouse movement, where you don't want the X and Y values 134 again. To do that, we would add this to our example driver:: 182 device. A relative value may be for example a mouse movement in the X axis. 284 They are very similar to for example key events, but they go in the other
|
/Linux-v4.19/Documentation/filesystems/ |
D | exofs.txt | 44 open-osd/top-level-Makefile for an example. 48 for example script that does all these steps. 54 (For example, mkdir /mnt/exofs) 58 As an example, this will create the file system on: 78 For example, to mount /dev/osd0, partition ID 0x10000 on /mnt/exofs: 82 7. For reference (See do-exofs example script): 83 do-exofs start - an example of how to perform the above steps. 84 do-exofs stop - an example of how to unmount the file system. 85 do-exofs format - an example of how to format and mkfs a new exofs.
|
/Linux-v4.19/Documentation/kbuild/ |
D | Kconfig.recursion-issue-02 | 23 # The example provided in Documentation/kbuild/Kconfig.recursion-issue-02 24 # describes a simple driver core layout of example features a kernel might 41 # For an example real world scenario issue refer to the attempt to remove 47 mainmenu "Simple example to demo cumulative kconfig recursive dependency implication"
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | lite5200.dts | 182 // PSC2 in ac97 mode example 190 // PSC3 in CODEC mode example 198 // PSC4 in uart mode example 206 // PSC5 in uart mode example 214 // PSC6 in spi mode example
|
/Linux-v4.19/Documentation/devicetree/bindings/pwm/ |
D | pwm.txt | 26 The following example could be used to describe a PWM-based backlight 40 Note that in the example above, specifying the "pwm-names" is redundant 63 An example PWM controller might look like this:
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | phy-miphy28lp.txt | 19 - #phy-cells : Should be 1 (See second example) 35 is not available in all the MiPHY. For example, for STiH407, only the 46 example: 108 example:
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-fsl-mc | 9 For example: 20 For example:
|
12345678910>>...56