Lines Matching refs:wimax_dev
117 * well as i2400m->wimax_dev.net_dev and call i2400m_setup(). The
352 * @wimax_dev: WiMAX generic device for linkage into the kernel WiMAX
507 * (wimax_dev->debugfs_dentry) so they can be removed when the
567 struct wimax_dev wimax_dev; /* FIRST! See doc */
666 struct i2400m *wimax_dev_to_i2400m(struct wimax_dev *wimax_dev)
668 return container_of(wimax_dev, struct i2400m, wimax_dev);
862 dev_hold(i2400m->wimax_dev.net_dev);
869 dev_put(i2400m->wimax_dev.net_dev);
896 return i2400m->wimax_dev.net_dev->dev.parent;
919 int i2400m_op_rfkill_sw_toggle(struct wimax_dev *, enum wimax_rf_state);