/linux/Documentation/fb/ |
H A D | metronomefb.rst | 23 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
|
/linux/drivers/video/fbdev/ |
H A D | metronomefb.c | 127 /* 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 …]
|
H A D | broadsheetfb.c | 310 /* 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()
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.c | 80 * waveform represented as a sequence of bits where each zero 91 * and the number of high bits for the CD2X Squasher waveform, respectively; 105 * - Squash waveform update. Pipes can be active. 1271 u16 waveform; member 1400 { .refclk = 38400, .cdclk = 163200, .ratio = 34, .waveform = 0x8888 }, 1401 { .refclk = 38400, .cdclk = 204000, .ratio = 34, .waveform = 0x9248 }, 1402 { .refclk = 38400, .cdclk = 244800, .ratio = 34, .waveform = 0xa4a4 }, 1403 { .refclk = 38400, .cdclk = 285600, .ratio = 34, .waveform = 0xa54a }, 1404 { .refclk = 38400, .cdclk = 326400, .ratio = 34, .waveform = 0xaaaa }, 1405 { .refclk = 38400, .cdclk = 367200, .ratio = 34, .waveform = 0xad5a }, [all …]
|
/linux/Documentation/input/ |
H A D | ff.rst | 76 - 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
|
/linux/Documentation/devicetree/bindings/input/ |
H A D | dlg,da7280.txt | 21 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
|
H A D | cirrus,cs40l50.yaml | 13 CS40L50 is a haptic driver with waveform memory,
|
/linux/drivers/input/ |
H A D | ff-core.c | 44 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()
|
H A D | input-compat.h | 26 __u16 waveform; member
|
/linux/include/linux/ |
H A D | leds-bd2802.h | 17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument 18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
|
/linux/drivers/staging/iio/Documentation/ |
H A D | sysfs-bus-iio-dds | 87 Specifies the output waveform. 89 For a list of available output waveform options read 96 Lists all available output waveform options.
|
/linux/include/soc/at91/ |
H A D | atmel_tcb.h | 91 * 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 */
|
/linux/drivers/pwm/ |
H A D | pwm-microchip-core.c | 15 * 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 94 * applied to the waveform at the beginning of the next period. in mchp_core_pwm_enable() 106 * a pending update to the waveform, we must wait for it to be applied in mchp_core_pwm_wait_for_sync_update()
|
/linux/include/uapi/sound/ |
H A D | asound_fm.h | 48 unsigned char waveform; /* 3 bits: waveform shape */ member
|
/linux/drivers/comedi/drivers/ |
H A D | comedi_test.c | 5 * 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()
|
/linux/include/linux/mfd/ |
H A D | max8997.h | 122 * @pattern_cycle: the number of cycles of the waveform 125 * @pattern_signal_period: period of the waveform for the internal mode pattern
|
/linux/drivers/input/misc/ |
H A D | cs40l50-vibra.c | 3 * CS40L50 Advanced Haptic Driver with waveform memory, 322 if (effect->type != FF_PERIODIC || periodic->waveform != FF_CUSTOM) { in cs40l50_add() 323 dev_err(vib->dev, "Type (%#X) or waveform (%#X) unsupported\n", in cs40l50_add() 324 effect->type, periodic->waveform); in cs40l50_add()
|
H A D | da7280.c | 534 if (effect->u.periodic.waveform != FF_CUSTOM) { in da7280_haptics_upload_effect() 536 "Device can only accept FF_CUSTOM waveform\n"); in da7280_haptics_upload_effect() 543 * and will be saved into the waveform memory inside DA728x. in da7280_haptics_upload_effect() 555 dev_err(haptics->dev, "Invalid waveform data size\n"); in da7280_haptics_upload_effect() 569 "Invalid waveform data %d at offset %d\n", in da7280_haptics_upload_effect() 579 "Failed to upload waveform: %d\n", error); in da7280_haptics_upload_effect()
|
/linux/Documentation/driver-api/gpio/ |
H A D | drivers-on-gpio.rst | 31 off/on, for an actual PWM waveform, see pwm-gpio below.) 34 resolution timer producing a PWM waveform on the GPIO line, as well as
|
/linux/drivers/mfd/ |
H A D | cs40l50-i2c.c | 3 * CS40L50 Advanced Haptic Driver with waveform memory,
|
H A D | cs40l50-spi.c | 3 * CS40L50 Advanced Haptic Driver with waveform memory,
|
/linux/drivers/clocksource/ |
H A D | timer-atmel-tcb.c | 314 /* channel 0: waveform mode, input mclk/8, clock TIOA0 on overflow */ in tcb_setup_dual_chan() 327 /* channel 1: waveform mode, input TIOA0 */ in tcb_setup_dual_chan() 343 /* channel 0: waveform mode, input mclk/8 */ in tcb_setup_single_chan()
|
/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | st,stm32-dac.yaml | 13 It has built-in noise and triangle waveform generator and supports external
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | fsl,imx8mq-usb-phy.yaml | 46 Adjusts the rise/fall time duration of the HS waveform relative to
|
/linux/arch/arm/mach-pxa/ |
H A D | am200epd.c | 224 16kb waveform data | CRC | padding in am200_presetup_fb() 231 /* waveform must be 16k + 2 for checksum */ in am200_presetup_fb()
|