| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | time.h | 26 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 28 * intervals since the value of tv_sec. 31 * measured as the number of 100-nano-second intervals since 1st January 1601, 37 * Convert the seconds to 100ns intervals, add the nano-seconds in utc2ntfs() 38 * converted to 100ns intervals, and then add the NTFS time offset. in utc2ntfs() 66 * and a long tv_nsec where tv_sec is the number of 1-second intervals since 68 * intervals since the value of tv_sec. 71 * measured as the number of 100 nano-second intervals since 1st January 1601, 81 * Convert the time to 1-second intervals and the remainder to in ntfs2utc() 82 * 1-nano-second intervals. in ntfs2utc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_led.c | 169 struct rtw_led_intervals_t *intervals) in _phl_led_ctrl_interval_hdlr() argument 174 if (intervals == NULL) { in _phl_led_ctrl_interval_hdlr() 175 PHL_TRACE(COMP_PHL_LED, _PHL_INFO_, "%s: intervals == NULL\n", in _phl_led_ctrl_interval_hdlr() 180 if (intervals->interval_arr == NULL) { in _phl_led_ctrl_interval_hdlr() 186 if (led_info->toggle_curr_interval_idx >= intervals->len) { in _phl_led_ctrl_interval_hdlr() 189 "%s: curr_interval_idx ( %d ) >= intervals' len ( %d )\n", in _phl_led_ctrl_interval_hdlr() 191 intervals->len); in _phl_led_ctrl_interval_hdlr() 195 interval = intervals->interval_arr[led_info->toggle_curr_interval_idx]; in _phl_led_ctrl_interval_hdlr() 210 if (++(led_info->toggle_curr_interval_idx) >= intervals->len) { in _phl_led_ctrl_interval_hdlr() 269 /* start_delay is over, handle intervals */ in _phl_led_ctrl_toggle_hdlr() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_led.c | 169 struct rtw_led_intervals_t *intervals) in _phl_led_ctrl_interval_hdlr() argument 174 if (intervals == NULL) { in _phl_led_ctrl_interval_hdlr() 175 PHL_TRACE(COMP_PHL_LED, _PHL_INFO_, "%s: intervals == NULL\n", in _phl_led_ctrl_interval_hdlr() 180 if (intervals->interval_arr == NULL) { in _phl_led_ctrl_interval_hdlr() 186 if (led_info->toggle_curr_interval_idx >= intervals->len) { in _phl_led_ctrl_interval_hdlr() 189 "%s: curr_interval_idx ( %d ) >= intervals' len ( %d )\n", in _phl_led_ctrl_interval_hdlr() 191 intervals->len); in _phl_led_ctrl_interval_hdlr() 195 interval = intervals->interval_arr[led_info->toggle_curr_interval_idx]; in _phl_led_ctrl_interval_hdlr() 210 if (++(led_info->toggle_curr_interval_idx) >= intervals->len) { in _phl_led_ctrl_interval_hdlr() 269 /* start_delay is over, handle intervals */ in _phl_led_ctrl_toggle_hdlr() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-subdev-enum-frame-interval.rst | 13 VIDIOC_SUBDEV_ENUM_FRAME_INTERVAL - Enumerate frame intervals 34 This ioctl lets applications enumerate available frame intervals on a 35 given sub-device pad. Frame intervals only makes sense for sub-devices 39 For the common use case of image sensors, the frame intervals available 42 when enumerating frame intervals. 44 To enumerate frame intervals applications initialize the ``index``, 50 intervals are enumerable by beginning at index zero and incrementing by 53 Available frame intervals may depend on the current 'try' formats at 92 - Frame intervals to be enumerated, from enum
|
| H A D | vidioc-enum-frameintervals.rst | 13 VIDIOC_ENUM_FRAMEINTERVALS - Enumerate frame intervals 35 This ioctl allows applications to enumerate all frame intervals that the 43 depend on the type of frame intervals the device supports. Here are the 70 intervals. 74 The order in which the frame intervals are returned has no 76 default frame intervals. 85 **Frame intervals and frame rates:** The V4L2 API uses frame 86 intervals instead of frame rates. Given the frame interval the frame 133 - IN: Pixel format for which the frame intervals are enumerated. 136 - IN: Frame width for which the frame intervals are enumerated. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/arm_scmi/ |
| H A D | sensors.c | 134 __le32 intervals[]; member 273 * Max intervals is not declared previously anywhere so we in scmi_sensor_update_intervals() 276 if (!s->intervals.count) { in scmi_sensor_update_intervals() 277 s->intervals.segmented = SEGMENTED_INTVL_FORMAT(flags); in scmi_sensor_update_intervals() 278 s->intervals.count = num_returned + num_remaining; in scmi_sensor_update_intervals() 279 /* segmented intervals are reported in one triplet */ in scmi_sensor_update_intervals() 280 if (s->intervals.segmented && in scmi_sensor_update_intervals() 284 s->id, s->intervals.count); in scmi_sensor_update_intervals() 285 s->intervals.segmented = false; in scmi_sensor_update_intervals() 286 s->intervals.count = 0; in scmi_sensor_update_intervals() [all …]
|
| /OK3568_Linux_fs/external/xserver/record/ |
| H A D | set.h | 82 RecordSetPtr RecordCreateSet(RecordSetInterval * intervals, 86 by intervals and nintervals. nintervals is the number of RecordSetInterval 87 structures pointed to by intervals. The elements belonging to the new 120 RecordIterateSet returns successive intervals of members of _pSet. If 124 NULL, there were no more intervals in the set, and nothing is copied into 125 the _interval parameter. Intervals appear in increasing numerical order 126 with no overlap between intervals. As such, the list of intervals produced 127 by RecordIterateSet may not match the list of intervals that were passed
|
| H A D | record.c | 1387 int nintervals; /* number of intervals in following array */ 1388 RecordSetInterval *intervals; /* array of intervals for this set */ member 1411 * psi is a pointer to a SetInfoRec whose intervals pointer is NULL. 1412 * nIntervals is the desired size of the intervals array. 1417 * If Success is returned, psi->intervals is a pointer to size 1423 assert(!psi->intervals); in RecordAllocIntervals() 1424 psi->intervals = xallocarray(nIntervals, sizeof(RecordSetInterval)); in RecordAllocIntervals() 1425 if (!psi->intervals) in RecordAllocIntervals() 1427 memset(psi->intervals, 0, nIntervals * sizeof(RecordSetInterval)); in RecordAllocIntervals() 1450 * If pExtSetInfo is non-NULL, minor opcode intervals are stored [all …]
|
| H A D | set.c | 40 multiple minor opcode intervals, as many as one per major (extension) 41 opcode). In such cases, a list-of-intervals representation would be 230 /* followed by the intervals (RecordSetInterval) */ 310 /* sort intervals, store in stackIntervals (insertion sort) */ in IntervalListCreateSet() 324 /* merge abutting/overlapping intervals */ in IntervalListCreateSet() 329 i++; /* disjoint intervals */ in IntervalListCreateSet()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/ |
| H A D | imx-uapi.rst | 42 intervals (elapsed time between two EOF's) drop below the nominal 47 line mechanism should show an increase in the intervals by 1 line 72 If the averaged intervals fall outside nominal by this amount, in 77 If any intervals are higher than this value, those samples are 85 FIM begins to average intervals. 90 for measuring frame intervals. This is superior to the default method 91 of measuring frame intervals via EOF interrupt, since it is not subject 106 When input capture is disabled, frame intervals will be measured via
|
| /OK3568_Linux_fs/kernel/drivers/cpuidle/governors/ |
| H A D | menu.c | 24 #define INTERVALS (1UL << INTERVAL_SHIFT) macro 75 * intervals and if the stand deviation of these 8 intervals is below a 76 * threshold value, we use the average of these intervals as prediction. 116 unsigned int intervals[INTERVALS]; member 165 * intervals, and checking if the standard deviation of that set 180 /* First calculate the average of past intervals */ in get_typical_interval() 185 for (i = 0; i < INTERVALS; i++) { in get_typical_interval() 186 unsigned int value = data->intervals[i]; in get_typical_interval() 205 if (divisor == INTERVALS) in get_typical_interval() 212 for (i = 0; i < INTERVALS; i++) { in get_typical_interval() [all …]
|
| H A D | teo.c | 18 * they can be covered by taking a few most recent idle time intervals of the 65 #define INTERVALS 8 macro 100 * @intervals: Saved idle duration values. 107 u64 intervals[INTERVALS]; member 200 cpu_data->intervals[cpu_data->interval_idx++] = measured_ns; in teo_update() 201 if (cpu_data->interval_idx >= INTERVALS) in teo_update() 387 for (i = 0; i < INTERVALS; i++) { in teo_select() 388 u64 val = cpu_data->intervals[i]; in teo_select() 401 if (count > INTERVALS / 2) { in teo_select() 475 for (i = 0; i < INTERVALS; i++) in teo_enable_device() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-holtekff.c | 44 * 2: periodic rumble, short intervals 46 * 4: periodic rumble, long intervals 47 * 5: weak periodic rumble, long intervals 48 * 6: weak periodic rumble, short intervals 49 * 7: periodic rumble, short intervals 50 * 8: strong periodic rumble, short intervals 53 * b: very strong periodic rumble, very short intervals
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/envelope/ |
| H A D | range_of_boxes.hpp | 102 // the range of longitude intervals can be empty if all input boxes in apply() 267 interval_range_type intervals; in apply() local 287 intervals.push_back(interval_type(lon_left, max_longitude)); in apply() 288 intervals.push_back in apply() 293 intervals.push_back(interval_type(lon_left, lon_right)); in apply() 302 >::apply(intervals, lon_min, lon_max); in apply()
|
| /OK3568_Linux_fs/kernel/kernel/irq/ |
| H A D | timings.c | 47 * interrupt and we end up with a suite of intervals. The experience 79 * The suffix array will build a suite of intervals of different 331 * The buffer contains the suite of intervals, in a ilog2 in irq_timings_next_event_index() 393 * number of intervals greater or equal to three times the in __irq_timings_next_event() 638 u64 *intervals; member 643 * Intervals are given in nanosecond base 730 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_next_index() 746 i = irq_timings_interval_index(ti->intervals[ti->count - 1]); in irq_timings_test_next_index() 763 pr_info("---> Injecting intervals number #%d (count=%zd)\n", in irq_timings_next_index_selftest() 796 index = irq_timings_interval_index(ti->intervals[i]); in irq_timings_test_irqs() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netperf/ |
| H A D | netperf_git.bb | 36 PACKAGECONFIG[intervals] = "--enable-intervals,--disable-intervals,,"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-intervals_1.10.0.bb | 2 HOMEPAGE = "https://github.com/AlexandreDecan/python-intervals" 8 PYPI_PACKAGE := "python-intervals"
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | lm93.rst | 92 The monitoring intervals for the two #PROCHOT signals is also configurable. 93 These intervals can be found in the sysfs files prochot1_interval and 94 prochot2_interval. The values in these files specify the intervals for 97 intervals are (in seconds): 99 #PROCHOT intervals: 262 0 (disabled, h/w default) to 0.75 in 0.05 second intervals
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/ivybridge/ |
| H A D | other.json | 13 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.", 20 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0",
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/ivytown/ |
| H A D | other.json | 13 … "PublicDescription": "Number of intervals between processor halts while thread is in ring 0.", 20 "BriefDescription": "Number of intervals between processor halts while thread is in ring 0",
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-fs-orangefs | 23 Length of perf counter intervals in 40 other N-1 intervals remain available.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | scmi_protocol.h | 216 * intervals 217 * @segmented: Flag for segmented intervals' representation. When True there 218 * will be exactly 3 intervals in @desc, with each entry 221 * @count: Number of intervals described in @desc. 263 * @intervals: Descriptor of available update intervals. 298 struct scmi_sensor_intervals_info intervals; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/watchdog/ |
| H A D | snps,dw-wdt.yaml | 45 DW APB Watchdog custom timer intervals - Timeout Period ranges (TOPs). 49 the timer expiration intervals supported by the DW APB Watchdog. Note
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom.c | 195 static void usnic_uiom_unmap_sorted_intervals(struct list_head *intervals, in usnic_uiom_unmap_sorted_intervals() argument 201 list_for_each_entry_safe(interval, tmp, intervals, link) { in usnic_uiom_unmap_sorted_intervals() 244 static int usnic_uiom_map_sorted_intervals(struct list_head *intervals, in usnic_uiom_map_sorted_intervals() argument 262 list_for_each_entry(interval_node, intervals, link) { in usnic_uiom_map_sorted_intervals() 330 usnic_uiom_unmap_sorted_intervals(intervals, pd); in usnic_uiom_map_sorted_intervals()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | t10-pi.c | 186 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in t10_pi_type1_complete() local 203 for (j = 0; j < iv.bv_len && intervals; j += tuple_sz) { in t10_pi_type1_complete() 210 intervals--; in t10_pi_type1_complete()
|