Searched full:modular (Results 1 – 25 of 127) sorted by relevance
123456
/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
|
D | rfkill.rst | 83 to ensure the driver cannot be built-in when rfkill is modular. The !RFKILL
|
/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-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
|
D | arm,integrator.yaml | 15 so the system is modular and can host a variety of CPU tiles called
|
/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-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-5.10/drivers/isdn/hardware/mISDN/ |
D | Makefile | 3 # Makefile for the modular ISDN hardware drivers
|
/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-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-5.10/crypto/ |
D | ecc.h | 244 * vli_mod_inv() - Modular inversion 255 * vli_mod_mult_slow() - Modular multiplication
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | random.c | 26 /* Changed at init time, in the non-modular case, and at module load
|
/kernel/linux/linux-5.10/Documentation/admin-guide/media/ |
D | bttv-cardlist.rst | 110 - Modular Technology MM201/MM202/MM205/MM210/MM215 PCTV, bt878 258 - Modular Technology MM100PCTV
|
D | building.rst | 276 In order to enable modular support for one of the boards listed on 277 :doc:`this table <cx231xx-cardlist>`, with modular media core modules, the
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
D | ftdi_sio_ids.h | 956 #define RTSYSTEMS_USB_VX8_PID 0x9e50 /* USB-VX8 USB to 7 pin modular plug for Yaesu VX-8 radio */ 965 #define RTSYSTEMS_USB_29F_PID 0x9e55 /* USB-29F USB to 6 pin modular plug */ 969 #define RTSYSTEMS_USB_29C_PID 0x9e59 /* USB-29C USB to 4 pin modular plug*/ 972 #define RTSYSTEMS_USB_K5D_PID 0x9e5C /* USB-K5D USB to 8 pin modular plug*/ 974 #define RTSYSTEMS_USB_K5G_PID 0x9e5E /* USB-K5G USB to 8 pin modular plug*/ 984 #define RTSYSTEMS_USB_W5R_PID 0x9e68 /* USB-W5R USB to 8 pin modular plug*/ 985 #define RTSYSTEMS_USB_A5R_PID 0x9e69 /* USB-A5R USB to 8 pin modular plug*/ 986 #define RTSYSTEMS_USB_PW1_PID 0x9e6A /* USB-PW1 USB to 8 pin modular plug*/
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_dma.c | 61 * probe (in case of deferred probe or modular build) in drm_iommu_attach_device()
|
/kernel/linux/linux-5.10/include/linux/iio/ |
D | buffer_impl.h | 39 * modular as event for a given driver, different usecases may require
|
/kernel/linux/linux-5.10/arch/x86/platform/geode/ |
D | alix.c | 34 * This driver is not modular, but to keep back compatibility
|
/kernel/linux/linux-5.10/lib/mpi/ |
D | mpi-mod.c | 1 /* mpi-mod.c - Modular reduction
|
/kernel/linux/linux-5.10/drivers/char/ |
D | hangcheck-timer.c | 51 /* options - modular */
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/queue/src/ |
D | queue_access.c | 45 exception as the size is used in a modular in ia_css_queue_load()
|
123456