Home
last modified time | relevance | path

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

12

/linux/drivers/net/wireless/ti/wl1251/
H A Dio.h25 wl->if_ops->read(wl, addr, &wl->buffer_32, sizeof(wl->buffer_32)); in wl1251_read32()
33 wl->if_ops->write(wl, addr, &wl->buffer_32, sizeof(wl->buffer_32)); in wl1251_write32()
40 if (wl->if_ops->read_elp) in wl1251_read_elp()
41 wl->if_ops->read_elp(wl, addr, &response); in wl1251_read_elp()
43 wl->if_ops->read(wl, addr, &response, sizeof(u32)); in wl1251_read_elp()
50 if (wl->if_ops->write_elp) in wl1251_write_elp()
51 wl->if_ops->write_elp(wl, addr, val); in wl1251_write_elp()
53 wl->if_ops->write(wl, addr, &val, sizeof(u32)); in wl1251_write_elp()
H A Dio.c55 wl->if_ops->read(wl, physical, buf, len); in wl1251_mem_read()
64 wl->if_ops->write(wl, physical, buf, len); in wl1251_mem_write()
184 wl->if_ops->write(wl, HW_ACCESS_PART0_SIZE_ADDR, partition, in wl1251_set_partition()
H A Dmain.c34 wl->if_ops->enable_irq(wl); in wl1251_enable_interrupts()
39 wl->if_ops->disable_irq(wl); in wl1251_disable_interrupts()
44 return wl->if_ops->power(wl, false); in wl1251_power_off()
49 return wl->if_ops->power(wl, true); in wl1251_power_on()
150 wl->if_ops->reset(wl); in wl1251_chip_wakeup()
H A Dspi.c258 wl->if_ops = &wl1251_spi_ops; in wl1251_spi_probe()
H A Dwl1251.h263 const struct wl1251_if_operations *if_ops; member
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c57 struct mwifiex_if_ops *if_ops, void **padapter) in mwifiex_register() argument
71 memmove(&adapter->if_ops, if_ops, sizeof(struct mwifiex_if_ops)); in mwifiex_register()
75 if (adapter->if_ops.init_if) in mwifiex_register()
76 if (adapter->if_ops.init_if(adapter)) in mwifiex_register()
123 if (adapter->if_ops.cleanup_if) in mwifiex_unregister()
124 adapter->if_ops.cleanup_if(adapter); in mwifiex_unregister()
193 if (adapter->if_ops.submit_rem_rx_urbs) in mwifiex_process_rx()
194 adapter->if_ops.submit_rem_rx_urbs(adapter); in mwifiex_process_rx()
200 if (adapter->if_ops.deaggr_pkt) in mwifiex_process_rx()
201 adapter->if_ops.deaggr_pkt(adapter, skb); in mwifiex_process_rx()
[all …]
H A Dsta_tx.c133 if (adapter->if_ops.is_port_ready && in mwifiex_send_null_packet()
134 !adapter->if_ops.is_port_ready(priv)) in mwifiex_send_null_packet()
160 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_null_packet()
164 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_send_null_packet()
H A Dwmm.c457 if (adapter->if_ops.is_port_ready && in mwifiex_bypass_txlist_empty()
458 !adapter->if_ops.is_port_ready(priv)) in mwifiex_bypass_txlist_empty()
481 if (adapter->if_ops.is_port_ready && in mwifiex_wmm_lists_empty()
482 !adapter->if_ops.is_port_ready(priv)) in mwifiex_wmm_lists_empty()
592 if (priv->adapter->if_ops.cleanup_mpa_buf) in mwifiex_clean_txrx()
593 priv->adapter->if_ops.cleanup_mpa_buf(priv->adapter); in mwifiex_clean_txrx()
598 if (priv->adapter->if_ops.clean_pcie_ring && in mwifiex_clean_txrx()
600 priv->adapter->if_ops.clean_pcie_ring(priv->adapter); in mwifiex_clean_txrx()
1108 if (adapter->if_ops.is_port_ready && in mwifiex_wmm_get_highest_priolist_ptr()
1109 !adapter->if_ops.is_port_ready(priv_tmp)) in mwifiex_wmm_get_highest_priolist_ptr()
[all …]
H A Dinit.c50 if (adapter->if_ops.card_reset) in wakeup_timer_fn()
51 adapter->if_ops.card_reset(adapter); in wakeup_timer_fn()
677 ret = adapter->if_ops.check_fw_status(adapter, poll_num); in mwifiex_dnld_fw()
685 if (adapter->if_ops.check_winner_status) { in mwifiex_dnld_fw()
687 ret = adapter->if_ops.check_winner_status(adapter); in mwifiex_dnld_fw()
705 ret = adapter->if_ops.prog_fw(adapter, pmfw); in mwifiex_dnld_fw()
715 ret = adapter->if_ops.check_fw_status(adapter, poll_num); in mwifiex_dnld_fw()
H A Dtxrx.c110 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_process_tx()
114 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_process_tx()
182 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_host_to_card()
186 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_host_to_card()
H A Dcmdevt.c92 adapter->if_ops.cmdrsp_complete(adapter, cmd_node->resp_skb); in mwifiex_clean_cmd_node()
241 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_dnld_cmd_to_fw()
249 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_CMD, in mwifiex_dnld_cmd_to_fw()
342 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_dnld_sleep_confirm_cmd()
349 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_CMD, in mwifiex_dnld_sleep_confirm_cmd()
449 adapter->if_ops.cmdrsp_complete(adapter, in mwifiex_free_cmd_buffer()
530 adapter->if_ops.event_complete(adapter, skb); in mwifiex_process_event()
1038 if (adapter->if_ops.device_dump) in mwifiex_cmd_timeout_func()
1039 adapter->if_ops.device_dump(adapter); in mwifiex_cmd_timeout_func()
1041 if (adapter->if_ops.card_reset) in mwifiex_cmd_timeout_func()
[all …]
H A D11n_aggr.c243 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_11n_aggregate_pkt()
247 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_11n_aggregate_pkt()
H A Duap_event.c260 (adapter->if_ops.is_port_ready && in mwifiex_process_uap_event()
261 !adapter->if_ops.is_port_ready(priv))) { in mwifiex_process_uap_event()
H A Dsta_cmdresp.c1336 if (adapter->if_ops.multi_port_resync) in mwifiex_process_sta_cmdresp()
1337 adapter->if_ops. in mwifiex_process_sta_cmdresp()
1353 if (adapter->if_ops.update_mp_end_port) in mwifiex_process_sta_cmdresp()
1354 adapter->if_ops.update_mp_end_port(adapter, in mwifiex_process_sta_cmdresp()
H A Dsta_event.c787 (adapter->if_ops.is_port_ready && in mwifiex_process_sta_event()
788 !adapter->if_ops.is_port_ready(priv))) { in mwifiex_process_sta_event()
812 adapter->if_ops.wakeup_complete(adapter); in mwifiex_process_sta_event()
H A Ddebugfs.c904 if (adapter->if_ops.card_reset) { in mwifiex_reset_write()
906 adapter->if_ops.card_reset(adapter); in mwifiex_reset_write()
H A Dutil.c128 if (adapter->if_ops.init_fw_port) in mwifiex_init_fw_complete()
129 adapter->if_ops.init_fw_port(adapter); in mwifiex_init_fw_complete()
/linux/drivers/net/wireless/ti/wlcore/
H A Dio.c23 if (wl->if_ops->set_block_size) { in wl1271_set_block_size()
24 wl->if_ops->set_block_size(wl->dev, WL12XX_BUS_BLOCK_SIZE); in wl1271_set_block_size()
190 if (wl->if_ops->reset) in wl1271_io_reset()
191 wl->if_ops->reset(wl->dev); in wl1271_io_reset()
196 if (wl->if_ops->init) in wl1271_io_init()
197 wl->if_ops->init(wl->dev); in wl1271_io_init()
H A Dio.h55 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write()
73 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read()
202 if (wl->if_ops->power) in wl1271_power_off()
203 ret = wl->if_ops->power(wl->dev, false); in wl1271_power_off()
212 if (wl->if_ops->power) in wl1271_power_on()
213 ret = wl->if_ops->power(wl->dev, true); in wl1271_power_on()
H A Dwlcore_i.h198 struct wl1271_if_operations *if_ops; member
H A Dwlcore.h185 struct wl1271_if_operations *if_ops; member
H A Dspi.c472 pdev_data->if_ops = &spi_ops; in wl1271_probe()
/linux/drivers/nfc/nfcmrvl/
H A Dmain.c28 err = priv->if_ops->nci_open(priv); in nfcmrvl_nci_open()
43 priv->if_ops->nci_close(priv); in nfcmrvl_nci_close()
67 return priv->if_ops->nci_send(priv, skb); in nfcmrvl_nci_send()
109 priv->if_ops = ops; in nfcmrvl_nci_register_dev()
H A Dnfcmrvl.h106 const struct nfcmrvl_if_ops *if_ops; member
H A Dfw_dnld.c371 priv->if_ops->nci_update_config(priv, in process_state_boot()
535 priv->if_ops->nci_update_config(priv, in nfcmrvl_fw_dnld_start()

12