Home
last modified time | relevance | path

Searched refs:host_intf_ops (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/wireless/rsi/
Drsi_91x_hal.c49 status = adapter->host_intf_ops->write_pkt(common->priv, in rsi_send_pkt_to_bus()
354 status = adapter->host_intf_ops->write_pkt(common->priv, in rsi_send_mgmt_pkt()
522 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in bl_write_cmd()
645 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in bl_write_header()
703 if ((adapter->host_intf_ops->master_reg_read(adapter, FLASH_SIZE_ADDR, in read_flash_capacity()
717 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in ping_pong_write()
844 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in rsi_hal_prepare_fwload()
1006 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in rsi_load_9116_firmware()
Drsi_main.h383 struct rsi_host_intf_ops *host_intf_ops; member
Drsi_91x_usb.c658 adapter->host_intf_ops = &usb_host_intf_ops; in rsi_init_usb_interface()
Drsi_91x_sdio.c1017 adapter->host_intf_ops = &sdio_host_intf_ops; in rsi_probe()
Drsi_91x_mac80211.c399 adapter->host_intf_ops->reinit_device(adapter); in rsi_mac80211_start()