/openbmc/linux/samples/bpf/ |
H A D | cpustat_kern.c | 106 u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog1() local 126 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() 214 u64 *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog2() local 221 pts = bpf_map_lookup_elem(&my_map, &key); in bpf_prog2() 222 if (!pts) in bpf_prog2() [all …]
|
/openbmc/linux/drivers/iio/adc/ |
H A D | qcom-vadc-common.c | 346 static int qcom_vadc_map_voltage_temp(const struct vadc_map_pt *pts, in qcom_vadc_map_voltage_temp() argument 351 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() 371 static s32 qcom_vadc_map_temp_voltage(const struct vadc_map_pt *pts, in qcom_vadc_map_temp_voltage() argument 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() [all …]
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.c | 84 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 D | vidtv_pes.h | 98 u64 pts; member 168 u64 pts; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/phoronix-test-suite/files/ |
H A D | CVE-2022-40704.patch | 17 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/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools-conf/ |
H A D | android-gadget-setup | 3 [ ! -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-devtools/android-tools/android-tools-conf/ |
H A D | android-gadget-setup | 3 [ ! -e /dev/pts ] && mkdir -p /dev/pts 4 [ ! -e /dev/pts/0 ] && mount devpts /dev/pts -t devpts
|
/openbmc/linux/Documentation/filesystems/ |
H A D | devpts.rst | 11 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/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-controls.c | 94 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()
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-vbi.c | 184 __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/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | securetty | 151 pts/0 152 pts/1 153 pts/2 154 pts/3
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | devpts.sh | 29 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 D | init | 11 mkdir /dev/pts 12 mount none -t devpts /dev/pts
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | mdev | 20 mkdir -m 0755 /dev/pts 21 mount -t devpts devpts /dev/pts
|
/openbmc/linux/drivers/iommu/ |
H A D | tegra-smmu.c | 58 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() 612 return tegra_smmu_pte_offset(as->pts[pde], iova); 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() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
H A D | inittab | 6 ::sysinit:/bin/mkdir -p /dev/pts 7 ::sysinit:/bin/mount -t devpts devpts /dev/pts
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | video-get-frame-count.rst | 22 ``int ioctl(int fd, VIDEO_GET_FRAME_COUNT, __u64 *pts)`` 45 - __u64 \*pts
|
H A D | video-get-pts.rst | 22 ``int ioctl(int fd, VIDEO_GET_PTS, __u64 *pts)`` 45 - __u64 \*pts
|
H A D | dvb_filter.h | 140 u8 pts[5]; member 202 u32 pts[2]; /* [0] 1st field, [1] 2nd field */ member
|
/openbmc/linux/arch/um/configs/ |
H A D | x86_64_defconfig | 33 CONFIG_CON_CHAN="pts" 34 CONFIG_SSL_CHAN="pts"
|
H A D | i386_defconfig | 35 CONFIG_CON_CHAN="pts" 36 CONFIG_SSL_CHAN="pts"
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inittab | 8 ::sysinit:/bin/mkdir -p /dev/pts 9 ::sysinit:/bin/mount -t devpts devpts /dev/pts
|
/openbmc/linux/drivers/gpu/drm/lima/ |
H A D | lima_vm.c | 53 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()
|
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/ |
H A D | init | 80 [ -e /dev/pts ] || mkdir -m 0755 /dev/pts
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | init | 42 [ -e /dev/pts ] || mkdir -m 0755 /dev/pts
|