| /linux/scripts/kconfig/tests/err_transitional/ |
| H A D | expected_stderr | 2 Kconfig:7: error: transitional symbols can only have help sections 3 Kconfig:14: error: transitional symbols can only have help sections 4 Kconfig:21: error: transitional symbols can only have help sections 5 Kconfig:28: error: transitional symbols can only have help sections 6 Kconfig:32: error: transitional symbols can only have help sections 7 Kconfig:42: error: transitional symbols can only have help sections
|
| /linux/sound/soc/mediatek/ |
| H A D | Kconfig | 15 Select Y if you have such device. 26 Select Y if you have such device. 36 Select Y if you have such device. 46 Select Y if you have such device. 56 Select Y if you have such device. 66 Select Y if you have such device. 76 Select Y if you have such device. 86 Select Y if you have such device. 96 Select Y if you have such device. 107 Select Y if you have suc [all...] |
| /linux/Documentation/networking/devlink/ |
| H A D | prestera.rst | 69 - Traps packets that have no specific IP interface (IP to me) and no forwarding prefix 72 - Traps packets that have been send to one of switch IP interfaces addresses 78 - Traps ARP replies packets that have switch-port's DA Mac address 81 - Traps packets that have ACL priority set to 0 (tc pref 0) 84 - Traps packets that have ACL priority set to 1 (tc pref 1) 87 - Traps packets that have ACL priority set to 2 (tc pref 2) 90 - Traps packets that have ACL priority set to 3 (tc pref 3) 93 - Traps packets that have ACL priority set to 4 (tc pref 4) 96 - Traps packets that have ACL priority set to 5 (tc pref 5) 99 - Traps packets that have ACL priority set to 6 (tc pref 6) [all …]
|
| /linux/lib/zlib_inflate/ |
| H A D | inflate.c | 190 have = strm->avail_in; \ 201 strm->avail_in = have; \ 217 if (have == 0) goto inf_leave; \ 218 have--; \ 336 unsigned have, left; /* available input and output */ in zlib_inflate() local 360 in = have; in zlib_inflate() 453 if (copy > have) copy = have; in zlib_inflate() 457 have -= copy; in zlib_inflate() 481 state->have = 0; in zlib_inflate() 485 while (state->have < state->ncode) { in zlib_inflate() [all …]
|
| /linux/sound/soc/intel/avs/boards/ |
| H A D | Kconfig | 22 Say Y or m if you have such a device. This is a recommended option. 30 Say Y or m if you have such a device. This is a recommended option. 40 Say Y or m if you have such a device. This is a recommended option. 48 Say Y or m if you have such a device. This is a recommended option. 64 Say Y or m if you have such a device. This is a recommended option. 74 Say Y or m if you have such a device. This is a recommended option. 84 Say Y or m if you have such a device. This is a recommended option. 95 Say Y or m if you have such a device. This is a recommended option. 105 Say Y or m if you have such a device. This is a recommended option. 123 Say Y or m if you have such a device. This is a recommended option. [all …]
|
| /linux/Documentation/input/devices/ |
| H A D | cs461x.rst | 9 This version does not have cooked mode support; the basic code 10 is present here, but have not tested completely. The button analysis 19 The sensitivity and calibrate quality have not been tested; the two 21 screen in VJOYD); I have no documentation on my chip; and the existing 23 So the driver have no code to perform hardware related calibration. 25 This driver have the basic support for PCI devices only; there is no 30 There are no sound or input collisions detected. The source code have 36 There are no debug information print have been placed in source, and no
|
| /linux/sound/soc/intel/boards/ |
| H A D | Kconfig | 6 Intel ASoC Machine Drivers. If you have a Intel machine that 62 Say Y or m if you have such a device. 78 Say Y if you have such a device. 94 Say Y or m if you have such a device. 106 Say Y or m if you have such a device. This is a recommended option. 122 Say Y or m if you have such a device. This is a recommended option. 135 Say Y or m if you have such a device. This is a recommended option. 148 Say Y if you have such a device. 161 Say Y or m if you have such a device. This is a recommended option. 173 Say Y or m if you have such a device. This is a recommended option. [all …]
|
| /linux/drivers/input/joystick/ |
| H A D | Kconfig | 9 If you have a joystick, 6dof controller, gamepad, steering wheel, 23 Say Y here if you have a joystick that connects to the PC 40 Say Y here if you have an FPGaming or MadCatz controller using the 52 Say Y here if you have a simple joystick connected over ADC. 62 Say Y here if you have a Logitech controller using the ADI 72 Say Y here if you have a Creative Labs Blaster Cobra gamepad. 81 Say Y here if you have a Genius Flight2000 or MaxFighter digitally 91 Say Y here if you have a Gravis controller using the GrIP protocol 101 Say Y here if you have the original Gravis GrIP MultiPort, a hub 111 Say Y here if you have a Guillemot joystick using a digital [all …]
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | Kconfig | 6 If you have a wireless card belonging to this class, say Y. 21 Select M (recommended), if you have a RSI 1x1 wireless module. 37 Select M (recommended), if you have a RSI 1x1 wireless module. 45 Select M (recommended), if you have a RSI 1x1 wireless module. 54 Select M (recommended), if you have want to use this feature 55 and you have RS9113 module.
|
| /linux/Documentation/filesystems/ |
| H A D | directory-locking.rst | 56 * if the parents don't have a common ancestor, fail the operation. 74 operations on directory trees, but we obviously do not have the full 75 picture of those - especially for network filesystems. What we have 86 For a lot of reasons we want to have the same directory present in dcache 106 if two dentries have been found to have a common ancestor after taking 111 parents have a common ancestor. 149 For example, if we have NFS filesystem caching on a local one, we have 174 In other words, we have a cycle of threads, T1,..., Tn, 185 Each operation in the minimal cycle must have locked at least 193 we would have Dn a parent of D1, which is a parent of D2, which is [all …]
|
| /linux/fs/xfs/scrub/ |
| H A D | refcount_repair.c | 373 bool *have) in xrep_refc_push_rmaps_at() argument 379 while (*have && rmap->rm_startblock == bno) { in xrep_refc_push_rmaps_at() 384 error = xrep_refc_walk_rmaps(rr, rmap, have); in xrep_refc_push_rmaps_at() 411 bool have; in xrep_refc_find_refcounts() local 435 error = xrep_refc_walk_rmaps(rr, &rmap, &have); in xrep_refc_find_refcounts() 438 if (!have) in xrep_refc_find_refcounts() 442 &have); in xrep_refc_find_refcounts() 447 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_refc_find_refcounts() 462 error = xrep_refc_walk_rmaps(rr, &rmap, &have); in xrep_refc_find_refcounts() 465 if (have) { in xrep_refc_find_refcounts() [all …]
|
| H A D | rtrefcount_repair.c | 387 bool *have) in xrep_rtrefc_push_rmaps_at() argument 393 while (*have && rmap->rm_startblock == bno) { in xrep_rtrefc_push_rmaps_at() 398 error = xrep_rtrefc_walk_rmaps(rr, rmap, have); in xrep_rtrefc_push_rmaps_at() 444 bool have; in xrep_rtrefc_find_refcounts() local 477 error = xrep_rtrefc_walk_rmaps(rr, &rmap, &have); in xrep_rtrefc_find_refcounts() 480 if (!have) in xrep_rtrefc_find_refcounts() 484 &have); in xrep_rtrefc_find_refcounts() 489 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_rtrefc_find_refcounts() 504 error = xrep_rtrefc_walk_rmaps(rr, &rmap, &have); in xrep_rtrefc_find_refcounts() 507 if (have) { in xrep_rtrefc_find_refcounts() [all …]
|
| /linux/Documentation/arch/x86/i386/ |
| H A D | IO-APIC.rst | 9 Most (all) Intel-MP compliant SMP boards have the so-called 'IO-APIC', 83 to have non shared interrupts). Slot5 should be used for videocards, they 86 so if you have your SCSI card (IRQ11) in Slot1, Tulip card (IRQ9) in 87 Slot2, then you'll have to specify this pirq= line:: 96 note that this script won't work if you have skipped a few slots or if your 98 connected in some strange way). E.g. if in the above case you have your SCSI 99 card (IRQ11) in Slot3, and have Slot1 empty:: 111 If you have 2 PCI buses, then you can use up to 8 pirq values, although such 112 boards tend to have a good configuration. 121 linux-kernel@vger.kernel.org if you have any problems that are not covered
|
| /linux/Documentation/usb/ |
| H A D | gadget_multi.rst | 18 have two configurations -- one with RNDIS and another with CDC ECM[3]. 45 For the gadget to work under Windows two conditions have to be met: 51 gadget which on its own have some conditions[4]. If they are met, 56 The good news is: you do not have to worry about most of the 59 The only thing to worry is that the gadget has to have a single 97 functionality. As an effect provided INFs won't work since they have 107 things don't work as intended before realising Windows have cached 114 Provided INF files have been tested on Windows XP SP3, Windows Vista 122 At this moment, drivers for any other systems have not been tested. 124 believed that it should (read: "I have no idea whether it will") work [all …]
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | Kconfig | 11 If you have a network (Ethernet) card belonging to this class, say Y. 44 card (based on the Asix AX88796 chip). If you have such a card, 55 If you have a Hydra Ethernet adapter, say Y. Otherwise, say N. 65 If you have an Acorn system with one of these network cards, you 86 If you have one of these boards and want to use the network interface 96 If you have a network (Ethernet) card of this type, say Y here. 100 If you have a PCI NE2000 card however, say N here and Y to "PCI 112 with ISA NE2000 cards (they have their own driver, "NE2000/NE1000 113 support" below). If you have a PCI NE2000 network (Ethernet) card, 129 If you have a PCMCIA NE2000 compatible adapter, say Y. Otherwise, [all …]
|
| /linux/sound/soc/sof/intel/ |
| H A D | Kconfig | 7 Say Y if you have such a device. 95 Say Y if you have such a device. 109 Say Y if you have such a device. 119 Say Y if you have such a device. 136 Say Y if you have such a device. 146 Say Y if you have such a device. 163 Say Y if you have such a device. 173 Say Y if you have such a device. 200 Say Y if you have such a device. 210 Say Y if you have suc [all...] |
| /linux/drivers/gnss/ |
| H A D | Kconfig | 9 Say Y here if you have a GNSS receiver (e.g. a GPS receiver). 24 Say Y here if you have a Mediatek-based GNSS receiver which uses a 36 Say Y here if you have a SiRFstar-based GNSS receiver which uses a 49 Say Y here if you have a u-blox GNSS receiver which uses a serial 61 Say Y here if you have a GNSS receiver which uses a USB interface.
|
| /linux/Documentation/driver-api/pm/ |
| H A D | notifiers.rst | 37 error occurred during hibernation. Device restore callbacks have been 38 executed and tasks have been thawed. 47 callbacks have been executed and tasks have been thawed. 54 resume callbacks have been executed and tasks have been thawed. 62 ``PM_SUSPEND_PREPARE`` event, the notifiers that have already succeeded for that
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head-sharpsl.S | 58 bne .SHARPEND @ We have no w100 - Poodle 64 blo .SHARPEND @ We have a PXA250 - Corgi 70 beq .SHARPEND @ We have Shepherd 81 beq .SHARPEND @ We have Spitz 90 beq .SHARPEND @ We have Borzoi 94 b .SHARPEND @ We have Borzoi
|
| /linux/drivers/scsi/arm/ |
| H A D | Kconfig | 10 This enables support for the Acorn SCSI card (aka30). If you have an 39 This enables support for the Cumana SCSI II card. If you have an 46 This enables support for the EESOX SCSI card. If you have an Acorn 54 you have one of these, say Y. If unsure, say N. 64 This enables support for the Cumana SCSI I card. If you have an 72 This enables support for the Oak SCSI card. If you have an Acorn
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | Kconfig | 14 Say Y here, if you want to have support for boards with an 21 Say Y here if you want to have support for the external 37 Say Y here if you want to have support for LCDs compatible with 47 If you have such a system and want to use rotation 48 answer yes. Answer no if you have a dedicated video
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_inq_server.pkt | 23 // Now we have 10K of data ready on the socket. 27 // We read 2K and we should have 8K ready to read. 34 // We read 8K and we should have no further data ready to read. 45 // We read 10K and we should have one "fake" byte because the connection is
|
| /linux/drivers/input/gameport/ |
| H A D | Kconfig | 10 have a joystick, gamepad, gameport card, a soundcard with a gameport 30 Say Y here if you have an ISA or PnP gameport. 41 Say Y here if you have a PDPI Lightning 4 gamecard. 50 Say Y here if you have a SoundBlaster Live! or SoundBlaster 60 Say Y here if you have ForteMedia FM801 PCI audio controller
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | bttv-devel.rst | 22 You should verify this is correct. If it isn't, you have to pass the 32 Some boards have an extra processor for sound to do stereo decoding 34 example. If your board has one, you might have to load a helper 39 Of course you need a correctly installed soundcard unless you have the 50 The bt8xx chips have 32 general purpose pins, and registers to control 64 information for each known board. You basically have to create a new 85 What you have to do is figure out the correct values for gpiomask and 86 the audiomux array. If you have Windows and the drivers four your 92 You can have a look at the board to see which of the gpio pins are
|
| /linux/Documentation/accel/ |
| H A D | introduction.rst | 25 have on-board DRAM (to hold the DL topology), DMA engines and 27 It might also have an MMU to manage multiple users and might also enable 29 addition, these devices will usually have some tools, such as profiler and 33 have more computational power and memory b/w (e.g. HBM) and will likely have 37 All these devices typically have different runtime user-space software stacks, 46 Because this type of devices can be an IP inside GPUs or have similar 53 collaborate with DRM developers that have experience with this type of 68 261 major number and will have the following convention:
|