Searched full:modular (Results 1 – 25 of 239) sorted by relevance
12345678910
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | console.rst | 14 'modular driver' by this document. Multiple modular drivers can coexist at 16 the system driver. However, modular drivers cannot take over the console 17 that is currently occupied by another modular driver. (Exception: Drivers that 20 occupied by the system driver. In the same token, if the modular driver is 23 Modular drivers, from the programmer's point of view, have to call:: 79 When unbinding, the modular driver is detached first, and then the system
|
| /kernel/linux/linux-4.19/Documentation/console/ |
| D | console.txt | 11 'modular driver' by this document. Multiple modular drivers can coexist at 13 the system driver. However, modular drivers cannot take over the console 14 that is currently occupied by another modular driver. (Exception: Drivers that 17 occupied by the system driver. In the same token, if the modular driver is 20 Modular drivers, from the programmer's point of view, have to call: 73 When unbinding, the modular driver is detached first, and then the system
|
| /kernel/linux/linux-4.19/drivers/isdn/mISDN/ |
| D | Kconfig | 6 tristate "Modular ISDN driver" 8 Enable support for the modular ISDN driver.
|
| D | Makefile | 3 # Makefile for the modular ISDN driver
|
| /kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
| D | Kconfig | 7 tristate "Modular ISDN driver" 9 Enable support for the modular ISDN driver.
|
| D | Makefile | 3 # Makefile for the modular ISDN driver
|
| /kernel/linux/linux-4.19/drivers/staging/sm750fb/ |
| D | readme | 25 same format as above modular method,but additionally add 29 it equal to modular method with below command:
|
| /kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
| D | readme | 25 same format as above modular method,but additionally add 29 it equal to modular method with below command:
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | microchip,sparx5.yaml | 27 - description: The Sparx5 pcb125 board is a modular board, 28 which has both spi-nor and eMMC storage. The modular design
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | ccp.h | 485 * @CCP_ECC_FUNCTION_MMUL_384BIT: 384-bit modular multiplication 486 * @CCP_ECC_FUNCTION_MADD_384BIT: 384-bit modular addition 502 * struct ccp_ecc_modular_math - CCP ECC modular math parameters 503 * @operand_1: first operand for the modular math operation 505 * @operand_2: second operand for the modular math operation 509 * @result: result of the modular math operation
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | ccp.h | 482 * @CCP_ECC_FUNCTION_MMUL_384BIT: 384-bit modular multiplication 483 * @CCP_ECC_FUNCTION_MADD_384BIT: 384-bit modular addition 499 * struct ccp_ecc_modular_math - CCP ECC modular math parameters 500 * @operand_1: first operand for the modular math operation 502 * @operand_2: second operand for the modular math operation 506 * @result: result of the modular math operation
|
| /kernel/linux/linux-4.19/Documentation/isdn/ |
| D | README.mISDN | 1 mISDN is a new modular ISDN driver, in the long term it should replace
|
| D | 00-INDEX | 36 - info on the Modular ISDN subsystem (mISDN)
|
| /kernel/linux/linux-5.10/Documentation/isdn/ |
| D | m_isdn.rst | 5 mISDN is a new modular ISDN driver, in the long term it should replace
|
| /kernel/linux/linux-4.19/drivers/isdn/hardware/mISDN/ |
| D | Makefile | 3 # Makefile for the modular ISDN hardware drivers
|
| /kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
| D | Makefile | 3 # Makefile for the modular ISDN hardware drivers
|
| /kernel/linux/linux-4.19/drivers/cpuidle/ |
| D | Kconfig | 10 idle processor power management. It includes modular cross-platform
|
| /kernel/linux/linux-4.19/Documentation/rapidio/ |
| D | rapidio.txt | 105 modular component of the kernel (see details below). 144 (c) Modular enumeration and discovery process can be started by a command from 149 (d) Modular enumeration and discovery process can be started by a module 220 modular build configurations. For user-space controlled start RapidIO subsystem
|
| /kernel/linux/linux-5.10/Documentation/driver-api/rapidio/ |
| D | rapidio.rst | 111 modular component of the kernel (see details below). 150 (c) Modular enumeration and discovery process can be started by a command from 155 (d) Modular enumeration and discovery process can be started by a module 228 modular build configurations. For user-space controlled start RapidIO subsystem
|
| /kernel/linux/linux-5.10/drivers/net/wan/ |
| D | Kconfig | 26 # There is no way to detect a comtrol sv11 - force it modular for now. 38 # The COSA/SRP driver has not been tested as non-modular yet. 88 # There is no way to detect a Sealevel board. Force it modular
|
| /kernel/linux/linux-4.19/drivers/tty/serial/8250/ |
| D | 8250_pnp.c | 251 /* Modular Technology */ 253 /* Modular Technology 33.6 Internal PnP */ 265 /* Modular Technology */ 268 /* Modular Technology 33.6 External PnP */
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | 8250_pnp.c | 251 /* Modular Technology */ 253 /* Modular Technology 33.6 Internal PnP */ 265 /* Modular Technology */ 268 /* Modular Technology 33.6 External PnP */
|
| /kernel/linux/linux-5.10/drivers/cpuidle/ |
| D | Kconfig | 11 idle processor power management. It includes modular cross-platform
|
| /kernel/linux/linux-4.19/drivers/net/wan/ |
| D | Kconfig | 25 # There is no way to detect a comtrol sv11 - force it modular for now. 37 # The COSA/SRP driver has not been tested as non-modular yet. 87 # There is no way to detect a Sealevel board. Force it modular
|
| /kernel/linux/linux-5.10/crypto/ |
| D | ecc.h | 218 * vli_mod_inv() - Modular inversion 229 * vli_mod_mult_slow() - Modular multiplication
|
12345678910