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

12

/linux-master/tools/testing/selftests/bpf/benchs/
H 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
27 summarize "rb-sampled-$b" "$($RUN_RB_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b rb-custom)"
31 summarize "pb-sampled-$b" "$($RUN_RB_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b pb-custom)"
35 summarize "reserve" "$($RUN_RB_BENCH --rb-b2b rb-custom)"
36 summarize "output" "$($RUN_RB_BENCH --rb-b2b --rb-use-output rb-custom)"
[all...]
/linux-master/drivers/iio/position/
H A DMakefile7 obj-$(CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE) += hid-sensor-custom-intel-hinge.o
/linux-master/arch/m68k/amiga/
H A Damisound.c28 #define custom amiga_custom macro
92 custom.aud[2].audlc = snd_data;
93 custom.aud[2].audlen = sizeof(sine_data)/2;
94 custom.aud[2].audper = (unsigned short)period;
95 custom.aud[2].audvol = 32; /* 50% of maxvol */
103 custom.dmacon = DMAF_SETCLR | DMAF_AUD2;
115 custom.dmacon = DMAF_AUD2;
117 custom.aud[2].audper = amiga_audio_period;
/linux-master/sound/oss/dmasound/
H A Ddmasound_paula.c38 #define custom amiga_custom macro
313 custom.aud[0].audvol = custom.aud[1].audvol = 0;
314 custom.aud[2].audvol = custom.aud[3].audvol = 0;
315 custom.dmacon = AMI_AUDIO_OFF;
380 custom.aud[i].audper = period;
430 custom.aud[0].audvol = dmasound.volume_left;
432 custom.aud[1].audvol = dmasound.volume_right;
435 custom
[all...]
/linux-master/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
/linux-master/tools/perf/ui/browsers/
H A Dscripts.c85 static int list_scripts(char *script_name, bool *custom, argument
116 add_script_option("Show samples with custom perf script arguments", "", &scriptc);
147 *custom = choice >= max_std;
176 bool custom = false; local
179 if (list_scripts(script_name, &custom, evsel))
183 custom ? "perf script -s " : "",
/linux-master/drivers/iio/temperature/
H A Dltc2983.c260 struct ltc2983_custom_sensor *custom; member in struct:ltc2983_thermocouple
267 struct ltc2983_custom_sensor *custom; member in struct:ltc2983_rtd
276 struct ltc2983_custom_sensor *custom; member in struct:ltc2983_thermistor
301 struct ltc2983_custom_sensor *custom; member in struct:ltc2983_temp
362 struct ltc2983_custom_sensor *custom,
366 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ :
370 * custom->size holds the raw size of the table. However, when
375 const u8 len = custom->is_steinhart ? 0 :
376 (custom->size / LTC2983_CUSTOM_SENSOR_ENTRY_SZ) - 1;
381 if (custom
361 __ltc2983_chan_custom_sensor_assign(struct ltc2983_data *st, struct ltc2983_custom_sensor *custom, u32 *chan_val) argument
[all...]
/linux-master/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;
1689 custom.bpl1mod = par->bpl1mod;
1690 custom.bpl2mod = par->bpl2mod;
1691 custom.ddfstrt = ddfstrt2hw(par->ddfstrt);
1692 custom.ddfstop = ddfstop2hw(par->ddfstop);
1703 custom
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Dnova-t-usb2.c74 u8 *buf, data, toggle, custom; local
95 custom = (raw >> 6) & 0x1f;
98 buf[1], buf[2], buf[3], custom, data, toggle);
102 rc5_custom(&rc_map_haupp_table[i]) == custom) {
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c50 char custom[MAX_CUSTOM_LEN]; local
188 p = custom;
190 iwe.u.data.length = p - custom;
192 start = iwe_stream_add_point(info, start, stop, &iwe, custom);
215 p = custom;
216 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom),
219 iwe.u.data.length = p - custom;
221 start = iwe_stream_add_point(info, start, stop, &iwe, custom);
225 p = custom;
226 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channe
[all...]
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_wx.c31 char custom[MAX_CUSTOM_LEN]; local
99 p = custom;
100 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): ");
110 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom),
115 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom),
149 iwe.u.data.length = p - custom;
151 start = iwe_stream_add_point(info, start, stop, &iwe, custom);
169 p = custom;
170 iwe.u.data.length = p - custom;
172 start = iwe_stream_add_point(info, start, stop, &iwe, custom);
[all...]
/linux-master/drivers/clk/ingenic/
H A Dcgu.h135 * struct ingenic_cgu_custom_info - information about a custom (SoC) clock
136 * @clk_ops: custom clock operation callbacks
155 * @custom: information valid if type includes CGU_CLK_CUSTOM
186 struct ingenic_cgu_custom_info custom; member in union:ingenic_cgu_clk_info::__anon243
H A Djz4780-cgu.c323 .custom = { &jz4780_otg_phy_ops },
784 .custom = { &jz4780_core1_ops },
H A Djz4770-cgu.c428 .custom = { &jz4770_uhc_phy_ops },
H A Dx1830-cgu.c209 .custom = { &x1830_otg_phy_ops },
/linux-master/sound/soc/codecs/aw88395/
H A Daw88395_data_type.h78 char custom[CUSTOMER_NAME_MAX]; member in struct:aw_cfg_hdr
/linux-master/drivers/block/
H A Damiflop.c317 #define custom amiga_custom macro
676 custom.dsklen = 0x4000;
698 custom.adkcon = ADK_MSBSYNC;
699 custom.adkcon = ADK_SETCLR|ADK_WORDSYNC|ADK_FAST;
701 custom.dsksync = MFM_SYNC;
703 custom.dsklen = 0;
704 custom.dskptr = (u_char *)ZTWO_PADDR((u_char *)raw_buf);
705 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
706 custom.dsklen = unit[drive].type->read_size/sizeof(short) | DSKLEN_DMAEN;
712 custom
[all...]
/linux-master/include/linux/usb/
H A Dpd_vdo.h32 #define VDO(vid, type, ver, custom) \
36 ((custom) & 0x7FFF))
/linux-master/drivers/scsi/
H A Discsi_tcp.c911 strcpy(stats->custom[0].desc, "tx_sendpage_failures");
912 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt;
913 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr");
914 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt;
915 strcpy(stats->custom[2].desc, "eh_abort_cnt");
916 stats->custom[2].value = conn->eh_abort_cnt;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c1356 pstate_table->gfxclk_pstate.custom.min =
1361 pstate_table->gfxclk_pstate.custom.min = input[1];
1366 pstate_table->gfxclk_pstate.custom.max =
1371 pstate_table->gfxclk_pstate.custom.max = input[1];
1393 if (!pstate_table->gfxclk_pstate.custom.min)
1394 pstate_table->gfxclk_pstate.custom.min =
1397 if (!pstate_table->gfxclk_pstate.custom.max)
1398 pstate_table->gfxclk_pstate.custom.max =
1401 min_clk = pstate_table->gfxclk_pstate.custom.min;
1402 max_clk = pstate_table->gfxclk_pstate.custom
[all...]
H A Dsmu_v13_0_6_ppt.c1618 pstate_table->uclk_pstate.custom.max = 0;
1747 pstate_table->gfxclk_pstate.custom.min =
1752 pstate_table->gfxclk_pstate.custom.min = input[1];
1760 pstate_table->gfxclk_pstate.custom.max =
1765 pstate_table->gfxclk_pstate.custom.max = input[1];
1795 pstate_table->uclk_pstate.custom.max =
1800 pstate_table->uclk_pstate.custom.max = input[1];
1826 pstate_table->uclk_pstate.custom.max = 0;
1835 if (!pstate_table->gfxclk_pstate.custom.min)
1836 pstate_table->gfxclk_pstate.custom
[all...]
/linux-master/drivers/usb/serial/
H A Dmos7720.c1272 __u16 custom; local
1290 custom = (__u16)(230400L / baudrate);
1294 round = (__u16)(round1 - (custom * 10));
1296 custom++;
1297 *divisor = custom;
1299 dev_dbg(&port->dev, "Baud %d = %d\n", baudrate, custom);
/linux-master/include/trace/
H A Dtrace_custom_events.h4 * create custom trace events to be attached to existing tracepoints.
7 * TRACE_CUSTOM_EVENT() is to create only a custom version of an existing
9 * be placed in the "custom" system.
14 /* All custom events are placed in the custom group */
16 #define TRACE_SYSTEM custom
57 /* Stage 2 creates the custom class */
72 /* Stage 3 create the way to print the custom event */
183 /* Stage 7 creates the actual class and event structure for the custom event */
/linux-master/include/scsi/
H A Discsi_if.h819 struct iscsi_stats_custom custom[] member in struct:iscsi_stats
950 struct iscsi_host_stats_custom custom[]
/linux-master/tools/testing/selftests/
H A Dlib.mk53 # custom build rule and prevent common build rule use.

Completed in 274 milliseconds

12