Lines Matching refs:wimax_dev
32 * (wimax_dev->mutex). As well, most operations need to call this
40 int wimax_dev_is_ready(struct wimax_dev *wimax_dev)
42 if (wimax_dev->state == __WIMAX_ST_NULL)
44 if (wimax_dev->state == WIMAX_ST_DOWN)
46 if (wimax_dev->state == __WIMAX_ST_QUIESCING)
53 void __wimax_state_set(struct wimax_dev *wimax_dev, enum wimax_st state)
55 wimax_dev->state = state;
57 void __wimax_state_change(struct wimax_dev *, enum wimax_st);
60 void wimax_debugfs_add(struct wimax_dev *);
61 void wimax_debugfs_rm(struct wimax_dev *);
63 static inline void wimax_debugfs_add(struct wimax_dev *wimax_dev) {}
64 static inline void wimax_debugfs_rm(struct wimax_dev *wimax_dev) {}
67 void wimax_id_table_add(struct wimax_dev *);
68 struct wimax_dev *wimax_dev_get_by_genl_info(struct genl_info *, int);
69 void wimax_id_table_rm(struct wimax_dev *);
72 int wimax_rfkill_add(struct wimax_dev *);
73 void wimax_rfkill_rm(struct wimax_dev *);