wimax_dev         260 include/net/wimax.h struct wimax_dev;
wimax_dev         417 include/net/wimax.h 	int (*op_msg_from_user)(struct wimax_dev *wimax_dev,
wimax_dev         421 include/net/wimax.h 	int (*op_rfkill_sw_toggle)(struct wimax_dev *wimax_dev,
wimax_dev         423 include/net/wimax.h 	int (*op_reset)(struct wimax_dev *wimax_dev);
wimax_dev         441 include/net/wimax.h void wimax_dev_init(struct wimax_dev *);
wimax_dev         442 include/net/wimax.h int wimax_dev_add(struct wimax_dev *, struct net_device *);
wimax_dev         443 include/net/wimax.h void wimax_dev_rm(struct wimax_dev *);
wimax_dev         446 include/net/wimax.h struct wimax_dev *net_dev_to_wimax(struct net_device *net_dev)
wimax_dev         452 include/net/wimax.h struct device *wimax_dev_to_dev(struct wimax_dev *wimax_dev)
wimax_dev         454 include/net/wimax.h 	return wimax_dev->net_dev->dev.parent;
wimax_dev         457 include/net/wimax.h void wimax_state_change(struct wimax_dev *, enum wimax_st);
wimax_dev         458 include/net/wimax.h enum wimax_st wimax_state_get(struct wimax_dev *);
wimax_dev         466 include/net/wimax.h void wimax_report_rfkill_hw(struct wimax_dev *, enum wimax_rf_state);
wimax_dev         467 include/net/wimax.h void wimax_report_rfkill_sw(struct wimax_dev *, enum wimax_rf_state);
wimax_dev         493 include/net/wimax.h struct sk_buff *wimax_msg_alloc(struct wimax_dev *, const char *, const void *,
wimax_dev         495 include/net/wimax.h int wimax_msg_send(struct wimax_dev *, struct sk_buff *);
wimax_dev         496 include/net/wimax.h int wimax_msg(struct wimax_dev *, const char *, const void *, size_t, gfp_t);
wimax_dev         515 include/net/wimax.h int wimax_rfkill(struct wimax_dev *, enum wimax_rf_state);
wimax_dev         516 include/net/wimax.h int wimax_reset(struct wimax_dev *);