Home
last modified time | relevance | path

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

12345678910>>...31

/linux-2.6.39/sound/isa/sb/
Dsb_common.c131 switch (chip->hardware) { in snd_sbdsp_probe()
135 chip->hardware = SB_HW_10; in snd_sbdsp_probe()
140 chip->hardware = SB_HW_201; in snd_sbdsp_probe()
143 chip->hardware = SB_HW_20; in snd_sbdsp_probe()
148 chip->hardware = SB_HW_PRO; in snd_sbdsp_probe()
152 chip->hardware = SB_HW_16; in snd_sbdsp_probe()
216 unsigned short hardware, in snd_sbdsp_create() argument
241 (hardware == SB_HW_ALS4000 || in snd_sbdsp_create()
242 hardware == SB_HW_CS5530) ? in snd_sbdsp_create()
251 if (hardware == SB_HW_ALS4000) in snd_sbdsp_create()
[all …]
Dsb8_midi.c70 valid_open_flags = chip->hardware >= SB_HW_20 in snd_sb8dsp_midi_input_open()
82 if (chip->hardware >= SB_HW_20) in snd_sb8dsp_midi_input_open()
97 valid_open_flags = chip->hardware >= SB_HW_20 in snd_sb8dsp_midi_output_open()
109 if (chip->hardware >= SB_HW_20) in snd_sb8dsp_midi_output_open()
162 if (chip->hardware < SB_HW_20) in snd_sb8dsp_midi_input_trigger()
168 if (chip->hardware < SB_HW_20) in snd_sb8dsp_midi_input_trigger()
193 if (chip->hardware >= SB_HW_20) { in snd_sb8dsp_midi_output_write()
279 if (chip->hardware >= SB_HW_20) in snd_sb8dsp_midi()
Dsb8.c149 if (chip->hardware >= SB_HW_16) { in snd_sb8_probe()
150 if (chip->hardware == SB_HW_ALS100) in snd_sb8_probe()
166 if (chip->hardware == SB_HW_10 || chip->hardware == SB_HW_20) { in snd_sb8_probe()
188 strcpy(card->driver, chip->hardware == SB_HW_PRO ? "SB Pro" : "SB8"); in snd_sb8_probe()
/linux-2.6.39/sound/isa/wss/
Dwss_lib.c422 if ((timeout & CS4231_MCE) == 0 || !(chip->hardware & hw_mask)) in snd_wss_mce_down()
602 if (!(chip->hardware & WSS_HW_AD1848_MASK)) { in snd_wss_calibrate_mute()
610 if (chip->hardware == WSS_HW_INTERWAVE) { in snd_wss_calibrate_mute()
632 if (chip->hardware == WSS_HW_CS4231A || in snd_wss_playback_format()
633 (chip->hardware & WSS_HW_CS4232_MASK)) { in snd_wss_playback_format()
647 } else if (chip->hardware == WSS_HW_AD1845) { in snd_wss_playback_format()
669 if (chip->hardware != WSS_HW_INTERWAVE && !chip->single_dma) { in snd_wss_playback_format()
678 if (chip->hardware == WSS_HW_OPL3SA2) in snd_wss_playback_format()
693 if (chip->hardware == WSS_HW_CS4231A || in snd_wss_capture_format()
694 (chip->hardware & WSS_HW_CS4232_MASK)) { in snd_wss_capture_format()
[all …]
/linux-2.6.39/drivers/staging/lirc/
Dlirc_serial.c131 static struct lirc_serial hardware[] = { variable
322 soutp(UART_MCR, hardware[type].off); in on()
324 soutp(UART_MCR, hardware[type].on); in on()
336 soutp(UART_MCR, hardware[type].on); in off()
338 soutp(UART_MCR, hardware[type].off); in off()
669 if ((status & hardware[type].signal_pin_change) in irq_handler()
698 dcd = (status & hardware[type].signal_pin) ? 1 : 0; in irq_handler()
883 if (sinp(UART_MSR) & hardware[type].signal_pin) in init_port()
909 LIRC_DRIVER_NAME, (void *)&hardware); in set_use_inc()
924 spin_lock_irqsave(&hardware[type].lock, flags); in set_use_inc()
[all …]
/linux-2.6.39/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-2.6.39/drivers/acpi/apei/
DKconfig17 platform hardware errors (such as that from chipset). It
18 works in so called "Firmware First" mode, that is, hardware
20 Linux by firmware. This way, some non-standard hardware
21 error registers or non-standard hardware link can be checked
22 by firmware to produce more valuable hardware error
36 EINJ provides a hardware error injection mechanism, it is
44 ERST is a way provided by APEI to save and retrieve hardware
/linux-2.6.39/drivers/tty/ipwireless/
Dtty.c48 struct ipw_hardware *hardware; member
260 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS, in ipw_write()
356 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1); in set_control_lines()
360 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
367 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1); in set_control_lines()
371 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
378 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0); in set_control_lines()
380 ret = ipwireless_set_RTS(tty->hardware, in set_control_lines()
387 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 0); in set_control_lines()
389 ret = ipwireless_set_DTR(tty->hardware, in set_control_lines()
[all …]
Dmain.c175 ipwireless_init_hardware_v1(ipw->hardware, link->resource[0]->start, in config_ipwireless()
195 ipw->network = ipwireless_network_create(ipw->hardware); in config_ipwireless()
199 ipw->tty = ipwireless_tty_create(ipw->hardware, ipw->network); in config_ipwireless()
203 ipwireless_init_hardware_v2_v3(ipw->hardware); in config_ipwireless()
268 ipw->hardware = ipwireless_hardware_create(); in ipwireless_attach()
269 if (!ipw->hardware) { in ipwireless_attach()
301 if (ipw->hardware != NULL) in ipwireless_detach()
302 ipwireless_hardware_free(ipw->hardware); in ipwireless_detach()
/linux-2.6.39/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.h104 int hardware; /* conf is processed by hardware */ member
122 int hardware; /* dtmf uses hardware decoding */ member
147 int hardware; /* tones are generated by hardware */ member
161 int hardware; /* echo is generated by hardware */ member
/linux-2.6.39/Documentation/networking/
Dtimestamping.txt19 be generated in software (as before) or in hardware (if the hardware
28 SOF_TIMESTAMPING_TX_HARDWARE: try to obtain send time stamp in hardware
32 as generated by the hardware
35 SOF_TIMESTAMPING_RAW_HARDWARE: return original raw hardware time stamp
36 SOF_TIMESTAMPING_SYS_HARDWARE: return hardware time stamp transformed to
71 time stamp was generated by hardware, then this field is
75 hwtimeraw is the original hardware time stamp. Filled in if
79 hwtimetrans is the hardware time stamp transformed so that it
91 that is expected to do hardware time stamping. The parameter is defined in
108 A driver which supports hardware time stamping shall update the struct
[all …]
Dspider_net.txt28 to receive data from the hardware. A "full" descriptor has data in it,
36 ring is handed off to the hardware, which sequentially fills in the
41 and "tail" pointers, managed by the OS, and a hardware current
43 currently being filled. When this descr is filled, the hardware
46 and everything in front of it should be "empty". If the hardware
50 The tail pointer tails or trails the hardware pointer. When the
51 hardware is ahead, the tail pointer will be pointing at a "full"
56 flowing, then the tail pointer can catch up to the hardware pointer.
64 dma-mapping it so as to make it visible to the hardware. The OS will
91 In the above, the hardware has filled in one descr, number 20. Both
[all …]
Dmultiqueue.txt33 default pfifo_fast qdisc. This qdisc supports one qdisc per hardware queue.
34 A new round-robin qdisc, sch_multiq also supports multiple hardware queues. The
39 sch_multiq has been added for hardware that wishes to avoid head-of-line
40 blocking. It will cycle though the bands and verify that the hardware queue
44 hardware. Once the association is made, any skb with skb->queue_mapping set,
45 will be queued to the band associated with the hardware queue.
/linux-2.6.39/Documentation/powerpc/
Dptrace.txt1 GDB intends to support the following hardware debug features of BookE
4 4 hardware breakpoints (IAC)
5 2 hardware watchpoints (read, write and read-write) (DAC)
6 2 value conditions for the hardware watchpoints (DVC)
16 Query for GDB to discover the hardware debug features. The main info to
17 be returned here is the minimum alignment for the hardware watchpoints.
19 an 8-byte alignment restriction for hardware watchpoints. We'd like to avoid
23 GDB: this query will return the number of hardware breakpoints, hardware
46 Sets a hardware breakpoint or watchpoint, according to the provided structure:
79 With this GDB can ask for all kinds of hardware breakpoints and watchpoints
[all …]
/linux-2.6.39/drivers/char/hw_random/
DKconfig14 of possibly several hardware random number generators.
16 These hardware random number generators do not feed directly
43 Generator hardware found on Intel i8xx-based motherboards.
56 Generator hardware found on AMD 76x-based motherboards.
69 Generator hardware found on the AMD Geode LX.
82 Generator hardware found on Niagara2 cpus.
95 Generator hardware found on VIA based motherboards.
108 Number Generator hardware found on the Intel IXP4xx NPU.
121 Generator hardware found on OMAP16xx and OMAP24xx multimedia
135 Generator hardware found on Octeon processors.
[all …]
/linux-2.6.39/sound/isa/opti9xx/
Dopti92x-ad1848.c129 unsigned short hardware; member
203 unsigned short hardware) in snd_opti9xx_init() argument
207 chip->hardware = hardware; in snd_opti9xx_init()
208 strcpy(chip->name, snd_opti9xx_names[hardware]); in snd_opti9xx_init()
223 chip->mc_base_size = opti9xx_mc_size[hardware]; in snd_opti9xx_init()
226 chip->mc_base_size = opti9xx_mc_size[hardware]; in snd_opti9xx_init()
229 switch (hardware) { in snd_opti9xx_init()
233 chip->password = (hardware == OPTi9XX_HW_82C928) ? 0xe2 : 0xe3; in snd_opti9xx_init()
247 chip->mc_base = (hardware == OPTi9XX_HW_82C930) ? 0xf8f : 0xf8d; in snd_opti9xx_init()
258 snd_printk(KERN_ERR "chip %d not supported\n", hardware); in snd_opti9xx_init()
[all …]
Dmiro.c107 unsigned short hardware; member
724 switch (miro->hardware) { in snd_miro_mixer()
788 unsigned short hardware) in snd_miro_init() argument
792 chip->hardware = hardware; in snd_miro_init()
793 strcpy(chip->name, snd_opti9xx_names[hardware]); in snd_miro_init()
795 chip->mc_base_size = opti9xx_mc_size[hardware]; in snd_miro_init()
816 switch (hardware) { in snd_miro_init()
826 snd_printk(KERN_ERR "sorry, no support for %d\n", hardware); in snd_miro_init()
842 switch (chip->hardware) { in snd_miro_read()
856 snd_printk(KERN_ERR "sorry, no support for %d\n", chip->hardware); in snd_miro_read()
[all …]
/linux-2.6.39/Documentation/arm/Samsung-S3C24XX/
DS3C2412.txt41 The UART hardware is similar to the S3C2440, and is supported by the
48 The NAND hardware is similar to the S3C2440, and is supported by the
55 The USB hardware is similar to the S3C2410, with extended clock source
76 The RTC hardware is similar to the S3C2410, and is supported by the
83 The watchdog hardware is the same as the S3C2410, and is supported by
95 The IIC hardware is the same as the S3C2410, and is supported by the
/linux-2.6.39/drivers/staging/spectra/
DKconfig17 bool "Moorestown hardware mode"
19 Driver communicates with the Moorestown hardware's register interface.
27 built-in hardware driver.
41 Use DMA for native hardware interface.
/linux-2.6.39/sound/drivers/opl3/
Dopl3_lib.c131 if (opl3->hardware != OPL3_HW_AUTO) in snd_opl3_detect()
136 opl3->hardware = OPL3_HW_OPL2; in snd_opl3_detect()
144 opl3->hardware = OPL3_HW_OPL3; in snd_opl3_detect()
346 unsigned short hardware, in snd_opl3_new() argument
363 opl3->hardware = hardware; in snd_opl3_new()
389 switch (opl3->hardware & OPL3_HW_MASK) { in snd_opl3_init()
407 unsigned short hardware, in snd_opl3_create() argument
415 if ((err = snd_opl3_new(card, hardware, &opl3)) < 0) in snd_opl3_create()
433 switch (opl3->hardware) { in snd_opl3_create()
449 switch (opl3->hardware & OPL3_HW_MASK) { in snd_opl3_create()
[all …]
/linux-2.6.39/Documentation/w1/masters/
Dds249024 - While the ds2490 supports a hardware search the code doesn't take
26 - The hardware will detect when devices are attached to the bus on the
39 - The hardware supports normal, flexible, and overdrive bus
45 - The hardware supports detecting some error conditions, such as
50 available, the bulk read will return an error and the hardware will
61 the ds2490 hardware, but if the module was unloaded, then reloaded
66 show 0 bytes written. Detaching qemu from the ds2490 hardware and
/linux-2.6.39/Documentation/
Dhw_random.txt4 special hardware feature on your CPU or motherboard,
7 sysfs support, plus a hardware-specific driver that plugs
25 the hardware RNG device. This data is NOT CHECKED by any
27 hardware is faulty or has been tampered with). Data is only
28 output if the hardware "has-data" flag is set, but nevertheless
39 "rng_available" attribute lists the hardware-specific drivers
52 About the Intel RNG hardware, from the firmware hub datasheet:
/linux-2.6.39/Documentation/x86/x86_64/
Dkernel-stacks18 Used for external hardware interrupts. If this is the first external
19 hardware interrupt (i.e. not a nested hardware interrupt) then the
29 hardware stacks cannot nest without races.
40 interrupt-gate descriptor. When an interrupt occurs and the hardware
41 loads such a descriptor, the hardware automatically sets the new stack
83 Used for hardware debug interrupts (interrupt 1) and for software
86 When debugging a kernel, debug interrupts (both hardware and
/linux-2.6.39/sound/pci/oxygen/
Dxonar_hdmi.c80 struct snd_pcm_hardware *hardware) in xonar_hdmi_pcm_hardware_filter() argument
83 hardware->rates = SNDRV_PCM_RATE_44100 | in xonar_hdmi_pcm_hardware_filter()
87 hardware->rate_min = 44100; in xonar_hdmi_pcm_hardware_filter()

12345678910>>...31