Home
last modified time | relevance | path

Searched refs:pti (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/hwtracing/intel_th/
Dpti.c58 struct pti_device *pti = dev_get_drvdata(dev); in mode_show() local
60 return scnprintf(buf, PAGE_SIZE, "%d\n", pti_mode[pti->mode]); in mode_show()
66 struct pti_device *pti = dev_get_drvdata(dev); in mode_store() local
78 pti->mode = ret; in mode_store()
89 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_show() local
91 return scnprintf(buf, PAGE_SIZE, "%d\n", pti->freeclk); in freerunning_clock_show()
98 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_store() local
106 pti->freeclk = !!val; in freerunning_clock_store()
117 struct pti_device *pti = dev_get_drvdata(dev); in clock_divider_show() local
119 return scnprintf(buf, PAGE_SIZE, "%d\n", 1u << pti->clkdiv); in clock_divider_show()
[all …]
DMakefile18 intel_th_pti-y := pti.o
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-intel_th-devices-pti1 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/mode
8 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/freerunning_clock
16 What: /sys/bus/intel_th/devices/<intel_th_id>-pti/clock_divider
/linux-4.4.14/Documentation/pti/
Dpti_intel_mid.txt6 ./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.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_int.h1024 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)
Dphy_lcn.c976 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.4.14/drivers/misc/
DMakefile9 obj-$(CONFIG_INTEL_MID_PTI) += pti.o
/linux-4.4.14/Documentation/trace/
Dintel_th.txt58 begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
/linux-4.4.14/drivers/usb/atm/
Dusbatm.c312 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.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dt3_hw.c3698 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.4.14/drivers/atm/
Dhe.c2541 int clp, pti; in he_send() local
2543 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send()
2545 tpd->status |= TPD_CELLTYPE(pti); in he_send()
/linux-4.4.14/drivers/tty/
DKconfig346 drivers/misc/pti.c defines the majority of this MIPI solution.