Home
last modified time | relevance | path

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

12345678910>>...12

/linux/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/tools/testing/selftests/bpf/benchs/
A Drun_bench_ringbufs.sh10 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
15 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
20 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
43 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
/linux/arch/m68k/amiga/
A Damisound.c28 #define custom amiga_custom macro
92 custom.aud[2].audlc = snd_data; in amiga_mksound()
93 custom.aud[2].audlen = sizeof(sine_data)/2; in amiga_mksound()
94 custom.aud[2].audper = (unsigned short)period; in amiga_mksound()
95 custom.aud[2].audvol = 32; /* 50% of maxvol */ in amiga_mksound()
103 custom.dmacon = DMAF_SETCLR | DMAF_AUD2; in amiga_mksound()
115 custom.dmacon = DMAF_AUD2; in nosound()
117 custom.aud[2].audper = amiga_audio_period; in nosound()
/linux/drivers/iio/temperature/
A Dltc2983.c384 if (custom->offset < 0) { in __ltc2983_chan_custom_sensor_assign()
397 custom->size); in __ltc2983_chan_custom_sensor_assign()
411 reg, custom->offset, in __ltc2983_chan_custom_sensor_assign()
412 custom->size); in __ltc2983_chan_custom_sensor_assign()
414 return regmap_bulk_write(st->regmap, reg, custom->table, custom->size); in __ltc2983_chan_custom_sensor_assign()
548 if (thermo->custom) { in ltc2983_thermocouple_assign_chan()
570 if (rtd->custom) { in ltc2983_rtd_assign_chan()
592 if (thermistor->custom) { in ltc2983_thermistor_assign_chan()
596 thermistor->custom, in ltc2983_thermistor_assign_chan()
836 if (IS_ERR(rtd->custom)) in ltc2983_rtd_new()
[all …]
/linux/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/Documentation/devicetree/bindings/iio/temperature/
A Dadi,ltc2983.yaml128 adi,custom-thermocouple:
147 - adi,custom-thermocouple
254 adi,custom-rtd:
291 - adi,custom-rtd
342 adi,custom-thermistor:
354 adi,custom-steinhart:
357 custom thermistors.
381 - adi,custom-steinhart
393 - adi,custom-thermistor
425 adi,custom-temp:
[all …]
/linux/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()
176 bool custom = false; in script_browse() local
179 if (list_scripts(script_name, &custom, evsel)) in script_browse()
183 custom ? "perf script -s " : "", in script_browse()
/linux/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/sound/soc/generic/
A DMakefile6 snd-soc-audio-graph-card2-custom-sample-y := audio-graph-card2-custom-sample.o
13 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
A DKconfig30 tristate "ASoC Audio Graph Card2 base custom sample support"
33 This option enables Audio Graph Card2 base custom sample
/linux/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/drivers/staging/rtl8192e/
A Drtllib_wx.c31 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local
99 p = custom; in rtl819x_translate_scan()
110 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
115 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
149 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
151 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan()
169 p = custom; in rtl819x_translate_scan()
170 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
208 p = custom; in rtl819x_translate_scan()
209 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
[all …]
/linux/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 searched
/linux/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/Documentation/arch/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/Documentation/devicetree/bindings/iio/dac/
A Dadi,ad3552r.yaml83 custom-output-range-config:
86 description: Configuration of custom range when
123 # custom-output-range-config must be used
128 - custom-output-range-config
232 custom-output-range-config {
/linux/drivers/block/
A Damiflop.c318 #define custom amiga_custom macro
677 custom.dsklen = 0x4000; in fd_block_done()
699 custom.adkcon = ADK_MSBSYNC; in raw_read()
700 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST; in raw_read()
702 custom.dsksync = MFM_SYNC; in raw_read()
704 custom.dsklen = 0; in raw_read()
713 custom.dsklen = 0; in raw_read()
738 custom.adkcon = adk; in raw_write()
740 custom.dsklen = DSKLEN_WRITE; in raw_write()
759 custom.dsklen = 0; in post_write()
[all …]
/linux/tools/power/cpupower/
A DREADME66 custom directory
93 is that the build results are saved in the custom output dir defined by 'O'
133 custom directory
159 custom directory
162 When it comes to run the utility from the custom build catalog things
/linux/Documentation/networking/
A Dxdp-rx-metadata.rst46 | headroom | custom metadata | data |
73 | headroom | custom metadata | data |
84 contents. Currently, every driver has custom kernel code to parse
103 This means that for redirected packets only custom metadata is
108 that will also only have access to the custom metadata.
/linux/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/drivers/auxdisplay/
A DKconfig88 int "Default panel profile (0-5, 0=custom)"
97 0 = custom (see further)
127 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
138 1 : custom configuration and wiring (see further)
163 This is the number of characters per line on the LCD in custom profile.
238 Default for the 'E' pin in custom profile is '14' (AUTOFEED).
253 Default for the 'RS' pin in custom profile is '17' (SELECT IN).
268 Default for the 'RW' pin in custom profile is '16' (INIT).
283 Default for the 'SCL' pin in custom profile is '1' (STROBE).
298 Default for the 'SDA' pin in custom profile is '2' (D0).
[all …]
/linux/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/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
/linux/Documentation/arch/riscv/
A Dpatch-acceptance.rst48 their own custom extensions. These custom extensions aren't required
59 code for any custom extensions that they wish.)
/linux/Documentation/devicetree/bindings/mtd/partitions/
A Dtplink,safeloader-partitions.yaml15 a custom ASCII-based format. That format was first found in TP-Link
16 devices with a custom SafeLoader bootloader. Later it was adapted to

Completed in 168 milliseconds

12345678910>>...12