/Linux-v6.1/Documentation/devicetree/bindings/powerpc/nintendo/ |
D | wii.txt | 11 - model : Should be "nintendo,wii" 12 - compatible : Should be "nintendo,wii" 21 - compatible : Should be "nintendo,hollywood" 30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi" 31 - reg : should contain the VI registers location and length 32 - interrupts : should contain the VI interrupt 41 - compatible : should be "nintendo,hollywood-pi","nintendo,flipper-pi" 42 - reg : should contain the PI registers location and length 53 - compatible : should be "nintendo,flipper-pic" 63 - compatible : should be "nintendo,hollywood-dsp","nintendo,flipper-dsp" [all …]
|
D | gamecube.txt | 12 - compatible : Should be "nintendo,flipper" 21 - compatible : should be "nintendo,flipper-vi" 22 - reg : should contain the VI registers location and length 23 - interrupts : should contain the VI interrupt 32 - compatible : should be "nintendo,flipper-pi" 33 - reg : should contain the PI registers location and length 43 - compatible : should be "nintendo,flipper-pic" 52 - compatible : should be "nintendo,flipper-dsp" 53 - reg : should contain the DSP registers location and length 54 - interrupts : should contain the DSP interrupt [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/ |
D | atmel-sysregs.txt | 4 - compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid" 5 - reg : Should contain registers location and length 8 - compatible: Should be "atmel,at91sam9260-pit" 9 - reg: Should contain registers location and length 10 - interrupts: Should contain interrupt for the PIT which is the IRQ line 14 - compatible: Should be "microchip,sam9x60-pit64b" 15 - reg: Should contain registers location and length 16 - interrupts: Should contain interrupt for PIT64B timer 17 - clocks: Should contain the available clock sources for PIT64B timer. 20 - compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd" [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/edac/ |
D | socfpga-eccmgr.txt | 8 - compatible : Should be "altr,socfpga-ecc-manager" 11 - ranges : standard definition, should translate from local addresses 17 - compatible : Should be "altr,socfpga-l2-ecc" 19 - interrupts : Should be single bit error interrupt, then double bit error 24 - compatible : Should be "altr,socfpga-ocram-ecc" 27 - interrupts : Should be single bit error interrupt, then double bit error 58 - compatible : Should be "altr,socfpga-a10-ecc-manager" 63 - interrupts : Should be single bit error interrupt, then double bit error 67 - ranges : standard definition, should translate from local addresses 73 - compatible : Should be "altr,socfpga-a10-l2-ecc" [all …]
|
/Linux-v6.1/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 17 - compatible: Should be "xlnx,axi-fifo-mm-s-4.1" 18 - interrupt-names: Should be "interrupt" 19 - interrupt-parent: Should be <&intc> 20 - interrupts: Should contain interrupts lines. 21 - reg: Should contain registers location and length. 22 - xlnx,axi-str-rxd-protocol: Should be "XIL_AXI_STREAM_ETH_DATA" 23 - xlnx,axi-str-rxd-tdata-width: Should be <0x20> 24 - xlnx,axi-str-txc-protocol: Should be "XIL_AXI_STREAM_ETH_CTRL" 25 - xlnx,axi-str-txc-tdata-width: Should be <0x20> 26 - xlnx,axi-str-txd-protocol: Should be "XIL_AXI_STREAM_ETH_DATA" [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 6 - compatible: Should be "atmel,at91rm9200-ohci" for USB controllers 9 - interrupts: Should contain ohci interrupt 10 - clocks: Should reference the peripheral, host and system clocks 11 - clock-names: Should contain three strings 33 - compatible: Should be "atmel,at91sam9g45-ehci" for USB controllers 36 - interrupts: Should contain ehci interrupt 37 - clocks: Should reference the peripheral and the UTMI clocks 38 - clock-names: Should contain two strings 43 - phy_type : For multi port host USB controllers, should be one of 57 - compatible: Should be one of the following [all …]
|
D | omap-usb.txt | 4 - compatible : Should be "ti,omap4-musb" or "ti,omap3-musb" 6 - multipoint : Should be "1" indicating the musb controller supports 9 MUSB configuration-specific setting. Should be set to "16" 10 - ram-bits : Specifies the ram address size. Should be set to "12" 12 interface between the controller and the phy. It should be "0" or "1" 14 - mode : Should be "3" to represent OTG. "1" signifies HOST and "2" 16 - power : Should be "50". This signifies the controller can supply up to 47 - compatible : Should be 50 - ti,hwmods : Should be "usb_otg_ss" 56 It should be set to "1" for HW mode and "2" for SW mode. [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/omap/ |
D | l4.txt | 6 - compatible : Should be "ti,omap2-l4" for OMAP2 family l4 core bus 7 Should be "ti,omap2-l4-wkup" for OMAP2 family l4 wkup bus 8 Should be "ti,omap3-l4-core" for OMAP3 family l4 core bus 9 Should be "ti,omap4-l4-cfg" for OMAP4 family l4 cfg bus 10 Should be "ti,omap4-l4-per" for OMAP4 family l4 per bus 11 Should be "ti,omap4-l4-wkup" for OMAP4 family l4 wkup bus 12 Should be "ti,omap5-l4-cfg" for OMAP5 family l4 cfg bus 13 Should be "ti,omap5-l4-wkup" for OMAP5 family l4 wkup bus 14 Should be "ti,dra7-l4-cfg" for DRA7 family l4 cfg bus 15 Should be "ti,dra7-l4-wkup" for DRA7 family l4 wkup bus [all …]
|
/Linux-v6.1/Documentation/dev-tools/kunit/ |
D | style.rst | 33 test subsystem should match a single kernel module. If the code being tested 34 cannot be compiled as a module, in many cases the subsystem should correspond to 38 Test subsystems should be named after the code being tested, either after the 40 subsystems should be named to avoid ambiguity where necessary. 42 If a test subsystem name has multiple components, they should be separated by 60 Names should use underscores, not dashes, to separate words. Prefer 63 This name should use underscores, and not have "kunit-test" as a 67 The corresponding module name is ``parport_pc``, so this subsystem should also 85 contains several suites, the specific area under test should be appended to the 89 subsystem (for example, both unit tests and integration tests), they should be [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/4xx/ |
D | akebono.txt | 20 - compatible : should be "ibm,476gtr-sdhci","generic-sdhci". 21 - reg : should contain the SDHCI registers location and length. 22 - interrupts : should contain the SDHCI interrupt. 30 - compatible : should be "ibm,476gtr-ahci". 31 - reg : should contain the AHCI registers location and length. 32 - interrupts : should contain the AHCI interrupt. 41 - compatible : should be "ibm,akebono-fpga". 42 - reg : should contain the FPGA registers location and length. 51 - compatible : should be "ibm,akebono-avr". 52 - reg : should contain the I2C bus address for the AVR.
|
/Linux-v6.1/tools/testing/selftests/net/forwarding/ |
D | fib_offload_lib.sh | 69 check_err $? "Route not in hardware when should" 73 check_err $? "Appended route in hardware when should not" 77 check_err $? "Prepended route not in hardware when should" 100 check_err $? "Route not in hardware when should" 104 check_err $? "Highest TOS route not in hardware when should" 107 check_err $? "Lowest TOS route still in hardware when should not" 111 check_err $? "Middle TOS route in hardware when should not" 129 check_err $? "Route not in hardware when should" 133 check_err $? "Lowest metric route not in hardware when should" 136 check_err $? "Highest metric route still in hardware when should not" [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/display/imx/ |
D | fsl-imx-drm.txt | 8 - compatible: Should be "fsl,imx-display-subsystem" 9 - ports: Should contain a list of phandles pointing to display interface ports 24 - compatible: Should be "fsl,<chip>-ipu" where <chip> is one of 29 - reg: should be register base and length as documented in the 31 - interrupts: Should contain sync interrupt and error interrupt, 40 Ports 0 and 1 should correspond to CSI0 and CSI1, 41 ports 2 and 3 should correspond to DI0 and DI1, respectively. 66 - compatible: should be "fsl,imx6qp-pre" 67 - reg: should be register base and length as documented in the 72 - clock-names: should be "axi" [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/regulator/ |
D | regulator.yaml | 38 description: boolean, regulator should never be disabled 44 If the bootloader didn't leave it on then OS should turn it on 60 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay 124 protection and value '1' indicates that protection should be enabled but 131 that detection should be enabled but limit setting can be omitted. 136 damaged. Recovery actions should be initiated. Zero can be passed to 137 disable detection and value '1' indicates that detection should 143 protection and value '1' indicates that protection should be enabled but 151 that detection should be enabled but limit setting can be omitted. Limit 157 damaged. Recovery actions should be initiated. Zero can be passed to [all …]
|
/Linux-v6.1/drivers/gpu/drm/tests/ |
D | drm_rect_test.c | 27 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 35 KUNIT_EXPECT_FALSE_MSG(test, drm_rect_visible(&src), "Source should not be visible\n"); in drm_test_rect_clip_scaled_div_by_zero() 54 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 55 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 68 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 69 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 82 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 83 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_not_clipped() 102 KUNIT_EXPECT_TRUE_MSG(test, visible, "Destination should be visible\n"); in drm_test_rect_clip_scaled_clipped() 103 KUNIT_EXPECT_TRUE_MSG(test, drm_rect_visible(&src), "Source should be visible\n"); in drm_test_rect_clip_scaled_clipped() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/mmc/ |
D | sdhci-omap.txt | 5 For UHS devices which require tuning, the device tree should have a "cpu_thermal" node which maps t… 8 - compatible: Should be "ti,omap2430-sdhci" for omap2430 controllers 9 Should be "ti,omap3-sdhci" for omap3 controllers 10 Should be "ti,omap4-sdhci" for omap4 and ti81 controllers 11 Should be "ti,omap5-sdhci" for omap5 controllers 12 Should be "ti,dra7-sdhci" for DRA7 and DRA72 controllers 13 Should be "ti,k2g-sdhci" for K2G 14 Should be "ti,am335-sdhci" for am335x controllers 15 Should be "ti,am437-sdhci" for am437x controllers 18 - pinctrl-names: Should be subset of "default", "hs", "sdr12", "sdr25", "sdr50",
|
/Linux-v6.1/tools/testing/selftests/bpf/ |
D | test_flow_dissector.sh | 111 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any. 113 # Send 10 IPv4/UDP packets from port 9. Filter should drop all. 115 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any. 119 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any. 121 # Send 10 IPv4/UDP packets from port 9. Filter should drop all. 123 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any. 127 # Send 10 IPv4/IPv4/UDP packets from port 8. Filter should not drop any. 130 # Send 10 IPv4/IPv4/UDP packets from port 9. Filter should drop all. 133 # Send 10 IPv4/IPv4/UDP packets from port 10. Filter should not drop any. 138 # Send 10 IPv4/GRE/IPv4/UDP packets from port 8. Filter should not drop any. [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/ |
D | ti,keystone-rproc.txt | 15 Each DSP Core sub-system is represented as a single DT node, and should also 25 - compatible: Should be one of the following, 31 - reg: Should contain an entry for each value in 'reg-names'. 32 Each entry should have the memory region's start address 36 - reg-names: Should contain strings with the following names, each 38 should be defined in this order, 41 - ti,syscon-dev: Should be a pair of the phandle to the Keystone Device 45 - resets: Should contain the phandle to the reset controller node 54 - interrupts: Should contain an entry for each value in 'interrupt-names'. 55 Each entry should have the interrupt source number used by [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | qcom,wcd9335.txt | 14 Definition: For SLIMbus interface it should be "slimMID,PID", 18 Should be: 24 Definition: Should be ('Device index', 'Instance ID') 35 Should be: "intr1", "intr2" 61 Definition: Should contain a reference to the 1.8V buck supply 66 Definition: Should contain a reference to the 1.8V SIDO buck supply 71 Definition: Should contain a reference to the 1.8V rx supply 76 Definition: Should contain a reference to the 1.8V tx supply 81 Definition: Should contain a reference to the vbat supply 86 Definition: Should contain a reference to the micbias supply [all …]
|
/Linux-v6.1/Documentation/process/ |
D | 5.Posting.rst | 23 feedback from the community before the work is complete. So you should 37 There are a number of things which should be done before you consider 48 - Does your change have performance implications? If so, you should run 50 summary of the results should be included with the patch. 68 general rule, a patch should be based on the current mainline as found in 79 Only the most simple changes should be formatted as a single patch; 80 everything else should be made as a logical series of changes. Splitting 92 - Each logically independent change should be formatted as a separate 94 large (adding a significant new driver, for example), but they should be 96 should make a specific change which can be reviewed on its own and [all …]
|
/Linux-v6.1/scripts/kconfig/tests/preprocess/escape/ |
D | Kconfig | 23 # The following should print "$(X)". It should not be expanded further. 28 # The following should print "(". 32 # A simple expanded should not be expanded multiple times. 33 # The following should print "$(X)". It should not be expanded further. 37 # The following should print "$(X)" as well. 41 # The following should print "$(". 42 # It should not be emit "unterminated reference" error.
|
/Linux-v6.1/tools/testing/selftests/bpf/progs/ |
D | dynptr_fail.c | 128 /* this should fail */ in ringbuf_release_uninit_dynptr() 147 /* this should fail */ in use_after_invalid() 184 /* this should fail */ in add_dynptr_to_map1() 201 /* this should fail */ in add_dynptr_to_map2() 265 /* this should fail */ in data_slice_use_after_release1() 298 /* this should fail */ in data_slice_use_after_release2() 324 /* this should fail */ in data_slice_missing_null_check1() 343 /* this should fail */ in data_slice_missing_null_check2() 361 /* this should fail */ in invalid_helper1() 376 /* this should fail */ in invalid_helper2() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/soundwire/ |
D | qcom,sdw.txt | 25 Definition: should specify the SoundWire Controller core and optional 32 Definition: should be "core" for core and "wakeup" for wake interrupt. 37 Definition: should specify if SoundWire Controller is wake up capable. 42 Definition: should be "iface" for SoundWire Controller interface clock 47 Definition: should specify the SoundWire Controller interface clock 67 Definition: should specify payload transport window offset1 of each 76 Definition: should specify payload transport window offset2 of each 85 Definition: should be sample interval low of each data port. 95 Definition: should be size of payload channel sample. 103 Definition: should be 0 or 1 to indicate the block packing mode. [all …]
|
/Linux-v6.1/drivers/staging/media/imx/ |
D | TODO | 7 instead the CSI subdev should call its neighbor's g_mbus_config op 8 (which should be propagated if necessary) to get this info. However 14 operation which should be used to avoid parsing the remote endpoint 20 link_notify callback when the pipeline is modified. This feature should be 21 removed, userspace should use the subdev-based userspace API instead. 25 connected subdev should be removed. 40 the SoC model it is integrated on, the Rx queue sampling size should match 44 supported formats should be restricted to match the pixel source transmitting 48 receiver which operates in dual pixel sampling mode. The CSI bridge should 51 which supports both serial and parallel input, it should expose both variants.
|
/Linux-v6.1/tools/testing/selftests/vm/ |
D | hugetlb-madvise.c | 159 /* addr before mapping should fail */ in main() 168 /* addr + length after mapping should fail */ in main() 193 /* addr is not huge page size aligned and should fail */ in main() 203 /* addr + length should be aligned up to huge page size */ in main() 211 /* should free all pages in mapping */ in main() 235 /* should free all pages in mapping */ in main() 257 /* read should not consume any pages */ in main() 261 /* madvise should not free any pages */ in main() 268 /* writes should allocate private pages */ in main() 272 /* madvise should free private pages */ in main() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | ti-pci.txt | 4 - compatible: Should be "ti,dra7-pcie" for RC (deprecated) 5 Should be "ti,dra7-pcie-ep" for EP (deprecated) 6 Should be "ti,dra746-pcie-rc" for dra74x/dra76 in RC mode 7 Should be "ti,dra746-pcie-ep" for dra74x/dra76 in EP mode 8 Should be "ti,dra726-pcie-rc" for dra72x in RC mode 9 Should be "ti,dra726-pcie-ep" for dra72x in EP mode 37 should contain the register offset within syscon 38 and the 2nd argument should contain the bit field 55 should contain the register offset within syscon 56 and the 2nd argument should contain the bit field [all …]
|