Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/linux-6.3-rc2/sound/oss/dmasound/
A Ddmasound_paula.c38 #define custom amiga_custom macro
313 custom.aud[0].audvol = custom.aud[1].audvol = 0; in StopDMA()
314 custom.aud[2].audvol = custom.aud[3].audvol = 0; in StopDMA()
435 custom.aud[2].audvol = 1; in AmiSetVolume()
436 custom.aud[3].audvol = 1; in AmiSetVolume()
438 custom.aud[2].audvol = 0; in AmiSetVolume()
439 custom.aud[3].audvol = 0; in AmiSetVolume()
510 custom.aud[2].audvol = 0; in AmiPlayNextFrame()
511 custom.aud[3].audvol = 0; in AmiPlayNextFrame()
524 custom.intena = IF_AUD0; in AmiPlay()
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/benchs/
A Drun_bench_ringbufs.sh8 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
13 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
18 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
41 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
/linux-6.3-rc2/arch/m68k/amiga/
A Damisound.c26 #define custom amiga_custom macro
90 custom.aud[2].audlc = snd_data; in amiga_mksound()
91 custom.aud[2].audlen = sizeof(sine_data)/2; in amiga_mksound()
92 custom.aud[2].audper = (unsigned short)period; in amiga_mksound()
93 custom.aud[2].audvol = 32; /* 50% of maxvol */ in amiga_mksound()
101 custom.dmacon = DMAF_SETCLR | DMAF_AUD2; in amiga_mksound()
113 custom.dmacon = DMAF_AUD2; in nosound()
115 custom.aud[2].audper = amiga_audio_period; in nosound()
/linux-6.3-rc2/drivers/iio/temperature/
A Dltc2983.c380 if (custom->offset < 0) { in __ltc2983_chan_custom_sensor_assign()
393 custom->size); in __ltc2983_chan_custom_sensor_assign()
407 reg, custom->offset, in __ltc2983_chan_custom_sensor_assign()
408 custom->size); in __ltc2983_chan_custom_sensor_assign()
410 return regmap_bulk_write(st->regmap, reg, custom->table, custom->size); in __ltc2983_chan_custom_sensor_assign()
547 if (thermo->custom) { in ltc2983_thermocouple_assign_chan()
569 if (rtd->custom) { in ltc2983_rtd_assign_chan()
591 if (thermistor->custom) { in ltc2983_thermistor_assign_chan()
595 thermistor->custom, in ltc2983_thermistor_assign_chan()
859 if (IS_ERR(rtd->custom)) { in ltc2983_rtd_new()
[all …]
/linux-6.3-rc2/drivers/video/fbdev/
A Damifb.c597 #define custom amiga_custom macro
1688 custom.bplcon1 = par->bplcon1; in ami_update_display()
1726 custom.fmode = par->fmode; in ami_init_display()
1737 i = custom.vposr >> 15; in ami_init_display()
1739 custom.vposw = custom.vposr | 0x8000; in ami_init_display()
1744 custom.vposw = custom.vposr | 0x8000; in ami_init_display()
1806 custom.bplcon3 = bplcon3; in ami_do_blank()
1810 custom.bplcon3 = bplcon3; in ami_do_blank()
2028 custom.fmode = par->fmode; in ami_set_var_cursorinfo()
2133 custom.copjmp1 = 0; in ami_init_copper()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/temperature/
A Dadi,ltc2983.yaml122 adi,custom-thermocouple:
141 - adi,custom-thermocouple
245 adi,custom-rtd:
282 - adi,custom-rtd
332 adi,custom-thermistor:
344 adi,custom-steinhart:
347 custom thermistors.
371 - adi,custom-steinhart
383 - adi,custom-thermistor
413 adi,custom-temp:
[all …]
/linux-6.3-rc2/tools/perf/ui/browsers/
A Dscripts.c85 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument
147 *custom = choice >= max_std; in list_scripts()
175 bool custom = false; in script_browse() local
178 if (list_scripts(script_name, &custom, evsel)) in script_browse()
182 custom ? "perf script -s " : "", in script_browse()
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-pin-error-inj.rst53 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse
54 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse
55 # tx-custom-pulse transmit the custom pulse once the bus is idle
64 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit
67 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse
95 to create custom pulses on the CEC bus.
310 ``tx-custom-low-usecs <usecs>``
314 ``tx-custom-high-usecs <usecs>``
318 ``tx-custom-low-usecs + tx-custom-high-usecs``.
325 ``<op>[,<mode>] tx-custom-start``
[all …]
/linux-6.3-rc2/sound/soc/generic/
A DMakefile6 snd-soc-audio-graph-card2-custom-sample-objs := audio-graph-card2-custom-sample.o
13 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
A Daudio-graph-card2-custom-sample.dtsi3 * audio-graph-card2-custom-sample.dtsi
9 * custom driver. "audio-graph-card2-custom-sample" is the custome driver
15 * #include "../../../../../sound/soc/generic/audio-graph-card2-custom-sample.dtsi"
91 audio-graph-card2-custom-sample {
97 compatible = "audio-graph-card2-custom-sample";
A DKconfig30 tristate "ASoC Audio Graph Card2 base custom sample support"
33 This option enables Audio Graph Card2 base custom sample
/linux-6.3-rc2/Documentation/driver-api/firmware/
A Dfw_search_path.rst15 to activate the first optional custom fw_path_para. The custom path can
25 You would echo into it your custom path and firmware requested will be
/linux-6.3-rc2/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_wx.c50 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local
188 p = custom; in libipw_translate_scan()
190 iwe.u.data.length = p - custom; in libipw_translate_scan()
192 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan()
215 p = custom; in libipw_translate_scan()
216 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan()
219 iwe.u.data.length = p - custom; in libipw_translate_scan()
225 p = custom; in libipw_translate_scan()
231 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), "INVALID "); in libipw_translate_scan()
237 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), "DFS "); in libipw_translate_scan()
[all …]
/linux-6.3-rc2/drivers/media/usb/dvb-usb/
A Dnova-t-usb2.c74 u8 *buf, data, toggle, custom; in nova_t_rc_query() local
95 custom = (raw >> 6) & 0x1f; in nova_t_rc_query()
98 buf[1], buf[2], buf[3], custom, data, toggle); in nova_t_rc_query()
102 rc5_custom(&rc_map_haupp_table[i]) == custom) { in nova_t_rc_query()
/linux-6.3-rc2/drivers/staging/rtl8192e/
A Drtllib_wx.c31 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local
107 p = custom; in rtl819x_translate_scan()
118 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
123 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
157 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
160 &iwe, custom); in rtl819x_translate_scan()
178 p = custom; in rtl819x_translate_scan()
179 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
217 p = custom; in rtl819x_translate_scan()
221 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
[all …]
/linux-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A Dieee80211_wx.c44 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local
111 p = custom; in rtl819x_translate_scan()
122 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
127 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
157 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
159 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan()
176 p = custom; in rtl819x_translate_scan()
178 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
214 p = custom; in rtl819x_translate_scan()
215 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
[all …]
/linux-6.3-rc2/Documentation/arm/omap/
A Domap.rst11 v4.3+ Update is needed for custom .config files to make sure
15 v4.18+ Update is needed for custom .config files to make sure
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/dac/
A Dadi,ad3552r.yaml79 custom-output-range-config:
82 description: Configuration of custom range when
119 # custom-output-range-config must be used
124 - custom-output-range-config
209 custom-output-range-config {
/linux-6.3-rc2/drivers/block/
A Damiflop.c317 #define custom amiga_custom macro
676 custom.dsklen = 0x4000; in fd_block_done()
698 custom.adkcon = ADK_MSBSYNC; in raw_read()
699 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST; in raw_read()
701 custom.dsksync = MFM_SYNC; in raw_read()
703 custom.dsklen = 0; in raw_read()
712 custom.dsklen = 0; in raw_read()
737 custom.adkcon = adk; in raw_write()
739 custom.dsklen = DSKLEN_WRITE; in raw_write()
758 custom.dsklen = 0; in post_write()
[all …]
/linux-6.3-rc2/Documentation/networking/
A Dxdp-rx-metadata.rst35 | headroom | custom metadata | data |
62 | headroom | custom metadata | data |
73 contents. Currently, every driver has custom kernel code to parse
92 This means that for redirected packets only custom metadata is
97 that will also only have access to the custom metadata.
/linux-6.3-rc2/Documentation/riscv/
A Dpatch-acceptance.rst30 their own custom extensions. These custom extensions aren't required
41 code for any custom extensions that they wish.)
/linux-6.3-rc2/drivers/iio/position/
A DKconfig29 Say yes here to build support for the HID custom
33 module will be called hid-sensor-custom-hinge.
/linux-6.3-rc2/drivers/auxdisplay/
A DKconfig232 int "Default panel profile (0-5, 0=custom)"
241 0 = custom (see further)
271 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
282 1 : custom configuration and wiring (see further)
307 This is the number of characters per line on the LCD in custom profile.
382 Default for the 'E' pin in custom profile is '14' (AUTOFEED).
397 Default for the 'RS' pin in custom profile is '17' (SELECT IN).
412 Default for the 'RW' pin in custom profile is '16' (INIT).
427 Default for the 'SCL' pin in custom profile is '1' (STROBE).
442 Default for the 'SDA' pin in custom profile is '2' (D0).
[all …]
/linux-6.3-rc2/Documentation/security/tpm/
A Dtpm_event_log.rst37 a custom configuration table defined by the stub itself. Unfortunately,
46 final events table size while the stub is still running to the custom
48 concatenating two halves of the event log from the custom configuration table
/linux-6.3-rc2/Documentation/hwmon/
A Dsch5636.rst20 their own custom hwmon solution based upon the SCH5636.
24 it is dealing with a Fujitsu Theseus and not with another custom SCH5636 based

Completed in 53 milliseconds

12345678910>>...12