Searched defs:wimax_dev (Results 1 - 7 of 7) sorted by relevance

/drivers/net/wimax/i2400m/
H A Dop-rfkill.c68 * @wimax_dev: device descriptor
84 int i2400m_op_rfkill_sw_toggle(struct wimax_dev *wimax_dev, argument
88 struct i2400m *i2400m = wimax_dev_to_i2400m(wimax_dev);
97 d_fnstart(4, dev, "(wimax_dev %p state %d)\n", wimax_dev, state);
148 d_fnend(4, dev, "(wimax_dev %p state %d) = %d\n",
149 wimax_dev, state, result);
180 wimax_state = wimax_state_get(&i2400m->wimax_dev);
188 wimax_report_rfkill_sw(&i2400m->wimax_dev, WIMAX_RF_O
[all...]
H A Dusb-tx.c245 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
249 wimax_dev->name);
H A Dusb-rx.c337 struct net_device *net_dev = i2400m->wimax_dev.net_dev;
435 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
439 wimax_dev->name);
H A Ddriver.c98 * @wimax_dev: device descriptor
126 int i2400m_op_msg_from_user(struct wimax_dev *wimax_dev, argument
132 struct i2400m *i2400m = wimax_dev_to_i2400m(wimax_dev);
136 d_fnstart(4, dev, "(wimax_dev %p [i2400m %p] msg_buf %p "
137 "msg_len %zu genl_info %p)\n", wimax_dev, i2400m,
143 result = wimax_msg_send(&i2400m->wimax_dev, ack_skb);
145 d_fnend(4, dev, "(wimax_dev %p [i2400m %p] msg_buf %p msg_len %zu "
146 "genl_info %p) = %d\n", wimax_dev, i2400m, msg_buf, msg_len,
164 * @wimax_dev
178 i2400m_op_reset(struct wimax_dev *wimax_dev) argument
288 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
405 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
868 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
[all...]
H A Dcontrol.c315 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
329 wimax_state_change(wimax_dev, WIMAX_ST_UNINITIALIZED);
334 wimax_state_change(wimax_dev, WIMAX_ST_RADIO_OFF);
340 wimax_state_change(wimax_dev, WIMAX_ST_READY);
345 wimax_state_change(wimax_dev, WIMAX_ST_READY);
350 wimax_state_change(wimax_dev, WIMAX_ST_SCANNING);
357 wimax_state_change(wimax_dev, WIMAX_ST_CONNECTED);
391 struct wimax_dev *wimax_de local
[all...]
H A Drx.c290 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
302 ack_skb = wimax_msg_alloc(wimax_dev, NULL, payload, size, GFP_KERNEL);
402 wimax_msg(&i2400m->wimax_dev, "echo",
404 result = wimax_msg(&i2400m->wimax_dev, NULL, l3l4_hdr, size,
439 struct wimax_dev *wimax_dev = &i2400m->wimax_dev; local
454 result = wimax_msg(wimax_dev, "trac
[all...]
H A Di2400m.h117 * well as i2400m->wimax_dev.net_dev and call i2400m_setup(). The
353 * @wimax_dev: WiMAX generic device for linkage into the kernel WiMAX
508 * (wimax_dev->debugfs_dentry) so they can be removed when the
568 struct wimax_dev wimax_dev; /* FIRST! See doc */ member in struct:i2400m
667 struct i2400m *wimax_dev_to_i2400m(struct wimax_dev *wimax_dev) argument
669 return container_of(wimax_dev, struct i2400m, wimax_dev);
867 dev_hold(i2400m->wimax_dev
[all...]

Completed in 79 milliseconds