Lines Matching refs:wimax_dev
55 int wimax_dev_is_ready(struct wimax_dev *wimax_dev) in wimax_dev_is_ready() argument
57 if (wimax_dev->state == __WIMAX_ST_NULL) in wimax_dev_is_ready()
59 if (wimax_dev->state == WIMAX_ST_DOWN) in wimax_dev_is_ready()
61 if (wimax_dev->state == __WIMAX_ST_QUIESCING) in wimax_dev_is_ready()
68 void __wimax_state_set(struct wimax_dev *wimax_dev, enum wimax_st state) in __wimax_state_set() argument
70 wimax_dev->state = state; in __wimax_state_set()
72 void __wimax_state_change(struct wimax_dev *, enum wimax_st);
75 int wimax_debugfs_add(struct wimax_dev *);
76 void wimax_debugfs_rm(struct wimax_dev *);
78 static inline int wimax_debugfs_add(struct wimax_dev *wimax_dev) in wimax_debugfs_add() argument
82 static inline void wimax_debugfs_rm(struct wimax_dev *wimax_dev) {} in wimax_debugfs_rm() argument
85 void wimax_id_table_add(struct wimax_dev *);
86 struct wimax_dev *wimax_dev_get_by_genl_info(struct genl_info *, int);
87 void wimax_id_table_rm(struct wimax_dev *);
90 int wimax_rfkill_add(struct wimax_dev *);
91 void wimax_rfkill_rm(struct wimax_dev *);