Searched defs:i2400mu (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/net/wimax/i2400m/ |
D | i2400m-usb.h | 222 struct i2400mu { struct 223 struct i2400m i2400m; /* FIRST! See doc */ 247 void i2400mu_init(struct i2400mu *i2400mu) in i2400mu_init()
|
D | usb.c | 105 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m); in i2400mu_bus_dev_start() local 134 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m); in i2400mu_bus_dev_stop() local 156 int __i2400mu_send_barker(struct i2400mu *i2400mu, in __i2400mu_send_barker() 278 struct i2400mu *i2400mu = in i2400mu_bus_reset() local 346 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m); in i2400mu_get_drvinfo() local 364 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m); in i2400mu_netdev_setup() local 393 int i2400mu_debugfs_add(struct i2400mu *i2400mu) in i2400mu_debugfs_add() 467 struct i2400mu *i2400mu; in i2400mu_probe() local 576 struct i2400mu *i2400mu = usb_get_intfdata(iface); in i2400mu_disconnect() local 635 struct i2400mu *i2400mu = usb_get_intfdata(iface); in i2400mu_suspend() local [all …]
|
D | usb-rx.c | 118 size_t i2400mu_rx_size_grow(struct i2400mu *i2400mu) in i2400mu_rx_size_grow() 140 void i2400mu_rx_size_maybe_shrink(struct i2400mu *i2400mu) in i2400mu_rx_size_maybe_shrink() 192 struct sk_buff *i2400mu_rx(struct i2400mu *i2400mu, struct sk_buff *rx_skb) in i2400mu_rx() 334 struct i2400mu *i2400mu = _i2400mu; in i2400mu_rxd() local 418 void i2400mu_rx_kick(struct i2400mu *i2400mu) in i2400mu_rx_kick() 430 int i2400mu_rx_setup(struct i2400mu *i2400mu) in i2400mu_rx_setup() 449 void i2400mu_rx_release(struct i2400mu *i2400mu) in i2400mu_rx_release()
|
D | usb-tx.c | 87 int i2400mu_tx(struct i2400mu *i2400mu, struct i2400m_msg_hdr *tx_msg, in i2400mu_tx() 180 struct i2400mu *i2400mu = _i2400mu; in i2400mu_txd() local 231 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m); in i2400mu_bus_tx_kick() local 240 int i2400mu_tx_setup(struct i2400mu *i2400mu) in i2400mu_tx_setup() 258 void i2400mu_tx_release(struct i2400mu *i2400mu) in i2400mu_tx_release()
|
D | usb-notif.c | 82 int i2400mu_notification_grok(struct i2400mu *i2400mu, const void *buf, in i2400mu_notification_grok() 126 struct i2400mu *i2400mu = urb->context; in i2400mu_notification_cb() local 192 int i2400mu_notification_setup(struct i2400mu *i2400mu) in i2400mu_notification_setup() 248 void i2400mu_notification_release(struct i2400mu *i2400mu) in i2400mu_notification_release()
|
D | usb-fw.c | 90 ssize_t i2400mu_tx_bulk_out(struct i2400mu *i2400mu, void *buf, size_t buf_size) in i2400mu_tx_bulk_out() 187 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m); in i2400mu_bus_bm_cmd_send() local 245 int i2400mu_notif_submit(struct i2400mu *i2400mu, struct urb *urb, in i2400mu_notif_submit() 282 struct i2400mu *i2400mu = container_of(i2400m, struct i2400mu, i2400m); in i2400mu_bus_bm_wait_for_ack() local
|