Searched refs:tx_phys (Results 1 – 6 of 6) sorted by relevance
| /linux/include/soc/tegra/ |
| H A D | ivc.h | 97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
|
| /linux/drivers/firmware/tegra/ |
| H A D | ivc.c | 647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, in tegra_ivc_init() argument 687 ivc->tx.phys = tx_phys; in tegra_ivc_init()
|
| /linux/net/bluetooth/ |
| H A D | hci_conn.c | 3098 static int bt_phy_le_phy(u32 phys, u8 *tx_phys, u8 *rx_phys) in bt_phy_pkt_type() 3100 if (!tx_phys || !rx_phys) 3103 *tx_phys = 0; in bt_phy_le_phy() 3107 *tx_phys |= HCI_LE_SET_PHY_1M; in bt_phy_le_phy() 3113 *tx_phys |= HCI_LE_SET_PHY_2M; in bt_phy_le_phy() 3119 *tx_phys |= HCI_LE_SET_PHY_CODED; in bt_phy_le_phy() 3129 u8 tx_phys, rx_phys; 3147 if (bt_phy_le_phy(phys, &tx_phys, &rx_phys)) in hci_conn_set_phy() 3150 return hci_le_set_phy(conn, tx_phys, rx_phys); in hci_conn_set_phy() 3101 bt_phy_le_phy(u32 phys,u8 * tx_phys,u8 * rx_phys) bt_phy_le_phy() argument 3132 u8 tx_phys, rx_phys; hci_conn_set_phy() local
|
| H A D | hci_sync.c | 4910 cp.tx_phys = HCI_LE_SET_PHY_1M; 4915 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_init4_sync() 4921 cp.tx_phys |= HCI_LE_SET_PHY_CODED; in hci_init4_sync() 7578 int hci_le_set_phy(struct hci_conn *conn, u8 tx_phys, u8 rx_phys) 7590 cp->tx_phys = tx_phys; 7556 hci_le_set_phy(struct hci_conn * conn,u8 tx_phys,u8 rx_phys) hci_le_set_phy() argument
|
| H A D | mgmt.c | 4198 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync() 4201 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync() 4204 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
|
| H A D | hci_event.c | 1395 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy() 2898 conn->le_tx_def_phys = cp->tx_phys; in hci_cs_le_set_phy()
|