| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 config SERIAL_EARLYCON 19 comment "Non-8250 serial port support" 21 config SERIAL_AMBA_PL010 22 tristate "ARM AMBA PL010 serial port support" 32 config SERIAL_AMBA_PL010_CONSOLE 33 bool "Support for console on AMBA serial port" 48 config SERIAL_AMBA_PL011 49 tristate "ARM AMBA PL011 serial port support" 59 config SERIAL_AMBA_PL011_CONSOLE [all …]
|
| /kernel/linux/linux-6.6/drivers/tty/serial/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 config SERIAL_EARLYCON 19 comment "Non-8250 serial port support" 21 config SERIAL_AMBA_PL010 22 tristate "ARM AMBA PL010 serial port support" 32 config SERIAL_AMBA_PL010_CONSOLE 33 bool "Support for console on AMBA serial port" 48 config SERIAL_AMBA_PL011 49 tristate "ARM AMBA PL011 serial port support" 59 config SERIAL_AMBA_PL011_CONSOLE [all …]
|
| /kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/ |
| D | cvmx-pko.c | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34 #include <asm/octeon/cvmx-config.h> 35 #include <asm/octeon/cvmx-pko.h> 36 #include <asm/octeon/cvmx-helper.h> 64 return -1; in __cvmx_pko_int() 77 union cvmx_pko_mem_iqueue_ptrs config; in __cvmx_pko_iport_config() local 81 config.u64 = 0; in __cvmx_pko_iport_config() 82 config.s.index = queue; in __cvmx_pko_iport_config() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/ |
| D | cvmx-pko.c | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 34 #include <asm/octeon/cvmx-config.h> 35 #include <asm/octeon/cvmx-pko.h> 36 #include <asm/octeon/cvmx-helper.h> 64 return -1; in __cvmx_pko_int() 77 union cvmx_pko_mem_iqueue_ptrs config; in __cvmx_pko_iport_config() local 81 config.u64 = 0; in __cvmx_pko_iport_config() 82 config.s.index = queue; in __cvmx_pko_iport_config() [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
| D | lan966x_phylink.c | 1 // SPDX-License-Identifier: GPL-2.0+ 11 static struct phylink_pcs *lan966x_phylink_mac_select(struct phylink_config *config, in lan966x_phylink_mac_select() argument 14 struct lan966x_port *port = netdev_priv(to_net_dev(config->dev)); in lan966x_phylink_mac_select() local 16 return &port->phylink_pcs; in lan966x_phylink_mac_select() 19 static void lan966x_phylink_mac_config(struct phylink_config *config, in lan966x_phylink_mac_config() argument 25 static int lan966x_phylink_mac_prepare(struct phylink_config *config, in lan966x_phylink_mac_prepare() argument 29 struct lan966x_port *port = netdev_priv(to_net_dev(config->dev)); in lan966x_phylink_mac_prepare() local 33 if (port->serdes) { in lan966x_phylink_mac_prepare() 34 err = phy_set_mode_ext(port->serdes, PHY_MODE_ETHERNET, in lan966x_phylink_mac_prepare() 37 netdev_err(to_net_dev(config->dev), in lan966x_phylink_mac_prepare() [all …]
|
| D | lan966x_port.c | 1 // SPDX-License-Identifier: GPL-2.0+ 17 value = (MULTIPLIER_BIT - 1); in lan966x_wm_enc() 25 static void lan966x_port_link_down(struct lan966x_port *port) in lan966x_port_link_down() argument 27 struct lan966x *lan966x = port->lan966x; in lan966x_port_link_down() 35 lan966x, AFI_PORT_CFG(port->chip_port)); in lan966x_port_link_down() 37 /* wait for reg afi_port_frm_out to become 0 for the port */ in lan966x_port_link_down() 39 val = lan_rd(lan966x, AFI_PORT_FRM_OUT(port->chip_port)); in lan966x_port_link_down() 46 pr_err("AFI timeout chip port %u", port->chip_port); in lan966x_port_link_down() 56 lan966x, DEV_CLOCK_CFG(port->chip_port)); in lan966x_port_link_down() 61 lan966x, DEV_MAC_ENA_CFG(port->chip_port)); in lan966x_port_link_down() [all …]
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 14 Please read <file:Documentation/usb/usb-serial.rst> for more 23 config USB_SERIAL_CONSOLE 28 converter port as the system console (the system console is the 31 terminal or printer is connected to that serial port. 42 port, /dev/ttyUSB0, as system console. 46 config USB_SERIAL_GENERIC 50 read <file:Documentation/usb/usb-serial.rst> for more information on 55 config USB_SERIAL_SIMPLE 61 - Suunto ANT+ USB device. [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 14 Please read <file:Documentation/usb/usb-serial.rst> for more 23 config USB_SERIAL_CONSOLE 28 converter port as the system console (the system console is the 31 terminal or printer is connected to that serial port. 42 port, /dev/ttyUSB0, as system console. 46 config USB_SERIAL_GENERIC 50 read <file:Documentation/usb/usb-serial.rst> for more information on 55 config USB_SERIAL_SIMPLE 61 - Suunto ANT+ USB device. [all …]
|
| /kernel/linux/linux-6.6/drivers/ata/pata_parport/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 6 config PATA_PARPORT_ATEN 7 tristate "ATEN EH-100 protocol" 10 This option enables support for the ATEN EH-100 parallel port IDE 12 parallel port kits made in Hong Kong. 14 config PATA_PARPORT_BPCK 19 parallel port Series 5 IDE protocol. (Most BACKPACK drives made 26 config PATA_PARPORT_BPCK6 31 parallel port Series 6 IDE protocol. (Most BACKPACK drives made 39 config PATA_PARPORT_COMM [all …]
|
| /kernel/linux/linux-5.10/drivers/parport/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # see Documentation/kbuild/kconfig-language.rst. 9 config ARCH_MIGHT_HAVE_PC_PARPORT 12 Select this config option from the architecture Kconfig if 13 the architecture might have PC parallel port hardware. 16 tristate "Parallel port support" 19 If you want to use devices connected to your machine's parallel port 24 <file:Documentation/admin-guide/parport.rst> and 25 <file:drivers/parport/BUGS-parport>. 28 to the parallel port see <http://www.torque.net/linux-pp.html> on [all …]
|
| /kernel/linux/linux-6.6/drivers/parport/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 4 # see Documentation/kbuild/kconfig-language.rst. 9 config ARCH_MIGHT_HAVE_PC_PARPORT 12 Select this config option from the architecture Kconfig if 13 the architecture might have PC parallel port hardware. 16 tristate "Parallel port support" 19 If you want to use devices connected to your machine's parallel port 24 <file:Documentation/admin-guide/parport.rst> and 25 <file:drivers/parport/BUGS-parport>. 28 to the parallel port see <http://www.torque.net/linux-pp.html> on [all …]
|
| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| D | test.c | 1 // SPDX-License-Identifier: GPL-2.0 20 res->data = ida; in __ida_init() 26 struct ida *ida = res->data; in __ida_destroy() 47 sw->config.upstream_port_number = upstream_port; in alloc_switch() 48 sw->config.depth = tb_route_length(route); in alloc_switch() 49 sw->config.route_hi = upper_32_bits(route); in alloc_switch() 50 sw->config.route_lo = lower_32_bits(route); in alloc_switch() 51 sw->config.enabled = 0; in alloc_switch() 52 sw->config.max_port_number = max_port_number; in alloc_switch() 54 size = (sw->config.max_port_number + 1) * sizeof(*sw->ports); in alloc_switch() [all …]
|
| /kernel/linux/linux-5.10/arch/x86/ |
| D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 3 config TRACE_IRQFLAGS_SUPPORT 6 config TRACE_IRQFLAGS_NMI_SUPPORT 9 config EARLY_PRINTK_USB 12 config X86_VERBOSE_BOOTUP 20 config EARLY_PRINTK 25 port. 33 config EARLY_PRINTK_DBGP 34 bool "Early printk via EHCI debug port" 38 Write kernel log output directly into the EHCI debug port. [all …]
|
| /kernel/linux/linux-5.10/net/netfilter/ipset/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 config IP_SET_MAX 28 config IP_SET_BITMAP_IP 37 config IP_SET_BITMAP_IPMAC 46 config IP_SET_BITMAP_PORT 47 tristate "bitmap:port set support" 50 This option adds the bitmap:port set type support, by which one 51 can store TCP/UDP port numbers from a range. 55 config IP_SET_HASH_IP 65 config IP_SET_HASH_IPMARK [all …]
|
| /kernel/linux/linux-6.6/net/netfilter/ipset/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 config IP_SET_MAX 28 config IP_SET_BITMAP_IP 37 config IP_SET_BITMAP_IPMAC 46 config IP_SET_BITMAP_PORT 47 tristate "bitmap:port set support" 50 This option adds the bitmap:port set type support, by which one 51 can store TCP/UDP port numbers from a range. 55 config IP_SET_HASH_IP 65 config IP_SET_HASH_IPMARK [all …]
|
| /kernel/linux/linux-5.10/sound/isa/galaxy/ |
| D | galaxy.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 34 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 43 module_param_hw_array(port, long, ioport, NULL, 0444); 44 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver."); 46 MODULE_PARM_DESC(wss_port, "WSS port # for " CRD_NAME " driver."); 48 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver."); 50 MODULE_PARM_DESC(fm_port, "FM port # for " CRD_NAME " driver."); 54 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver."); 74 static int dsp_get_byte(void __iomem *port, u8 *val) in dsp_get_byte() argument 78 while (!(ioread8(port + DSP_PORT_DATA_AVAIL) & 0x80)) { in dsp_get_byte() [all …]
|
| /kernel/linux/linux-6.6/drivers/gpio/ |
| D | gpio-gpio-mm.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * GPIO driver for the Diamond Systems GPIO-MM 6 * This driver supports the following Diamond Systems devices: GPIO-MM and 7 * GPIO-MM-12. 19 #include "gpio-i8255.h" 29 MODULE_PARM_DESC(base, "Diamond Systems GPIO-MM base addresses"); 52 "Port 1A0", "Port 1A1", "Port 1A2", "Port 1A3", "Port 1A4", "Port 1A5", 53 "Port 1A6", "Port 1A7", "Port 1B0", "Port 1B1", "Port 1B2", "Port 1B3", 54 "Port 1B4", "Port 1B5", "Port 1B6", "Port 1B7", "Port 1C0", "Port 1C1", 55 "Port 1C2", "Port 1C3", "Port 1C4", "Port 1C5", "Port 1C6", "Port 1C7", [all …]
|
| /kernel/linux/linux-6.6/sound/isa/galaxy/ |
| D | galaxy.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 34 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable 43 module_param_hw_array(port, long, ioport, NULL, 0444); 44 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver."); 46 MODULE_PARM_DESC(wss_port, "WSS port # for " CRD_NAME " driver."); 48 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver."); 50 MODULE_PARM_DESC(fm_port, "FM port # for " CRD_NAME " driver."); 54 MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " CRD_NAME " driver."); 74 static int dsp_get_byte(void __iomem *port, u8 *val) in dsp_get_byte() argument 78 while (!(ioread8(port + DSP_PORT_DATA_AVAIL) & 0x80)) { in dsp_get_byte() [all …]
|
| /kernel/linux/linux-5.10/drivers/block/paride/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 9 comment "Parallel IDE high-level drivers" 12 config PARIDE_PD 13 tristate "Parallel port IDE disks" 16 This option enables the high-level driver for IDE-type disk devices 17 connected through a parallel port. If you chose to build PARIDE 19 parallel port IDE driver, otherwise you should answer M to build 21 must also have at least one parallel port protocol driver in your 23 EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack 26 config PARIDE_PCD [all …]
|
| /kernel/linux/linux-6.6/arch/x86/ |
| D | Kconfig.debug | 1 # SPDX-License-Identifier: GPL-2.0 3 config EARLY_PRINTK_USB 6 config X86_VERBOSE_BOOTUP 14 config EARLY_PRINTK 19 port. 27 config EARLY_PRINTK_DBGP 28 bool "Early printk via EHCI debug port" 32 Write kernel log output directly into the EHCI debug port. 40 config EARLY_PRINTK_USB_XDBC 41 bool "Early printk via the xHCI debug port" [all …]
|
| /kernel/linux/linux-6.6/drivers/media/radio/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 config RADIO_MAXIRADIO 27 <file:Documentation/userspace-api/media/index.rst>. 30 module will be called radio-maxiradio. 32 config RADIO_SAA7706H 44 config RADIO_SHARK 57 <file:Documentation/userspace-api/media/index.rst>. 60 module will be called radio-shark. 62 config RADIO_SHARK2 74 <file:Documentation/userspace-api/media/index.rst>. [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 config SERIAL_8250 18 port for anything. (Note that the Cyclades multi serial port driver 24 non-standard serial ports, since the configuration information will 38 config SERIAL_8250_DEPRECATED_OPTIONS 52 If you did not notice yet and/or you have userspace from pre-3.7, it 55 config SERIAL_8250_PNP 63 config SERIAL_8250_16550A_VARIANTS 64 bool "Support for variants of the 16550A serial port" 69 serial port. Doing so takes additional time at boot. [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/typec/tcpm/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 config TYPEC_TCPM 4 tristate "USB Type-C Port Controller Manager" 9 The Type-C Port Controller Manager provides a USB PD and USB Type-C 10 state machine for use with Type-C Port Controllers. 14 config TYPEC_TCPCI 15 tristate "Type-C Port Controller Interface driver" 19 Type-C Port Controller driver for TCPCI-compliant controller. 23 config TYPEC_RT1711H 24 tristate "Richtek RT1711H Type-C chip driver" [all …]
|
| /kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 7 config SERIAL_8250 18 port for anything. 23 non-standard serial ports, since the configuration information will 37 config SERIAL_8250_DEPRECATED_OPTIONS 51 If you did not notice yet and/or you have userspace from pre-3.7, it 54 config SERIAL_8250_PNP 62 config SERIAL_8250_16550A_VARIANTS 63 bool "Support for variants of the 16550A serial port" 68 serial port. Doing so takes additional time at boot. [all …]
|
| /kernel/liteos_a/bsd/dev/usb/ |
| D | Kconfig | 1 config DRIVERS_USB 8 config DRIVERS_USB_HOST_DRIVER 23 config DRIVERS_USB_HOST_EHCI 27 config DRIVERS_USB_HOST_XHCI 38 This selects the usb3.0 port or usb2.0 port. 40 config DRIVERS_USB3_HOST_FOR_PORT1 43 config DRIVERS_USB3_HOST_FOR_PORT2 48 config DRIVERS_USB_DEVICE_CLASS_DRIVERS 57 config DRIVERS_USB_MASS_STORAGE 62 Say Y here if you want to connect USB mass storage devices to your system's USB port. [all …]
|