Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-5.10/sound/oss/dmasound/
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()
315 custom.dmacon = AMI_AUDIO_OFF; in StopDMA()
380 custom.aud[i].audper = period; in AmiInit()
430 custom.aud[0].audvol = dmasound.volume_left; in AmiSetVolume()
432 custom.aud[1].audvol = dmasound.volume_right; in AmiSetVolume()
435 custom.aud[2].audvol = 1; in AmiSetVolume()
436 custom.aud[3].audvol = 1; in AmiSetVolume()
438 custom.aud[2].audvol = 0; in AmiSetVolume()
[all …]
/kernel/linux/linux-5.10/arch/m68k/amiga/
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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
Drun_bench_ringbufs.sh34 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
39 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
44 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
67 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
/kernel/linux/linux-5.10/drivers/tty/
Damiserial.c102 #define custom amiga_custom macro
164 custom.intena = IF_TBE; in rs_stop()
166 custom.intreq = IF_TBE; in rs_stop()
182 custom.intena = IF_SETCLR | IF_TBE; in rs_start()
185 custom.intreq = IF_SETCLR | IF_TBE; in rs_start()
223 serdatr = custom.serdatr; in receive_chars()
225 custom.intreq = IF_RBF; in receive_chars()
302 custom.intreq = IF_TBE; in transmit_chars()
305 custom.serdat = info->x_char | 0x100; in transmit_chars()
315 custom.intena = IF_TBE; in transmit_chars()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/
Damifb.c597 #define custom amiga_custom macro
599 #define VBlankOn() custom.intena = IF_SETCLR|IF_COPER
600 #define VBlankOff() custom.intena = IF_COPER
1062 #define get_vbpos() ((u_short)((*(u_long volatile *)&custom.vposr >> 7) & 0xffe))
1688 custom.bplcon1 = par->bplcon1; in ami_update_display()
1689 custom.bpl1mod = par->bpl1mod; in ami_update_display()
1690 custom.bpl2mod = par->bpl2mod; in ami_update_display()
1691 custom.ddfstrt = ddfstrt2hw(par->ddfstrt); in ami_update_display()
1692 custom.ddfstop = ddfstop2hw(par->ddfstop); in ami_update_display()
1703 custom.bplcon0 = par->bplcon0 & ~BPC0_LACE; in ami_init_display()
[all …]
/kernel/linux/linux-5.10/drivers/iio/temperature/
Dltc2983.c232 struct ltc2983_custom_sensor *custom; member
239 struct ltc2983_custom_sensor *custom; member
248 struct ltc2983_custom_sensor *custom; member
328 struct ltc2983_custom_sensor *custom, in __ltc2983_chan_custom_sensor_assign() argument
332 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign()
341 const u8 len = custom->is_steinhart ? 0 : in __ltc2983_chan_custom_sensor_assign()
342 (custom->size / LTC2983_CUSTOM_SENSOR_ENTRY_SZ) - 1; in __ltc2983_chan_custom_sensor_assign()
347 if (custom->offset < 0) { in __ltc2983_chan_custom_sensor_assign()
354 if (st->custom_table_size + custom->size > in __ltc2983_chan_custom_sensor_assign()
360 custom->size); in __ltc2983_chan_custom_sensor_assign()
[all …]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
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()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-pin-error-inj.rst51 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse
52 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse
53 # tx-custom-pulse transmit the custom pulse once the bus is idle
62 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit
65 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse
93 to create custom pulses on the CEC bus.
308 ``tx-custom-low-usecs <usecs>``
309 This defines the duration in microseconds that the custom pulse pulls
312 ``tx-custom-high-usecs <usecs>``
313 This defines the duration in microseconds that the custom pulse keeps the
[all …]
/kernel/linux/linux-5.10/Documentation/driver-api/firmware/
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
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
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()
221 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan()
225 p = custom; in libipw_translate_scan()
226 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in libipw_translate_scan()
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
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()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
Drtllib_wx.c39 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local
116 p = custom; in rtl819x_translate_scan()
117 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); in rtl819x_translate_scan()
127 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
132 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in rtl819x_translate_scan()
166 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
169 &iwe, custom); in rtl819x_translate_scan()
188 p = custom; in rtl819x_translate_scan()
189 iwe.u.data.length = p - custom; in rtl819x_translate_scan()
192 &iwe, custom); in rtl819x_translate_scan()
[all …]
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211_wx.c44 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local
111 p = custom; in rtl819x_translate_scan()
112 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); 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()
180 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan()
[all …]
/kernel/linux/linux-5.10/Documentation/arm/omap/
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
/kernel/linux/linux-5.10/Documentation/riscv/
Dpatch-acceptance.rst28 their own custom extensions. These custom extensions aren't required
35 containing code for any custom extensions that they wish.)
/kernel/linux/linux-5.10/drivers/block/
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()
704 custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf); in raw_read()
705 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read()
706 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN; in raw_read()
712 custom.dsklen = 0; in raw_read()
[all …]
/kernel/linux/linux-5.10/drivers/auxdisplay/
DKconfig193 int "Default panel profile (0-5, 0=custom)"
202 0 = custom (see further)
232 int "LCD type (0=none, 1=custom, 2=old //, 3=ks0074, 4=hantronix, 5=Nexcom)"
243 1 : custom configuration and wiring (see further)
259 This is the number of visible character lines on the LCD in custom profile.
268 This is the number of characters per line on the LCD in custom profile.
284 This option lets you configure the value used by your LCD in 'custom' profile.
343 Default for the 'E' pin in custom profile is '14' (AUTOFEED).
358 Default for the 'RS' pin in custom profile is '17' (SELECT IN).
373 Default for the 'RW' pin in custom profile is '16' (INIT).
[all …]
/kernel/linux/linux-5.10/Documentation/security/tpm/
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
/kernel/linux/linux-5.10/Documentation/hwmon/
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
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_event_handler.txt48 The _tep_event_handler_func_ is the type of the custom event handler
50 custom string, describing the event. A _record_ to get the event from is passed
52 _context_ is custom context, set when the custom event handler is registered.
/kernel/linux/linux-5.10/include/linux/usb/
Dpd_vdo.h31 #define VDO(vid, type, custom) \ argument
34 ((custom) & 0x7FFF))
/kernel/linux/linux-5.10/drivers/ide/
Dide-taskfile.c156 int custom = (cmd->tf_flags & IDE_TFLAG_CUSTOM_HANDLER) ? 1 : 0; in task_no_data_intr() local
157 int retries = (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) ? 5 : 1; in task_no_data_intr()
170 if (custom && tf->command == ATA_CMD_SET_MULTI) { in task_no_data_intr()
175 } else if (custom && tf->command == ATA_CMD_INIT_DEV_PARAMS) { in task_no_data_intr()
185 if (custom && tf->command == ATA_CMD_SET_MULTI) in task_no_data_intr()
188 if (custom == 0 || tf->command == ATA_CMD_IDLEIMMEDIATE || in task_no_data_intr()
/kernel/linux/linux-5.10/arch/nios2/platform/
DKconfig.platform103 bool "Byteswap custom instruction"
105 Use the byteswap (endian converter) Nios II custom instruction provided
110 int "Byteswap custom instruction number" if NIOS2_CI_SWAB_SUPPORT
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt179 see regulator.txt - with additional custom properties described below:
181 === Switch-mode Power Supply regulator custom properties
216 === Low-dropout regulator custom properties
236 === Negative Charge Pump custom properties
/kernel/linux/linux-5.10/arch/nios2/
DKconfig151 bool "Set custom kernel MMU region base address"
165 bool "Set custom kernel region base address"
177 bool "Set custom I/O region base address"

12345678910