Searched refs:p54_common (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/wireless/p54/ |
D | lmac.h | 524 int p54_set_leds(struct p54_common *priv); 525 int p54_init_leds(struct p54_common *priv); 526 void p54_unregister_leds(struct p54_common *priv); 532 int p54_tx_cancel(struct p54_common *priv, __le32 req_id); 533 void p54_tx(struct p54_common *priv, struct sk_buff *skb); 536 int p54_init_xbow_synth(struct p54_common *priv); 537 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell); 540 int p54_sta_unlock(struct p54_common *priv, u8 *addr); 541 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set); 542 int p54_setup_mac(struct p54_common *priv); [all …]
|
D | main.c | 41 struct p54_common *priv = hw->priv; in p54_sta_add_remove() 57 struct p54_common *priv = dev->priv; in p54_sta_notify() 72 struct p54_common *priv = dev->priv; in p54_set_tim() 138 static int p54_beacon_update(struct p54_common *priv, in p54_beacon_update() 170 struct p54_common *priv = dev->priv; in p54_start() 205 struct p54_common *priv = dev->priv; in p54_stop() 229 struct p54_common *priv = dev->priv; in p54_add_interface() 263 struct p54_common *priv = dev->priv; in p54_remove_interface() 285 struct p54_common *priv = dev->priv; in p54_wait_for_stats() 300 static void p54_reset_stats(struct p54_common *priv) in p54_reset_stats() [all …]
|
D | led.c | 32 struct p54_common *priv = container_of(work, struct p54_common, in p54_update_leds() 73 struct p54_common *priv = dev->priv; in p54_led_brightness_set() 84 static int p54_register_led(struct p54_common *priv, in p54_register_led() 112 int p54_init_leds(struct p54_common *priv) in p54_init_leds() 148 void p54_unregister_leds(struct p54_common *priv) in p54_unregister_leds()
|
D | txrx.c | 30 static void p54_dump_tx_queue(struct p54_common *priv) in p54_dump_tx_queue() 82 static int p54_assign_address(struct p54_common *priv, struct sk_buff *skb) in p54_assign_address() 150 static void p54_tx_pending(struct p54_common *priv) in p54_tx_pending() 166 static void p54_wake_queues(struct p54_common *priv) in p54_wake_queues() 185 static int p54_tx_qos_accounting_alloc(struct p54_common *priv, in p54_tx_qos_accounting_alloc() 215 static void p54_tx_qos_accounting_free(struct p54_common *priv, in p54_tx_qos_accounting_free() 238 struct p54_common *priv = dev->priv; in p54_free_skb() 248 static struct sk_buff *p54_find_and_unlink_skb(struct p54_common *priv, in p54_find_and_unlink_skb() 269 void p54_tx(struct p54_common *priv, struct sk_buff *skb) in p54_tx() 275 static int p54_rssi_to_dbm(struct p54_common *priv, int rssi) in p54_rssi_to_dbm() [all …]
|
D | fwio.c | 32 struct p54_common *priv = dev->priv; in p54_parse_firmware() 190 static struct sk_buff *p54_alloc_skb(struct p54_common *priv, u16 hdr_flags, in p54_alloc_skb() 216 int p54_download_eeprom(struct p54_common *priv, void *buf, in p54_download_eeprom() 265 int p54_update_beacon_tim(struct p54_common *priv, u16 aid, bool set) in p54_update_beacon_tim() 282 int p54_sta_unlock(struct p54_common *priv, u8 *addr) in p54_sta_unlock() 298 int p54_tx_cancel(struct p54_common *priv, __le32 req_id) in p54_tx_cancel() 318 int p54_setup_mac(struct p54_common *priv) in p54_setup_mac() 394 int p54_scan(struct p54_common *priv, u16 mode, u16 dwell) in p54_scan() 542 int p54_set_leds(struct p54_common *priv) in p54_set_leds() 561 int p54_set_edcf(struct p54_common *priv) in p54_set_edcf() [all …]
|
D | eeprom.c | 152 struct p54_common *priv = dev->priv; in p54_generate_band() 279 static int p54_get_maxpower(struct p54_common *priv, void *data) in p54_get_maxpower() 324 struct p54_common *priv = dev->priv; in p54_generate_channel_lists() 424 struct p54_common *priv = dev->priv; in p54_convert_rev0() 476 struct p54_common *priv = dev->priv; in p54_convert_rev1() 521 struct p54_common *priv = dev->priv; in p54_parse_rssical() 605 struct p54_rssi_db_entry *p54_rssi_find(struct p54_common *priv, const u16 freq) in p54_rssi_find() 668 struct p54_common *priv = dev->priv; in p54_convert_output_limits() 732 struct p54_common *priv = dev->priv; in p54_parse_eeprom() 951 struct p54_common *priv = dev->priv; in p54_read_eeprom()
|
D | p54spi.h | 107 struct p54_common common;
|
D | p54pci.h | 93 struct p54_common common;
|
D | p54usb.h | 147 struct p54_common common;
|
D | p54.h | 167 struct p54_common { struct
|