| /kernel/linux/linux-5.10/usr/include/ |
| D | Makefile | 23 no-header-test += asm/shmbuf.h 24 no-header-test += asm/signal.h 25 no-header-test += asm/ucontext.h 26 no-header-test += drm/vmwgfx_drm.h 27 no-header-test += linux/am437x-vpfe.h 28 no-header-test += linux/android/binder.h 29 no-header-test += linux/android/binderfs.h 30 no-header-test += linux/coda.h 31 no-header-test += linux/errqueue.h 32 no-header-test += linux/fsmap.h [all …]
|
| /kernel/linux/linux-6.6/drivers/net/can/flexcan/ |
| D | flexcan.h | 24 * MCF5441X FlexCAN2 ? no yes no no no no 16 25 * MX25 FlexCAN2 03.00.00.00 no no no no no no 64 26 * MX28 FlexCAN2 03.00.04.00 yes yes no no no no 64 27 * MX35 FlexCAN2 03.00.00.00 no no no no no no 64 28 * MX53 FlexCAN2 03.00.00.00 yes no no no no no 64 29 * MX6s FlexCAN3 10.00.12.00 yes yes no no yes no 64 30 * MX8QM FlexCAN3 03.00.23.00 yes yes no no yes yes 64 31 * MX8MP FlexCAN3 03.00.17.01 yes yes no yes yes yes 64 32 * VF610 FlexCAN3 ? no yes no yes yes? no 64 33 * LS1021A FlexCAN2 03.00.04.00 no yes no no yes no 64 [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/ |
| D | rk3588s-pinctrl.dtsi | 15 /omit-if-no-ref/ 30 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 91 /omit-if-no-ref/ 100 /omit-if-no-ref/ 111 /omit-if-no-ref/ 120 /omit-if-no-ref/ 131 /omit-if-no-ref/ 138 /omit-if-no-ref/ [all …]
|
| D | rk3568-pinctrl.dtsi | 15 /omit-if-no-ref/ 36 /omit-if-no-ref/ 43 /omit-if-no-ref/ 50 /omit-if-no-ref/ 57 /omit-if-no-ref/ 64 /omit-if-no-ref/ 71 /omit-if-no-ref/ 80 /omit-if-no-ref/ 103 /omit-if-no-ref/ 128 /omit-if-no-ref/ [all …]
|
| D | rockchip-pinconf.dtsi | 7 /omit-if-no-ref/ 12 /omit-if-no-ref/ 17 /omit-if-no-ref/ 22 /omit-if-no-ref/ 28 /omit-if-no-ref/ 34 /omit-if-no-ref/ 40 /omit-if-no-ref/ 46 /omit-if-no-ref/ 52 /omit-if-no-ref/ 58 /omit-if-no-ref/ [all …]
|
| D | rk3588-pinctrl.dtsi | 15 /omit-if-no-ref/ 25 /omit-if-no-ref/ 35 /omit-if-no-ref/ 52 /omit-if-no-ref/ 61 /omit-if-no-ref/ 70 /omit-if-no-ref/ 77 /omit-if-no-ref/ 88 /omit-if-no-ref/ 99 /omit-if-no-ref/ 108 /omit-if-no-ref/ [all …]
|
| /kernel/linux/linux-6.6/usr/include/ |
| D | Makefile | 26 no-header-test += asm/ucontext.h 27 no-header-test += drm/vmwgfx_drm.h 28 no-header-test += linux/am437x-vpfe.h 29 no-header-test += linux/coda.h 30 no-header-test += linux/cyclades.h 31 no-header-test += linux/errqueue.h 32 no-header-test += linux/hdlc/ioctl.h 33 no-header-test += linux/ivtv.h 34 no-header-test += linux/matroxfb.h 35 no-header-test += linux/omap3isp.h [all …]
|
| /kernel/linux/linux-6.6/Documentation/powerpc/ |
| D | isa-versions.rst | 16 e5500 Power ISA v2.06 with some exceptions, no Altivec 22 Power5++ Power ISA v2.04 (no VMX) 50 e5500 No 55 Power5++ No 56 Power5+ No 57 Power5 No 59 Power4+ No 60 Power4 No 69 e6500 No 70 e5500 No [all …]
|
| /kernel/liteos_m/testsuites/unittest/xts/net/ |
| D | acts_net_test.c | 21 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 53 ICUNIT_ASSERT_NOT_EQUAL(udpFd, -1, udpFd); /* -1, common data for test, no special meaning */ 55 struct ifreq ifre[5]; /* 5, common data for test, no special meaning */ 58 ifcf.ifc_len = 5 * sizeof(struct ifreq); /* 5, common data for test, no special meaning */ 63 char rst1[18]; /* 18, common data for test, no special meaning */ 68 … ICUNIT_GOTO_EQUAL(ifrCount, 2, ifrCount, EXIT); /* 2, common data for test, no special meaning */ 69 …ICUNIT_ASSERT_WITHIN_EQUAL(ifrCount, 2, INT_MAX, ifrCount); /* 2, common data for test, no special… 81 … + 3), *(macPtr + 4), *(macPtr + 5)); /* 1, 2, 3, 4, 5, common data for test, no special meaning */ 100 ICUNIT_ASSERT_NOT_EQUAL(fd, -1, fd); /* -1, common data for test, no special meaning */ 102 int error = -1; /* -1, common data for test, no special meaning */ [all …]
|
| /kernel/liteos_m/testsuites/unittest/xts/ipc/msg_queue/ |
| D | mq_exp_test.c | 21 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 59 … "testMqReceiveEAGAIN_%d", GetRandom(10000)); /* 10000, common data for test, no special meaning */ 64 …ICUNIT_ASSERT_NOT_EQUAL(queue, (mqd_t)-1, queue); /* -1, common data for test, no special meaning … 70 ICUNIT_ASSERT_NOT_EQUAL(ret, -1, ret); /* -1, common data for test, no special meaning */ 74 ICUNIT_ASSERT_EQUAL(ret, -1, ret); /* -1, common data for test, no special meaning */ 79 ICUNIT_ASSERT_EQUAL(ret, -1, ret); /* -1, common data for test, no special meaning */ 102 … "testMqReceiveEAGAIN_%d", GetRandom(10000)); /* 10000, common data for test, no special meaning */ 107 …ICUNIT_ASSERT_NOT_EQUAL(queue, (mqd_t)-1, queue); /* -1, common data for test, no special meaning … 110 ICUNIT_ASSERT_EQUAL(ret, -1, ret); /* -1, common data for test, no special meaning */ 116 ICUNIT_ASSERT_EQUAL(ret, -1, ret); /* -1, common data for test, no special meaning */ [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/ |
| D | pipeline.json | 9 …"PublicDescription": "No operation issued due to the frontend, cache miss.This event counts every … 12 …"BriefDescription": "No operation issued due to the frontend, cache miss.This event counts every c… 15 …"PublicDescription": "No operation issued due to the frontend, TLB miss.This event counts every cy… 18 …"BriefDescription": "No operation issued due to the frontend, TLB miss.This event counts every cyc… 21 …"PublicDescription": "No operation issued due to the frontend, pre-decode error.This event counts … 24 …"BriefDescription": "No operation issued due to the frontend, pre-decode error.This event counts e… 27 …"PublicDescription": "No operation issued due to the backend interlock.This event counts every cyc… 30 …"BriefDescription": "No operation issued due to the backend interlock.This event counts every cycl… 33 …"PublicDescription": "No operation issued due to the backend, interlock, AGU.This event counts eve… 36 …"BriefDescription": "No operation issued due to the backend, interlock, AGU.This event counts ever… [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
| D | csio_scsi.h | 28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 65 * One SCSI egress WR has the following fixed no of bytes: 96 uint32_t n_rn_nr_error; /* No. of remote-node-not- 99 uint32_t n_hw_nr_error; /* No. of hw-module-not- 102 uint32_t n_dmamap_error; /* No. of DMA map erros */ 103 uint32_t n_unsupp_sge_error; /* No. of too-many-SGes 106 uint32_t n_no_req_error; /* No. of Out-of-ioreqs error */ 107 uint32_t n_busy_error; /* No. of -EBUSY errors */ 108 uint32_t n_hosterror; /* No. of FW_HOSTERROR I/O */ 109 uint32_t n_rsperror; /* No. of response errors */ [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
| D | csio_scsi.h | 28 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 65 * One SCSI egress WR has the following fixed no of bytes: 96 uint32_t n_rn_nr_error; /* No. of remote-node-not- 99 uint32_t n_hw_nr_error; /* No. of hw-module-not- 102 uint32_t n_dmamap_error; /* No. of DMA map erros */ 103 uint32_t n_unsupp_sge_error; /* No. of too-many-SGes 106 uint32_t n_no_req_error; /* No. of Out-of-ioreqs error */ 107 uint32_t n_busy_error; /* No. of -EBUSY errors */ 108 uint32_t n_hosterror; /* No. of FW_HOSTERROR I/O */ 109 uint32_t n_rsperror; /* No. of response errors */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/powerpc/ |
| D | isa-versions.rst | 18 Power5++ Power ISA v2.04 (no VMX) 43 Power5++ No 44 Power5+ No 45 Power5 No 56 Power6 No 57 PA6T No 58 Cell PPU No 59 Power5++ No 60 Power5+ No 61 Power5 No [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/ |
| D | pipeline.json | 21 …"PublicDescription": "No operation issued due to the frontend, cache miss. This event counts every… 24 …"BriefDescription": "No operation issued due to the frontend, cache miss. This event counts every … 27 …"PublicDescription": "No operation issued due to the frontend, TLB miss. This event counts every c… 30 …"BriefDescription": "No operation issued due to the frontend, TLB miss. This event counts every cy… 33 "PublicDescription": "No operation issued due to the frontend, pre-decode error", 36 "BriefDescription": "No operation issued due to the frontend, pre-decode error" 39 …"PublicDescription": "No operation issued due to the backend interlock. This event counts every cy… 42 …"BriefDescription": "No operation issued due to the backend interlock. This event counts every cyc… 45 …"PublicDescription": "No operation issued due to the backend, address interlock. This event counts… 48 …"BriefDescription": "No operation issued due to the backend, address interlock. This event counts … [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/ |
| D | rv1126-pinctrl.dtsi | 15 /omit-if-no-ref/ 23 /omit-if-no-ref/ 29 /omit-if-no-ref/ 49 /omit-if-no-ref/ 55 /omit-if-no-ref/ 63 /omit-if-no-ref/ 81 /omit-if-no-ref/ 91 /omit-if-no-ref/ 125 /omit-if-no-ref/ 137 /omit-if-no-ref/ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/ |
| D | torture.sh | 46 # "yes" or "no" parameters 55 do_kcsan=no 61 # doyesno - Helper function for yes/no arguments 67 echo no 78 echo " --do-allmodconfig / --do-no-allmodconfig / --no-allmodconfig" 79 echo " --do-clocksourcewd / --do-no-clocksourcewd / --no-clocksourcewd" 80 echo " --do-kasan / --do-no-kasan / --no-kasan" 81 echo " --do-kcsan / --do-no-kcsan / --no-kcsan" 82 echo " --do-kvfree / --do-no-kvfree / --no-kvfree" 83 echo " --do-locktorture / --do-no-locktorture / --no-locktorture" [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/ |
| D | other.json | 9 …"PublicDescription": "This event counts every cycle that no operation was committed because the ol… 12 …"BriefDescription": "This event counts every cycle that no operation was committed because the old… 15 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 18 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… 21 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 24 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… 27 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 30 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… 33 …"PublicDescription": "This event counts every cycle that no instruction was committed because the … 36 …"BriefDescription": "This event counts every cycle that no instruction was committed because the o… [all …]
|
| /kernel/linux/linux-5.10/Documentation/filesystems/ |
| D | locking.rst | 39 d_revalidate: no no yes (ref-walk) maybe 40 d_weak_revalidate: no no yes no 41 d_hash no no no maybe 42 d_compare: yes no no maybe 43 d_delete: no yes no no 44 d_init: no no yes no 45 d_release: no no yes no 46 d_prune: no yes no no 47 d_iput: no no yes no 48 d_dname: no no no no [all …]
|
| /kernel/linux/linux-6.6/Documentation/hwmon/ |
| D | mc13783-adc.rst | 53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No 54 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No / 56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No / 57 0 - 2.55V / x0.9 / No 58 8 General Purpose ADIN8 0 - 2.30V No 59 9 General Purpose ADIN9 0 - 2.30V No 60 10 General Purpose ADIN10 0 - 2.30V No 61 11 General Purpose ADIN11 0 - 2.30V No 62 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No 63 13 General Purpose TSX2 / Touchscreen X-plate 2 0 - 2.30V No [all …]
|
| /kernel/linux/linux-5.10/Documentation/hwmon/ |
| D | mc13783-adc.rst | 53 5 General Purpose ADIN5 / Battery Pack Thermistor 0 - 2.30V No 54 6 General Purpose ADIN6 / Backup Voltage (LICELL) 0 - 2.30V / No / 56 7 General Purpose ADIN7 / UID / Die Temperature 0 - 2.30V / No / 57 0 - 2.55V / x0.9 / No 58 8 General Purpose ADIN8 0 - 2.30V No 59 9 General Purpose ADIN9 0 - 2.30V No 60 10 General Purpose ADIN10 0 - 2.30V No 61 11 General Purpose ADIN11 0 - 2.30V No 62 12 General Purpose TSX1 / Touchscreen X-plate 1 0 - 2.30V No 63 13 General Purpose TSX2 / Touchscreen X-plate 2 0 - 2.30V No [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| D | common-debug.h | 10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21 * @rx_pkts_all: No. of total frames received, including ones that 23 * @rx_bytes_all: No. of total bytes received, including ones that 25 * @crc_err: No. of frames with incorrect CRC value 26 * @decrypt_crc_err: No. of frames whose CRC check failed after 28 * @phy_err: No. of frames whose reception failed because the PHY 30 * @mic_err: No. of frames with incorrect TKIP MIC verification failure 35 * @rx_len_err: No. of frames discarded due to bad length. 36 * @rx_oom_err: No. of frames dropped due to OOM issues. 37 * @rx_rate_err: No. of frames dropped due to rate errors. [all …]
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| D | common-debug.h | 10 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 21 * @rx_pkts_all: No. of total frames received, including ones that 23 * @rx_bytes_all: No. of total bytes received, including ones that 25 * @crc_err: No. of frames with incorrect CRC value 26 * @decrypt_crc_err: No. of frames whose CRC check failed after 28 * @phy_err: No. of frames whose reception failed because the PHY 30 * @mic_err: No. of frames with incorrect TKIP MIC verification failure 35 * @rx_len_err: No. of frames discarded due to bad length. 36 * @rx_oom_err: No. of frames dropped due to OOM issues. 37 * @rx_rate_err: No. of frames dropped due to rate errors. [all …]
|
| /kernel/liteos_m/testsuites/unittest/xts/mem/ |
| D | mem_api_test.c | 21 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 54 len = GetRandom(1024); /* 1024, common data for test, no special meaning */ 57 char buf[1024]; /* 1024, common data for test, no special meaning */ 63 failure = 1; /* 1, common data for test, no special meaning */ 80 char src[1024]; /* 1024, common data for test, no special meaning */ 81 char dst[1024]; /* 1024, common data for test, no special meaning */ 83 len = GetRandom(1024); /* 1024, common data for test, no special meaning */ 86 src[i] = chr + i % 26; /* 26, common data for test, no special meaning */ 94 failure = 1; /* 1, common data for test, no special meaning */ 110 char buf[1024]; /* 1024, common data for test, no special meaning */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/filesystems/ |
| D | locking.rst | 39 d_revalidate: no no yes (ref-walk) maybe 40 d_weak_revalidate: no no yes no 41 d_hash no no no maybe 42 d_compare: yes no no maybe 43 d_delete: no yes no no 44 d_init: no no yes no 45 d_release: no no yes no 46 d_prune: no yes no no 47 d_iput: no no yes no 48 d_dname: no no no no [all …]
|