Home
last modified time | relevance | path

Searched refs:hardware (Results 1 – 25 of 99) sorted by relevance

1234

/linux-4.19.296/drivers/media/rc/
Dserial_ir.c74 static struct serial_ir_hw hardware[] = { variable
76 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_HOMEBREW].lock),
90 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_IRDEO].lock),
101 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_IRDEO_REMOTE].lock),
112 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_ANIMAX].lock),
120 .lock = __SPIN_LOCK_UNLOCKED(hardware[IR_IGOR].lock),
171 soutp(UART_MCR, hardware[type].off); in on()
173 soutp(UART_MCR, hardware[type].on); in on()
179 soutp(UART_MCR, hardware[type].on); in off()
181 soutp(UART_MCR, hardware[type].off); in off()
[all …]
/linux-4.19.296/drivers/isdn/hardware/
DKconfig2 # ISDN hardware drivers
4 comment "CAPI hardware drivers"
6 source "drivers/isdn/hardware/avm/Kconfig"
8 source "drivers/isdn/hardware/eicon/Kconfig"
/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_dtmf.c52 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()
Ddsp.h106 int hardware; /* conf is processed by hardware */ member
124 int hardware; /* dtmf uses hardware decoding */ member
149 int hardware; /* tones are generated by hardware */ member
163 int hardware; /* echo is generated by hardware */ member
Ddsp_cmx.c168 odsp->name, odsp->echo.hardware, odsp->echo.software, in dsp_cmx_debug()
416 if (!dsp->echo.software && !dsp->echo.hardware) { in dsp_cmx_hardware()
436 dsp->echo.hardware = 0; in dsp_cmx_hardware()
440 dsp->echo.hardware = 1; in dsp_cmx_hardware()
455 dsp->echo.hardware = 1; in dsp_cmx_hardware()
499 dsp->echo.hardware = 1; in dsp_cmx_hardware()
564 conf->hardware = 0; in dsp_cmx_hardware()
569 if (member->dsp->echo.hardware || member->dsp->echo.software) { in dsp_cmx_hardware()
670 conf->hardware = 0; in dsp_cmx_hardware()
745 conf->hardware = 1; in dsp_cmx_hardware()
[all …]
DKconfig22 decryption. It may use hardware features if available.
45 source "drivers/isdn/hardware/mISDN/Kconfig"
/linux-4.19.296/drivers/char/hw_random/
DKconfig14 of possibly several hardware random number generators.
16 These hardware random number generators do feed into the
43 Generator hardware found on Intel i8xx-based motherboards.
56 Generator hardware found on AMD 76x-based motherboards.
69 Generator hardware found on Atmel AT91 devices.
83 Generator hardware found on the Broadcom BCM2835 and BCM63xx SoCs.
96 hardware found on the Broadcom iProc and STB SoCs.
109 Generator hardware found on the AMD Geode LX.
122 Generator hardware found on Niagara2 cpus.
135 Generator hardware found on VIA based motherboards.
[all …]
/linux-4.19.296/drivers/iio/dummy/
DKconfig12 tristate "An example driver with no hardware requirements"
17 without hardware.
29 a normal driver talking to hardware.
/linux-4.19.296/drivers/ntb/test/
DKconfig5 doorbells of the ntb hardware. This driver may be used to test that
6 your ntb hardware and drivers are functioning at a basic level.
16 This driver may be used to test that your ntb hardware and drivers are
/linux-4.19.296/drivers/parport/
DKconfig12 the architecture might have PC parallel port hardware.
43 tristate "PC-style hardware"
68 Many parallel port chipsets provide hardware that can speed up
106 Say Y here if you need support for the parallel port hardware on
120 tristate "Atari hardware"
124 Say Y here if you need support for the parallel port hardware on
134 tristate "Sparc hardware"
140 actually have pc style hardware instead.
146 Say Y here if you need support for the parallel port hardware on
/linux-4.19.296/drivers/ptp/
DKconfig17 microseconds. In addition, with the help of special hardware
52 programs are getting hardware time stamps on the PTP Ethernet
66 getting hardware time stamps on the PTP Ethernet packets
85 getting hardware time stamps on the PTP Ethernet packets
99 clock. The hardware supports time stamping of PTP packets
104 hardware time stamps on the PTP Ethernet packets using the
/linux-4.19.296/drivers/isdn/
DKconfig49 access ISDN hardware in a device independent way. (For details see
53 three-party conferences (if supported by the specific hardware
56 Select this option and the appropriate hardware driver below if
63 source "drivers/isdn/hardware/Kconfig"
DMakefile9 obj-$(CONFIG_ISDN) += hardware/
/linux-4.19.296/include/sound/
Des1688.h42 unsigned short hardware; /* see to ES1688_HW_XXXX */ member
117 unsigned short hardware);
Dopl3.h304 unsigned short hardware; member
355 int snd_opl3_new(struct snd_card *card, unsigned short hardware,
360 unsigned short hardware,
Dmpu401.h74 unsigned short hardware; /* MPU401_HW_XXXX */ member
132 unsigned short hardware,
Dwss.h89 unsigned short hardware; /* see to WSS_HW_XXXX */ member
154 unsigned short hardware,
167 unsigned short hardware,
/linux-4.19.296/drivers/ntb/
DKconfig5 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
23 messages over the ntb hardware. The transport exposes a queue pair api
/linux-4.19.296/drivers/sh/intc/
DKconfig13 This enables support for hardware-assisted userspace hardirq
29 taken care of automatically by hardware for distributed
/linux-4.19.296/drivers/media/rc/img-ir/
DKconfig17 processing power than using hardware decode, but can be useful for
24 Say Y here to enable the hardware decode driver which decodes the IR
25 signals in hardware. This is more reliable, consumes less processing
/linux-4.19.296/drivers/uwb/
DKconfig41 is safe to select any even if you do not have the hardware.
57 is safe to select any even if you do not have the hardware.
69 is safe to select any even if you do not have the hardware.
/linux-4.19.296/drivers/isdn/hisax/
Dtei.c170 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_assign()
244 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_remove()
280 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_req_tout()
303 cs = (struct IsdnCardState *) st->l1.hardware; in tei_id_ver_tout()
376 cs = (struct IsdnCardState *) st->l1.hardware; in tei_l2tei()
400 VHiSax_putstatus(st->l1.hardware, "tei ", fmt, args); in tei_debug()
/linux-4.19.296/drivers/ras/
DKconfig5 hardware engineering term. Computers designed with higher levels
12 enhanced by features that help to avoid, detect and repair hardware
/linux-4.19.296/drivers/ntb/hw/amd/
DKconfig5 This driver supports AMD NTB on capable Zeppelin hardware.
/linux-4.19.296/drivers/ntb/hw/intel/
DKconfig5 This driver supports Intel NTB on capable Xeon and Atom hardware.

1234