Home
last modified time | relevance | path

Searched defs:hwbus_ops (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/cw1200/
Dhwbus.h22 struct hwbus_ops { struct
23 int (*hwbus_memcpy_fromio)(struct hwbus_priv *self, unsigned int addr,
25 int (*hwbus_memcpy_toio)(struct hwbus_priv *self, unsigned int addr,
27 void (*lock)(struct hwbus_priv *self);
28 void (*unlock)(struct hwbus_priv *self);
29 size_t (*align_size)(struct hwbus_priv *self, size_t size);
30 int (*power_mgmt)(struct hwbus_priv *self, bool suspend);
Dmain.c514 int cw1200_core_probe(const struct hwbus_ops *hwbus_ops, in cw1200_core_probe()
Dcw1200.h107 const struct hwbus_ops *hwbus_ops; member