/linux/Documentation/admin-guide/media/ |
H A D | lmedm04.rst | 23 will produce dvb-usb-lme2510c-s7395.fw 36 will produce dvb-usb-lme2510c-s7395.fw 53 will produce dvb-usb-lme2510-lg.fw
|
/linux/Documentation/driver-api/ |
H A D | switchtec.rst | 44 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.)
|
H A D | ptp.rst | 107 - GPIO outputs can produce periodic signals 130 GPIO which can time stamp external triggers and one GPIO to produce 133 configured to either time stamp external triggers or produce
|
/linux/arch/hexagon/include/uapi/asm/ |
H A D | unistd.h | 25 * 2. with __SYSCALL defined to produce function declarations 26 * 3. with __SYSCALL defined to produce syscall table initialization
|
/linux/tools/arch/hexagon/include/uapi/asm/ |
H A D | unistd.h | 25 * 2. with __SYSCALL defined to produce function declarations 26 * 3. with __SYSCALL defined to produce syscall table initialization
|
/linux/drivers/i2c/ |
H A D | Kconfig | 142 Say Y here if you want the I2C core to produce a bunch of debug 149 Say Y here if you want the I2C algorithm drivers to produce a bunch 158 Say Y here if you want the I2C bus drivers to produce a bunch of
|
/linux/include/linux/ |
H A D | wordpart.h | 38 * NOTE: @x is not checked for > 0xff; larger values produce odd results. 46 * NOTE: @x is not checked for > 0xff; larger values produce odd results.
|
H A D | xxhash.h | 194 * 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/include/linux/qed/ |
H A D | qed_chain.h | 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 SINGLE 511 /* produce empty elements */ in qed_chain_reset()
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_channel.h | 15 * 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/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm-assign-cpus.sh | 4 # Produce awk statements roughly depicting the system's CPU and cache 5 # layout. If the required information is not available, produce
|
/linux/Documentation/input/devices/ |
H A D | yealink.rst | 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.
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_xsk.c | 604 * ice_clean_xdp_irq_zc - produce AF_XDP descriptors to CQ 668 * @xdp_ring: XDP ring to produce descriptor onto 953 * ice_xmit_pkt - produce a single HW Tx descriptor out of AF_XDP descriptor 954 * @xdp_ring: XDP ring to produce the HW Tx descriptor on 978 * ice_xmit_pkt_batch - produce a batch of HW Tx descriptors out of AF_XDP descriptors 979 * @xdp_ring: XDP ring to produce the HW Tx descriptors on 1012 * ice_fill_tx_hw_ring - produce the number of Tx descriptors onto ring 1013 * @xdp_ring: XDP ring to produce the HW Tx descriptors on 1036 * @xdp_ring: XDP ring to produce the HW Tx descriptors on
|
/linux/drivers/gpu/host1x/hw/ |
H A D | hw_host1x04_channel.h | 17 * can be |'d with others to produce a full register value for 26 * with others to produce a full register value for <x>.
|
H A D | hw_host1x02_channel.h | 17 * can be |'d with others to produce a full register value for 26 * with others to produce a full register value for <x>.
|
H A D | hw_host1x05_channel.h | 17 * can be |'d with others to produce a full register value for 26 * with others to produce a full register value for <x>.
|
H A D | hw_host1x01_channel.h | 17 * can be |'d with others to produce a full register value for 26 * with others to produce a full register value for <x>.
|
H A D | hw_host1x01_uclass.h | 17 * can be |'d with others to produce a full register value for 26 * with others to produce a full register value for <x>.
|
H A D | hw_host1x07_uclass.h | 17 * can be |'d with others to produce a full register value for 26 * with others to produce a full register value for <x>.
|
H A D | hw_host1x08_uclass.h | 17 * can be |'d with others to produce a full register value for 26 * with others to produce a full register value for <x>.
|
/linux/tools/perf/pmu-events/arch/x86/sierraforest/ |
H A D | floating-point.json | 29 …"BriefDescription": "Counts the number of floating point operations that produce 32 bit single pre… 37 …"BriefDescription": "Counts the number of floating point operations that produce 64 bit double pre…
|
/linux/tools/perf/pmu-events/arch/x86/grandridge/ |
H A D | floating-point.json | 29 …"BriefDescription": "Counts the number of floating point operations that produce 32 bit single pre… 37 …"BriefDescription": "Counts the number of floating point operations that produce 64 bit double pre…
|
/linux/drivers/net/ethernet/sgi/ |
H A D | ioc3-eth.c | 745 /* Now the rx ring base, consume & produce registers. */ in ioc3_start() 756 /* Now the tx ring base, consume & produce registers. */ in ioc3_start() 985 int produce; in ioc3_start_xmit() local 1038 produce = ip->tx_pi; in ioc3_start_xmit() 1039 desc = &ip->txr[produce]; in ioc3_start_xmit() 1085 ip->tx_skbs[produce] = skb; /* Remember skb */ in ioc3_start_xmit() 1086 produce = (produce + 1) & TX_RING_MASK; in ioc3_start_xmit() 1087 ip->tx_pi = produce; in ioc3_start_xmit() 1088 writel(produce << 7, &ip->regs->etpir); /* Fire ... */ in ioc3_start_xmit()
|
/linux/tools/testing/selftests/cpufreq/ |
H A D | main.sh | 30 sptest1: Simple governor switch to produce lockdep. 31 sptest2: Concurrent governor switch to produce lockdep.
|
/linux/include/uapi/linux/ |
H A D | ptrace.h | 129 * Selector is optional (may be NULL), and if invalid will produce 138 * virtual address space from which syscalls will not produce a user
|