| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | trace.h | 129 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf); 130 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf); 133 int tipc_node_dump(struct tipc_node *n, bool more, char *buf); 138 TP_PROTO(struct sk_buff *skb, bool more, const char *header), 140 TP_ARGS(skb, more, header), 144 __dynamic_array(char, buf, (more) ? SKB_LMAX : SKB_LMIN) 149 tipc_skb_dump(skb, more, __get_str(buf)); 157 TP_PROTO(struct sk_buff *skb, bool more, const char *header), \ 158 TP_ARGS(skb, more, header)) 165 TP_PROTO(struct sk_buff_head *list, bool more, const char *header), [all …]
|
| H A D | trace.c | 53 int tipc_skb_dump(struct sk_buff *skb, bool more, char *buf) in tipc_skb_dump() argument 56 size_t sz = (more) ? SKB_LMAX : SKB_LMIN; in tipc_skb_dump() 128 if (!more) in tipc_skb_dump() 166 int tipc_list_dump(struct sk_buff_head *list, bool more, char *buf) in tipc_list_dump() argument 169 size_t sz = (more) ? LIST_LMAX : LIST_LMIN; in tipc_list_dump() 184 if (!more) { in tipc_list_dump()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | algif_hash.c | 27 bool more; member 77 if (!ctx->more) { in hash_sendmsg() 86 ctx->more = false; in hash_sendmsg() 114 ctx->more = msg->msg_flags & MSG_MORE; in hash_sendmsg() 115 if (!ctx->more) { in hash_sendmsg() 150 } else if (!ctx->more) in hash_sendpage() 156 if (ctx->more) in hash_sendpage() 161 if (!ctx->more) { in hash_sendpage() 175 ctx->more = flags & MSG_MORE; in hash_sendpage() 206 if (!result && !ctx->more) { in hash_recvmsg() [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | slip_common.c | 10 if(slip->more > 0){ in slip_proto_read() 12 while(i < slip->more){ in slip_proto_read() 18 slip->more - i); in slip_proto_read() 19 slip->more = slip->more - i; in slip_proto_read() 23 slip->more = 0; in slip_proto_read() 39 slip->more = n - (i + 1); in slip_proto_read()
|
| H A D | mconsole_user.c | 127 int err, int more) in mconsole_reply_len() argument 145 if (len == total) reply.more = more; in mconsole_reply_len() 146 else reply.more = 1; in mconsole_reply_len() 165 int mconsole_reply(struct mc_request *req, const char *str, int err, int more) in mconsole_reply() argument 167 return mconsole_reply_len(req, str, strlen(str), err, more); in mconsole_reply()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | jr3_pci.c | 335 int more = 1; in jr3_check_firmware() local 343 while (more) { in jr3_check_firmware() 347 more = more && read_idm_word(data, size, &pos, &count); in jr3_check_firmware() 348 if (more && count == 0xffff) in jr3_check_firmware() 351 more = more && read_idm_word(data, size, &pos, &addr); in jr3_check_firmware() 352 while (more && count > 0) { in jr3_check_firmware() 355 more = more && read_idm_word(data, size, &pos, &dummy); in jr3_check_firmware() 369 int more = 1; in jr3_write_firmware() local 372 while (more) { in jr3_write_firmware() 376 more = more && read_idm_word(data, size, &pos, &count); in jr3_write_firmware() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | devshell.bbclass | 83 more = False 88 def prompt(more): 89 if more: 103 prompt(more) 112 prompt(more) 129 more = i.runsource(source, "<pyshell>") 130 if not more: 133 prompt(more) 137 more = False 138 prompt(more)
|
| /OK3568_Linux_fs/u-boot/api/ |
| H A D | api_storage.c | 99 static int dev_stor_get(int type, int *more, struct device_info *di) in dev_stor_get() argument 130 *more = 0; in dev_stor_get() 132 *more = 1; in dev_stor_get() 178 int found = 0, more = 0; in dev_enum_stor() local 206 found = dev_stor_get(type, &more, di); in dev_enum_stor() 218 found = dev_stor_get(type, &more, di); in dev_enum_stor() 242 found = dev_stor_get(type, &more, di); in dev_enum_stor() 247 more = 0; in dev_enum_stor() 255 specs[type].enum_ended = (!more) ? 1 : 0; in dev_enum_stor()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | bitfield.h | 16 #define __BITFIELD_FIELD(field, more) \ argument 18 more 22 #define __BITFIELD_FIELD(field, more) \ argument 23 more \
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | Kconfig | 11 boot up to shutdown. For more information on Speakup, 39 for more details. 56 help on the Speakup choice above for more info. 65 help on the Speakup choice above for more info. 73 help on the Speakup choice above for more info. 81 Speakup choice above for more info. 89 help on the Speakup choice above for more info. 98 help on the Speakup choice above for more info. 107 configuration help on the Speakup choice above for more 119 choice above for more info. [all …]
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | scatterwalk.h | 78 unsigned int more) in scatterwalk_pagedone() argument 92 if (more && walk->offset >= walk->sg->offset + walk->sg->length) in scatterwalk_pagedone() 97 int more) in scatterwalk_done() argument 99 if (!more || walk->offset >= walk->sg->offset + walk->sg->length || in scatterwalk_done() 101 scatterwalk_pagedone(walk, out, more); in scatterwalk_done()
|
| /OK3568_Linux_fs/external/rknpu2/ |
| H A D | README.md | 26 - Support more NPU operator fuse, such as Conv-Silu/Conv-Swish/Conv-Hardswish/Conv-sigmoid/Conv-Har… 34 - Add more examples such as rknn_dynamic_shape_input_demo and video demo for yolov5 41 - Support more NPU operators, such as Reshape、Transpose、MatMul、 Max、Min、exGelu、exSoftmax13、Resize e… 48 - Add more examples such as rknn_yolov5_android_apk_demo and rknn_internal_mem_reuse_demo. 56 - Support more NPU operators, such as Where, Resize, Pad, Reshape, Transpose etc. 64 - Support more operators, such as GRU、Swish、LayerNorm etc. 78 - Support more operators, such as HardSigmoid、HardSwish、Gather、ReduceMax、Elu 85 - Add more functions for zero-copy
|
| /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, 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 68 is more than one at all. The modulator is solely determined by the 73 one or more modulators.
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/ |
| H A D | Kconfig | 26 NSLU2 NAS device. For more information on this platform, 34 Avila Network Platform. For more information on this platform, 50 Engineering Coyote Gateway Reference Platform. For more 58 7001 Access Point. For more information on this platform, 66 WG302 v2 or WAG302 v2 Access Points. For more information 74 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 81 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 88 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 101 For more information on this platform, see <file:Documentation/arm/ixp4xx.rst>. 117 PrPCM1100 Processor Mezanine Module. For more information on [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | graph.txt | 7 control flow to devices, but there can be more complex connections between 13 tree graph bindings described herein abstract more complex devices that can 14 have multiple specifiable ports, each of which can be linked to one or more 32 connected to this port. If a single port is connected to more than one 34 If more than one port is present in a device node or there is more than one 116 If there is more than one 'port' or more than one 'endpoint' node or 'reg'
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | hugetlbpage.c | 367 unsigned long more; in hugetlb_free_pmd_range() local 391 more = addr + (1 << hugepd_shift(*(hugepd_t *)pmd)); in hugetlb_free_pmd_range() 392 if (more > next) in hugetlb_free_pmd_range() 393 next = more; in hugetlb_free_pmd_range() 434 unsigned long more; in hugetlb_free_pud_range() local 441 more = addr + (1 << hugepd_shift(*(hugepd_t *)pud)); in hugetlb_free_pud_range() 442 if (more > next) in hugetlb_free_pud_range() 443 next = more; in hugetlb_free_pud_range() 504 unsigned long more; in hugetlb_free_pgd_range() local 511 more = addr + (1 << hugepd_shift(*(hugepd_t *)pgd)); in hugetlb_free_pgd_range() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-firmware-opal-elog | 15 Linux if there is no room for more log entries. 19 the service processor needs more room for log entries, 26 The service processor may be able to store more log 34 do more parsing in kernel and add more files to make 36 more information.
|
| /OK3568_Linux_fs/buildroot/package/python-more-itertools/ |
| H A D | Config.in | 2 bool "python-more-itertools" 7 https://github.com/more-itertools/more-itertools
|
| H A D | python-more-itertools.hash | 1 # md5, sha256 from https://pypi.org/pypi/more-itertools/json 2 md5 9930552c4f7eedc00193673d5f7f0f19 more-itertools-8.10.0.tar.gz 3 sha256 1debcabeb1df793814859d64a81ad7cb10504c24349368ccf214c664c474f41f more-itertools-8.10.0.tar…
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/ |
| H A D | 0001-Include-config.h.patch | 49 @@ -16,6 +16,10 @@ for more details. 64 @@ -15,6 +15,10 @@ for more details. 79 @@ -17,6 +17,10 @@ for more details. 94 @@ -17,6 +17,10 @@ for more details. 109 @@ -16,6 +16,10 @@ for more details. 124 @@ -17,6 +17,10 @@ for more details. 139 @@ -17,6 +17,10 @@ for more details. 154 @@ -16,6 +16,10 @@ for more details. 169 @@ -17,6 +17,10 @@ for more details. 184 @@ -17,6 +17,10 @@ for more details. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/mdio/ |
| H A D | mdio-cavium.h | 19 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument 21 more 24 #define OCT_MDIO_BITFIELD_FIELD(field, more) \ argument 25 more \
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip27/ |
| H A D | Kconfig | 11 in either N-Modes which allows for more nodes or M-Mode which allows 12 for more memory. Your hardware is almost certainly running in 19 in either N-Modes which allows for more nodes or M-Mode which allows 20 for more memory. Your hardware is almost certainly running in
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libwmf/libwmf/ |
| H A D | libwmf-0.2.8.4-useafterfree.patch | 8 { more = gdRealloc (im->clip->list,(im->clip->max + 8) * sizeof (gdClipRectangle)); 9 if (more == 0) return; 11 + im->clip->list = more;
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | dma.c | 271 int *len, u32 *info, bool *more) in mt76_dma_get_buf() argument 283 *more = !(ctl & MT_DMA_CTL_LAST_SEC0); in mt76_dma_get_buf() 297 int *len, u32 *info, bool *more) in mt76_dma_dequeue() argument 301 *more = false; in mt76_dma_dequeue() 313 return mt76_dma_get_buf(dev, q, idx, len, info, more); in mt76_dma_dequeue() 476 bool more; in mt76_dma_rx_cleanup() local 480 buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more); in mt76_dma_rx_cleanup() 518 int len, bool more) in mt76_add_fragment() argument 533 if (more) in mt76_add_fragment() 549 bool more; in mt76_dma_rx_process() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/zram/ |
| H A D | Kconfig | 13 disks and maybe many more. 15 See Documentation/admin-guide/blockdev/zram.rst for more information. 29 See Documentation/admin-guide/blockdev/zram.rst for more information. 39 See Documentation/admin-guide/blockdev/zram.rst for more information.
|