Searched refs:ipw_hardware (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/tty/ipwireless/ |
D | hardware.h | 32 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 *hw);
|
D | hardware.c | 30 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, in do_send_fragment() 458 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet) in do_send_packet() 520 static void ipw_setup_hardware(struct ipw_hardware *hw) in ipw_setup_hardware() 554 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw, in pool_allocate() 608 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet) in pool_free() 618 static void queue_received_packet(struct ipw_hardware *hw, in queue_received_packet() [all …]
|
D | tty.h | 29 struct ipw_hardware; 34 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
|
D | main.h | 39 struct ipw_hardware; 55 struct ipw_hardware *hardware;
|
D | network.h | 25 struct ipw_hardware; 39 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw);
|
D | tty.c | 48 struct ipw_hardware *hardware; 491 struct ipw_hardware *hardware, in add_tty() 518 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware, in ipwireless_tty_create()
|
D | network.c | 39 struct ipw_hardware *hardware; 407 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw) in ipwireless_network_create()
|