| /OK3568_Linux_fs/kernel/drivers/input/joystick/iforce/ |
| H A D | iforce-ff.c | 239 if (old->u.periodic.envelope.attack_length != effect->u.periodic.envelope.attack_length in need_envelope_modifier() 240 || old->u.periodic.envelope.attack_level != effect->u.periodic.envelope.attack_level in need_envelope_modifier() 241 || old->u.periodic.envelope.fade_length != effect->u.periodic.envelope.fade_length in need_envelope_modifier() 242 || old->u.periodic.envelope.fade_level != effect->u.periodic.envelope.fade_level) in need_envelope_modifier() 255 * Analyse the changes in an effect, and tell if we need to send a periodic 266 return (old->u.periodic.period != new->u.periodic.period in need_period_modifier() 267 || old->u.periodic.magnitude != new->u.periodic.magnitude in need_period_modifier() 268 || old->u.periodic.offset != new->u.periodic.offset in need_period_modifier() 269 || old->u.periodic.phase != new->u.periodic.phase); in need_period_modifier() 335 * Upload a periodic effect to the device [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | sht3x.rst | 41 The sht3x sensor supports a single shot mode as well as 5 periodic measure 47 2000 0.5 Hz periodic measurement 48 1000 1 Hz periodic measurement 49 500 2 Hz periodic measurement 50 250 4 Hz periodic measurement 51 100 10 Hz periodic measurement 54 In the periodic measure mode, the sensor automatically triggers a measurement 77 configured limits. Alarm only works in periodic measure mode 79 configured limits. Alarm only works in periodic measure mode 86 for periodic measurement. If the interval is not supported
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | ff-core.c | 45 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible() 68 effect->u.periodic.waveform = FF_SINE; in compat_effect() 69 effect->u.periodic.period = 50; in compat_effect() 70 effect->u.periodic.magnitude = max(magnitude, 0x7fff); in compat_effect() 71 effect->u.periodic.offset = 0; in compat_effect() 72 effect->u.periodic.phase = 0; in compat_effect() 73 effect->u.periodic.envelope.attack_length = 0; in compat_effect() 74 effect->u.periodic.envelope.attack_level = 0; in compat_effect() 75 effect->u.periodic.envelope.fade_length = 0; in compat_effect() 76 effect->u.periodic.envelope.fade_level = 0; in compat_effect() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd_queue.c | 58 /* Wait this long before releasing periodic reservation */ 66 * periodic transfer 76 * each periodic transaction plus at least one host channel for in dwc2_periodic_channel_available() 77 * non-periodic transactions in dwc2_periodic_channel_available() 88 "%s: Total channels: %d, Periodic: %d, Non-periodic: %d\n", in dwc2_periodic_channel_available() 99 * for the specified QH in the periodic schedule 102 * @qh: QH containing periodic bandwidth required 107 * periodic schedule may occur in the same (micro)frame 120 * Max periodic usecs is 80% x 125 usec = 100 usec in dwc2_check_periodic_bandwidth() 126 * Max periodic usecs is 90% x 1000 usec = 900 usec in dwc2_check_periodic_bandwidth() [all …]
|
| H A D | core.h | 118 * @interval: Interval for periodic endpoints, in frames or microframes. 121 * @periodic: Set if this is a periodic ep, such as Interrupt 130 * @fifo_size: The size of the FIFO (for periodic IN endpoints) 132 * @fifo_load: The amount of data loaded into the FIFO (periodic IN) 134 * @size_loaded: The last loaded size for DxEPTSIZE for periodic IN 143 * For periodic IN endpoints, we have fifo_size and fifo_load to try 144 * and keep track of the amount of data in the periodic FIFO for each 147 * as in shared-fifo mode periodic in acts like a single-frame packet 171 unsigned int periodic:1; member 271 * are enabled for non-periodic IN endpoints in device [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/octeon-usb/ |
| H A D | octeon-hcd.h | 117 * @ptxfemplvl: Periodic TxFIFO Empty Level (PTxFEmpLvl) 119 * Indicates when the Periodic TxFIFO Empty Interrupt bit in the 122 * * 1'b0: GINTSTS.PTxFEmp interrupt indicates that the Periodic 124 * * 1'b1: GINTSTS.PTxFEmp interrupt indicates that the Periodic 126 * @nptxfemplvl: Non-Periodic TxFIFO Empty Level (NPTxFEmpLvl) 128 * Indicates when the Non-Periodic TxFIFO Empty Interrupt bit in 132 * Periodic TxFIFO is half empty 134 * Periodic TxFIFO is completely empty 251 * @ptxfempmsk: Periodic TxFIFO Empty Mask (PTxFEmpMsk) 255 * @incomplpmsk: Incomplete Periodic Transfer Mask (incomplPMsk) [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | rtcpie.c | 3 * Real Time Clock Periodic Interrupt test program 61 /* Read periodic IRQ rate */ in main() 64 /* not all RTCs support periodic IRQs */ in main() 66 fprintf(stderr, "\nNo periodic IRQ support\n"); in main() 82 /* not all RTCs can change their periodic IRQ rate */ in main() 85 "\n...Periodic IRQ rate is fixed\n"); in main() 95 /* Enable periodic interrupts */ in main() 126 /* Disable periodic interrupts */ in main()
|
| /OK3568_Linux_fs/kernel/Documentation/timers/ |
| H A D | highres.rst | 74 interrupt(s). The next event is currently defined to be periodic, with its 100 System-level global event devices are used for the Linux periodic tick. Per-CPU 107 - system global periodic tick (jiffies update) 110 - cpu local next event interrupt (non periodic mode) 151 initialized, the system works in the usual low resolution periodic mode. The 186 Once a system has switched to high resolution mode, the periodic tick is 187 switched off. This disables the per system global periodic clock event device - 190 The periodic tick functionality is provided by an per-cpu hrtimer. The callback 193 based periodic tick is designed to be extended with dynamic tick functionality. 195 timer and periodic events (jiffies tick, profiling, process accounting) on UP [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fotg210.h | 34 * fotg210_hcd: async, unlink, periodic (and shadow), ... 63 FOTG210_HRTIMER_POLL_PSS, /* Poll for periodic schedule off */ 69 FOTG210_HRTIMER_DISABLE_PERIODIC, /* Wait to disable periodic sched */ 113 /* periodic schedule support */ 116 __hc32 *periodic; /* hw periodic table */ member 121 union fotg210_shadow *pshadow; /* mirror hw periodic table */ 126 unsigned next_frame; /* scan periodic, start here */ 129 unsigned periodic_count; /* periodic activity count */ 130 /* max periodic time per uframe */ 241 #define CMD_PSE (1<<4) /* periodic schedule enable */ [all …]
|
| H A D | ehci-mem.c | 13 * - async and periodic schedules, shared by HC and HCD ... these 127 if (ehci->periodic) in ehci_mem_cleanup() 130 ehci->periodic, ehci->periodic_dma); in ehci_mem_cleanup() 131 ehci->periodic = NULL; in ehci_mem_cleanup() 133 /* shadow periodic table */ in ehci_mem_cleanup() 187 /* Hardware periodic table */ in ehci_mem_init() 188 ehci->periodic = (__le32 *) in ehci_mem_init() 192 if (ehci->periodic == NULL) { in ehci_mem_init() 209 ehci->periodic[i] = cpu_to_hc32(ehci, in ehci_mem_init() 213 ehci->periodic[i] = EHCI_LIST_END(ehci); in ehci_mem_init()
|
| H A D | ehci.h | 45 * Scheduling and budgeting information for periodic transfers, for both 67 * ehci_hcd: async, unlink, periodic (and shadow), ... 96 EHCI_HRTIMER_POLL_PSS, /* Poll for periodic schedule off */ 104 EHCI_HRTIMER_DISABLE_PERIODIC, /* Wait to disable periodic sched */ 150 /* periodic schedule support */ 153 __hc32 *periodic; /* hw periodic table */ member 158 union ehci_shadow *pshadow; /* mirror hw periodic table */ 167 unsigned periodic_count; /* periodic activity count */ 168 unsigned uframe_periodic_max; /* max periodic time per uframe */ 350 /* next async queue entry, or pointer to interrupt/periodic QH */ [all …]
|
| H A D | ehci-sysfs.c | 104 * lock, so that our checking does not race with possible periodic in uframe_periodic_max_store() 110 * for request to decrease max periodic bandwidth, we have to check in uframe_periodic_max_store() 123 "periodic bandwidth is already allocated " in uframe_periodic_max_store() 132 ehci_info(ehci, "setting max periodic bandwidth to %u%% " in uframe_periodic_max_store() 137 ehci_warn(ehci, "max periodic bandwidth set is non-standard\n"); in uframe_periodic_max_store()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | rtc-cdev | 25 * RTC_PIE_ON, RTC_PIE_OFF: Enable or disable the periodic 26 interrupt for RTCs that support periodic interrupts. 32 periodic interrupts for RTCs that support periodic interrupts. 33 Requires a separate RTC_PIE_ON call to enable the periodic
|
| H A D | sysfs-ptp | 40 This file contains the number of periodic or one shot 54 This file contains the number of programmable periodic 108 This write-only file enables or disables periodic 109 outputs. To enable a periodic output, write five 112 period nanoseconds. To disable a periodic output, set
|
| /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/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | brcms_trace_brcmsmac.h | 45 __field(uint, periodic) 50 __entry->periodic = t->periodic; 53 "ms=%u set=%u periodic=%u", 54 __entry->ms, __entry->set, __entry->periodic
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | ehci.rst | 87 Also, some shortcuts have been taken with the scheduling periodic 89 limits on the number of periodic transactions that can be scheduled, 128 "periodic" 129 dumps the periodic schedule, used for interrupt 140 can't, such as "high bandwidth" periodic (interrupt or ISO) transfers. 142 periodic transfers) use different encodings when operating at high speed. 166 hardware and device driver software allow it. Periodic transfer modes 224 Interrupt and ISO transfer performance issues. Those periodic 229 More than standard 80% periodic bandwidth allocation is possible
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_vinstr.c | 73 * @dump_work: Worker for performing periodic counter dumps. 93 * @dump_interval_ns: Interval between periodic dumps. If 0, not a periodic 95 * @next_dump_time_ns: Time in ns when this client's next periodic dump must 96 * occur. If 0, not a periodic client. 158 * kbasep_vinstr_next_dump_time_ns() - Calculate the next periodic dump time. 162 * Return: 0 if interval is 0 (i.e. a non-periodic client), or the next dump 167 /* Non-periodic client */ in kbasep_vinstr_next_dump_time_ns() 275 * kbasep_vinstr_reschedule_worker() - Update next dump times for all periodic 280 * If there are no periodic clients, then the dump worker will not be 281 * rescheduled. Else, the dump worker will be rescheduled for the next periodic [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00lib.h | 205 * rt2x00link_start_tuner - Start periodic link tuner work 208 * This start the link tuner periodic work, this work will 215 * rt2x00link_stop_tuner - Stop periodic link tuner work 224 * rt2x00link_reset_tuner - Reset periodic link tuner work 234 * Resetting the link tuner will also cause the periodic work counter 245 * rt2x00link_start_watchdog - Start periodic watchdog monitoring 248 * This start the watchdog periodic work, this work will 255 * rt2x00link_stop_watchdog - Stop periodic watchdog monitoring 268 * parameters. This will not start the periodic work itself.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3.yaml | 231 Periodic ESS RX packet threshold count (host mode only). Set this and 233 programming guide section 1.2.4) to enable periodic ESS RX threshold. 240 Max periodic ESS RX burst size (host mode only). Set this and 242 programming guide section 1.2.4) to enable periodic ESS RX threshold. 249 Periodic ESS TX packet threshold count (host mode only). Set this and 251 programming guide section 1.2.3) to enable periodic ESS TX threshold. 258 Max periodic ESS TX burst size (host mode only). Set this and 260 programming guide section 1.2.3) to enable periodic ESS TX threshold.
|
| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | sh_tmu.c | 45 unsigned long periodic; member 210 int periodic) in sh_tmu_set_next() argument 221 /* reload delta value in case of periodic timer */ in sh_tmu_set_next() 222 if (periodic) in sh_tmu_set_next() 339 static void sh_tmu_clock_event_start(struct sh_tmu_channel *ch, int periodic) in sh_tmu_clock_event_start() argument 343 if (periodic) { in sh_tmu_clock_event_start() 344 ch->periodic = (ch->tmu->rate + HZ/2) / HZ; in sh_tmu_clock_event_start() 345 sh_tmu_set_next(ch, ch->periodic, 1); in sh_tmu_clock_event_start() 359 int periodic) in sh_tmu_clock_event_set_state() argument 368 ch->index, periodic ? "periodic" : "oneshot"); in sh_tmu_clock_event_set_state() [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/ |
| H A D | mali_kbase_hwcnt_reader.h | 78 * @BASE_HWCNT_READER_EVENT_PERIODIC: periodic dump 245 * @PRFCNT_MODE_PERIODIC: Periodic sampling mode. 256 * @mode: Capture mode for the session, either manual or periodic. 258 * @mode_config: Structure containing configuration for periodic mode. 259 * @mode_config.periodic: Periodic config. 260 * @mode_config.periodic.period_ns: Period in nanoseconds, for periodic mode. 269 } periodic; member 469 * periodic sampling.
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | bond_3ad.h | 42 /* periodic machine states(43.4.12 in the 802.3ad standard) */ 45 AD_NO_PERIODIC, /* periodic machine */ 46 AD_FAST_PERIODIC, /* periodic machine */ 47 AD_SLOW_PERIODIC, /* periodic machine */ 48 AD_PERIODIC_TX /* periodic machine */ 227 periodic_states_t sm_periodic_state; /* state machine periodic state */ 228 u16 sm_periodic_timer_counter; /* state machine periodic timer counter */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl18xx/ |
| H A D | scan.h | 83 /* send SCAN_REPORT_EVENT in periodic scans after each cycle 85 * non periodic scans 89 /* Should periodic scan stop after a report event was created. 90 * Must be 0 for non periodic scans.
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_pit.h | 7 * Periodic Interval Timer (PIT) - System peripherals regsters. 19 u32 pivr; /* 0x08 Periodic Interval Value Register */ 20 u32 piir; /* 0x0C Periodic Interval Image Register */
|