Searched defs:hardware (Results 1 - 7 of 7) sorted by relevance

/drivers/tty/ipwireless/
H A Dmain.h27 #include "hardware.h"
55 struct ipw_hardware *hardware; member in struct:ipw_dev
H A Dnetwork.c29 #include "hardware.h"
38 /* Hardware context, used for calls to hardware layer. */
39 struct ipw_hardware *hardware; member in struct:ipw_network
46 /* Number of packets queued up in hardware module. */
88 * Called by the ppp system when it has a packet to send to the hardware.
114 ret = ipwireless_send_packet(network->hardware,
130 ret = ipwireless_send_packet(network->hardware,
426 network->hardware = hw;
444 ipwireless_stop_interrupts(network->hardware);
445 ipwireless_associate_network(network->hardware, NUL
[all...]
H A Dtty.c34 #include "hardware.h"
48 struct ipw_hardware *hardware; member in struct:ipw_tty
153 /* Take data received from hardware, and send it out the tty */
217 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS,
313 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1);
317 ret = ipwireless_set_RTS(tty->hardware,
324 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1);
328 ret = ipwireless_set_DTR(tty->hardware,
335 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0);
337 ret = ipwireless_set_RTS(tty->hardware,
447 add_tty(int j, struct ipw_hardware *hardware, struct ipw_network *network, int channel_idx, int secondary_channel_idx, int tty_type) argument
480 ipwireless_tty_create(struct ipw_hardware *hardware, struct ipw_network *network) argument
[all...]
/drivers/isdn/mISDN/
H A Ddsp_dtmf.c48 /* check for hardware or software features
52 int hardware = 1; local
58 hardware = 0;
63 printk(KERN_DEBUG "%s dsp %s cannot do hardware DTMF, "
66 hardware = 0;
70 printk(KERN_DEBUG "%s dsp %s cannot do hardware DTMF, "
73 hardware = 0;
78 printk(KERN_DEBUG "%s dsp %s cannot do hardware DTMF, "
81 hardware = 0;
86 printk(KERN_DEBUG "%s dsp %s cannot do hardware DTM
[all...]
H A Ddsp.h24 * bit 1 = enable hfc hardware acceleration for all channels
106 int hardware; /* conf is processed by hardware */ member in struct:dsp_conf
124 int hardware; /* dtmf uses hardware decoding */ member in struct:dsp_dtmf
149 int hardware; /* tones are generated by hardware */ member in struct:dsp_tone
163 int hardware; /* echo is generated by hardware */ member in struct:dsp_echo
212 /* hardware stuf
[all...]
/drivers/staging/media/lirc/
H A Dlirc_serial.c129 static struct lirc_serial hardware[] = { variable in typeref:struct:lirc_serial
131 .lock = __SPIN_LOCK_UNLOCKED(hardware[LIRC_HOMEBREW].lock),
148 .lock = __SPIN_LOCK_UNLOCKED(hardware[LIRC_IRDEO].lock),
160 .lock = __SPIN_LOCK_UNLOCKED(hardware[LIRC_IRDEO_REMOTE].lock),
172 .lock = __SPIN_LOCK_UNLOCKED(hardware[LIRC_ANIMAX].lock),
183 .lock = __SPIN_LOCK_UNLOCKED(hardware[LIRC_IGOR].lock),
289 soutp(UART_MCR, hardware[type].off);
291 soutp(UART_MCR, hardware[type].on);
297 soutp(UART_MCR, hardware[type].on);
299 soutp(UART_MCR, hardware[typ
[all...]
/drivers/isdn/hisax/
H A Dhisax.h212 void *hardware; member in struct:Layer1

Completed in 313 milliseconds