Home
last modified time | relevance | path

Searched full:preset (Results 1 – 25 of 194) sorted by relevance

12345678

/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-counter-104-quad-821 normal, range limit, non-recycle, and modulo-n. The preset value
30 the preset value, while the lower limit is set to 0. The
31 counter freezes at count = preset when counting up, and
39 new count value is loaded to the counter via a preset
43 A count boundary is set between 0 and the preset value.
44 The counter is reset to 0 at count = preset when
45 counting up, while the counter is set to the preset
66 If the counter device supports preset registers, the preset
98 Whether to set channel Y counter with channel Y preset value
Dsysfs-bus-counter45 new count value is loaded to the counter via a preset
157 What: /sys/bus/counter/devices/counterX/countY/preset
161 If the counter device supports preset registers -- registers
163 preset operation trigger events -- the preset count for channel
170 Whether channel Y counter preset operation is enabled. Valid
Dsysfs-bus-iio-timer-stm32105 Reading returns the current preset value.
106 Writing sets the preset value.
108 event when reach preset value.
109 When counting down the counter start from preset value
Dsysfs-bus-iio-lptimer-stm325 Reading returns the current preset value. Writing sets the
6 preset value. Encoder counts continuously from 0 to preset
/Linux-v5.10/drivers/counter/
D104-quad-8.c35 * @preset: array of preset values
50 unsigned int preset[QUAD8_NUM_COUNTERS]; member
89 /* Preset Register to Counter */
93 /* Transfer Preset Register LSB to FCK Prescaler */
173 /* Counter can only be set via Preset Register */ in quad8_write_raw()
177 /* Transfer Preset Register to Counter */ in quad8_write_raw()
183 /* Set Preset Register back to original value */ in quad8_write_raw()
184 val = priv->preset[chan->channel]; in quad8_write_raw()
260 return snprintf(buf, PAGE_SIZE, "%u\n", priv->preset[chan->channel]); in quad8_read_preset()
268 unsigned int preset; in quad8_write_preset() local
[all …]
/Linux-v5.10/drivers/media/i2c/
Ds5k6aa.c256 struct s5k6aa_preset *preset; member
313 struct s5k6aa_preset *preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init() local
317 preset->mbus_fmt.width = S5K6AA_OUT_WIDTH_DEF; in s5k6aa_presets_data_init()
318 preset->mbus_fmt.height = S5K6AA_OUT_HEIGHT_DEF; in s5k6aa_presets_data_init()
319 preset->mbus_fmt.code = s5k6aa_formats[0].code; in s5k6aa_presets_data_init()
320 preset->index = i; in s5k6aa_presets_data_init()
321 preset->clk_id = 0; in s5k6aa_presets_data_init()
322 preset++; in s5k6aa_presets_data_init()
326 s5k6aa->preset = &s5k6aa->presets[0]; in s5k6aa_presets_data_init()
467 int index = s5k6aa->preset->index; in s5k6aa_set_mirror()
[all …]
/Linux-v5.10/sound/pci/hda/
Dhda_bind.c34 codec->preset = list; in hda_codec_match()
95 if (WARN_ON(!codec->preset)) in hda_codec_driver_probe()
98 err = snd_hda_codec_set_name(codec, codec->preset->name); in hda_codec_driver_probe()
110 patch = (hda_codec_patch_t)codec->preset->driver_data; in hda_codec_driver_probe()
195 return device_attach(hda_codec_dev(codec)) > 0 && codec->preset; in codec_probed()
309 if (!codec->preset) in snd_hda_codec_configure()
311 if (!codec->preset) { in snd_hda_codec_configure()
/Linux-v5.10/sound/synth/emux/
Dsoundfont.c54 int bank, int preset, int key);
56 int preset, int bank, struct snd_sf_zone **table,
207 /* check if specified type is special font (GUS or preset-alias) */
1108 /* rebuild preset now */ in load_guspatch()
1128 * Rebuild the preset table. This is like a hash table in that it allows
1129 * quick access to the zone information. For each preset there are zone
1131 * link for this preset, and latter is the link for zone (i.e. instrument/
1140 /* clear preset table */ in rebuild_presets()
1160 * add the given zone to preset table
1187 cur->next_instr = sflist->presets[index]; /* preset table link */ in add_preset()
[all …]
/Linux-v5.10/drivers/iio/magnetometer/
Dbmc150_magn.c693 struct bmc150_magn_preset preset; in bmc150_magn_init() local
715 preset = bmc150_magn_presets_table[BMC150_MAGN_DEFAULT_PRESET]; in bmc150_magn_init()
716 ret = bmc150_magn_set_odr(data, preset.odr); in bmc150_magn_init()
719 preset.odr); in bmc150_magn_init()
724 BMC150_MAGN_REPXY_TO_REGVAL(preset.rep_xy)); in bmc150_magn_init()
727 preset.rep_xy); in bmc150_magn_init()
732 BMC150_MAGN_REPZ_TO_REGVAL(preset.rep_z)); in bmc150_magn_init()
735 preset.rep_z); in bmc150_magn_init()
739 ret = bmc150_magn_set_max_odr(data, preset.rep_xy, preset.rep_z, in bmc150_magn_init()
740 preset.odr); in bmc150_magn_init()
/Linux-v5.10/sound/usb/
Dcard.c336 * Profile name preset table
464 const struct usb_audio_device_name *preset; in usb_audio_make_shortname() local
467 preset = lookup_device_name(chip->usb_id); in usb_audio_make_shortname()
468 if (preset && preset->product_name) in usb_audio_make_shortname()
469 s = preset->product_name; in usb_audio_make_shortname()
495 const struct usb_audio_device_name *preset; in usb_audio_make_longname() local
499 preset = lookup_device_name(chip->usb_id); in usb_audio_make_longname()
502 if (preset && preset->profile_name) in usb_audio_make_longname()
503 s = preset->profile_name; in usb_audio_make_longname()
509 if (preset && preset->vendor_name) in usb_audio_make_longname()
[all …]
/Linux-v5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-d4xx.rst73 * - __u32 Preset
74 - Preset selector value, default: 0, unless changed by the user
142 0x00000040 Preset
Dext-ctrls-camera.rst265 .. _v4l2-auto-n-preset-white-balance:
271 Sets white balance to automatic, manual or a preset. The presets
292 - White balance preset for fluorescent lighting. It corresponds
301 - White balance preset for daylight (with clear sky). It corresponds
308 - White balance preset for moderately overcast sky. This option
312 - White balance preset for shade or heavily overcast sky. It
/Linux-v5.10/Documentation/hwmon/
Dw83792d.rst160 slowly to 0 or a preset stop value until the temperature exceeds the low
161 limit. (The preset stop value handling is not yet implemented in driver)
167 available. When related temperature sensors detects the temperature in preset
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c692 static int __bnx2x_get_preset_regs_len(struct bnx2x *bp, u32 preset) in __bnx2x_get_preset_regs_len() argument
695 return dump_num_registers[0][preset-1]; in __bnx2x_get_preset_regs_len()
697 return dump_num_registers[1][preset-1]; in __bnx2x_get_preset_regs_len()
699 return dump_num_registers[2][preset-1]; in __bnx2x_get_preset_regs_len()
701 return dump_num_registers[3][preset-1]; in __bnx2x_get_preset_regs_len()
703 return dump_num_registers[4][preset-1]; in __bnx2x_get_preset_regs_len()
713 /* Calculate the total preset regs length */ in __bnx2x_get_regs_len()
844 * @preset: the preset value
851 static void bnx2x_read_pages_regs(struct bnx2x *bp, u32 *p, u32 preset) in bnx2x_read_pages_regs() argument
875 preset)) { in bnx2x_read_pages_regs()
[all …]
/Linux-v5.10/drivers/media/i2c/m5mols/
Dm5mols_reg.h189 /* EV (scenemode) preset for MONITOR */
191 /* EV (scenemode) preset for CAPTURE */
237 #define REG_AWB_PRESET 0x02 /* AWB preset */
239 /* Manual WB (preset) */
/Linux-v5.10/include/sound/
Dsoundfont.h29 /* The following deals with preset numbers (programs) */
103 int preset, int bank,
Dhda_codec.h71 * codec preset
103 /* ops set by the preset patch */
182 /* detected preset */
183 const struct hda_device_id *preset; member
184 const char *modelname; /* model name for preset */
/Linux-v5.10/include/media/davinci/
Dvpbe.h106 /* Set DV preset at current output */
136 * standard or DV preset or custom timings in the encoder
/Linux-v5.10/Documentation/admin-guide/auxdisplay/
Dcfag12864b.rst76 Ground (22)---[GND] | - P1 = Preset = 10 Kohm
77 Ground (23)---[GND] ---- S ------( 3) V0 - P2 = Preset = 1 Kohm
/Linux-v5.10/Documentation/devicetree/bindings/timer/
Dti,keystone-timer.txt10 when the counter reaches preset counter values.
Dti,davinci-timer.txt10 counter reaches preset counter values.
/Linux-v5.10/drivers/mtd/nand/raw/
Dmxc_nand.c127 void (*preset)(struct mtd_info *); member
1130 /* preset operation */ in preset_v1()
1244 /* preset operation */ in preset_v2()
1351 host->devtype_data->preset(mtd); in mxc_nand_command()
1464 .preset = preset_v1,
1488 .preset = preset_v1,
1513 .preset = preset_v2,
1539 .preset = preset_v3,
1565 .preset = preset_v3,
1718 /* Call preset again, with correct writesize chip time */ in mxcnd_attach_chip()
[all …]
/Linux-v5.10/include/uapi/sound/
Dsfnt_info.h147 unsigned char instr; /* midi preset number */
182 * voice preset mapping (aliasing)
/Linux-v5.10/Documentation/sound/hd-audio/
Dnotes.rst157 Most of codec-specific code has several preset models, either to
175 listed in the known preset model (white-)list. But, this doesn't mean
188 The preset model (or recently called as "fix-up") is provided
189 basically to overcome such a situation. When the matching preset
191 configuration of that preset with the correct pin setup, etc.
195 preset model instead of PCI (and codec-) SSID look-up.
239 not on every preset model or codec-support code.
/Linux-v5.10/Documentation/devicetree/bindings/watchdog/
Dsamsung-wdt.yaml14 after a preset amount of time during which the WDT reset event has not

12345678