Home
last modified time | relevance | path

Searched refs:if_ops (Results 1 – 25 of 25) sorted by relevance

/drivers/net/wireless/wl1251/
Dio.h39 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()
Dio.c69 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()
Dmain.c47 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()
Dspi.c258 wl->if_ops = &wl1251_spi_ops; in wl1251_spi_probe()
Dsdio.c253 wl->if_ops = &wl1251_sdio_ops; in wl1251_sdio_probe()
Dwl1251.h276 const struct wl1251_if_operations *if_ops; member
/drivers/net/wireless/wl12xx/
Dio.c109 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()
Dio.h60 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()
Dwl12xx.h303 struct wl1271_if_operations *if_ops; member
Dmain.c5492 wl->if_ops = pdata->ops; in wl12xx_probe()
/drivers/net/wireless/mwifiex/
Dmain.c44 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()
Dinit.c380 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()
Dcmdevt.c101 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()
Dtxrx.c81 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_process_tx()
Dsta_tx.c154 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_send_null_packet()
Dwmm.c526 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()
D11n_aggr.c249 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_11n_aggregate_pkt()
Dsta_event.c268 adapter->if_ops.wakeup_complete(adapter); in mwifiex_process_sta_event()
Dsta_cmdresp.c899 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()
Dmain.h555 struct mwifiex_if_ops if_ops; member
/drivers/net/wireless/iwmc3200wifi/
Dnetdev.c103 struct iwm_if_ops *if_ops) in iwm_if_alloc() argument
115 iwm->bus_ops = if_ops; in iwm_if_alloc()
Diwm.h332 struct iwm_if_ops *if_ops);
/drivers/isdn/gigaset/
Dinterface.c132 static const struct tty_operations if_ops = { variable
606 tty_set_operations(tty, &if_ops); in gigaset_if_initdriver()
/drivers/net/wireless/bcmdhd/
Dwl_cfgp2p.h347 wl_cfgp2p_is_ifops(const struct net_device_ops *if_ops);
Dwl_cfgp2p.c2518 bool wl_cfgp2p_is_ifops(const struct net_device_ops *if_ops) argument
2520 return (if_ops == &wl_cfgp2p_if_ops);