Home
last modified time | relevance | path

Searched refs:waveform (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/
H A Dleds-bd2802.h17 #define RGB_TIME(slopedown, slopeup, waveform) \
18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
/kernel/linux/linux-6.6/include/linux/
H A Dleds-bd2802.h17 #define RGB_TIME(slopedown, slopeup, waveform) \
18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
/kernel/linux/linux-5.10/drivers/input/
H A 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()
H A Dinput-compat.h26 __u16 waveform; member
H A Dinput-compat.c83 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
/kernel/linux/linux-6.6/drivers/input/
H A Dff-core.c42 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible()
65 effect->u.periodic.waveform = FF_SINE; in compat_effect()
107 (effect->u.periodic.waveform < FF_WAVEFORM_MIN || in input_ff_upload()
108 effect->u.periodic.waveform > FF_WAVEFORM_MAX || in input_ff_upload()
109 !test_bit(effect->u.periodic.waveform, dev->ffbit))) { in input_ff_upload()
H A Dinput-compat.h26 __u16 waveform; member
H A Dinput-compat.c83 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A 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
1570 u16 waveform; bxt_get_cdclk() local
1755 dg2_cdclk_squash_program(struct drm_i915_private *i915, u16 waveform) dg2_cdclk_squash_program() argument
1777 cdclk_squash_divider(u16 waveform) cdclk_squash_divider() argument
1855 u16 waveform; _bxt_set_cdclk() local
[all...]
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasound_fm.h63 unsigned char waveform; /* 3 bits: waveform shape */ member
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasound_fm.h48 unsigned char waveform; /* 3 bits: waveform shape */ member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasound_fm.h32 unsigned char waveform; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasound_fm.h45 unsigned char waveform; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasound_fm.h45 unsigned char waveform; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dinput.h385 * @waveform: kind of the effect (wave)
402 __u16 waveform; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dinput.h389 * @waveform: kind of the effect (wave)
406 __u16 waveform; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dinput.h168 __u16 waveform; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dinput.h168 __u16 waveform; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dinput.h157 __u16 waveform; member
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_synth.c533 /* Select waveform */ in snd_opl3_set_voice()
534 reg_val = voice->waveform & OPL3_WAVE_SELECT_MASK; in snd_opl3_set_voice()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_synth.c533 /* Select waveform */ in snd_opl3_set_voice()
534 reg_val = voice->waveform & OPL3_WAVE_SELECT_MASK; in snd_opl3_set_voice()
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/
H A Diforce-ff.c371 switch (effect->u.periodic.waveform) { in iforce_upload_periodic()
/kernel/linux/linux-6.6/drivers/input/joystick/iforce/
H A Diforce-ff.c371 switch (effect->u.periodic.waveform) { in iforce_upload_periodic()
/kernel/linux/linux-5.10/drivers/input/misc/
H A Duinput.c243 * custom waveform since it does not have a way to pass buffer of in uinput_dev_upload_effect()
249 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
/kernel/linux/linux-6.6/drivers/input/misc/
H A Duinput.c244 * custom waveform since it does not have a way to pass buffer of in uinput_dev_upload_effect()
250 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()

Completed in 17 milliseconds

12