Searched refs:pti (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/Documentation/pti/ |
D | pti_intel_mid.txt | 6 ./include/linux/pti.h 10 ./drivers/.../pti.c 12 pti.c is the driver that enables various debugging features 15 be collected and routed to the pti driver, such as trace 19 pti.c and route any data stream from one /dev/tty node 31 *Hook /dev/pti to a user-level debugging application for writing
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_int.h | 1024 const struct phytbl_info *pti); 1025 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti); 1054 #define wlc_phy_write_table_nphy(pi, pti) \ argument 1055 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73) 1057 #define wlc_phy_read_table_nphy(pi, pti) \ argument 1058 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
|
D | phy_lcn.c | 976 void wlc_lcnphy_write_table(struct brcms_phy *pi, const struct phytbl_info *pti) in wlc_lcnphy_write_table() argument 978 wlc_phy_write_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_write_table() 981 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti) in wlc_lcnphy_read_table() argument 983 wlc_phy_read_table(pi, pti, 0x455, 0x457, 0x456); in wlc_lcnphy_read_table()
|
/linux-4.1.27/drivers/misc/ |
D | Makefile | 9 obj-$(CONFIG_INTEL_MID_PTI) += pti.o
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.c | 312 u8 pti = ((source[3] & 0xe) >> 1); in usbatm_extract_one_cell() local 330 if (pti == ATM_PTI_E2EF5) { in usbatm_extract_one_cell() 350 if (pti & 1) { in usbatm_extract_one_cell()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_hw.c | 3698 const struct port_type_info *pti; in t3_prep_adapter() local 3704 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter() 3705 if (!pti->phy_prep) { in t3_prep_adapter() 3712 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter() 3762 const struct port_type_info *pti; in t3_replay_prep_adapter() local 3768 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter() 3769 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
|
/linux-4.1.27/drivers/atm/ |
D | he.c | 2544 int clp, pti; in he_send() local 2546 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send() 2548 tpd->status |= TPD_CELLTYPE(pti); in he_send()
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 346 drivers/misc/pti.c defines the majority of this MIPI solution.
|