Searched full:produce (Results 1 – 25 of 576) sorted by relevance
12345678910>>...24
23 will produce dvb-usb-lme2510c-s7395.fw36 will produce dvb-usb-lme2510c-s7395.fw53 will produce dvb-usb-lme2510-lg.fw
44 produce an error and any read that doesn't follow a write will45 produce an error.50 call -- reading less than 4 bytes will produce an error.)
25 * 2. with __SYSCALL defined to produce function declarations26 * 3. with __SYSCALL defined to produce syscall table initialization
141 Say Y here if you want the I2C core to produce a bunch of debug148 Say Y here if you want the I2C algorithm drivers to produce a bunch157 Say Y here if you want the I2C bus drivers to produce a bunch of
58 # compiler may produce different code depending on the compiler and73 # produce more consistent amounts of data each run, to see if over90 # Specifically crafted test will produce a list of Tread ID's to
194 * xxh32_digest() - produce the current xxh32 hash196 * @state: Produce the current xxh32 hash of this state.227 * xxh64_digest() - produce the current xxh64 hash229 * @state: Produce the current xxh64 hash of this state.
15 * Every stream will have its corresponding encoder polled to produce TS packets39 * Every stream will have its corresponding encoder polled to produce TS packets
59 /* Cyclic index of next element to produce/consume */65 /* Cyclic index of next element to produce/consume */77 * as produce / consume.80 /* Point to next element to produce/consume */134 * for fastpath operation [consume/produce] but only for the SINGLE511 /* produce empty elements */ in qed_chain_reset()
4 # Produce awk statements roughly depicting the system's CPU and cache5 # layout. If the required information is not available, produce
76 '1' : 2 segments digit only able to produce a 1.78 able to produce at least 1 2 3.80 able to produce at least 0 1 2 3 4 5.
783 * ice_clean_xdp_irq_zc - produce AF_XDP descriptors to CQ837 * ice_xmit_pkt - produce a single HW Tx descriptor out of AF_XDP descriptor838 * @xdp_ring: XDP ring to produce the HW Tx descriptor on860 * ice_xmit_pkt_batch - produce a batch of HW Tx descriptors out of AF_XDP descriptors861 * @xdp_ring: XDP ring to produce the HW Tx descriptors on890 * ice_fill_tx_hw_ring - produce the number of Tx descriptors onto ring891 * @xdp_ring: XDP ring to produce the HW Tx descriptors on911 * @xdp_ring: XDP ring to produce the HW Tx descriptors on925 * @xdp_ring: XDP ring to produce the HW Tx descriptors on
17 * can be |'d with others to produce a full register value for26 * with others to produce a full register value for <x>.
28 sptest1: Simple governor switch to produce lockdep.29 sptest2: Concurrent governor switch to produce lockdep.
745 /* Now the rx ring base, consume & produce registers. */ in ioc3_start()756 /* Now the tx ring base, consume & produce registers. */ in ioc3_start()987 int produce; in ioc3_start_xmit() local1040 produce = ip->tx_pi; in ioc3_start_xmit()1041 desc = &ip->txr[produce]; in ioc3_start_xmit()1087 ip->tx_skbs[produce] = skb; /* Remember skb */ in ioc3_start_xmit()1088 produce = (produce + 1) & TX_RING_MASK; in ioc3_start_xmit()1089 ip->tx_pi = produce; in ioc3_start_xmit()1090 writel(produce << 7, &ip->regs->etpir); /* Fire ... */ in ioc3_start_xmit()
2 # description: produce callgraphs in short form for scripting use