Searched defs:brcmf_bus_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bus.h | 95 struct brcmf_bus_ops { struct 96 int (*preinit)(struct device *dev); 97 void (*stop)(struct device *dev); 98 int (*txdata)(struct device *dev, struct sk_buff *skb); 99 int (*txctl)(struct device *dev, unsigned char *msg, uint len); 100 int (*rxctl)(struct device *dev, unsigned char *msg, uint len); 101 struct pktq * (*gettxq)(struct device *dev); 102 void (*wowl_config)(struct device *dev, bool enabled); 103 size_t (*get_ramsize)(struct device *dev); 104 int (*get_memdump)(struct device *dev, void *data, size_t len); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | bus.h | 70 struct brcmf_bus_ops { struct 71 int (*preinit)(struct device *dev); 72 void (*stop)(struct device *dev); 73 int (*txdata)(struct device *dev, struct sk_buff *skb); 74 int (*txctl)(struct device *dev, unsigned char *msg, uint len); 75 int (*rxctl)(struct device *dev, unsigned char *msg, uint len); 76 struct pktq * (*gettxq)(struct device *dev); 77 void (*wowl_config)(struct device *dev, bool enabled); 78 size_t (*get_ramsize)(struct device *dev); 79 int (*get_memdump)(struct device *dev, void *data, size_t len); [all …]
|