| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/ |
| H A D | qib_qsfp.c | 278 u8 peek[4]; in qib_refresh_qsfp_cache() local 288 ret = qsfp_read(ppd, 0, peek, 3); in qib_refresh_qsfp_cache() 291 if ((peek[0] & 0xFE) != 0x0C) in qib_refresh_qsfp_cache() 293 "QSFP byte0 is 0x%02X, S/B 0x0C/D\n", peek[0]); in qib_refresh_qsfp_cache() 295 if ((peek[2] & 4) == 0) { in qib_refresh_qsfp_cache()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_fifo.c | 188 .peek = qdisc_peek_head, 203 .peek = qdisc_peek_head, 218 .peek = qdisc_peek_head,
|
| H A D | sch_blackhole.c | 33 .peek = blackhole_dequeue,
|
| H A D | sch_taprio.c | 81 struct sk_buff *(*peek)(struct Qdisc *sch); member 472 skb = child->ops->peek(child); in taprio_peek_soft() 504 skb = child->ops->peek(child); in taprio_peek_offload() 518 return q->peek(sch); in taprio_peek() 566 skb = child->ops->peek(child); in taprio_dequeue_soft() 1558 q->peek = taprio_peek_offload; in taprio_change() 1564 q->peek = taprio_peek_soft; in taprio_change() 1678 q->peek = taprio_peek_soft; in taprio_init() 1994 .peek = taprio_peek,
|
| H A D | sch_multiq.c | 138 skb = qdisc->ops->peek(qdisc); in multiq_peek() 398 .peek = multiq_peek,
|
| H A D | sch_atm.c | 484 while ((skb = flow->q->ops->peek(flow->q))) { in sch_atm_dequeue() 538 return p->link.q->ops->peek(p->link.q); in atm_tc_peek() 686 .peek = atm_tc_peek,
|
| H A D | sch_plug.c | 213 .peek = qdisc_peek_head,
|
| H A D | sch_prio.c | 104 struct sk_buff *skb = qdisc->ops->peek(qdisc); in prio_peek() 420 .peek = prio_peek,
|
| H A D | sch_dsmark.c | 336 return p->q->ops->peek(p->q); in dsmark_peek() 499 .peek = dsmark_peek,
|
| H A D | sch_drr.c | 388 skb = cl->qdisc->ops->peek(cl->qdisc); in drr_dequeue() 486 .peek = qdisc_peek_dequeued,
|
| H A D | sch_tbf.c | 259 skb = q->qdisc->ops->peek(q->qdisc); in tbf_dequeue() 591 .peek = qdisc_peek_dequeued,
|
| H A D | sch_qfq.c | 981 else if (cl->deficit < qdisc_pkt_len(cl->qdisc->ops->peek(cl->qdisc))) { in agg_dequeue() 994 skb = (*cl)->qdisc->ops->peek((*cl)->qdisc); in qfq_peek_skb() 1244 if (unlikely(skb == cl->qdisc->ops->peek(cl->qdisc)) && in qfq_enqueue() 1502 .peek = qdisc_peek_dequeued,
|
| H A D | sch_red.c | 173 return child->ops->peek(child); in red_peek() 548 .peek = red_peek,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | rand_stream.c | 88 const void *peek = rand_stream_peek(rs, &peek_bytes); in rand_stream_read() local 90 memcpy(buf, peek, peek_bytes); in rand_stream_read()
|
| /OK3568_Linux_fs/buildroot/dl/libmad/ |
| HD | libmad_0.15.1b-10.diff.gz | 1--- libmad-0.15.1b.orig/debian/changelog
2++ ... |
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | keystone-k2hk-netcp.dtsi | 34 reg-names = "peek", "status", "config", 46 reg-names = "peek", "status", "config",
|
| H A D | keystone-k2g-netcp.dtsi | 33 reg-names = "peek", "config",
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/ |
| H A D | istream_policy.hpp | 110 input_.peek(); // try for eof in peek_one()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/ |
| H A D | 0001-Forward-port-to-OpenSSL-1.1.x.patch | 154 hexdump_buffer(inbuf.peek(0, in_len), in_len, false)); 350 - EVP_VerifyUpdate(&sig_ctx, original.peek(0, original.used()), 353 + EVP_VerifyUpdate(sig_ctx, original.peek(0, original.used()), 450 - EVP_SignUpdate(&sig_ctx, data.peek(0, data.used()), data.used()); 453 + EVP_SignUpdate(sig_ctx, data.peek(0, data.used()), data.used());
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | keystone-k2hk-netcp.dtsi | 31 reg-names = "peek", "status", "config", 43 reg-names = "peek", "status", "config",
|
| H A D | keystone-k2g-netcp.dtsi | 31 reg-names = "peek", "config",
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | fsl_hcalls.h | 493 uint32_t addr_hi, uint32_t addr_lo, int peek) in fh_err_get_info() argument 507 r7 = peek; in fh_err_get_info()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | istreamwrapper.h | 56 typename StreamType::int_type c = stream_.peek(); in RAPIDJSON_DIAG_OFF()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_bpf.c | 17 int peek = flags & MSG_PEEK; in __tcp_bpf_recvmsg() local 45 if (likely(!peek)) { in __tcp_bpf_recvmsg() 70 if (unlikely(peek)) { in __tcp_bpf_recvmsg()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/ |
| H A D | bpftool | 647 show|list|dump|peek|pop|dequeue|freeze) 655 peek) 673 peek) 893 peek push enqueue pop dequeue freeze' -- \
|