Home
last modified time | relevance | path

Searched refs:ptp (Results 1 – 25 of 35) sorted by relevance

12

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux.c398 struct sg_pt_linux_scsi * ptp; in construct_scsi_pt_obj_with_fd() local
406 ptp = (struct sg_pt_linux_scsi *) in construct_scsi_pt_obj_with_fd()
408 if (ptp) { in construct_scsi_pt_obj_with_fd()
409 err = set_pt_file_handle((struct sg_pt_base *)ptp, dev_fd, verbose); in construct_scsi_pt_obj_with_fd()
410 if ((0 == err) && (! ptp->is_nvme)) { in construct_scsi_pt_obj_with_fd()
411 ptp->io_hdr.guard = 'Q'; in construct_scsi_pt_obj_with_fd()
413 ptp->io_hdr.protocol = BSG_PROTOCOL_SCSI; in construct_scsi_pt_obj_with_fd()
416 ptp->io_hdr.subprotocol = BSG_SUB_PROTOCOL_SCSI_CMD; in construct_scsi_pt_obj_with_fd()
422 return (struct sg_pt_base *)ptp; in construct_scsi_pt_obj_with_fd()
434 struct sg_pt_linux_scsi * ptp = &vp->impl; in destruct_scsi_pt_obj() local
[all …]
Dsg_pt_linux_nvme.c193 mk_sense_asc_ascq(struct sg_pt_linux_scsi * ptp, int sk, int asc, int ascq, in mk_sense_asc_ascq() argument
196 bool dsense = ptp->scsi_dsense; in mk_sense_asc_ascq()
198 uint8_t * sbp = (uint8_t *)ptp->io_hdr.response; in mk_sense_asc_ascq()
200 ptp->io_hdr.device_status = SAM_STAT_CHECK_CONDITION; in mk_sense_asc_ascq()
201 n = ptp->io_hdr.max_response_len; in mk_sense_asc_ascq()
208 ptp->io_hdr.response_len = dsense ? 8 : ((n < 18) ? n : 18); in mk_sense_asc_ascq()
217 mk_sense_from_nvme_status(struct sg_pt_linux_scsi * ptp, int vb) in mk_sense_from_nvme_status() argument
220 bool dsense = ptp->scsi_dsense; in mk_sense_from_nvme_status()
223 uint8_t * sbp = (uint8_t *)ptp->io_hdr.response; in mk_sense_from_nvme_status()
225 ok = sg_nvme_status2scsi(ptp->nvme_status, &sstatus, &sk, &asc, &ascq); in mk_sense_from_nvme_status()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dmeson.build72 # user/group to change to in gst-ptp-helper
73 ptp_helper_setuid_user = get_option('ptp-helper-setuid-user')
78 ptp_helper_setuid_group = get_option('ptp-helper-setuid-group')
84 # how to install gst-ptp-helper
85 with_ptp_helper_permissions = get_option('ptp-helper-permissions')
93 message('How to install gst-ptp-helper: ' + with_ptp_helper_permissions)
102 error('capabilities-based ptp-helper-permissions requested, but could not find setcap tool.')
104 error('capabilities-based ptp-helper-permissions requested, but could not find libcap.')
109 error('Unexpected ptp helper permissions value: ' + with_ptp_helper_permissions)
112 executable('gst-ptp-helper', 'gst-ptp-helper.c',
/third_party/gstreamer/gstreamer/
Dmeson_options.txt6 option('ptp-helper-setuid-user', type : 'string',
7 description : 'User to switch to when installing gst-ptp-helper setuid root')
8 option('ptp-helper-setuid-group', type : 'string',
9 description : 'Group to switch to when installing gst-ptp-helper setuid root')
10 option('ptp-helper-permissions', type : 'combo',
Dmeson.build123 cdata.set_quoted('GST_PTP_HELPER_INSTALLED', join_paths(prefix, helpers_install_dir, 'gst-ptp-helpe…
/third_party/gstreamer/gstreamer/tests/examples/ptp/
Dmeson.build1 executable('ptp-print-times', 'ptp-print-times.c',
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c750 ALLOC_STATE( ptp, tcl_add8, PTP_STATE_SIZE, "PTP/pointparams", 0 ); in r200InitState()
850 rmesa->hw.ptp.emit = ptp_emit; in r200InitState()
910 rmesa->hw.ptp.cmd[PTP_CMD_0] = in r200InitState()
912 rmesa->hw.ptp.cmd[PTP_CMD_1] = in r200InitState()
1274 rmesa->hw.ptp.cmd[PTP_EYE_X] = 0; in r200InitState()
1275 rmesa->hw.ptp.cmd[PTP_EYE_Y] = 0; in r200InitState()
1276 rmesa->hw.ptp.cmd[PTP_EYE_Z] = IEEE_ONE | 0x80000000; /* -1.0 */ in r200InitState()
1277 rmesa->hw.ptp.cmd[PTP_EYE_3] = 0; in r200InitState()
1280 rmesa->hw.ptp.cmd[PTP_VPORT_SCALE_0] = IEEE_ONE; in r200InitState()
1281 rmesa->hw.ptp.cmd[PTP_VPORT_SCALE_1] = IEEE_ONE; in r200InitState()
[all …]
Dr200_state.c558 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointSize()
568 R200_STATECHANGE( rmesa, ptp ); in r200PointSize()
579 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter()
585 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
592 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
600 R200_STATECHANGE( rmesa, ptp ); in r200PointParameter()
601 GLfloat *fcmd = (GLfloat *)rmesa->hw.ptp.cmd; in r200PointParameter()
Dr200_context.h512 struct radeon_state_atom ptp; member
Dr200_cmdbuf.c103 insert_at_tail_if( &rmesa->radeon.hw.atomlist, &rmesa->hw.ptp ); in r200SetUpAtomList()
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c776 struct lws_threadpool **ptp; in lws_threadpool_destroy() local
783 ptp = &tp->context->tp_list_head; in lws_threadpool_destroy()
785 while (*ptp) { in lws_threadpool_destroy()
786 if (*ptp == tp) { in lws_threadpool_destroy()
787 *ptp = tp->tp_list; in lws_threadpool_destroy()
790 ptp = &(*ptp)->tp_list; in lws_threadpool_destroy()
/third_party/gstreamer/gstreamer/tests/examples/
Dmeson.build7 subdir('ptp') subdir
/third_party/boost/boost/histogram/axis/
Dtraits.hpp85 auto ptp = variant2::get_if<TP>(vptr); in get_if() local
86 return ptp ? *ptp : nullptr; in get_if()
/third_party/mindspore/mindspore/numpy/
D__init__.py50 hypot, float_power, floor, ptp, deg2rad, rad2deg, count_nonzero,
Dmath_ops.py957 def ptp(x, axis=None, keepdims=False): function
992 return x.ptp(axis, keepdims)
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.h285 … (RTPSessionStats *stats, gboolean sender, GstRTPProfile profile, gboolean ptp, gboolean first);
Drtpstats.c242 GstRTPProfile profile, gboolean ptp, gboolean first) in rtp_stats_calculate_rtcp_interval() argument
252 if (first && !ptp) in rtp_stats_calculate_rtcp_interval()
/third_party/eudev/rules/
D50-udev-default.rules84 SUBSYSTEM=="ptp", ATTR{clock_name}=="KVM virtual PTP", SYMLINK += "ptp_kvm"
/third_party/mindspore/tests/st/numpy_native/
Dtest_math_ops.py658 a = mnp.ptp(x)
659 b = mnp.ptp(x, keepdims=True)
660 c = mnp.ptp(x, axis=(0, 1))
661 d = mnp.ptp(x, axis=-1)
666 a = onp.ptp(x)
667 b = onp.ptp(x, keepdims=True)
668 c = onp.ptp(x, axis=(0, 1))
669 d = onp.ptp(x, axis=-1)
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstptpclock.c146 #define PTP_TIMESTAMP_TO_GST_CLOCK_TIME(ptp) (ptp.seconds_field * GST_SECOND + ptp.nanoseconds_fiel… argument
/third_party/eudev/hwdb/
D20-usb-vendor-model.hwdb1509 ID_MODEL_FROM_DATABASE=PhotoSmart 850 (ptp)
1521 ID_MODEL_FROM_DATABASE=PhotoSmart 935 (ptp)
1695 ID_MODEL_FROM_DATABASE=PhotoSmart 715 (ptp)
1704 ID_MODEL_FROM_DATABASE=PhotoSmart 120 (ptp)
1719 ID_MODEL_FROM_DATABASE=PhotoSmart 720 (ptp)
1725 ID_MODEL_FROM_DATABASE=PhotoSmart 620 (ptp)
1740 ID_MODEL_FROM_DATABASE=PhotoSmart 735 (ptp)
1776 ID_MODEL_FROM_DATABASE=PhotoSmart 43x (ptp)
11793 ID_MODEL_FROM_DATABASE=PowerShot G3 (ptp)
11799 ID_MODEL_FROM_DATABASE=PowerShot S230 (ptp)
[all …]
/third_party/mindspore/mindspore/_extends/parse/
Dstandard_method.py1077 def ptp(x, axis=None, keepdims=False): function
/third_party/mindspore/mindspore/common/
Dtensor.py1094 def ptp(self, axis=None, keepdims=False): member in Tensor
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DlikelySubtags.txt990 ptp{"ptp_Latn_ZZ"}
/third_party/skia/third_party/externals/icu/source/data/misc/
DlikelySubtags.txt1008 ptp{"ptp_Latn_ZZ"}

12