Lines Matching refs:wimax_dev
40 int wimax_dev_is_ready(struct wimax_dev *wimax_dev) in wimax_dev_is_ready() argument
42 if (wimax_dev->state == __WIMAX_ST_NULL) in wimax_dev_is_ready()
44 if (wimax_dev->state == WIMAX_ST_DOWN) in wimax_dev_is_ready()
46 if (wimax_dev->state == __WIMAX_ST_QUIESCING) in wimax_dev_is_ready()
53 void __wimax_state_set(struct wimax_dev *wimax_dev, enum wimax_st state) in __wimax_state_set() argument
55 wimax_dev->state = state; in __wimax_state_set()
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) {} in wimax_debugfs_add() argument
64 static inline void wimax_debugfs_rm(struct wimax_dev *wimax_dev) {} in wimax_debugfs_rm() argument
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 *);