Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/tty/ipwireless/
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);
Dhardware.c31 static void ipw_send_setup_packet(struct ipw_hardware *hw);
32 static void handle_received_SETUP_packet(struct ipw_hardware *ipw,
37 static void handle_received_CTRL_packet(struct ipw_hardware *hw,
229 struct ipw_hardware { struct
404 static void do_send_fragment(struct ipw_hardware *hw, unsigned char *data, in do_send_fragment()
459 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet) in do_send_packet()
521 static void ipw_setup_hardware(struct ipw_hardware *hw) in ipw_setup_hardware()
555 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw, in pool_allocate()
609 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet) in pool_free()
619 static void queue_received_packet(struct ipw_hardware *hw, in queue_received_packet()
[all …]
Dtty.h30 struct ipw_hardware;
35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
Dmain.h40 struct ipw_hardware;
56 struct ipw_hardware *hardware;
Dnetwork.h26 struct ipw_hardware;
40 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw);
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()
Dnetwork.c40 struct ipw_hardware *hardware;
416 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw) in ipwireless_network_create()