Searched refs:hw_host_to_card (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/bluetooth/ |
| H A D | btmrvl_drv.h | 93 int (*hw_host_to_card)(struct btmrvl_private *priv, member
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | dev.h | 102 int (*hw_host_to_card) (struct lbs_private *priv, u8 type, u8 *payload, u16 nb); member
|
| H A D | cmd.c | 895 ret = priv->hw_host_to_card(priv, MVMS_CMD, (u8 *) cmd, cmdsize); in lbs_submit_command() 1309 ret = priv->hw_host_to_card(priv, MVMS_CMD, (u8 *) &confirm_sleep, in lbs_send_confirmsleep()
|
| H A D | main.c | 573 int ret = priv->hw_host_to_card(priv, MVMS_DAT, in lbs_thread()
|
| H A D | if_usb.c | 267 priv->hw_host_to_card = if_usb_host_to_card; in if_usb_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 | if_usb.c | 131 .hw_host_to_card = if_usb_host_to_card,
|