Home
last modified time | relevance | path

Searched refs:ipw_hardware (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/tty/ipwireless/
H A Dhardware.h33 struct ipw_hardware;
36 struct ipw_hardware *ipwireless_hardware_create(void);
37 void ipwireless_hardware_free(struct ipw_hardware *hw);
39 int ipwireless_set_DTR(struct ipw_hardware *hw, unsigned int channel_idx,
41 int ipwireless_set_RTS(struct ipw_hardware *hw, unsigned int channel_idx,
43 int ipwireless_send_packet(struct ipw_hardware *hw,
50 void ipwireless_associate_network(struct ipw_hardware *hw,
52 void ipwireless_stop_interrupts(struct ipw_hardware *hw);
53 void ipwireless_init_hardware_v1(struct ipw_hardware *hw,
60 void ipwireless_init_hardware_v2_v3(struct ipw_hardware *hw);
H A Dhardware.c31 static void ipw_send_setup_packet(struct ipw_hardware *hw);
229 struct ipw_hardware { struct
521 static void ipw_setup_hardware(struct ipw_hardware *hw) in ipw_setup_hardware()
705 struct ipw_hardware *hw = in ipw_receive_data_work()
854 static void do_receive_packet(struct ipw_hardware *hw) in do_receive_packet()
1048 static int is_card_present(struct ipw_hardware *hw) in is_card_present()
1058 struct ipw_hardware *hw) in ipwireless_handle_v1_interrupt()
1103 struct ipw_hardware *hw) in ipwireless_handle_v2_v3_interrupt()
1617 struct ipw_hardware *ipwireless_hardware_create(void) in ipwireless_hardware_create()
1620 struct ipw_hardware *hw = in ipwireless_hardware_create()
[all …]
H A Dtty.h30 struct ipw_hardware;
35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
H A Dmain.h40 struct ipw_hardware;
56 struct ipw_hardware *hardware;
H A Dnetwork.h26 struct ipw_hardware;
40 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw);
H A Dtty.c49 struct ipw_hardware *hardware;
436 struct ipw_hardware *hardware, in add_tty()
468 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hardware, in ipwireless_tty_create()
H A Dnetwork.c40 struct ipw_hardware *hardware;
416 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw) in ipwireless_network_create()