/linux-4.1.27/sound/oss/ |
D | mpu401.c | 466 struct coproc_operations *coprocessor; in mpu401_open() local 492 if ( (coprocessor = midi_devs[dev]->coproc) != NULL ) in mpu401_open() 494 if (!try_module_get(coprocessor->owner)) { in mpu401_open() 499 if ((err = coprocessor->open(coprocessor->devc, COPR_MIDI)) < 0) in mpu401_open() 522 struct coproc_operations *coprocessor; in mpu401_close() local 532 coprocessor = midi_devs[dev]->coproc; in mpu401_close() 533 if (coprocessor) { in mpu401_close() 534 coprocessor->close(coprocessor->devc, COPR_MIDI); in mpu401_close() 535 module_put(coprocessor->owner); in mpu401_close() 799 struct coproc_operations *coprocessor; in mpu_synth_open() local [all …]
|
D | audio.c | 78 const struct coproc_operations *coprocessor; in audio_open() local 98 if ( (coprocessor = audio_devs[dev]->coproc) != NULL ) { in audio_open() 99 if (!try_module_get(coprocessor->owner)) in audio_open() 102 if ((ret = coprocessor->open(coprocessor->devc, COPR_PCM)) < 0) { in audio_open() 124 module_put(coprocessor->owner); in audio_open() 181 const struct coproc_operations *coprocessor; in audio_release() local 202 if ( (coprocessor = audio_devs[dev]->coproc) != NULL ) { in audio_release() 203 coprocessor->close(coprocessor->devc, COPR_PCM); in audio_release() 204 module_put(coprocessor->owner); in audio_release()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf_asm.S | 43 ; The coprocessor only needs to be enabled when 44 ; starting/stopping the coprocessor with the pmenb/pmdis. 54 mfctl ccr,%r26 ; get coprocessor register 56 mtctl %r26,ccr ; turn on performance coprocessor 61 mtctl %r26,ccr ; turn off performance coprocessor 80 mfctl ccr,%r26 ; get coprocessor register 82 mtctl %r26,ccr ; turn on performance coprocessor 87 mtctl %r26,ccr ; turn off performance coprocessor
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | Makefile | 7 obj-y := align.o coprocessor.o entry.o irq.o pci-dma.o platform.o process.o \
|
D | coprocessor.S | 300 addx8 a3, a3, a5 # a3: coprocessor number
|
/linux-4.1.27/drivers/dma/bestcomm/ |
D | Kconfig | 11 BestComm is the name of the communication coprocessor found
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig.cputype | 277 bool "Support for PowerPC icswx coprocessor instruction" 283 Coprocessor Store Word (icswx) coprocessor instruction on POWER7 287 the icswx coprocessor instruction. It does not have any effect 288 on processors without the icswx coprocessor instruction.
|
D | Kconfig | 284 for a machine with a QE coprocessor. 302 The CPM2 (Communications Processor Module) is a coprocessor on 304 you wish to build a kernel for a machine with a CPM2 coprocessor
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.cpia2 | 23 in the coprocessor by scaling QVGA. All other sizes are done by clipping. 63 uses a stv0672 coprocessor.
|
D | cpia2_overview.txt | 3 Cpia2 is the second generation video coprocessor from VLSI Vision Ltd (now a
|
/linux-4.1.27/drivers/misc/mic/ |
D | Kconfig | 26 Core (MIC) family of PCIe form factor coprocessor devices that
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | keystone-netcp.txt | 2 keystone network coprocessor(NetCP) driver support. 4 The network coprocessor (NetCP) is a hardware accelerator that processes
|
/linux-4.1.27/Documentation/mic/ |
D | mic_overview.txt | 1 An Intel MIC X100 device is a PCIe form factor add-in coprocessor
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | sleep.S | 22 @ get coprocessor registers
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_fline.S | 59 bfextu %d0{#4:#3},%d1 |extract coprocessor id
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 303 floating-point math coprocessor. Thrill-seekers and chronically 326 math coprocessor. This makes the kernel a bit faster as no tests
|
/linux-4.1.27/Documentation/arm/ |
D | tcm.txt | 19 system control coprocessor. Documentation from ARM can be found
|
/linux-4.1.27/ |
D | README | 237 coprocessor if one is present: the math emulation will just 240 have a math coprocessor or not.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1507 Linux can emulate a math coprocessor (used for floating point 1509 a math coprocessor built in, 486SX and 386 do not, unless you added 1512 coprocessor or this emulation. 1514 If you don't have a math coprocessor, you need to say Y here; if you 1515 say Y here even though you have a coprocessor, the coprocessor will 1517 command line option "no387", which comes handy if your coprocessor 1523 More information about the internals of the Linux math coprocessor
|
/linux-4.1.27/sound/isa/ |
D | Kconfig | 389 coprocessor can do variable tasks like various compression and
|
/linux-4.1.27/drivers/dma/ |
D | Kconfig | 42 (MIC) family of PCIe form factor coprocessor X100 devices that
|
/linux-4.1.27/Documentation/ |
D | devices.txt | 427 210 = /dev/impi/bt IMPI coprocessor block transfer 428 211 = /dev/impi/smic IMPI coprocessor stream interface 1217 66 char YARC PowerPC PCI coprocessor card 2689 198 char Total Impact TPMP2 quad coprocessor PCI card
|
D | kernel-parameters.txt | 2293 emulation library even if a 387 maths coprocessor
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 1999 is the register group type, or coprocessor number: 2021 that is the register group type, or coprocessor number:
|