Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/st/cw1200/
Dhwbus.h19 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);
Dmain.c516 int cw1200_core_probe(const struct hwbus_ops *hwbus_ops, in cw1200_core_probe()
Dcw1200.h104 const struct hwbus_ops *hwbus_ops; member
/linux-6.6.21/drivers/net/wireless/silabs/wfx/
Dmain.c254 const struct wfx_hwbus_ops *hwbus_ops, void *hwbus_priv) in wfx_init_common()
Dwfx.h36 const struct wfx_hwbus_ops *hwbus_ops; member