Lines Matching defs:brcmf_bus_ops
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);
105 int (*get_blob)(struct device *dev, const struct firmware **fw,
107 void (*debugfs_create)(struct device *dev);
108 int (*reset)(struct device *dev);
109 void (*remove)(struct device *dev);