Home
last modified time | relevance | path

Searched refs:custom (Results 1 - 25 of 71) sorted by relevance

123

/kernel/linux/linux-5.10/sound/oss/dmasound/
H 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()
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 in AmiSetVolume()
[all...]
/kernel/linux/linux-6.6/sound/oss/dmasound/
H 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()
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 in AmiSetVolume()
[all...]
/kernel/linux/linux-5.10/arch/m68k/amiga/
H 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()
/kernel/linux/linux-6.6/arch/m68k/amiga/
H 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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/benchs/
H A 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
51 summarize "rb-sampled-$b" "$($RUN_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b rb-custom)"
55 summarize "pb-sampled-$b" "$($RUN_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b pb-custom)"
59 summarize "reserve" "$($RUN_BENCH --rb-b2b rb-custom)"
60 summarize "output" "$($RUN_BENCH --rb-b2b --rb-use-output rb-custom)"
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H A 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 in transmit_chars()
[all...]
/kernel/linux/linux-5.10/drivers/iio/temperature/
H A 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()
332 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign()
336 * custom->size holds the raw size of the table. However, when 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()
350 * when this test was done (successfully) for this custom in __ltc2983_chan_custom_sensor_assign()
327 __ltc2983_chan_custom_sensor_assign(struct ltc2983_data *st, struct ltc2983_custom_sensor *custom, u32 *chan_val) __ltc2983_chan_custom_sensor_assign() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A 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 in ami_init_display()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A 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 in ami_init_display()
[all...]
/kernel/linux/linux-6.6/drivers/iio/temperature/
H A Dltc2983.c259 struct ltc2983_custom_sensor *custom; member
266 struct ltc2983_custom_sensor *custom; member
275 struct ltc2983_custom_sensor *custom; member
300 struct ltc2983_custom_sensor *custom; member
361 struct ltc2983_custom_sensor *custom, in __ltc2983_chan_custom_sensor_assign()
365 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign()
369 * custom->size holds the raw size of the table. However, when in __ltc2983_chan_custom_sensor_assign()
374 const u8 len = custom->is_steinhart ? 0 : in __ltc2983_chan_custom_sensor_assign()
375 (custom->size / LTC2983_CUSTOM_SENSOR_ENTRY_SZ) - 1; in __ltc2983_chan_custom_sensor_assign()
380 if (custom in __ltc2983_chan_custom_sensor_assign()
360 __ltc2983_chan_custom_sensor_assign(struct ltc2983_data *st, struct ltc2983_custom_sensor *custom, u32 *chan_val) __ltc2983_chan_custom_sensor_assign() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dscripts.c85 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument
116 add_script_option("Show samples with custom perf script arguments", "", &scriptc); in list_scripts()
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-6.6/tools/perf/ui/browsers/
H A Dscripts.c85 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument
116 add_script_option("Show samples with custom perf script arguments", "", &scriptc); in list_scripts()
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-6.6/sound/soc/generic/
H 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
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H 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()
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), " Channe in libipw_translate_scan()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A 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/
H A 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-6.6/drivers/staging/rtl8192e/
H A Drtllib_wx.c31 char custom[MAX_CUSTOM_LEN]; in rtl819x_translate_scan() local
99 p = custom; in rtl819x_translate_scan()
100 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): "); 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()
172 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in rtl819x_translate_scan()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A 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-6.6/drivers/net/wireless/intel/ipw2x00/
H 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()
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), " Channe in libipw_translate_scan()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H 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()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H 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()
/kernel/linux/linux-5.10/drivers/block/
H 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()
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 in raw_read()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H 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()
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 in raw_read()
[all...]
/kernel/linux/linux-5.10/drivers/ide/
H A 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/include/linux/usb/
H A Dpd_vdo.h31 #define VDO(vid, type, custom) \
34 ((custom) & 0x7FFF))

Completed in 22 milliseconds

123