/linux-4.4.14/drivers/net/wireless/ti/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 | 48 wl->if_ops->enable_irq(wl); in wl1251_enable_interrupts() 53 wl->if_ops->disable_irq(wl); in wl1251_disable_interrupts() 58 return wl->if_ops->power(wl, false); in wl1251_power_off() 63 return wl->if_ops->power(wl, true); in wl1251_power_on() 163 wl->if_ops->reset(wl); in wl1251_chip_wakeup()
|
D | spi.c | 263 wl->if_ops = &wl1251_spi_ops; in wl1251_spi_probe()
|
D | sdio.c | 257 wl->if_ops = &wl1251_sdio_ops; in wl1251_sdio_probe()
|
D | wl1251.h | 277 const struct wl1251_if_operations *if_ops; member
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | main.c | 55 static int mwifiex_register(void *card, struct mwifiex_if_ops *if_ops, in mwifiex_register() argument 69 memmove(&adapter->if_ops, if_ops, sizeof(struct mwifiex_if_ops)); in mwifiex_register() 73 if (adapter->if_ops.init_if) in mwifiex_register() 74 if (adapter->if_ops.init_if(adapter)) in mwifiex_register() 122 if (adapter->if_ops.cleanup_if) in mwifiex_unregister() 123 adapter->if_ops.cleanup_if(adapter); in mwifiex_unregister() 189 if (adapter->if_ops.submit_rem_rx_urbs) in mwifiex_process_rx() 190 adapter->if_ops.submit_rem_rx_urbs(adapter); in mwifiex_process_rx() 196 if (adapter->if_ops.deaggr_pkt) in mwifiex_process_rx() 197 adapter->if_ops.deaggr_pkt(adapter, skb); in mwifiex_process_rx() [all …]
|
D | sta_tx.c | 156 if (adapter->if_ops.is_port_ready && in mwifiex_send_null_packet() 157 !adapter->if_ops.is_port_ready(priv)) in mwifiex_send_null_packet() 181 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_send_null_packet() 186 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_send_null_packet()
|
D | wmm.c | 455 if (adapter->if_ops.is_port_ready && in mwifiex_bypass_txlist_empty() 456 !adapter->if_ops.is_port_ready(priv)) in mwifiex_bypass_txlist_empty() 480 if (adapter->if_ops.is_port_ready && in mwifiex_wmm_lists_empty() 481 !adapter->if_ops.is_port_ready(priv)) in mwifiex_wmm_lists_empty() 590 if (priv->adapter->if_ops.cleanup_mpa_buf) in mwifiex_clean_txrx() 591 priv->adapter->if_ops.cleanup_mpa_buf(priv->adapter); in mwifiex_clean_txrx() 596 if (priv->adapter->if_ops.clean_pcie_ring && in mwifiex_clean_txrx() 598 priv->adapter->if_ops.clean_pcie_ring(priv->adapter); in mwifiex_clean_txrx() 1106 if (adapter->if_ops.is_port_ready && in mwifiex_wmm_get_highest_priolist_ptr() 1107 !adapter->if_ops.is_port_ready(priv_tmp)) in mwifiex_wmm_get_highest_priolist_ptr() [all …]
|
D | cmdevt.c | 102 adapter->if_ops.cmdrsp_complete(adapter, cmd_node->resp_skb); in mwifiex_clean_cmd_node() 213 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_dnld_cmd_to_fw() 221 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_CMD, in mwifiex_dnld_cmd_to_fw() 307 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_dnld_sleep_confirm_cmd() 314 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_CMD, in mwifiex_dnld_sleep_confirm_cmd() 414 adapter->if_ops.cmdrsp_complete(adapter, in mwifiex_free_cmd_buffer() 483 adapter->if_ops.event_complete(adapter, skb); in mwifiex_process_event() 987 if (adapter->if_ops.device_dump) in mwifiex_cmd_timeout_func() 988 adapter->if_ops.device_dump(adapter); in mwifiex_cmd_timeout_func() 990 if (adapter->if_ops.card_reset) in mwifiex_cmd_timeout_func() [all …]
|
D | txrx.c | 118 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_process_tx() 122 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_process_tx() 191 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_host_to_card() 195 ret = adapter->if_ops.host_to_card(adapter, in mwifiex_host_to_card()
|
D | init.c | 63 if (adapter->if_ops.card_reset) in wakeup_timer_fn() 64 adapter->if_ops.card_reset(adapter); in wakeup_timer_fn() 743 if (adapter->if_ops.check_fw_status) { in mwifiex_dnld_fw() 747 ret = adapter->if_ops.check_fw_status(adapter, poll_num); in mwifiex_dnld_fw() 766 ret = adapter->if_ops.prog_fw(adapter, pmfw); in mwifiex_dnld_fw() 776 ret = adapter->if_ops.check_fw_status(adapter, poll_num); in mwifiex_dnld_fw()
|
D | 11n_aggr.c | 260 ret = adapter->if_ops.host_to_card(adapter, priv->usb_port, in mwifiex_11n_aggregate_pkt() 269 ret = adapter->if_ops.host_to_card(adapter, MWIFIEX_TYPE_DATA, in mwifiex_11n_aggregate_pkt()
|
D | uap_event.c | 266 (adapter->if_ops.is_port_ready && in mwifiex_process_uap_event() 267 !adapter->if_ops.is_port_ready(priv))) { in mwifiex_process_uap_event()
|
D | sta_event.c | 620 (adapter->if_ops.is_port_ready && in mwifiex_process_sta_event() 621 !adapter->if_ops.is_port_ready(priv))) { in mwifiex_process_sta_event() 645 adapter->if_ops.wakeup_complete(adapter); in mwifiex_process_sta_event()
|
D | sta_cmdresp.c | 1156 if (adapter->if_ops.multi_port_resync) in mwifiex_process_sta_cmdresp() 1157 adapter->if_ops. in mwifiex_process_sta_cmdresp() 1173 if (adapter->if_ops.update_mp_end_port) in mwifiex_process_sta_cmdresp() 1174 adapter->if_ops.update_mp_end_port(adapter, in mwifiex_process_sta_cmdresp()
|
D | util.c | 130 if (adapter->if_ops.init_fw_port) in mwifiex_init_fw_complete() 131 adapter->if_ops.init_fw_port(adapter); in mwifiex_init_fw_complete()
|
D | debugfs.c | 169 if (!priv->adapter->if_ops.device_dump) in mwifiex_device_dump_read() 172 priv->adapter->if_ops.device_dump(priv->adapter); in mwifiex_device_dump_read()
|
D | main.h | 841 struct mwifiex_if_ops if_ops; member
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | io.c | 37 if (wl->if_ops->set_block_size) { in wl1271_set_block_size() 38 wl->if_ops->set_block_size(wl->dev, WL12XX_BUS_BLOCK_SIZE); in wl1271_set_block_size() 192 if (wl->if_ops->reset) in wl1271_io_reset() 193 wl->if_ops->reset(wl->dev); in wl1271_io_reset() 198 if (wl->if_ops->init) in wl1271_io_init() 199 wl->if_ops->init(wl->dev); in wl1271_io_init()
|
D | io.h | 68 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write() 86 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read() 215 if (wl->if_ops->power) in wl1271_power_off() 216 ret = wl->if_ops->power(wl->dev, false); in wl1271_power_off() 225 if (wl->if_ops->power) in wl1271_power_on() 226 ret = wl->if_ops->power(wl->dev, true); in wl1271_power_on()
|
D | wlcore_i.h | 204 struct wl1271_if_operations *if_ops; member
|
D | spi.c | 340 pdev_data.if_ops = &spi_ops; in wl1271_probe()
|
D | sdio.c | 280 pdev_data.if_ops = &sdio_ops; in wl1271_probe()
|
D | wlcore.h | 196 struct wl1271_if_operations *if_ops; member
|
D | main.c | 6466 wl->if_ops = pdev_data->if_ops; in wlcore_nvs_cb()
|
/linux-4.4.14/drivers/nfc/nfcmrvl/ |
D | main.c | 39 err = priv->if_ops->nci_open(priv); in nfcmrvl_nci_open() 54 priv->if_ops->nci_close(priv); in nfcmrvl_nci_close() 78 return priv->if_ops->nci_send(priv, skb); in nfcmrvl_nci_send() 120 priv->if_ops = ops; in nfcmrvl_nci_register_dev()
|
D | nfcmrvl.h | 91 struct nfcmrvl_if_ops *if_ops; member
|
D | fw_dnld.c | 384 priv->if_ops->nci_update_config(priv, in process_state_boot() 546 priv->if_ops->nci_update_config(priv, in nfcmrvl_fw_dnld_start()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 471 static const struct tty_operations if_ops = { variable 579 tty_set_operations(tty, &if_ops); in gigaset_if_initdriver()
|