Searched refs:ipw_hardware (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/tty/ipwireless/ |
D | hardware.h | 33 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);
|
D | hardware.c | 31 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 …]
|
D | tty.h | 30 struct ipw_hardware; 35 struct ipw_tty *ipwireless_tty_create(struct ipw_hardware *hw,
|
D | main.h | 40 struct ipw_hardware; 56 struct ipw_hardware *hardware;
|
D | network.h | 26 struct ipw_hardware; 40 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw);
|
D | tty.c | 49 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()
|
D | network.c | 40 struct ipw_hardware *hardware; 416 struct ipw_network *ipwireless_network_create(struct ipw_hardware *hw) in ipwireless_network_create()
|