Searched defs:hwbus_ops (Results 1 – 3 of 3) sorted by relevance
19 struct hwbus_ops { struct20 int (*hwbus_memcpy_fromio)(struct hwbus_priv *self, unsigned int addr,22 int (*hwbus_memcpy_toio)(struct hwbus_priv *self, unsigned int addr,24 void (*lock)(struct hwbus_priv *self);25 void (*unlock)(struct hwbus_priv *self);26 size_t (*align_size)(struct hwbus_priv *self, size_t size);27 int (*power_mgmt)(struct hwbus_priv *self, bool suspend);
513 int cw1200_core_probe(const struct hwbus_ops *hwbus_ops, in cw1200_core_probe()
104 const struct hwbus_ops *hwbus_ops; member