Searched defs:hwbus_ops (Results 1 – 5 of 5) 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);
516 int cw1200_core_probe(const struct hwbus_ops *hwbus_ops, in cw1200_core_probe()
104 const struct hwbus_ops *hwbus_ops; member
254 const struct wfx_hwbus_ops *hwbus_ops, void *hwbus_priv) in wfx_init_common()
36 const struct wfx_hwbus_ops *hwbus_ops; member