Searched defs:prism2_helper_functions (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intersil/hostap/ | 
| D | hostap_wlan.h | 572 struct prism2_helper_functions {  struct575 	int (*card_present)(local_info_t *local);
 576 	void (*cor_sreset)(local_info_t *local);
 577 	void (*genesis_reset)(local_info_t *local, int hcr);
 586 	int (*cmd)(struct net_device *dev, u16 cmd, u16 param0, u16 *param1,
 588 	void (*read_regs)(struct net_device *dev, struct hfa384x_regs *regs);
 589 	int (*get_rid)(struct net_device *dev, u16 rid, void *buf, int len,
 591 	int (*set_rid)(struct net_device *dev, u16 rid, void *buf, int len);
 592 	int (*hw_enable)(struct net_device *dev, int initial);
 593 	int (*hw_config)(struct net_device *dev, int initial);
 [all …]
 
 |