Home
last modified time | relevance | path

Searched full:waveform (Results 1 – 25 of 118) sorted by relevance

12345

/kernel/linux/linux-6.6/Documentation/fb/
Dmetronomefb.rst23 Metronomefb requires waveform information which is delivered via the AMLCD
24 interface to the metronome controller. The waveform information is expected to
25 be delivered from userspace via the firmware class interface. The waveform file
29 udev/hotplug setup. I have only tested with a single waveform file which was
31 Caution should be exercised when manipulating the waveform as there may be
33 I neither have access to nor know exactly what the waveform does in terms of
/kernel/linux/linux-5.10/Documentation/fb/
Dmetronomefb.rst23 Metronomefb requires waveform information which is delivered via the AMLCD
24 interface to the metronome controller. The waveform information is expected to
25 be delivered from userspace via the firmware class interface. The waveform file
29 udev/hotplug setup. I have only tested with a single waveform file which was
31 Caution should be exercised when manipulating the waveform as there may be
33 I neither have access to nor know exactly what the waveform does in terms of
/kernel/linux/linux-6.6/drivers/video/fbdev/
Dmetronomefb.c127 /* the waveform structure that is coming from userspace firmware */
169 /* here we decode the incoming waveform file and populate metromem */
221 the waveform. presumably selecting the right one for the in load_waveform()
245 /* check waveform mode table address checksum */ in load_waveform()
257 /* check waveform temperature table address checksum */ in load_waveform()
269 /* here we do the real work of putting the waveform into the in load_waveform()
270 metromem buffer. this does runlength decoding of the waveform */ in load_waveform()
299 dev_err(dev, "Error: bad waveform data cksum" in load_waveform()
546 contains the display controller commands, waveform, in metronomefb_probe()
620 /* load the waveform in. assume mode 3, temp 31 for now in metronomefb_probe()
[all …]
Dbroadsheetfb.c310 /* functions for waveform manipulation */
747 dev_err(dev, "Failed to get broadsheet waveform\n"); in broadsheet_loadstore_waveform()
751 /* try to enforce reasonable min max on waveform */ in broadsheet_loadstore_waveform()
753 dev_err(dev, "Invalid waveform\n"); in broadsheet_loadstore_waveform()
764 dev_err(dev, "Failed to store broadsheet waveform\n"); in broadsheet_loadstore_waveform()
768 dev_info(dev, "Stored broadsheet waveform, size %zd\n", fw_entry->size); in broadsheet_loadstore_waveform()
806 /* setup waveform */ in broadsheet_init_display()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dmetronomefb.c127 /* the waveform structure that is coming from userspace firmware */
169 /* here we decode the incoming waveform file and populate metromem */
221 the waveform. presumably selecting the right one for the in load_waveform()
245 /* check waveform mode table address checksum */ in load_waveform()
257 /* check waveform temperature table address checksum */ in load_waveform()
269 /* here we do the real work of putting the waveform into the in load_waveform()
270 metromem buffer. this does runlength decoding of the waveform */ in load_waveform()
299 dev_err(dev, "Error: bad waveform data cksum" in load_waveform()
604 contains the display controller commands, waveform, in metronomefb_probe()
678 /* load the waveform in. assume mode 3, temp 31 for now in metronomefb_probe()
[all …]
/kernel/linux/linux-6.6/Documentation/input/
Dff.rst76 - FF_SQUARE square waveform
77 - FF_TRIANGLE triangle waveform
78 - FF_SINE sine waveform
79 - FF_SAW_UP sawtooth up waveform
80 - FF_SAW_DOWN sawtooth down waveform
81 - FF_CUSTOM custom waveform
/kernel/linux/linux-5.10/Documentation/input/
Dff.rst76 - FF_SQUARE square waveform
77 - FF_TRIANGLE triangle waveform
78 - FF_SINE sine waveform
79 - FF_SAW_UP sawtooth up waveform
80 - FF_SAW_DOWN sawtooth down waveform
81 - FF_CUSTOM custom waveform
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Ddlg,da7280.txt21 1 - Register triggered waveform memory(RTWM) mode, the pattern
23 2 - Edge triggered waveform memory(ETWM) mode, external GPI(N)
47 - dlg,ps-seq-id: the PS_SEQ_ID(pattern ID in waveform memory inside chip)
72 - dlg,mem-array: Customized waveform memory(patterns) data downloaded to
/kernel/linux/linux-5.10/drivers/input/
Dff-core.c45 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible()
68 effect->u.periodic.waveform = FF_SINE; in compat_effect()
110 (effect->u.periodic.waveform < FF_WAVEFORM_MIN || in input_ff_upload()
111 effect->u.periodic.waveform > FF_WAVEFORM_MAX || in input_ff_upload()
112 !test_bit(effect->u.periodic.waveform, dev->ffbit))) { in input_ff_upload()
/kernel/linux/linux-6.6/drivers/input/
Dff-core.c44 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible()
67 effect->u.periodic.waveform = FF_SINE; in compat_effect()
109 (effect->u.periodic.waveform < FF_WAVEFORM_MIN || in input_ff_upload()
110 effect->u.periodic.waveform > FF_WAVEFORM_MAX || in input_ff_upload()
111 !test_bit(effect->u.periodic.waveform, dev->ffbit))) { in input_ff_upload()
/kernel/linux/linux-6.6/include/linux/
Dleds-bd2802.h17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument
18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
/kernel/linux/linux-5.10/include/linux/
Dleds-bd2802.h17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument
18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
/kernel/linux/linux-5.10/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds87 Specifies the output waveform.
89 For a list of available output waveform options read
96 Lists all available output waveform options.
/kernel/linux/linux-6.6/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-dds87 Specifies the output waveform.
89 For a list of available output waveform options read
96 Lists all available output waveform options.
/kernel/linux/linux-5.10/include/soc/at91/
Datmel_tcb.h94 * one of the other two timers that's being run in waveform mode.
128 * The timers can be chained in various ways, and operated in "waveform"
132 * Each timer has two I/O pins, TIOA and TIOB. Waveform mode uses TIOA as a
162 #define ATMEL_TC_WAVE (1 << 15) /* true = Waveform mode */
185 /* WAVEFORM mode CMR bits */
199 #define ATMEL_TC_WAVESEL (3 << 13) /* waveform type */
/kernel/linux/linux-6.6/include/soc/at91/
Datmel_tcb.h91 * one of the other two timers that's being run in waveform mode.
125 * The timers can be chained in various ways, and operated in "waveform"
129 * Each timer has two I/O pins, TIOA and TIOB. Waveform mode uses TIOA as a
159 #define ATMEL_TC_WAVE (1 << 15) /* true = Waveform mode */
182 /* WAVEFORM mode CMR bits */
196 #define ATMEL_TC_WAVESEL (3 << 13) /* waveform type */
/kernel/linux/linux-6.6/drivers/pwm/
Dpwm-microchip-core.c15 * waveform from the contents of the "shadow registers". Otherwise, changes
20 * the waveform. Unfortunately, if the rising & falling edges registers have
22 * or a falling edge is possible. I.E. a 50% waveform at twice the requested
23 * period. Therefore to get a 0% waveform, the output is set the max high/low
26 * available period resolution, this will manifest as a ~100% waveform (with
95 * applied to the waveform at the beginning of the next period. in mchp_core_pwm_enable()
107 * a pending update to the waveform, we must wait for it to be applied in mchp_core_pwm_wait_for_sync_update()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_cdclk.c1228 u16 waveform; member
1358 { .refclk = 38400, .cdclk = 163200, .divider = 2, .ratio = 34, .waveform = 0x8888 },
1359 { .refclk = 38400, .cdclk = 204000, .divider = 2, .ratio = 34, .waveform = 0x9248 },
1360 { .refclk = 38400, .cdclk = 244800, .divider = 2, .ratio = 34, .waveform = 0xa4a4 },
1361 { .refclk = 38400, .cdclk = 285600, .divider = 2, .ratio = 34, .waveform = 0xa54a },
1362 { .refclk = 38400, .cdclk = 326400, .divider = 2, .ratio = 34, .waveform = 0xaaaa },
1363 { .refclk = 38400, .cdclk = 367200, .divider = 2, .ratio = 34, .waveform = 0xad5a },
1364 { .refclk = 38400, .cdclk = 408000, .divider = 2, .ratio = 34, .waveform = 0xb6b6 },
1365 { .refclk = 38400, .cdclk = 448800, .divider = 2, .ratio = 34, .waveform = 0xdbb6 },
1366 { .refclk = 38400, .cdclk = 489600, .divider = 2, .ratio = 34, .waveform = 0xeeee },
[all …]
/kernel/linux/linux-5.10/drivers/cpufreq/
Dsa1100-cpufreq.c44 * MDCAS0 0xA0000004 Access waveform
45 * MDCAS1 0xA0000008 Access waveform
46 * MDCAS2 0xA000000C Access waveform
/kernel/linux/linux-6.6/include/uapi/sound/
Dasound_fm.h48 unsigned char waveform; /* 3 bits: waveform shape */ member
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
Dcomedi_test.c5 * Generates fake waveform signals that can be read through
81 unsigned int wf_amplitude; /* waveform amplitude in microvolts */
82 unsigned int wf_period; /* waveform period in microseconds */
83 unsigned int wf_current; /* current time in waveform period */
170 /* generates a different waveform depending on what channel is read */
387 /* Determine time within waveform period at time of conversion. */ in waveform_ai_cmd()
730 "%s: %u microvolt, %u microsecond waveform attached\n", in waveform_common_attach()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
Dcomedi_test.c5 * Generates fake waveform signals that can be read through
81 unsigned int wf_amplitude; /* waveform amplitude in microvolts */
82 unsigned int wf_period; /* waveform period in microseconds */
83 unsigned int wf_current; /* current time in waveform period */
172 /* generates a different waveform depending on what channel is read */
393 /* Determine time within waveform period at time of conversion. */ in waveform_ai_cmd()
752 "%s: %u microvolt, %u microsecond waveform attached\n", in waveform_common_attach()
/kernel/linux/linux-5.10/include/uapi/sound/
Dasound_fm.h63 unsigned char waveform; /* 3 bits: waveform shape */ member
/kernel/linux/linux-6.6/include/linux/mfd/
Dmax8997.h122 * @pattern_cycle: the number of cycles of the waveform
125 * @pattern_signal_period: period of the waveform for the internal mode pattern
/kernel/linux/linux-5.10/include/linux/mfd/
Dmax8997.h124 * @pattern_cycle: the number of cycles of the waveform
127 * @pattern_signal_period: period of the waveform for the internal mode pattern

12345