| /OK3568_Linux_fs/kernel/lib/ |
| H A D | atomic64_test.c | 95 i, (i) + one, (i) + one); \ 101 i, (i) - one, (i) - one); \ 109 int one = 1; in test_atomic() local 115 TEST(, add, +=, -one); in test_atomic() 117 TEST(, sub, -=, -one); in test_atomic() 124 RETURN_FAMILY_TEST(, add_return, +=, -one); in test_atomic() 126 RETURN_FAMILY_TEST(, sub_return, -=, -one); in test_atomic() 129 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic() 131 FETCH_FAMILY_TEST(, fetch_sub, -=, -one); in test_atomic() 154 long long one = 1LL; in test_atomic64() local [all …]
|
| H A D | test_stackinit.c | 70 #define INIT_STRUCT_static_all = { .one = 0, \ 76 #define INIT_STRUCT_dynamic_all = { .one = arg->one, \ 84 var.one = 0; \ 197 unsigned long one; member 205 size_t one; member 214 u8 one; member 222 char *one; member 231 u8 one; member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ |
| H A D | Makefile | 200 define patch-filter-one 208 $(call patch-filter-one,7038) 209 $(call patch-filter-one,7522) 210 $(call patch-filter-one,7538) 211 $(call patch-filter-one,7540) 212 $(call patch-filter-one,7546) 213 $(call patch-filter-one,7557) 214 $(call patch-filter-one,7522) 215 $(call patch-filter-one,7538) 216 $(call patch-filter-one,7540) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/doc/ |
| H A D | TREE_RCU-kconfig.txt | 8 CONFIG_DEBUG_OBJECTS_RCU_HEAD -- Do one. 9 CONFIG_HZ_PERIODIC -- Do one. 11 CONFIG_NO_HZ_FULL -- Do two, one with partial CPU enablement. 15 CONFIG_RCU_BOOST -- one of PREEMPT_RCU. 17 CONFIG_RCU_FANOUT_LEAF -- Do one non-default. 18 CONFIG_RCU_FAST_NO_HZ -- Do one, but not with all nohz_full CPUs. 19 CONFIG_RCU_NOCB_CPU -- Do three, one with no rcu_nocbs CPUs, one with 20 rcu_nocbs=0, and one with all rcu_nocbs CPUs. 22 CONFIG_SMP -- Need one !SMP for PREEMPT_RCU. 24 CONFIG_RCU_EQS_DEBUG -- Do at least one for CONFIG_NO_HZ_FULL and not. [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | connect4_prog.c | 113 int zero = 0, one = 1; in set_keepalive() local 115 if (bpf_setsockopt(ctx, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof(one))) in set_keepalive() 118 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPIDLE, &one, sizeof(one))) in set_keepalive() 120 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPINTVL, &one, sizeof(one))) in set_keepalive() 122 if (bpf_setsockopt(ctx, SOL_TCP, TCP_KEEPCNT, &one, sizeof(one))) in set_keepalive() 124 if (bpf_setsockopt(ctx, SOL_TCP, TCP_SYNCNT, &one, sizeof(one))) in set_keepalive() 126 if (bpf_setsockopt(ctx, SOL_TCP, TCP_USER_TIMEOUT, &one, sizeof(one))) in set_keepalive()
|
| H A D | test_sockmap_kern.h | 154 const int one = 1; in bpf_prog3() local 156 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3() 176 f = bpf_map_lookup_elem(&sock_skb_opts, &one); in bpf_prog3() 237 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 247 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog4() 267 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, key = 0; in bpf_prog6() local 280 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog6() 348 int zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5, err = 0; in bpf_prog10() local 357 end = bpf_map_lookup_elem(&sock_bytes, &one); in bpf_prog10()
|
| /OK3568_Linux_fs/buildroot/package/linux-fusion/ |
| H A D | 0004-Port-one-one_udp.c-to-Linux-4.1.patch | 4 Subject: [PATCH] Port one/one_udp.c to Linux 4.1 9 one/one_udp.c: In function 'ksocket_send_iov': 10 one/one_udp.c:186:9: error: 'struct msghdr' has no member named 'msg_iov' 11 one/one_udp.c:187:9: error: 'struct msghdr' has no member named 'msg_iovlen' 13 one/one_udp.c: In function 'ksocket_receive': 14 one/one_udp.c:221:9: error: 'struct msghdr' has no member named 'msg_iov' 15 one/one_udp.c:222:9: error: 'struct msghdr' has no member named 'msg_iovlen' 23 one/one_udp.c: In function 'ksocket_send_iov': 24 one/one_udp.c:192:13: error: too many arguments to function 'sock_sendmsg' 32 one/one_udp.c:235:13: error: too many arguments to function 'sock_recvmsg' [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_benchmark.c | 79 double one = i_one, one_bump = one * 0.01; in approx() local 82 one_bump = one + MAX(one_bump, 2.0); in approx() 86 if (one == two || in approx() 87 (one > two && one <= two_bump) || in approx() 88 (two > one && two <= one_bump)) in approx() 101 unsigned long long one, bool (*eval)(int, int), unsigned long long two) in compare() argument 106 (long long)one, name_eval, (long long)two); in compare() 107 if (one > INT_MAX) { in compare() 108 printf("Miscalculation! Measurement went negative: %lld\n", (long long)one); in compare() 116 good = eval(one, two); in compare()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | tuner.rst | 13 Video input devices can have one or more tuners demodulating a RF 14 signal. Each tuner is associated with one or more video inputs, 21 Radio input devices have exactly one tuner with index zero, no video 34 current tuner, when there is more than one. The tuner is solely 38 device has one or more tuners. 44 Video output devices can have one or more modulators, that modulate a 46 set or video recorder. Each modulator is associated with one or more 54 Radio output devices have exactly one modulator with index zero, no 58 separate device nodes will have to be used for such hardware, one that 59 supports the tuner functionality and one that supports the modulator [all …]
|
| H A D | pixfmt-compressed.rst | 38 The decoder expects one Access Unit per buffer. 39 The encoder generates one Access Unit per buffer. 71 one output and one capture buffer must be provided for use 120 Exactly one output and one capture buffer must be provided for use with 148 - VP8 compressed video frame. The encoder generates one 149 compressed frame per buffer, and the decoder requires one 161 Exactly one output and one capture buffer must be provided for use with 175 - VP9 compressed video frame. The encoder generates one 176 compressed frame per buffer, and the decoder requires one 183 The decoder expects one Access Unit per buffer. [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | Kconfig | 32 This option adds the bitmap:ip set type support, by which one 41 This option adds the bitmap:ip,mac set type support, by which one 50 This option adds the bitmap:port set type support, by which one 59 This option adds the hash:ip set type support, by which one 69 This option adds the hash:ip,mark set type support, by which one 78 This option adds the hash:ip,port set type support, by which one 88 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 98 one can store IPv4/IPv6 address, protocol/port, and IPv4/IPv6 108 one can store IPv4/IPv6 address and MAC (ethernet address) pairs in a set. 117 one can store MAC (ethernet address) elements in a set. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | sc16is7xx.c | 348 struct sc16is7xx_one *one = to_sc16is7xx_one(port, port); in sc16is7xx_line() local 350 return one->line; in sc16is7xx_line() 770 struct sc16is7xx_one *one = to_sc16is7xx_one(ws, reg_work); in sc16is7xx_reg_proc() local 774 spin_lock_irqsave(&one->port.lock, irqflags); in sc16is7xx_reg_proc() 775 config = one->config; in sc16is7xx_reg_proc() 776 memset(&one->config, 0, sizeof(one->config)); in sc16is7xx_reg_proc() 777 spin_unlock_irqrestore(&one->port.lock, irqflags); in sc16is7xx_reg_proc() 780 sc16is7xx_port_update(&one->port, SC16IS7XX_MCR_REG, in sc16is7xx_reg_proc() 782 (one->port.mctrl & TIOCM_LOOP) ? in sc16is7xx_reg_proc() 784 sc16is7xx_port_update(&one->port, SC16IS7XX_MCR_REG, in sc16is7xx_reg_proc() [all …]
|
| H A D | max310x.c | 626 struct max310x_one *one = to_max310x_port(port); in max310x_batch_write() local 629 .tx_buf = &one->wr_header, in max310x_batch_write() 630 .len = sizeof(one->wr_header), in max310x_batch_write() 641 struct max310x_one *one = to_max310x_port(port); in max310x_batch_read() local 644 .tx_buf = &one->rd_header, in max310x_batch_read() 645 .len = sizeof(one->rd_header), in max310x_batch_read() 656 struct max310x_one *one = to_max310x_port(port); in max310x_handle_rx() local 672 max310x_batch_read(port, one->rx_buf, rxlen); in max310x_handle_rx() 684 uart_insert_char(port, sts, 0, one->rx_buf[i], flag); in max310x_handle_rx() 692 one->rx_buf[rxlen-1], flag); in max310x_handle_rx() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | README | 12 Feel free to send me one if you create one that works. 24 reinitialize a state struct that was created by one of the create 41 sources simultaneously. See one or more of the following 44 nuke - compressing one audio stream 45 nuke2 - compressing two audio streams, alternating one frame from each 46 unnuke - decompressing one audio stream 47 unnuke2 - decompressing two audio streams, alternating one frame from each
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip,multidais.txt | 7 - capture,channel-mapping: map channels, one for each in dais, 10 - playback,channel-mapping: map channels, one for each in dais. 18 - frame-master: bool properties, frame master, one for each in dais. 19 - bitclock-master: bool properties, bit clock master, one for each in dais. 20 - bitclock-inversion: bool properties, bit clock inversion, one for each in dais. 21 - frame-inversion: bool properties, frame clock inversion, one for each in dais.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/rockchip/ |
| H A D | grf.txt | 21 - compatible: GRF should be one of the following: 33 - compatible: DETECTGRF should be one of the following: 35 - compatilbe: COREGRF should be one of the following: 37 - compatible: PMUGRF should be one of the following: 41 - compatible: SGRF should be one of the following: 43 - compatible: USB2PHYGRF should be one of the following: 46 - compatible: USBGRF should be one of the following:
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/ |
| H A D | dtoa.h | 62 const DiyFp one(uint64_t(1) << -Mp.e, Mp.e); in DigitGen() 64 uint32_t p1 = static_cast<uint32_t>(Mp.f >> -one.e); in DigitGen() 65 uint64_t p2 = Mp.f & (one.f - 1); in DigitGen() 86 uint64_t tmp = (static_cast<uint64_t>(p1) << -one.e) + p2; in DigitGen() 89 … GrisuRound(buffer, *len, delta, tmp, static_cast<uint64_t>(kPow10[kappa]) << -one.e, wp_w.f); in DigitGen() 98 char d = static_cast<char>(p2 >> -one.e); in DigitGen() 101 p2 &= one.f - 1; in DigitGen() 106 …GrisuRound(buffer, *len, delta, p2, one.f, wp_w.f * (index < 9 ? kPow10[-static_cast<int>(kappa)] … in DigitGen()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | gr-udc.txt | 15 - interrupts : Interrupt numbers for this device. Either one interrupt number 16 for all interrupts, or one for status related interrupts, one for IN 17 endpoint related interrupts and one for OUT endpoint related interrupts. 23 number. If the property is present it typically contains one entry for 29 number. If the property is present it typically contains one entry for
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | sprd,pinctrl.txt | 6 register contains several bit fields with one bit or several bits 12 to choose one function (like: UART0) for which system, since we 13 have several systems (AP/CP/CM4) on one SoC.). 17 as one generic configuration, and maybe it will add more strange 18 global configuration in future. Then we add one "sprd,control" to 22 Moreover we recognise every fields comprising one bit or several 23 bits in one global control register as one pin, thus we should 28 register definition, and each register described one pin is used 57 register definition, and each register described one pin is used to
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | Kconfig | 66 Say 'Y' or 'M' here if you have one such device 73 Recent Exynos5 SoCs ship with one DesignWare Core USB3 IP inside, 74 say 'Y' or 'M' if you have one such device. 98 Say 'Y' or 'M' here if you have one such device 109 Say 'Y' or 'M' if you have one such device. 118 Say 'Y' or 'M' if you have one such device. 125 STMicroelectronics SoCs with one DesignWare Core USB3 IP 127 Say 'Y' or 'M' if you have one such device. 140 Say 'Y' or 'M' if you have one such device. 150 Say 'Y' or 'M' if you have one such device.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | media-types.rst | 143 composing must have at least two sink pads and one source 151 must have at least one sink pad and one source pad. Read 160 encoding conversion must have at least one sink pad and one 169 processing must have one sink pad and one source pad. It uses 178 at least one sink pad and one source pad, and scale the 183 scaling can be supported in one direction only). Binning and 189 capable of statistics computation must have one sink pad and 190 one source pad. It computes statistics over the frames 196 compressing video frames. Must have one sink pad and at least 197 one source pad. [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/ |
| H A D | libnetfilter-cthelper-visibility-hidden.patch | 69 * nfct_helper_free - release one helper object 97 * nfct_helper_free - release one helper policy object 108 * nfct_helper_policy_attr_set - set one attribute of the helper object 125 * nfct_helper_attr_set_str - set one attribute the helper object 151 * nfct_helper_attr_set - set one attribute of the helper object 168 * nfct_helper_attr_set_str - set one attribute the helper object 210 * nfct_helper_attr_unset - unset one attribute the helper object 226 * nfct_helper_attr_get - get one attribute the helper object 246 * nfct_helper_attr_get_str - get one attribute the helper object 261 * nfct_helper_attr_get_u8 - get one attribute the helper object [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/obsolete/ |
| H A D | sysfs-driver-hid-roccat-ryos | 4 Description: When written, this file lets one select which data from which 24 Description: When written, this file lets one set the default of all keys for 34 Description: When written, this file lets one set the function of the 44 Description: When written, this file lets one set the function of the macro 54 Description: When written, this file lets one set the function of the 64 Description: When written, this file lets one set the function of the 74 Description: When written, this file lets one set the function of the 84 Description: When written, this file lets one deactivate certain keys like 95 Description: When written, this file lets one set the backlight intensity for 106 Description: When written, this file lets one store macros with max 480 [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | nettest.c | 365 int one = 1; in set_pktinfo_v4() local 368 rc = setsockopt(sd, SOL_IP, IP_PKTINFO, &one, sizeof(one)); in set_pktinfo_v4() 377 int one = 1; in set_recvpktinfo_v6() local 380 rc = setsockopt(sd, SOL_IPV6, IPV6_RECVPKTINFO, &one, sizeof(one)); in set_recvpktinfo_v6() 389 int one = 1; in set_recverr_v4() local 392 rc = setsockopt(sd, SOL_IP, IP_RECVERR, &one, sizeof(one)); in set_recverr_v4() 401 int one = 1; in set_recverr_v6() local 404 rc = setsockopt(sd, SOL_IPV6, IPV6_RECVERR, &one, sizeof(one)); in set_recverr_v6() 468 unsigned int one = 1; in set_broadcast() local 471 if (setsockopt(sd, SOL_SOCKET, SO_BROADCAST, &one, sizeof(one)) != 0) { in set_broadcast() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/dsa/ |
| H A D | b53.txt | 6 - compatible: For external switch chips, compatible string must be exactly one 20 For the BCM5310x SoCs with an integrated switch, must be one of: 27 For the BCM5831X/BCM1140x SoCs with an integrated switch, must be one of: 35 For the BCM585xx/586XX/88312 SoCs with an integrated switch, must be one of: 44 For the BCM63xx/33xx SoCs with an integrated switch, must be one of: 51 - reg: a total of 3 register base addresses, the first one must be the 53 configuration register and the third one is the SGMII configuration
|