Home
last modified time | relevance | path

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

12345678910>>...12

/drivers/media/rc/
A Dserial_ir.c67 static struct serial_ir_hw hardware[] = { variable
164 soutp(UART_MCR, hardware[type].off); in on()
166 soutp(UART_MCR, hardware[type].on); in on()
172 soutp(UART_MCR, hardware[type].on); in off()
174 soutp(UART_MCR, hardware[type].off); in off()
493 if (hardware[type].send_pulse && hardware[type].send_space) in serial_ir_probe()
495 if (hardware[type].set_send_carrier) in serial_ir_probe()
497 if (hardware[type].set_duty_cycle) in serial_ir_probe()
540 KBUILD_MODNAME, &hardware); in serial_ir_probe()
652 hardware[type].send_space(); in serial_ir_tx()
[all …]
/drivers/hwmon/pmbus/
A DKconfig21 If you say yes here you get hardware monitoring support for generic
33 If you say yes here you get hardware monitoring support for the ACBEL
44 If you say yes here you get hardware monitoring support for Analog
53 If you say yes here you get hardware monitoring support for Analog
63 If you say yes here you get hardware monitoring support for Analog
82 If you say yes here you get hardware monitoring support for BEL
109 If you say yes here you get hardware monitoring support for
119 If you say yes here you get hardware monitoring support for
166 If you say yes here you get hardware monitoring support for the
199 If you say yes here you get hardware monitoring support for the
[all …]
/drivers/tty/ipwireless/
A Dtty.c49 struct ipw_hardware *hardware; member
216 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS, in ipw_write()
314 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
325 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
334 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
343 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
436 struct ipw_hardware *hardware, in add_tty() argument
444 ttys[j]->hardware = hardware; in add_tty()
486 if (add_tty(j, hardware, network, in ipwireless_tty_create()
492 if (add_tty(j, hardware, network, in ipwireless_tty_create()
[all …]
A Dmain.c184 ipwireless_init_hardware_v1(ipw->hardware, link->resource[0]->start, in config_ipwireless()
204 ipw->network = ipwireless_network_create(ipw->hardware); in config_ipwireless()
208 ipw->tty = ipwireless_tty_create(ipw->hardware, ipw->network); in config_ipwireless()
212 ipwireless_init_hardware_v2_v3(ipw->hardware); in config_ipwireless()
277 ipw->hardware = ipwireless_hardware_create(); in ipwireless_attach()
278 if (!ipw->hardware) { in ipwireless_attach()
310 if (ipw->hardware != NULL) in ipwireless_detach()
311 ipwireless_hardware_free(ipw->hardware); in ipwireless_detach()
A Dnetwork.c40 struct ipw_hardware *hardware; member
115 ret = ipwireless_send_packet(network->hardware, in ipwireless_ppp_start_xmit()
131 ret = ipwireless_send_packet(network->hardware, in ipwireless_ppp_start_xmit()
427 network->hardware = hw; in ipwireless_network_create()
445 ipwireless_stop_interrupts(network->hardware); in ipwireless_network_free()
446 ipwireless_associate_network(network->hardware, NULL); in ipwireless_network_free()
/drivers/char/hw_random/
A DKconfig71 Generator hardware found on Airoha SoC.
84 Generator hardware found on Atmel AT91 devices.
148 Generator hardware found on the AMD Geode LX.
161 Generator hardware found on Niagara2 cpus.
227 Generator hardware found on Octeon processors.
252 Generator hardware.
391 Generator hardware found on APM X-Gene SoC.
418 Generator hardware found on a PIC32.
459 Generator hardware found on Cavium SoCs.
473 Generator hardware found on Mediatek SoCs.
[all …]
/drivers/isdn/mISDN/
A 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()
A 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
A Ddsp_cmx.c425 dsp->echo.hardware = 0; in dsp_cmx_hardware()
429 dsp->echo.hardware = 1; in dsp_cmx_hardware()
488 dsp->echo.hardware = 1; in dsp_cmx_hardware()
553 conf->hardware = 0; in dsp_cmx_hardware()
659 conf->hardware = 0; in dsp_cmx_hardware()
734 conf->hardware = 1; in dsp_cmx_hardware()
796 conf->hardware = 1; in dsp_cmx_hardware()
826 conf->hardware = 1; in dsp_cmx_hardware()
906 conf->hardware = 1; in dsp_cmx_hardware()
932 conf->hardware = 1; in dsp_cmx_hardware()
[all …]
/drivers/clk/ingenic/
A DKconfig13 Support the clocks provided by the CGU hardware on Ingenic JZ4740
23 Support the clocks provided by the CGU hardware on Ingenic JZ4755
33 Support the clocks provided by the CGU hardware on Ingenic JZ4725B
43 Support the clocks provided by the CGU hardware on Ingenic JZ4760
53 Support the clocks provided by the CGU hardware on Ingenic JZ4770
63 Support the clocks provided by the CGU hardware on Ingenic JZ4780
73 Support the clocks provided by the CGU hardware on Ingenic X1000
83 Support the clocks provided by the CGU hardware on Ingenic X1830
/drivers/acpi/apei/
A DKconfig29 platform hardware errors (such as that from chipset). It
30 works in so called "Firmware First" mode, that is, hardware
32 Linux by firmware. This way, some non-standard hardware
33 error registers or non-standard hardware link can be checked
34 by firmware to produce more valuable hardware error
60 EINJ provides a hardware error injection mechanism, it is
81 ERST is a way provided by APEI to save and retrieve hardware
/drivers/crypto/intel/keembay/
A DKconfig10 SM4 cipher hardware acceleration for use with Crypto API.
24 AES/SM4 ECB mode hardware acceleration for use with Crypto API.
35 AES/SM4 CBC with CTS mode hardware acceleration for use with
51 Elliptic Curve Cryptography (ECC) hardware acceleration for use with
70 Control Unit (HCU) hardware acceleration for use with Crypto API.
72 Provides OCS HCU hardware acceleration of sha256, sha384, sha512, and
88 Provides OCS HCU hardware acceleration of sha224 and hmac(224).
/drivers/mtd/nand/raw/ingenic/
A DKconfig8 based boards, using the BCH controller for hardware error correction.
20 hardware present on the JZ4740 SoC from Ingenic.
29 Enable this driver to support the BCH error-correction hardware
39 Enable this driver to support the BCH error-correction hardware
/drivers/ntb/
A DKconfig6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
21 hardware doorbells. MSI interrupts typically offer lower latency
24 in the hardware driver for creating the MSI interrupts.
35 messages over the ntb hardware. The transport exposes a queue pair api
/drivers/hid/intel-thc-hid/
A DKconfig15 HIDI2C compliant devices; a hardware sequencer with Read/Write DMA
26 mode, and controls THC hardware sequencer to accelerate HIDSPI
35 Intel QuickI2C, uses Touch Host Controller (THC) hardware, implements
37 mode, and controls THC hardware sequencer to accelerate HIDI2C
/drivers/misc/amd-sbi/
A DKconfig12 bool "SBRMI hardware monitoring"
16 This provides support for RMI device hardware monitoring. If enabled,
17 a hardware monitoring device will be created for each socket in
/drivers/mtd/nand/
A DKconfig50 bool "Macronix external hardware ECC engine"
54 This enables support for the hardware ECC engine from Macronix.
57 tristate "Mediatek hardware ECC engine"
62 This enables support for the hardware ECC engine from Mediatek.
/drivers/parport/
A DKconfig13 the architecture might have PC parallel port hardware.
44 tristate "PC-style hardware"
70 Many parallel port chipsets provide hardware that can speed up
108 Say Y here if you need support for the parallel port hardware on
122 tristate "Atari hardware"
126 Say Y here if you need support for the parallel port hardware on
136 tristate "Sparc hardware"
142 actually have pc style hardware instead.
/drivers/gpu/drm/sysfb/
A DKconfig22 This driver assumes that the display hardware has been initialized
37 This driver assumes that the display hardware has been initialized
52 This driver assumes that the display hardware has been initialized
72 This driver assumes that the display hardware has been initialized
/drivers/media/platform/st/sti/delta/
A DKconfig9 of STMicroelectronics STiH4xx SoC series allowing hardware
14 hardware.
24 Enables DELTA MJPEG hardware support.
/drivers/iio/dummy/
A DKconfig13 tristate "An example driver with no hardware requirements"
18 without hardware.
30 a normal driver talking to hardware.
/drivers/i3c/master/
A DKconfig31 This hardware is an instance of the DW I3C controller; this
32 driver adds platform- specific support for AST2600 hardware.
48 Support for hardware following the MIPI Aliance's I3C Host Controller
62 Support for MIPI I3C Host Controller Interface compatible hardware
/drivers/soc/fsl/qbman/
A DKconfig8 hardware components on specific QorIQ multicore processors.
13 The Buffer Manager (BMan) is a hardware buffer pool management block
17 The Queue Manager (QMan) is a hardware queue management block
34 of both the software drivers and hardware device.
/drivers/ntb/test/
A DKconfig6 doorbells of the ntb hardware. This driver may be used to test that
7 your ntb hardware and drivers are functioning at a basic level.
17 This driver may be used to test that your ntb hardware and drivers are
/drivers/isdn/capi/
A DKconfig7 access ISDN hardware in a device independent way. (For details see
11 three-party conferences (if supported by the specific hardware
14 This subsystem requires a hardware specific driver.

Completed in 59 milliseconds

12345678910>>...12