/drivers/net/wireless/wl1251/ |
D | io.h | 39 wl->if_ops->read(wl, addr, &wl->buffer_32, sizeof(wl->buffer_32)); in wl1251_read32() 47 wl->if_ops->write(wl, addr, &wl->buffer_32, sizeof(wl->buffer_32)); in wl1251_write32() 54 if (wl->if_ops->read_elp) in wl1251_read_elp() 55 wl->if_ops->read_elp(wl, addr, &response); in wl1251_read_elp() 57 wl->if_ops->read(wl, addr, &response, sizeof(u32)); in wl1251_read_elp() 64 if (wl->if_ops->write_elp) in wl1251_write_elp() 65 wl->if_ops->write_elp(wl, addr, val); in wl1251_write_elp() 67 wl->if_ops->write(wl, addr, &val, sizeof(u32)); in wl1251_write_elp()
|
D | io.c | 69 wl->if_ops->read(wl, physical, buf, len); in wl1251_mem_read() 78 wl->if_ops->write(wl, physical, buf, len); in wl1251_mem_write() 192 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition, in wl1251_set_partition()
|
D | main.c | 47 wl->if_ops->enable_irq(wl); in wl1251_enable_interrupts() 52 wl->if_ops->disable_irq(wl); in wl1251_disable_interrupts() 57 return wl->if_ops->power(wl, false); in wl1251_power_off() 62 return wl->if_ops->power(wl, true); in wl1251_power_on() 162 wl->if_ops->reset(wl); in wl1251_chip_wakeup()
|
D | spi.c | 258 wl->if_ops = &wl1251_spi_ops; in wl1251_spi_probe()
|
D | sdio.c | 253 wl->if_ops = &wl1251_sdio_ops; in wl1251_sdio_probe()
|
D | wl1251.h | 276 const struct wl1251_if_operations *if_ops; member
|
/drivers/net/wireless/wl12xx/ |
D | io.c | 109 if (wl->if_ops->set_block_size) { in wl1271_set_block_size() 110 wl->if_ops->set_block_size(wl->dev, WL12XX_BUS_BLOCK_SIZE); in wl1271_set_block_size() 191 if (wl->if_ops->reset) in wl1271_io_reset() 192 wl->if_ops->reset(wl->dev); in wl1271_io_reset() 197 if (wl->if_ops->init) in wl1271_io_init() 198 wl->if_ops->init(wl->dev); in wl1271_io_init()
|
D | io.h | 60 wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wl1271_raw_write() 66 wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wl1271_raw_read() 154 wl->if_ops->power(wl->dev, false); in wl1271_power_off() 160 int ret = wl->if_ops->power(wl->dev, true); in wl1271_power_on()
|
D | wl12xx.h | 303 struct wl1271_if_operations *if_ops; member
|
D | main.c | 5492 wl->if_ops = pdata->ops; in wl12xx_probe()
|
/drivers/net/wireless/mwifiex/ |
D | main.c | 44 static int mwifiex_register(void *card, struct mwifiex_if_ops *if_ops, in mwifiex_register() argument 58 memmove(&adapter->if_ops, if_ops, sizeof(struct mwifiex_if_ops)); in mwifiex_register() 61 if (adapter->if_ops.init_if(adapter)) in mwifiex_register() 164 adapter->if_ops.process_int_status(adapter); in mwifiex_main_process() 174 adapter->if_ops.wakeup(adapter); in mwifiex_main_process() 650 struct mwifiex_if_ops *if_ops, u8 iface_type) in mwifiex_add_card() argument 659 if (mwifiex_register(card, if_ops, (void **)&adapter)) { in mwifiex_add_card() 685 if (adapter->if_ops.register_dev(adapter)) { in mwifiex_add_card() 728 adapter->if_ops.unregister_dev(adapter); in mwifiex_add_card() 833 adapter->if_ops.unregister_dev(adapter); in mwifiex_remove_card()
|
D | init.c | 380 adapter->if_ops.cleanup_if(adapter); in mwifiex_free_adapter() 634 ret = adapter->if_ops.check_fw_status(adapter, poll_num); in mwifiex_dnld_fw() 651 ret = adapter->if_ops.prog_fw(adapter, pmfw); in mwifiex_dnld_fw() 660 ret = adapter->if_ops.check_fw_status(adapter, poll_num); in mwifiex_dnld_fw() 667 adapter->if_ops.enable_int(adapter); in mwifiex_dnld_fw()
|
D | cmdevt.c | 101 adapter->if_ops.cmdrsp_complete(adapter, cmd_node->resp_skb); in mwifiex_clean_cmd_node() 183 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_CMD, in mwifiex_dnld_cmd_to_fw() 244 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_CMD, in mwifiex_dnld_sleep_confirm_cmd() 409 adapter->if_ops.event_complete(adapter, skb); in mwifiex_process_event() 1084 adapter->if_ops.wakeup(adapter); in mwifiex_process_hs_config() 1416 if (adapter->if_ops.update_mp_end_port) in mwifiex_ret_get_hw_spec() 1417 adapter->if_ops.update_mp_end_port(adapter, in mwifiex_ret_get_hw_spec()
|
D | txrx.c | 81 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_process_tx()
|
D | sta_tx.c | 154 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_send_null_packet()
|
D | wmm.c | 526 if (priv->adapter->if_ops.cleanup_mpa_buf) in mwifiex_clean_txrx() 527 priv->adapter->if_ops.cleanup_mpa_buf(priv->adapter); in mwifiex_clean_txrx() 1128 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, skb, in mwifiex_send_processed_packet()
|
D | 11n_aggr.c | 249 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_11n_aggregate_pkt()
|
D | sta_event.c | 268 adapter->if_ops.wakeup_complete(adapter); in mwifiex_process_sta_event()
|
D | sta_cmdresp.c | 899 if (adapter->if_ops.update_mp_end_port) in mwifiex_process_sta_cmdresp() 900 adapter->if_ops.update_mp_end_port(adapter, in mwifiex_process_sta_cmdresp()
|
D | main.h | 555 struct mwifiex_if_ops if_ops; member
|
/drivers/net/wireless/iwmc3200wifi/ |
D | netdev.c | 103 struct iwm_if_ops *if_ops) in iwm_if_alloc() argument 115 iwm->bus_ops = if_ops; in iwm_if_alloc()
|
D | iwm.h | 332 struct iwm_if_ops *if_ops);
|
/drivers/isdn/gigaset/ |
D | interface.c | 132 static const struct tty_operations if_ops = { variable 606 tty_set_operations(tty, &if_ops); in gigaset_if_initdriver()
|
/drivers/net/wireless/bcmdhd/ |
D | wl_cfgp2p.h | 347 wl_cfgp2p_is_ifops(const struct net_device_ops *if_ops);
|
D | wl_cfgp2p.c | 2518 bool wl_cfgp2p_is_ifops(const struct net_device_ops *if_ops) argument 2520 return (if_ops == &wl_cfgp2p_if_ops);
|