Searched refs:ipw_hardware (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dhardware.h32 struct ipw_hardware;
35 struct ipw_hardware *ipwireless_hardware_create(void);
36 void ipwireless_hardware_free(struct ipw_hardware *hw);
38 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
40 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
42 int ipwireless_send_packet(struct ipw_hardware *hw,
49 void ipwireless_associate_network(struct ipw_hardware *hw,
51 void ipwireless_stop_interrupts(struct ipw_hardware *hw);
52 void ipwireless_init_hardware_v1(struct ipw_hardware *hw,
59 void ipwireless_init_hardware_v2_v3(struct ipw_hardware *h
[all...]
H A Dmain.h40 struct ipw_hardware;
60 struct ipw_hardware *hardware;
H A Dnetwork.h25 struct ipw_hardware;
39 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw);
H A Dtty.h30 struct ipw_hardware;
35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
H A Dhardware.c30 static void ipw_send_setup_packet(struct ipw_hardware *hw);
31 static void handle_received_SETUP_packet(struct ipw_hardware *ipw,
36 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
228 struct ipw_hardware { struct
403 static void do_send_fragment(struct ipw_hardware *hw, unsigned char *data,
458 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet)
520 static void ipw_setup_hardware(struct ipw_hardware *hw)
554 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw,
608 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet)
618 static void queue_received_packet(struct ipw_hardware *h
[all...]
H A Dtty.c48 struct ipw_hardware *hardware;
487 struct ipw_hardware *hardware,
514 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware,
H A Dnetwork.c39 struct ipw_hardware *hardware;
407 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/pcmcia/ipwireless/
H A Dhardware.h32 struct ipw_hardware;
35 struct ipw_hardware *ipwireless_hardware_create(void);
36 void ipwireless_hardware_free(struct ipw_hardware *hw);
38 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
40 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
42 int ipwireless_send_packet(struct ipw_hardware *hw,
49 void ipwireless_associate_network(struct ipw_hardware *hw,
51 void ipwireless_stop_interrupts(struct ipw_hardware *hw);
52 void ipwireless_init_hardware_v1(struct ipw_hardware *hw,
59 void ipwireless_init_hardware_v2_v3(struct ipw_hardware *h
[all...]
H A Dmain.h40 struct ipw_hardware;
60 struct ipw_hardware *hardware;
H A Dnetwork.h25 struct ipw_hardware;
39 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw);
H A Dtty.h30 struct ipw_hardware;
35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
H A Dhardware.c30 static void ipw_send_setup_packet(struct ipw_hardware *hw);
31 static void handle_received_SETUP_packet(struct ipw_hardware *ipw,
36 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
228 struct ipw_hardware { struct
403 static void do_send_fragment(struct ipw_hardware *hw, unsigned char *data,
458 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet)
520 static void ipw_setup_hardware(struct ipw_hardware *hw)
554 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw,
608 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet)
618 static void queue_received_packet(struct ipw_hardware *h
[all...]
H A Dtty.c48 struct ipw_hardware *hardware;
487 struct ipw_hardware *hardware,
514 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware,
H A Dnetwork.c39 struct ipw_hardware *hardware;
407 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw)

Completed in 339 milliseconds