Lines Matching defs:ops
47 ieee802154_alloc_hw(size_t priv_data_len, const struct ieee802154_ops *ops)53 if (WARN_ON(!ops || !(ops->xmit_async || ops->xmit_sync) || !ops->ed ||54 !ops->start || !ops->stop || !ops->set_channel))89 local->ops = ops;