Searched defs:hwbus_ops (Results 1 – 6 of 6) sorted by relevance
/drivers/staging/wfx/ |
D | bus.h | 23 struct hwbus_ops { struct 24 int (*copy_from_io)(void *bus_priv, unsigned int addr, 26 int (*copy_to_io)(void *bus_priv, unsigned int addr, 28 int (*irq_subscribe)(void *bus_priv); 29 int (*irq_unsubscribe)(void *bus_priv); 30 void (*lock)(void *bus_priv); 31 void (*unlock)(void *bus_priv); 32 size_t (*align_size)(void *bus_priv, size_t size);
|
D | main.c | 252 const struct hwbus_ops *hwbus_ops, in wfx_init_common()
|
D | wfx.h | 36 const struct hwbus_ops *hwbus_ops; member
|
/drivers/net/wireless/st/cw1200/ |
D | hwbus.h | 19 struct hwbus_ops { struct 20 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);
|
D | main.c | 515 int cw1200_core_probe(const struct hwbus_ops *hwbus_ops, in cw1200_core_probe()
|
D | cw1200.h | 104 const struct hwbus_ops *hwbus_ops; member
|