Home
last modified time | relevance | path

Searched refs:pti (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/hwtracing/intel_th/
H A Dpti.c20 #include "pti.h"
52 struct pti_device *pti = dev_get_drvdata(dev); in mode_show() local
54 return scnprintf(buf, PAGE_SIZE, "%d\n", pti_mode[pti->mode]); in mode_show()
60 struct pti_device *pti = dev_get_drvdata(dev); in mode_store() local
72 pti->mode = ret; in mode_store()
83 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_show() local
85 return scnprintf(buf, PAGE_SIZE, "%d\n", pti->freeclk); in freerunning_clock_show()
92 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_store() local
100 pti->freeclk = !!val; in freerunning_clock_store()
111 struct pti_device *pti in clock_divider_show() local
120 struct pti_device *pti = dev_get_drvdata(dev); clock_divider_store() local
151 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_activate() local
171 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_deactivate() local
178 read_hw_config(struct pti_device *pti) read_hw_config() argument
205 struct pti_device *pti; intel_th_pti_probe() local
251 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_show() local
274 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_store() local
[all...]
H A DMakefile22 intel_th_pti-y := pti.o
/kernel/linux/linux-6.6/drivers/hwtracing/intel_th/
H A Dpti.c20 #include "pti.h"
52 struct pti_device *pti = dev_get_drvdata(dev); in mode_show() local
54 return scnprintf(buf, PAGE_SIZE, "%d\n", pti_mode[pti->mode]); in mode_show()
60 struct pti_device *pti = dev_get_drvdata(dev); in mode_store() local
72 pti->mode = ret; in mode_store()
83 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_show() local
85 return scnprintf(buf, PAGE_SIZE, "%d\n", pti->freeclk); in freerunning_clock_show()
92 struct pti_device *pti = dev_get_drvdata(dev); in freerunning_clock_store() local
100 pti->freeclk = !!val; in freerunning_clock_store()
111 struct pti_device *pti in clock_divider_show() local
120 struct pti_device *pti = dev_get_drvdata(dev); clock_divider_store() local
151 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_activate() local
171 struct pti_device *pti = dev_get_drvdata(&thdev->dev); intel_th_pti_deactivate() local
178 read_hw_config(struct pti_device *pti) read_hw_config() argument
205 struct pti_device *pti; intel_th_pti_probe() local
251 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_show() local
274 struct pti_device *pti = dev_get_drvdata(dev); lpp_dest_store() local
[all...]
H A DMakefile22 intel_th_pti-y := pti.o
/kernel/linux/linux-5.10/include/linux/
H A Dpti.h6 #include <asm/pti.h>
/kernel/linux/linux-6.6/include/linux/
H A Dpti.h6 #include <asm/pti.h>
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h1006 const struct phytbl_info *pti);
1007 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti);
1036 #define wlc_phy_write_table_nphy(pi, pti) \
1037 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73)
1039 #define wlc_phy_read_table_nphy(pi, pti) \
1040 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h1006 const struct phytbl_info *pti);
1007 void wlc_lcnphy_read_table(struct brcms_phy *pi, struct phytbl_info *pti);
1036 #define wlc_phy_write_table_nphy(pi, pti) \
1037 wlc_phy_write_table(pi, pti, 0x72, 0x74, 0x73)
1039 #define wlc_phy_read_table_nphy(pi, pti) \
1040 wlc_phy_read_table(pi, pti, 0x72, 0x74, 0x73)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dtlbflush.h13 #include <asm/pti.h>
/kernel/linux/linux-5.10/arch/x86/mm/
H A DMakefile53 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
H A Dpti.c36 #include <asm/pti.h>
92 ret = cmdline_find_option(boot_command_line, "pti", arg, sizeof(arg)); in pti_check_boottime_disable()
522 * Only do global kernel image for pti=auto. Do the most in pti_kernel_image_global_ok()
523 * secure thing (not global) if pti=on specified. in pti_kernel_image_global_ok()
H A Dinit.c28 #include <asm/pti.h>
/kernel/linux/linux-6.6/arch/x86/mm/
H A DMakefile63 obj-$(CONFIG_PAGE_TABLE_ISOLATION) += pti.o
H A Dpti.c36 #include <asm/pti.h>
92 ret = cmdline_find_option(boot_command_line, "pti", arg, sizeof(arg)); in pti_check_boottime_disable()
521 * Only do global kernel image for pti=auto. Do the most in pti_kernel_image_global_ok()
522 * secure thing (not global) if pti=on specified. in pti_kernel_image_global_ok()
H A Dinit.c26 #include <asm/pti.h>
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dtlbflush.h14 #include <asm/pti.h>
/kernel/linux/linux-5.10/drivers/usb/atm/
H A Dusbatm.c297 u8 pti = ((source[3] & 0xe) >> 1); in usbatm_extract_one_cell() local
315 if (pti == ATM_PTI_E2EF5) { in usbatm_extract_one_cell()
335 if (pti & 1) { in usbatm_extract_one_cell()
/kernel/linux/linux-6.6/drivers/usb/atm/
H A Dusbatm.c297 u8 pti = ((source[3] & 0xe) >> 1); in usbatm_extract_one_cell() local
315 if (pti == ATM_PTI_E2EF5) { in usbatm_extract_one_cell()
335 if (pti & 1) { in usbatm_extract_one_cell()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3735 const struct port_type_info *pti; in t3_prep_adapter() local
3741 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter()
3742 if (!pti->phy_prep) { in t3_prep_adapter()
3749 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter()
3799 const struct port_type_info *pti; in t3_replay_prep_adapter() local
3805 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter()
3806 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c3670 const struct port_type_info *pti; in t3_prep_adapter() local
3676 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_prep_adapter()
3677 if (!pti->phy_prep) { in t3_prep_adapter()
3684 ret = pti->phy_prep(&p->phy, adapter, ai->phy_base_addr + j, in t3_prep_adapter()
3733 const struct port_type_info *pti; in t3_replay_prep_adapter() local
3739 pti = &port_types[adapter->params.vpd.port_type[j]]; in t3_replay_prep_adapter()
3740 ret = pti->phy_prep(&p->phy, adapter, p->phy.mdio.prtad, NULL); in t3_replay_prep_adapter()
/kernel/linux/linux-5.10/drivers/misc/
H A Dpti.c3 * pti.c - PTI driver for cJTAG data extration
27 #include <linux/intel-pti.h>
31 #define DRIVERNAME "pti"
34 #define CHARNAME "pti"
447 * @tty: tty struct containing pti information.
483 * @tty: tty struct containing pti information.
499 * @tty: tty struct containing pti information.
516 * we can't write to the pti hardware if the private driver_data in pti_tty_driver_write()
526 * @tty: contains tty info of the pti driver.
780 * pti_pci_probe()- Used to detect pti o
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c2542 int clp, pti; in he_send() local
2544 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send()
2546 tpd->status |= TPD_CELLTYPE(pti); in he_send()
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c2539 int clp, pti; in he_send() local
2541 pti = (*pti_clp & ATM_HDR_PTI_MASK) >> ATM_HDR_PTI_SHIFT; in he_send()
2543 tpd->status |= TPD_CELLTYPE(pti); in he_send()
/kernel/linux/linux-5.10/init/
H A Dmain.c83 #include <linux/pti.h>
/kernel/linux/linux-6.6/init/
H A Dmain.c84 #include <linux/pti.h>

Completed in 36 milliseconds

12