Searched refs:hw_host_to_card (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | btmrvl_drv.h | 93 int (*hw_host_to_card)(struct btmrvl_private *priv, member
|
H A D | btmrvl_sdio.c | 1563 priv->hw_host_to_card = btmrvl_sdio_host_to_card; in btmrvl_sdio_probe()
|
/linux/drivers/net/wireless/marvell/libertas/ |
H A D | dev.h | 106 int (*hw_host_to_card) (struct lbs_private *priv, u8 type, u8 *payload, u16 nb); member
|
H A D | cmd.c | 960 ret = priv->hw_host_to_card(priv, MVMS_CMD, (u8 *) cmd, cmdsize); in lbs_submit_command() 1378 ret = priv->hw_host_to_card(priv, MVMS_CMD, (u8 *) &confirm_sleep, in lbs_send_confirmsleep()
|
H A D | if_usb.c | 267 priv->hw_host_to_card = if_usb_host_to_card; in if_usb_probe()
|
H A D | main.c | 603 int ret = priv->hw_host_to_card(priv, MVMS_DAT, in lbs_thread()
|
H A D | if_sdio.c | 1222 priv->hw_host_to_card = if_sdio_host_to_card; in if_sdio_probe()
|
H A D | if_spi.c | 1149 priv->hw_host_to_card = if_spi_host_to_card; in if_spi_probe()
|
/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | libertas_tf.h | 174 int (*hw_host_to_card)(struct lbtf_private *priv, u8 type, member
|
H A D | cmd.c | 255 ret = priv->ops->hw_host_to_card(priv, MVMS_CMD, (u8 *)cmd, cmdsize); in lbtf_submit_command()
|
H A D | main.c | 244 err = priv->ops->hw_host_to_card(priv, MVMS_DAT, skb->data, skb->len); in lbtf_tx_work()
|
H A D | if_usb.c | 131 .hw_host_to_card = if_usb_host_to_card,
|