Searched defs:hwbus_ops (Results 1 – 3 of 3) sorted by relevance
22 struct hwbus_ops { struct23 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);
514 int cw1200_core_probe(const struct hwbus_ops *hwbus_ops, in cw1200_core_probe()
107 const struct hwbus_ops *hwbus_ops; member