Lines Matching defs:brcmf_bus_ops
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);
80 int (*get_fwname)(struct device *dev, const char *ext,
82 void (*debugfs_create)(struct device *dev);
83 int (*reset)(struct device *dev);