| /OK3568_Linux_fs/u-boot/board/compulab/cm_t3517/ |
| H A D | cm_t3517.c | 196 int rc = 0, rc1 = 0; in board_eth_init() local 198 rc1 = cm_t3517_handle_mac_address(); in board_eth_init() 199 if (rc1) in board_eth_init() 202 rc1 = cm_t3517_init_emac(bis); in board_eth_init() 203 if (rc1 > 0) in board_eth_init() 206 rc1 = cl_omap3_smc911x_init(0, 4, CONFIG_SMC911X_BASE, in board_eth_init() 208 if (rc1 > 0) in board_eth_init()
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | ChangeLog.megaraid_sas | 7 Current Version : 06.803.02.00-rc1 8 Old Version : 06.803.01.00-rc1 20 Current Version : 06.803.01.00-rc1 21 Old Version : 06.700.06.00-rc1 33 Current Version : 06.700.06.00-rc1 34 Old Version : 06.600.18.00-rc1 43 Current Version : 06.600.18.00-rc1 44 Old Version : 06.506.00.00-rc1 63 Current Version : 06.506.00.00-rc1 64 Old Version : 06.504.01.00-rc1 [all …]
|
| H A D | lpfc.rst | 20 The driver now requires a 2.6.12 (if pre-release, 2.6.12-rc1) or later 71 At this time, the driver requires the 2.6.12 (if pre-release, 2.6.12-rc1)
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | vparms.c | 16 … integer *mintau, integer *zc, integer *lbe, integer *fbe, real *qs, real *rc1, real *ar_b__, real… 109 integer *lbe, integer *fbe, real *qs, real *rc1, real *ar_b__, real * in vparms_() argument 145 *rc1 = 0.f; in vparms_() 179 *rc1 += inbuf[i__] * inbuf[i__ - 1]; in vparms_() 200 *rc1 /= max(e0ap,1.f); in vparms_()
|
| H A D | voicin.c | 265 real rc1; in voicin_() local 497 half, dither, mintau, &zc, &lbe, &fbe, &qs, &rc1, &ar_b__, & in voicin_() 521 value[3] = rc1; in voicin_()
|
| /OK3568_Linux_fs/kernel/Documentation/maintainer/ |
| H A D | pull-requests.rst | 36 drivers/char, to be applied at the Kernel version 4.15-rc1 could be named 37 as ``char-misc-4.15-rc1``. If such tag would be produced from a branch 40 git tag -s char-misc-4.15-rc1 char-misc-next 42 that will create a signed tag called ``char-misc-4.15-rc1`` based on the 95 Char/Misc patches for 4.15-rc1 97 Here is the big char/misc patch set for the 4.15-rc1 merge window. 129 git push origin char-misc-4.15-rc1 141 …-pull master git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ char-misc-4.15-rc1 146 'char-misc-4.15-rc1' tag location, to the head of the 'master' 153 If the char-misc-4.15-rc1 tag is not present in the repo that I am [all …]
|
| /OK3568_Linux_fs/buildroot/package/luasocket/ |
| H A D | luasocket.mk | 7 LUASOCKET_VERSION = 3.0rc1-1 8 LUASOCKET_SUBDIR = luasocket-3.0-rc1
|
| H A D | luasocket.hash | 2 sha256 453fc1d0e9b6a44bbada4290d565f840a5e96ba2d1b47562ba38bd9c7e82195a luasocket-3.0rc1-1.src.ro… 3 sha256 8e8c6314d9e78fe452ee355167f2c40cfbee8207e14dcb5ddd4a2655cb5c6aad luasocket-3.0-rc1/LICENSE
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-light-tsl2772 | 2 KernelVersion: 3.3-rc1 9 KernelVersion: 3.3-rc1
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | qd65xx.c | 427 int rc1, rc2 = -ENODEV; in qd65xx_init() local 432 rc1 = qd_probe(0x30); in qd65xx_init() 433 if (rc1) in qd65xx_init() 436 if (rc1 < 0 && rc2 < 0) in qd65xx_init()
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha512-ce-core.S | 83 .macro dround, i0, i1, i2, i3, i4, rc0, rc1, in0, in1, in2, in3, in4 84 .ifnb \rc1 85 ld1 {v\rc1\().2d}, [x4], #16
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | fw_inc.c | 649 int rc, rc1; in wil_request_firmware() local 666 for (sz = fw->size, d = fw->data; sz; sz -= rc1, d += rc1) { in wil_request_firmware() 667 rc1 = wil_fw_verify(wil, d, sz); in wil_request_firmware() 668 if (rc1 < 0) { in wil_request_firmware() 669 rc = rc1; in wil_request_firmware() 672 rc = wil_fw_process(wil, d, rc1, load); in wil_request_firmware()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/ |
| H A D | ibmveth.c | 776 int rc1 = 0, rc2 = 0; in ibmveth_set_csum_offload() local 841 rc1 = -EIO; in ibmveth_set_csum_offload() 843 rc1 = -EIO; in ibmveth_set_csum_offload() 852 return rc1 ? rc1 : rc2; in ibmveth_set_csum_offload() 860 int rc1 = 0, rc2 = 0; in ibmveth_set_tso() local 894 rc1 = -EIO; in ibmveth_set_tso() 914 return rc1 ? rc1 : rc2; in ibmveth_set_tso() 923 int rc1 = 0, rc2 = 0; in ibmveth_set_features() local 926 rc1 = ibmveth_set_csum_offload(dev, rx_csum); in ibmveth_set_features() 927 if (rc1 && !adapter->rx_csum) in ibmveth_set_features() [all …]
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t35/ |
| H A D | cm_t35.c | 457 int rc = 0, rc1 = 0; in board_eth_init() local 459 rc1 = handle_mac_address(); in board_eth_init() 460 if (rc1) in board_eth_init() 463 rc1 = cl_omap3_smc911x_init(0, 5, CM_T3X_SMC911X_BASE, in board_eth_init() 465 if (rc1 > 0) in board_eth_init() 468 rc1 = cl_omap3_smc911x_init(1, 4, SB_T35_SMC911X_BASE, NULL, -EINVAL); in board_eth_init() 469 if (rc1 > 0) in board_eth_init()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/ |
| H A D | 2.Process.rst | 45 将被称为4.14-rc1。RC1版本是一个信号,表示合并新特性的时间已经过去,稳定下一 62 二月 11 4.16-rc1, 合并窗口关闭
|
| H A D | howto.rst | 217 - 两个星期以后-rc1版本内核发布。之后只有不包含可能影响整个内核稳定性的 219 可能在-rc1后被接受是因为这样的修改完全独立,不会影响其他的代码,所以 220 没有造成内核退步的风险。在-rc1以后也可以用git向Linus提交补丁,不过所
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_ibmvtpm.c | 607 int rc = -ENOMEM, rc1; in tpm_ibmvtpm_probe() local 708 rc1 = plpar_hcall_norets(H_FREE_CRQ, vio_dev->unit_address); in tpm_ibmvtpm_probe() 709 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
|
| /OK3568_Linux_fs/kernel/Documentation/translations/ko_KR/ |
| H A D | howto.rst | 260 - 2주 후에 -rc1 커널이 릴리즈되며 여기서부터의 주안점은 새로운 커널을 265 드라이버(혹은 파일시스템)는 -rc1 이후에만 받아들여진다는 것을 기억해라. 268 있지 않기 때문이다. -rc1이 배포된 이후에 git를 사용하여 패치들을 Linus에게
|
| /OK3568_Linux_fs/kernel/Documentation/translations/ja_JP/ |
| H A D | howto.rst | 275 - 2週間後、-rc1 カーネルがリリースされ、この後にはカーネル全体の安定 278 -rc1 の後で受け付けられることもあることを覚えておいてください。な 280 ない限り、退行のリスクは無いからです。-rc1 がリリースされた後、
|
| /OK3568_Linux_fs/buildroot/package/tinydtls/ |
| H A D | tinydtls.hash | 2 sha256 af73742835b5a66dc0b4a9c126ca8243b5db2986b4969d76e2b4531aa7e13f67 tinydtls-0.9-rc1.tar.gz
|
| H A D | tinydtls.mk | 7 TINYDTLS_VERSION = 0.9-rc1
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | TODO | 1 * commit 7c734359d350 ("qlge: Size RX buffers based on MTU.", v2.6.33-rc1) 20 18c49b91777c ("qlge: do vlan cleanup", v3.1-rc1), 8 years ago).
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_close.c | 198 int rc1 = 0; in smc_close_active() local 237 rc1 = kernel_sock_shutdown(smc->clcsock, in smc_close_active() 239 rc = rc ? rc : rc1; in smc_close_active()
|
| /OK3568_Linux_fs/kernel/tools/testing/kunit/test_data/ |
| H A D | test_kernel_panic_interrupt.log | 22 [ 0.060000] CPU: 0 PID: 1 Comm: swapper Not tainted 5.4.0-rc1-gea2dd7c0875e-dirty #2
|
| /OK3568_Linux_fs/buildroot/configs/ |
| H A D | engicam_imx6ul_geam_defconfig | 17 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2017.07-rc1"
|