Home
last modified time | relevance | path

Searched refs:pts (Results 1 – 25 of 95) sorted by relevance

1234

/openbmc/linux/samples/bpf/
H A Dcpustat_kern.c126 pts = bpf_map_lookup_elem(&my_map, &key); in bpf_prog1()
127 if (!pts) in bpf_prog1()
166 if (!*pts) in bpf_prog1()
169 delta = cur_ts - *pts; in bpf_prog1()
205 if (*pts) in bpf_prog1()
206 *pts = cur_ts; in bpf_prog1()
222 if (!pts) in bpf_prog2()
238 if (!*pts) { in bpf_prog2()
239 *pts = bpf_ktime_get_ns(); in bpf_prog2()
244 delta = cur_ts - *pts; in bpf_prog2()
[all …]
/openbmc/linux/drivers/iio/adc/
H A Dqcom-vadc-common.c351 if (!pts) in qcom_vadc_map_voltage_temp()
354 while (i < tablesize && pts[i].x > input) in qcom_vadc_map_voltage_temp()
358 *output = pts[0].y; in qcom_vadc_map_voltage_temp()
360 *output = pts[tablesize - 1].y; in qcom_vadc_map_voltage_temp()
363 *output = fixp_linear_interpolate(pts[i - 1].x, pts[i - 1].y, in qcom_vadc_map_voltage_temp()
364 pts[i].x, pts[i].y, in qcom_vadc_map_voltage_temp()
380 while (i < tablesize && pts[i].y < input) in qcom_vadc_map_temp_voltage()
384 return pts[0].x; in qcom_vadc_map_temp_voltage()
386 return pts[tablesize - 1].x; in qcom_vadc_map_temp_voltage()
389 return fixp_linear_interpolate(pts[i - 1].y, pts[i - 1].x, in qcom_vadc_map_temp_voltage()
[all …]
/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_pes.c84 struct vidtv_pes_optional_pts pts = {}; in vidtv_pes_write_pts_dts() local
101 pts_dts.pts1 = (0x3 << 4) | ((args->pts & mask1) >> 29) | 0x1; in vidtv_pes_write_pts_dts()
102 pts_dts.pts2 = cpu_to_be16(((args->pts & mask2) >> 14) | 0x1); in vidtv_pes_write_pts_dts()
103 pts_dts.pts3 = cpu_to_be16(((args->pts & mask3) << 1) | 0x1); in vidtv_pes_write_pts_dts()
113 pts.pts1 = (0x1 << 5) | ((args->pts & mask1) >> 29) | 0x1; in vidtv_pes_write_pts_dts()
114 pts.pts2 = cpu_to_be16(((args->pts & mask2) >> 14) | 0x1); in vidtv_pes_write_pts_dts()
115 pts.pts3 = cpu_to_be16(((args->pts & mask3) << 1) | 0x1); in vidtv_pes_write_pts_dts()
117 op = &pts; in vidtv_pes_write_pts_dts()
118 op_sz = sizeof(pts); in vidtv_pes_write_pts_dts()
318 .pts = args->pts, in vidtv_pes_write_into()
H A Dvidtv_pes.h98 u64 pts; member
168 u64 pts; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools-conf/
H A Dandroid-gadget-setup3 [ ! -e /dev/pts ] && mkdir -p /dev/pts
4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf/
H A Dandroid-gadget-setup3 [ ! -e /dev/pts ] && mkdir -p /dev/pts
4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/
H A DCVE-2022-40704.patch17 pts-core/phoromatic/phoromatic_functions.php | 15 +++++++++++++--
20 diff --git a/pts-core/phoromatic/phoromatic_functions.php b/pts-core/phoromatic/phoromatic_function…
22 --- a/pts-core/phoromatic/phoromatic_functions.php
23 +++ b/pts-core/phoromatic/phoromatic_functions.php
/openbmc/linux/Documentation/filesystems/
H A Ddevpts.rst11 All mounts of the devpts filesystem now create a ``/dev/pts/ptmx`` node
16 of devpts under the name ``pts`` in the same directory as the ptmx device
20 it is possible to place a symlink to ``/dev/pts/ptmx`` at ``/dev/ptmx`` or
23 the ``ptmxmode=0666``, or ``chmod 0666 /dev/pts/ptmx`` should be called.
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Ddevpts.sh29 mkdir -p /dev/pts
30 mount -t devpts devpts /dev/pts -ogid=${TTYGRP},mode=${TTYMODE}
/openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/files/
H A Dinit11 mkdir /dev/pts
12 mount none -t devpts /dev/pts
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-controls.c94 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame) in ivtv_g_pts_frame() argument
99 *pts = (s64)((u64)itv->last_dec_timing[2] << 32) | in ivtv_g_pts_frame()
104 *pts = 0; in ivtv_g_pts_frame()
113 *pts = (s64)((u64) data[2] << 32) | (u64) data[1]; in ivtv_g_pts_frame()
H A Divtv-controls.h14 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dmdev20 mkdir -m 0755 /dev/pts
21 mount -t devpts devpts /dev/pts
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dsecuretty151 pts/0
152 pts/1
153 pts/2
154 pts/3
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-vbi.c184 __be32 pts; in _cx18_process_vbi_data() member
189 u32 pts; in _cx18_process_vbi_data() local
217 pts = (be32_to_cpu(hdr->magic) == 0x3fffffff) ? be32_to_cpu(hdr->pts) in _cx18_process_vbi_data()
233 copy_vbi_data(cx, lines, pts); in _cx18_process_vbi_data()
/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c58 struct page **pts; member
301 as->pts = kcalloc(SMMU_NUM_PDE, sizeof(*as->pts), GFP_KERNEL); in tegra_smmu_domain_alloc()
302 if (!as->pts) { in tegra_smmu_domain_alloc()
327 kfree(as->pts); in tegra_smmu_domain_free()
567 pt_page = as->pts[pd_index]; in tegra_smmu_pte_lookup()
583 if (!as->pts[pde]) { in as_get_pte()
600 as->pts[pde] = page; in as_get_pte()
625 struct page *page = as->pts[pde]; in tegra_smmu_pte_put_use()
640 as->pts[pde] = NULL; in tegra_smmu_pte_put_use()
688 if (as->pts[pde]) { in as_get_pde_page()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/
H A Dinittab6 ::sysinit:/bin/mkdir -p /dev/pts
7 ::sysinit:/bin/mount -t devpts devpts /dev/pts
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dinittab8 ::sysinit:/bin/mkdir -p /dev/pts
9 ::sysinit:/bin/mount -t devpts devpts /dev/pts
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-frame-count.rst22 ``int ioctl(int fd, VIDEO_GET_FRAME_COUNT, __u64 *pts)``
45 - __u64 \*pts
H A Dvideo-get-pts.rst22 ``int ioctl(int fd, VIDEO_GET_PTS, __u64 *pts)``
45 - __u64 \*pts
/openbmc/linux/arch/um/configs/
H A Dx86_64_defconfig33 CONFIG_CON_CHAN="pts"
34 CONFIG_SSL_CHAN="pts"
H A Di386_defconfig35 CONFIG_CON_CHAN="pts"
36 CONFIG_SSL_CHAN="pts"
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A Dinit80 [ -e /dev/pts ] || mkdir -m 0755 /dev/pts
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dinit42 [ -e /dev/pts ] || mkdir -m 0755 /dev/pts
/openbmc/linux/drivers/gpu/drm/lima/
H A Dlima_vm.c53 dma_addr_t pts; in lima_vm_map_page() local
63 pts = vm->bts[pbe].dma; in lima_vm_map_page()
66 pd[j] = pts | LIMA_VM_FLAG_PRESENT; in lima_vm_map_page()
67 pts += LIMA_PAGE_SIZE; in lima_vm_map_page()

1234