Home
last modified time | relevance | path

Searched full:produce (Results 1 – 25 of 576) sorted by relevance

12345678910>>...24

/Linux-v6.1/Documentation/admin-guide/media/
Dlmedm04.rst23 will produce dvb-usb-lme2510c-s7395.fw
36 will produce dvb-usb-lme2510c-s7395.fw
53 will produce dvb-usb-lme2510-lg.fw
/Linux-v6.1/Documentation/driver-api/
Dswitchtec.rst44 produce an error and any read that doesn't follow a write will
45 produce an error.
50 call -- reading less than 4 bytes will produce an error.)
/Linux-v6.1/arch/hexagon/include/uapi/asm/
Dunistd.h25 * 2. with __SYSCALL defined to produce function declarations
26 * 3. with __SYSCALL defined to produce syscall table initialization
/Linux-v6.1/tools/arch/hexagon/include/uapi/asm/
Dunistd.h25 * 2. with __SYSCALL defined to produce function declarations
26 * 3. with __SYSCALL defined to produce syscall table initialization
/Linux-v6.1/drivers/i2c/
DKconfig141 Say Y here if you want the I2C core to produce a bunch of debug
148 Say Y here if you want the I2C algorithm drivers to produce a bunch
157 Say Y here if you want the I2C bus drivers to produce a bunch of
/Linux-v6.1/tools/perf/tests/shell/lib/
Dcoresight.sh58 # compiler may produce different code depending on the compiler and
73 # produce more consistent amounts of data each run, to see if over
90 # Specifically crafted test will produce a list of Tread ID's to
/Linux-v6.1/include/linux/
Dxxhash.h194 * xxh32_digest() - produce the current xxh32 hash
196 * @state: Produce the current xxh32 hash of this state.
227 * xxh64_digest() - produce the current xxh64 hash
229 * @state: Produce the current xxh64 hash of this state.
/Linux-v6.1/drivers/media/test-drivers/vidtv/
Dvidtv_channel.h15 * Every stream will have its corresponding encoder polled to produce TS packets
39 * Every stream will have its corresponding encoder polled to produce TS packets
/Linux-v6.1/include/linux/qed/
Dqed_chain.h59 /* 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 SINGLE
511 /* produce empty elements */ in qed_chain_reset()
/Linux-v6.1/tools/testing/selftests/rcutorture/bin/
Dkvm-assign-cpus.sh4 # Produce awk statements roughly depicting the system's CPU and cache
5 # layout. If the required information is not available, produce
/Linux-v6.1/Documentation/input/devices/
Dyealink.rst76 '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.
/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_xsk.c783 * ice_clean_xdp_irq_zc - produce AF_XDP descriptors to CQ
837 * ice_xmit_pkt - produce a single HW Tx descriptor out of AF_XDP descriptor
838 * @xdp_ring: XDP ring to produce the HW Tx descriptor on
860 * ice_xmit_pkt_batch - produce a batch of HW Tx descriptors out of AF_XDP descriptors
861 * @xdp_ring: XDP ring to produce the HW Tx descriptors on
890 * ice_fill_tx_hw_ring - produce the number of Tx descriptors onto ring
891 * @xdp_ring: XDP ring to produce the HW Tx descriptors on
911 * @xdp_ring: XDP ring to produce the HW Tx descriptors on
925 * @xdp_ring: XDP ring to produce the HW Tx descriptors on
/Linux-v6.1/drivers/gpu/host1x/hw/
Dhw_host1x01_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x02_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x04_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x05_channel.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x01_uclass.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x08_uclass.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x02_uclass.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x04_uclass.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x05_uclass.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
Dhw_host1x06_uclass.h17 * can be |'d with others to produce a full register value for
26 * with others to produce a full register value for <x>.
/Linux-v6.1/tools/testing/selftests/cpufreq/
Dmain.sh28 sptest1: Simple governor switch to produce lockdep.
29 sptest2: Concurrent governor switch to produce lockdep.
/Linux-v6.1/drivers/net/ethernet/sgi/
Dioc3-eth.c745 /* 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() local
1040 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()
/Linux-v6.1/tools/perf/scripts/python/bin/
Dstackcollapse-report2 # description: produce callgraphs in short form for scripting use

12345678910>>...24