Searched defs:hardware (Results 1 - 8 of 8) 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,
418 network->hardware = hw;
436 ipwireless_stop_interrupts(network->hardware);
437 ipwireless_associate_network(network->hardware, NUL
[all...]
H A Dtty.c35 #include "hardware.h"
48 struct ipw_hardware *hardware; member in struct:ipw_tty
177 /* Take data received from hardware, and send it out the tty */
250 ret = ipwireless_send_packet(tty->hardware, IPW_CHANNEL_RAS,
346 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 1);
350 ret = ipwireless_set_RTS(tty->hardware,
357 ret = ipwireless_set_DTR(tty->hardware, tty->channel_idx, 1);
361 ret = ipwireless_set_DTR(tty->hardware,
368 ret = ipwireless_set_RTS(tty->hardware, tty->channel_idx, 0);
370 ret = ipwireless_set_RTS(tty->hardware,
480 add_tty(int j, struct ipw_hardware *hardware, struct ipw_network *network, int channel_idx, int secondary_channel_idx, int tty_type) argument
508 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
104 int hardware; /* conf is processed by hardware */ member in struct:dsp_conf
122 int hardware; /* dtmf uses hardware decoding */ member in struct:dsp_dtmf
147 int hardware; /* tones are generated by hardware */ member in struct:dsp_tone
161 int hardware; /* echo is generated by hardware */ member in struct:dsp_echo
210 /* hardware stuf
[all...]
/drivers/staging/usbip/
H A Dvhci.h103 #define hardware (&the_controller->pdev.dev) macro
/drivers/staging/media/lirc/
H A Dlirc_serial.c75 #include <asm/hardware.h>
130 static struct lirc_serial hardware[] = { variable in typeref:struct:lirc_serial
321 soutp(UART_MCR, hardware[type].off);
323 soutp(UART_MCR, hardware[type].on);
335 soutp(UART_MCR, hardware[type].on);
337 soutp(UART_MCR, hardware[type].off);
668 if ((status & hardware[type].signal_pin_change)
697 dcd = (status & hardware[type].signal_pin) ? 1 : 0;
844 LIRC_DRIVER_NAME, (void *)&hardware);
897 if (sinp(UART_MSR) & hardware[typ
[all...]
/drivers/isdn/hisax/
H A Dhisax.h212 void *hardware; member in struct:Layer1

Completed in 149 milliseconds