/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | pti.c | 58 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 …]
|
D | Makefile | 18 intel_th_pti-y := pti.o
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-intel_th-devices-pti | 1 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/ |
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.4.14/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.4.14/drivers/misc/ |
D | Makefile | 9 obj-$(CONFIG_INTEL_MID_PTI) += pti.o
|
/linux-4.4.14/Documentation/trace/ |
D | intel_th.txt | 58 begin with this id: 0-gth, 0-msc0, 0-msc1, 0-pti, 0-sth, which is
|
/linux-4.4.14/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.4.14/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.4.14/drivers/atm/ |
D | he.c | 2541 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/ |
D | Kconfig | 346 drivers/misc/pti.c defines the majority of this MIPI solution.
|