| /Linux-v5.4/Documentation/devicetree/bindings/leds/ |
| D | leds-bcm6328.txt | 4 In these SoCs it's possible to control LEDs both as GPIOs or by hardware. 8 by hardware using this driver. 9 Some of these Serial LEDs are hardware controlled (e.g. ethernet LEDs) and 10 exporting the 74x164 as spi-gpio prevents those LEDs to be hardware 14 should be controlled by a hardware signal instead of the MODE register value, 15 with 0 meaning hardware control enabled and 1 hardware control disabled. This 16 is usually 1:1 for hardware to LED signals, but through the activity/link 18 explained later in brcm,link-signal-sources). Even if a LED is hardware 20 but you can't turn it off if the hardware decides to light it up. For this 21 reason, hardware controlled LEDs aren't registered as LED class devices. [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/spi/ |
| D | spi-sprd-adi.txt | 5 framework for its hardware implementation is alike to SPI bus and its timing 9 48 hardware channels to access analog chip. For 2 software read/write channels, 10 users should set ADI registers to access analog chip. For hardware channels, 11 we can configure them to allow other hardware components to use it independently, 12 which means we can just link one analog chip address to one hardware channel, 13 then users can access the mapped analog chip address by this hardware channel 14 triggered by hardware components instead of ADI software channels. 16 Thus we introduce one property named "sprd,hw-channels" to configure hardware 17 channels, the first value specifies the hardware channel id which is used to 18 transfer data triggered by hardware automatically, and the second value specifies [all …]
|
| /Linux-v5.4/drivers/media/rc/ |
| D | serial_ir.c | 66 static struct serial_ir_hw hardware[] = { variable 68 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_HOMEBREW].lock), 82 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_IRDEO].lock), 93 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_IRDEO_REMOTE].lock), 104 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_ANIMAX].lock), 112 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_IGOR].lock), 163 soutp(UART_MCR, hardware[type].off); in on() 165 soutp(UART_MCR, hardware[type].on); in on() 171 soutp(UART_MCR, hardware[type].on); in off() 173 soutp(UART_MCR, hardware[type].off); in off() [all …]
|
| /Linux-v5.4/arch/mips/boot/dts/brcm/ |
| D | bcm63268-comtrend-vr-3032u.dts | 29 brcm,hardware-controlled; 35 brcm,hardware-controlled; 66 brcm,hardware-controlled; 71 brcm,hardware-controlled; 76 brcm,hardware-controlled; 81 brcm,hardware-controlled; 86 brcm,hardware-controlled; 91 brcm,hardware-controlled; 96 brcm,hardware-controlled;
|
| /Linux-v5.4/sound/isa/sb/ |
| D | sb_common.c | 118 switch (chip->hardware) { in snd_sbdsp_probe() 122 chip->hardware = SB_HW_10; in snd_sbdsp_probe() 127 chip->hardware = SB_HW_201; in snd_sbdsp_probe() 130 chip->hardware = SB_HW_20; in snd_sbdsp_probe() 135 chip->hardware = SB_HW_PRO; in snd_sbdsp_probe() 139 chip->hardware = SB_HW_16; in snd_sbdsp_probe() 202 unsigned short hardware, in snd_sbdsp_create() argument 227 (hardware == SB_HW_ALS4000 || in snd_sbdsp_create() 228 hardware == SB_HW_CS5530) ? in snd_sbdsp_create() 237 if (hardware == SB_HW_ALS4000) in snd_sbdsp_create() [all …]
|
| D | sb8_midi.c | 57 valid_open_flags = chip->hardware >= SB_HW_20 in snd_sb8dsp_midi_input_open() 69 if (chip->hardware >= SB_HW_20) in snd_sb8dsp_midi_input_open() 84 valid_open_flags = chip->hardware >= SB_HW_20 in snd_sb8dsp_midi_output_open() 96 if (chip->hardware >= SB_HW_20) in snd_sb8dsp_midi_output_open() 150 if (chip->hardware < SB_HW_20) in snd_sb8dsp_midi_input_trigger() 156 if (chip->hardware < SB_HW_20) in snd_sb8dsp_midi_input_trigger() 181 if (chip->hardware >= SB_HW_20) { in snd_sb8dsp_midi_output_write() 260 if (chip->hardware >= SB_HW_20) in snd_sb8dsp_midi()
|
| /Linux-v5.4/sound/isa/wss/ |
| D | wss_lib.c | 409 if ((timeout & CS4231_MCE) == 0 || !(chip->hardware & hw_mask)) in snd_wss_mce_down() 589 if (!(chip->hardware & WSS_HW_AD1848_MASK)) { in snd_wss_calibrate_mute() 597 if (chip->hardware == WSS_HW_INTERWAVE) { in snd_wss_calibrate_mute() 619 if (chip->hardware == WSS_HW_CS4231A || in snd_wss_playback_format() 620 (chip->hardware & WSS_HW_CS4232_MASK)) { in snd_wss_playback_format() 634 } else if (chip->hardware == WSS_HW_AD1845) { in snd_wss_playback_format() 656 if (chip->hardware != WSS_HW_INTERWAVE && !chip->single_dma) { in snd_wss_playback_format() 665 if (chip->hardware == WSS_HW_OPL3SA2) in snd_wss_playback_format() 680 if (chip->hardware == WSS_HW_CS4231A || in snd_wss_capture_format() 681 (chip->hardware & WSS_HW_CS4232_MASK)) { in snd_wss_capture_format() [all …]
|
| /Linux-v5.4/drivers/hwmon/pmbus/ |
| D | Kconfig | 21 If you say yes here you get hardware monitoring support for generic 32 If you say yes here you get hardware monitoring support for Analog 43 If you say yes here you get hardware monitoring support for the IBM 52 If you say yes here you get hardware monitoring support for the INSPUR 61 If you say yes here you get hardware monitoring support for the 70 If you say yes here you get hardware monitoring support for Infineon 79 If you say yes here you get hardware monitoring support for the 88 If you say yes here you get hardware monitoring support for Intersil 97 If you say yes here you get hardware monitoring support for National 106 If you say yes here you get hardware monitoring support for Linear [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/crypto/ |
| D | brcm,spu-crypto.txt | 1 The Broadcom Secure Processing Unit (SPU) hardware supports symmetric 2 cryptographic offload for Broadcom SoCs. A SoC may have multiple SPU hardware 7 brcm,spum-crypto - for devices with SPU-M hardware 8 brcm,spu2-crypto - for devices with SPU2 hardware 9 brcm,spu2-v2-crypto - for devices with enhanced SPU2 hardware features like SHA3 11 brcm,spum-nsp-crypto - for the Northstar Plus variant of the SPU-M hardware
|
| /Linux-v5.4/drivers/tty/ipwireless/ |
| D | tty.c | 49 struct ipw_hardware *hardware; member 218 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS, in ipw_write() 312 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines() 316 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines() 323 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines() 327 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines() 334 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines() 336 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines() 343 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines() 345 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines() [all …]
|
| /Linux-v5.4/drivers/char/hw_random/ |
| D | Kconfig | 15 of possibly several hardware random number generators. 17 These hardware random number generators do feed into the 44 Generator hardware found on Intel i8xx-based motherboards. 57 Generator hardware found on AMD 76x-based motherboards. 70 Generator hardware found on Atmel AT91 devices. 84 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs. 97 hardware found on the Broadcom iProc and STB SoCs. 110 Generator hardware found on the AMD Geode LX. 123 Generator hardware found on Niagara2 cpus. 136 Generator hardware found on VIA based motherboards. [all …]
|
| /Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/ |
| D | ethernet-driver.rst | 20 Unlike regular NICs, in the DPAA2 architecture there is no single hardware block 21 representing network interfaces; instead, several separate hardware resources 29 All hardware resources are allocated and configured through the Management 32 hardware resources, like queues, do not have a corresponding MC object and 57 . . . hardware 59 | MC hardware portals | 68 DPBPs represent hardware buffer pools. Packet I/O is performed in the context 70 hardware resources. 89 | | | | | hardware 91 | I/O hardware portals | [all …]
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-class-led-trigger-pattern | 19 Specify a hardware pattern for the LED, for LED hardware that 21 to some preprogrammed hardware patterns. It deactivates any active 24 Since different LED hardware can have different semantics of 25 hardware patterns, each driver is expected to provide its own 26 description for the hardware patterns in their ABI documentation
|
| D | sysfs-ptp | 7 features of PTP hardware clocks. 14 hardware clock registered into the PTP class driver 21 This file contains the name of the PTP hardware clock 32 This file contains the PTP hardware clock's maximum 41 alarms offer by the PTP hardware clock. 48 channels offered by the PTP hardware clock. 55 output channels offered by the PTP hardware clock. 62 offered by the PTP hardware clock. 69 pin offered by the PTP hardware clock. The file name 70 is the hardware dependent pin name. Reading from this [all …]
|
| D | debugfs-pfo-nx-crypto | 33 - The total number of AES operations submitted to the hardware. 36 - The total number of bytes hashed by the hardware using SHA-256. 39 - The total number of SHA-256 operations submitted to the hardware. 42 - The total number of bytes hashed by the hardware using SHA-512. 45 - The total number of SHA-512 operations submitted to the hardware.
|
| D | sysfs-class-switchtec | 18 Description: Component identifier as stored in the hardware (eg. PM8543) 27 Description: Component revision stored in the hardware (read only) 35 Description: Component vendor as stored in the hardware (eg. MICROSEM) 44 Description: Device version as stored in the hardware (read only) 76 Description: Product identifier as stored in the hardware (eg. PSX 48XG3) 85 Description: Product revision stored in the hardware (eg. RevB) 94 Description: Product vendor as stored in the hardware (eg. MICROSEM)
|
| /Linux-v5.4/Documentation/driver-api/iio/ |
| D | hw-consumer.rst | 4 An IIO device can be directly connected to another device in hardware. In this 5 case the buffers between IIO provider and IIO consumer are handled by hardware. 12 * :c:func:`iio_hw_consumer_alloc` — Allocate IIO hardware consumer 13 * :c:func:`iio_hw_consumer_free` — Free IIO hardware consumer 14 * :c:func:`iio_hw_consumer_enable` — Enable IIO hardware consumer 15 * :c:func:`iio_hw_consumer_disable` — Disable IIO hardware consumer
|
| /Linux-v5.4/drivers/isdn/mISDN/ |
| D | dsp_dtmf.c | 52 int hardware = 1; in dsp_dtmf_hardware() local 58 hardware = 0; in dsp_dtmf_hardware() 66 hardware = 0; in dsp_dtmf_hardware() 73 hardware = 0; in dsp_dtmf_hardware() 81 hardware = 0; in dsp_dtmf_hardware() 89 hardware = 0; in dsp_dtmf_hardware() 92 dsp->dtmf.hardware = hardware; in dsp_dtmf_hardware() 93 dsp->dtmf.software = !hardware; in dsp_dtmf_hardware()
|
| /Linux-v5.4/Documentation/powerpc/ |
| D | ptrace.rst | 5 GDB intends to support the following hardware debug features of BookE 8 4 hardware breakpoints (IAC) 9 2 hardware watchpoints (read, write and read-write) (DAC) 10 2 value conditions for the hardware watchpoints (DVC) 21 Query for GDB to discover the hardware debug features. The main info to 22 be returned here is the minimum alignment for the hardware watchpoints. 24 an 8-byte alignment restriction for hardware watchpoints. We'd like to avoid 28 GDB: this query will return the number of hardware breakpoints, hardware 52 Sets a hardware breakpoint or watchpoint, according to the provided structure:: 85 With this GDB can ask for all kinds of hardware breakpoints and watchpoints [all …]
|
| /Linux-v5.4/Documentation/process/ |
| D | embargoed-hardware-issues.rst | 1 Embargoed hardware issues 14 hardware vendors and other parties. For some of the issues, software 23 The Linux kernel hardware security team is separate from the regular Linux 26 The team only handles the coordination of embargoed hardware security 32 The team can be contacted by email at <hardware-security@kernel.org>. This 41 While hardware security issues are often handled by the affected hardware 43 identified a potential hardware flaw. 48 The current team of hardware security officers: 72 The Linux kernel hardware security team is not a formal body and therefore 82 keep hardware security issues under embargo for coordination between [all …]
|
| /Linux-v5.4/drivers/acpi/apei/ |
| D | Kconfig | 28 platform hardware errors (such as that from chipset). It 29 works in so called "Firmware First" mode, that is, hardware 31 Linux by firmware. This way, some non-standard hardware 32 error registers or non-standard hardware link can be checked 33 by firmware to produce more valuable hardware error 59 EINJ provides a hardware error injection mechanism, it is 67 ERST is a way provided by APEI to save and retrieve hardware
|
| /Linux-v5.4/drivers/staging/fsl-dpaa2/ethsw/ |
| D | README | 23 The Ethernet Switch in the DPAA2 architecture consists of several hardware 47 . hardware 49 | MC hardware portals | 59 between ports is offloaded into the hardware. Exposed network interfaces 72 : : : : : : hardware 88 associated hardware resources. 97 Driver configures DPSW to perform hardware switching offload of 101 It allows configuration of hardware learning, flooding, multicast groups,
|
| /Linux-v5.4/sound/isa/opti9xx/ |
| D | opti92x-ad1848.c | 118 unsigned short hardware; member 174 unsigned short hardware) in snd_opti9xx_init() argument 178 chip->hardware = hardware; in snd_opti9xx_init() 179 strcpy(chip->name, snd_opti9xx_names[hardware]); in snd_opti9xx_init() 194 chip->mc_base_size = opti9xx_mc_size[hardware]; in snd_opti9xx_init() 197 chip->mc_base_size = opti9xx_mc_size[hardware]; in snd_opti9xx_init() 200 switch (hardware) { in snd_opti9xx_init() 204 chip->password = (hardware == OPTi9XX_HW_82C928) ? 0xe2 : 0xe3; in snd_opti9xx_init() 218 chip->mc_base = (hardware == OPTi9XX_HW_82C930) ? 0xf8f : 0xf8d; in snd_opti9xx_init() 227 snd_printk(KERN_ERR "chip %d not supported\n", hardware); in snd_opti9xx_init() [all …]
|
| /Linux-v5.4/sound/drivers/opl3/ |
| D | opl3_lib.c | 117 if (opl3->hardware != OPL3_HW_AUTO) in snd_opl3_detect() 122 opl3->hardware = OPL3_HW_OPL2; in snd_opl3_detect() 130 opl3->hardware = OPL3_HW_OPL3; in snd_opl3_detect() 332 unsigned short hardware, in snd_opl3_new() argument 347 opl3->hardware = hardware; in snd_opl3_new() 373 switch (opl3->hardware & OPL3_HW_MASK) { in snd_opl3_init() 391 unsigned short hardware, in snd_opl3_create() argument 399 if ((err = snd_opl3_new(card, hardware, &opl3)) < 0) in snd_opl3_create() 417 switch (opl3->hardware) { in snd_opl3_create() 433 switch (opl3->hardware & OPL3_HW_MASK) { in snd_opl3_create() [all …]
|
| /Linux-v5.4/Documentation/arm/samsung-s3c24xx/ |
| D | s3c2412.rst | 42 The UART hardware is similar to the S3C2440, and is supported by the 49 The NAND hardware is similar to the S3C2440, and is supported by the 56 The USB hardware is similar to the S3C2410, with extended clock source 77 The RTC hardware is similar to the S3C2410, and is supported by the 84 The watchdog hardware is the same as the S3C2410, and is supported by 96 The IIC hardware is the same as the S3C2410, and is supported by the
|