Home
last modified time | relevance | path

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

123456789

/linux/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/arch/m68k/amiga/
H 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/
H A Dltc2983.c263 struct ltc2983_custom_sensor *custom; member
270 struct ltc2983_custom_sensor *custom; member
279 struct ltc2983_custom_sensor *custom; member
304 struct ltc2983_custom_sensor *custom; member
365 struct ltc2983_custom_sensor *custom, in __ltc2983_chan_custom_sensor_assign() argument
369 u8 mult = custom->is_steinhart ? LTC2983_CUSTOM_STEINHART_ENTRY_SZ : in __ltc2983_chan_custom_sensor_assign()
378 const u8 len = custom->is_steinhart ? 0 : in __ltc2983_chan_custom_sensor_assign()
379 (custom->size / LTC2983_CUSTOM_SENSOR_ENTRY_SZ) - 1; in __ltc2983_chan_custom_sensor_assign()
384 if (custom->offset < 0) { in __ltc2983_chan_custom_sensor_assign()
391 if (st->custom_table_size + custom->size > in __ltc2983_chan_custom_sensor_assign()
[all …]
/linux/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.bplcon0 = par->bplcon0 & ~BPC0_LACE; in ami_init_display()
[all …]
/linux/sound/soc/generic/
H 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
H A DKconfig32 tristate "ASoC Audio Graph Card2 base custom sample support"
35 This option enables Audio Graph Card2 base custom sample
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_wx.c47 char custom[MAX_CUSTOM_LEN]; in libipw_translate_scan() local
185 p = custom; in libipw_translate_scan()
187 iwe.u.data.length = p - custom; in libipw_translate_scan()
189 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan()
212 p = custom; in libipw_translate_scan()
213 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), in libipw_translate_scan()
216 iwe.u.data.length = p - custom; in libipw_translate_scan()
218 start = iwe_stream_add_point(info, start, stop, &iwe, custom); in libipw_translate_scan()
222 p = custom; in libipw_translate_scan()
223 p += scnprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: "); in libipw_translate_scan()
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-class-platform-profile28 custom Driver defined custom profile
47 This file may also emit the string 'custom' to indicate
48 that the driver is using a driver defined custom profile.
/linux/Documentation/driver-api/firmware/
H 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/tools/perf/ui/browsers/
H A Dscripts.c258 static int list_scripts(char *script_name, bool *custom, in list_scripts() argument
320 *custom = choice >= max_std; in list_scripts()
349 bool custom = false; in script_browse() local
352 if (list_scripts(script_name, &custom, evsel)) in script_browse()
356 custom ? "perf script -s " : "", in script_browse()
/linux/Documentation/gpu/
H A Dzynqmp.rst30 custom:
71 80bit-custom
72 A custom 80-bit pattern
97 if [ ${prop##*/} = custom ]; then
107 custom 00000000 00 00 00 00 00 00 00 00 00 00 |..........|
/linux/Documentation/networking/
H 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.
135 The following diagram shows how custom metadata is positioned relative to the
144 | headroom | custom metadata | data |
/linux/Documentation/arch/arm/omap/
H 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/kernel/futex/
H A Dcore.c71 bool custom; member
1759 if (!a->custom && b->custom) in futex_hash_less()
1761 if (a->custom && !b->custom) in futex_hash_less()
1783 bool custom = flags & FH_CUSTOM; in futex_hash_allocate() local
1795 if (custom) in futex_hash_allocate()
1818 fph->custom = custom; in futex_hash_allocate()
1824 if (custom) { in futex_hash_allocate()
1882 if (!__futex_pivot_hash(mm, new) && custom) in futex_hash_allocate()
1904 if (fph->custom) in futex_hash_allocate_default()
/linux/drivers/iio/position/
H A DKconfig29 Say yes here to build support for the HID custom
33 module will be called hid-sensor-custom-hinge.
H A DMakefile7 obj-$(CONFIG_HID_SENSOR_CUSTOM_INTEL_HINGE) += hid-sensor-custom-intel-hinge.o
/linux/Documentation/security/tpm/
H 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/tools/power/cpupower/
H A DREADME70 custom directory
97 is that the build results are saved in the custom output dir defined by 'O'
141 custom directory
167 custom directory
170 When it comes to run the utility from the custom build catalog things
/linux/Documentation/hwmon/
H 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/
H A Dpatch-acceptance.rst48 their own custom extensions. These custom extensions aren't required
59 code for any custom extensions that they wish.)
/linux/rust/
H A Dbindgen_parameters65 --with-derive-custom-struct .*=MaybeZeroable
66 --with-derive-custom-union .*=MaybeZeroable
/linux/drivers/scsi/
H A Discsi_tcp.c867 strcpy(stats->custom[0].desc, "tx_sendpage_failures"); in iscsi_sw_tcp_conn_get_stats()
868 stats->custom[0].value = tcp_sw_conn->sendpage_failures_cnt; in iscsi_sw_tcp_conn_get_stats()
869 strcpy(stats->custom[1].desc, "rx_discontiguous_hdr"); in iscsi_sw_tcp_conn_get_stats()
870 stats->custom[1].value = tcp_sw_conn->discontiguous_hdr_cnt; in iscsi_sw_tcp_conn_get_stats()
871 strcpy(stats->custom[2].desc, "eh_abort_cnt"); in iscsi_sw_tcp_conn_get_stats()
872 stats->custom[2].value = conn->eh_abort_cnt; in iscsi_sw_tcp_conn_get_stats()
/linux/arch/nios2/
H A DKconfig145 bool "Set custom kernel MMU region base address"
159 bool "Set custom kernel region base address"
171 bool "Set custom I/O region base address"
/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_dp.c331 u8 custom[10]; member
1783 u8 *const custom) in zynqmp_dp_set_test_pattern() argument
1811 const u8 *p = custom; in zynqmp_dp_set_test_pattern()
1907 dp->test.custom) ?: ret; in zynqmp_dp_pattern_write()
1986 dp->test.custom); in zynqmp_dp_active_set()
2019 ret = simple_read_from_buffer(user_buf, count, ppos, &dp->test.custom, in zynqmp_dp_custom_read()
2020 sizeof(dp->test.custom)); in zynqmp_dp_custom_read()
2031 char buf[sizeof(dp->test.custom)]; in zynqmp_dp_custom_write()
2038 memcpy(dp->test.custom, buf, ret); in zynqmp_dp_custom_write()
2041 dp->test.custom) ?: ret; in zynqmp_dp_custom_write()
[all …]
/linux/Documentation/dev-tools/kunit/api/
H A Dresource.rst10 state on a per-test basis, register custom cleanup actions, and more.

123456789