Home
last modified time | relevance | path

Searched full:ptc (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dbase.c122 struct nvkm_mmu_ptc *ptc; in nvkm_mmu_ptc_find() local
124 list_for_each_entry(ptc, &mmu->ptc.list, head) { in nvkm_mmu_ptc_find()
125 if (ptc->size == size) in nvkm_mmu_ptc_find()
126 return ptc; in nvkm_mmu_ptc_find()
129 ptc = kmalloc(sizeof(*ptc), GFP_KERNEL); in nvkm_mmu_ptc_find()
130 if (ptc) { in nvkm_mmu_ptc_find()
131 INIT_LIST_HEAD(&ptc->item); in nvkm_mmu_ptc_find()
132 ptc->size = size; in nvkm_mmu_ptc_find()
133 ptc->refs = 0; in nvkm_mmu_ptc_find()
134 list_add(&ptc->head, &mmu->ptc.list); in nvkm_mmu_ptc_find()
[all …]
H A Dpriv.h58 struct nvkm_mmu_ptc *ptc; member
/linux/mm/
H A Dpage_table_check.c83 struct page_table_check *ptc = get_page_table_check(page_ext); in page_table_check_clear()
86 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_clear()
87 BUG_ON(atomic_dec_return(&ptc->anon_map_count) < 0); in page_table_check_clear()
89 BUG_ON(atomic_read(&ptc->anon_map_count)); in page_table_check_clear()
90 BUG_ON(atomic_dec_return(&ptc->file_map_count) < 0); in page_table_check_clear()
123 struct page_table_check *ptc = get_page_table_check(page_ext); in page_table_check_set()
126 BUG_ON(atomic_read(&ptc->file_map_count)); in page_table_check_set()
127 BUG_ON(atomic_inc_return(&ptc->anon_map_count) > 1 && rw); in page_table_check_set()
129 BUG_ON(atomic_read(&ptc->anon_map_count));
130 BUG_ON(atomic_inc_return(&ptc
78 struct page_table_check *ptc = get_page_table_check(page_ext); page_table_check_clear() local
115 struct page_table_check *ptc = get_page_table_check(page_ext); page_table_check_set() local
143 struct page_table_check *ptc = get_page_table_check(page_ext); __page_table_check_zero() local
[all...]
/linux/Documentation/devicetree/bindings/pwm/
H A Dopencores,pwm.yaml13 The OpenCores PTC ip core contains a PWM controller. When operating in PWM
14 mode, the PTC core generates binary signal with user-programmable low and
15 high periods. All PTC counters and registers are 32-bit.
/linux/drivers/acpi/
H A Dprocessor_throttling.c404 union acpi_object *ptc = NULL; in acpi_processor_get_throttling_control() local
416 ptc = (union acpi_object *)buffer.pointer; in acpi_processor_get_throttling_control()
417 if (!ptc || (ptc->type != ACPI_TYPE_PACKAGE) in acpi_processor_get_throttling_control()
418 || (ptc->package.count != 2)) { in acpi_processor_get_throttling_control()
428 obj = ptc->package.elements[0]; in acpi_processor_get_throttling_control()
444 obj = ptc->package.elements[1]; in acpi_processor_get_throttling_control()
/linux/arch/sh/include/cpu-sh4/cpu/
H A Dsh7757.h14 /* PTC */
123 /* PTC (mobule: IRQ, PWMU) */
H A Dsh7724.h29 /* PTC */
148 /* LCDC (PTC/PTD/PTE/PTF/PTM/PTR) */
H A Dsh7722.h28 /* PTC */
H A Dsh7723.h28 /* PTC */
/linux/arch/sh/include/cpu-sh3/cpu/
H A Dsh7720.h14 /* PTC */
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h146 } ptc, ptp; member
/linux/include/dt-bindings/memory/
H A Dtegra186-mc.h115 /* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */
H A Dtegra194-mc.h145 /* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */
H A Dtegra234-mc.h178 /* Misses from System Memory Management Unit (SMMU) Page Table Cache (PTC) */
/linux/drivers/pinctrl/renesas/
H A Dpfc-sh7720.c252 /* PTC GPIO */
405 /* PTC FN */
596 /* PTC */
H A Dpfc-sh7757.c354 /* PTC (mobule: IRQ, PWMU) */
506 /* PTC GPIO */
759 /* PTC FN */
1094 /* PTC */
1362 /* PTC (mobule: IRQ, PWMU) */
H A Dpfc-sh7724.c317 /*PTC*/
546 /* PTC GPIO */
806 /* PTC FN */
1166 /* PTC */
H A Dpfc-sh7723.c364 /* PTC GPIO */
591 /* PTC FN */
937 /* PTC */
H A Dpfc-sh7722.c286 /* PTC */
777 /* PTC */
/linux/arch/sh/boards/
H A Dboard-sh7757lcr.c359 /* IRQ8 to 0 (PTB, PTC) */ in sh7757lcr_devices_setup()
/linux/drivers/usb/serial/
H A Dftdi_sio_ids.h139 /* SCS HF Radio Modems PID's (http://www.scs-ptc.com) */
141 #define FTDI_SCS_DEVICE_0_PID 0xD010 /* SCS PTC-IIusb */
/linux/drivers/media/usb/dvb-usb-v2/
H A Danysee.h63 #define ANYSEE_HW_508PTC 21 /* E7 PTC Plus */
/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.c25 "PTC ",
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c76 "PTC ",