Home
last modified time | relevance | path

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

12345678910>>...26

/OK3568_Linux_fs/kernel/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.aud[2].audvol = 1; in AmiSetVolume()
436 custom.aud[3].audvol = 1; in AmiSetVolume()
438 custom.aud[2].audvol = 0; in AmiSetVolume()
[all …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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
67 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
/OK3568_Linux_fs/buildroot/package/libcamera/
H A D0003-HACK-pipeline-Support-custom-pipeline.patch4 Subject: [PATCH 3/3] HACK: pipeline: Support custom pipeline
17 src/libcamera/pipeline/custom/custom.cpp | 415 ++++++++++++++++++
18 src/libcamera/pipeline/custom/meson.build | 5 +
19 test/pipeline/custom/custom_pipeline_test.cpp | 110 +++++
20 test/pipeline/custom/meson.build | 14 +
23 create mode 100644 src/libcamera/pipeline/custom/custom.cpp
24 create mode 100644 src/libcamera/pipeline/custom/meson.build
25 create mode 100644 test/pipeline/custom/custom_pipeline_test.cpp
26 create mode 100644 test/pipeline/custom/meson.build
37 + choices : ['ipu3', 'raspberrypi', 'rkisp1', 'simple', 'uvcvideo', 'vimc', 'custom'],
[all …]
H A DConfig.in86 bool "custom pipeline"
90 Pipeline for custom device.
95 string "custom pipeline drivers"
99 string "custom pipeline default media entity"
103 string "custom pipeline pixel format"
109 int "custom pipeline buffer count"
/OK3568_Linux_fs/kernel/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.intena = IF_TBE; in transmit_chars()
[all …]
/OK3568_Linux_fs/buildroot/package/lvgl/lvgl/
H A D0001-env_support-cmake-custom.cmake-Build-shared-librarie.patch4 Subject: [PATCH 01/11] env_support: cmake: custom.cmake: Build shared
9 env_support/cmake/custom.cmake | 2 +-
12 diff --git a/env_support/cmake/custom.cmake b/env_support/cmake/custom.cmake
14 --- a/env_support/cmake/custom.cmake
15 +++ b/env_support/cmake/custom.cmake
H A D0008-env_support-cmake-support-sdl.patch8 env_support/cmake/custom.cmake | 3 +++
11 diff --git a/env_support/cmake/custom.cmake b/env_support/cmake/custom.cmake
13 --- a/env_support/cmake/custom.cmake
14 +++ b/env_support/cmake/custom.cmake
H A D0010-env_support-cmake-add-freetype-header-file-path.patch8 env_support/cmake/custom.cmake | 2 ++
11 diff --git a/env_support/cmake/custom.cmake b/env_support/cmake/custom.cmake
13 --- a/env_support/cmake/custom.cmake
14 +++ b/env_support/cmake/custom.cmake
H A D0006-env_support-cmake-custom.cmake-Add-lvgl-demos-switch.patch4 Subject: [PATCH 06/11] env_support: cmake: custom.cmake: Add lvgl demos switch
8 env_support/cmake/custom.cmake | 29 ++++++++++++++++++++++++++++-
11 diff --git a/env_support/cmake/custom.cmake b/env_support/cmake/custom.cmake
13 --- a/env_support/cmake/custom.cmake
14 +++ b/env_support/cmake/custom.cmake
H A D0015-lvgl-Support-select-color-depth-by-external-config.patch8 env_support/cmake/custom.cmake | 6 ++++++
12 diff --git a/env_support/cmake/custom.cmake b/env_support/cmake/custom.cmake
14 --- a/env_support/cmake/custom.cmake
15 +++ b/env_support/cmake/custom.cmake
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/drivers/iio/temperature/
H A Dltc2983.c231 struct ltc2983_custom_sensor *custom; member
238 struct ltc2983_custom_sensor *custom; member
247 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 …]
/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.firmware23 bool "custom"
25 Use custom package-file under <CHIP_DIR>/.
32 string "custom package-file"
35 Name of custom package-file under <CHIP_DIR>/.
H A DConfig.in.update30 bool "custom"
32 Use custom A/B OTA package-file under <CHIP_DIR>/.
39 string "custom package-file for A/B OTA"
41 Name of custom package-file for A/B OTA under <CHIP_DIR>/.
/OK3568_Linux_fs/buildroot/boot/barebox/barebox-aux/
H A DConfig.in9 bool "Using a custom config file"
45 Generate a custom environment image. This environment will
53 Path to the directory containing the custom barebox
64 If this option is not empty, it is the path to a custom
70 TOPDIR etc. to refer to the custom environment.
72 Depending on your setup, the custom embedded environment
/OK3568_Linux_fs/buildroot/boot/barebox/barebox/
H A DConfig.in9 bool "Using a custom config file"
50 Generate a custom environment image. This environment will
58 Path to the directory containing the custom barebox
69 If this option is not empty, it is the path to a custom
75 TOPDIR etc. to refer to the custom environment.
77 Depending on your setup, the custom embedded environment
/OK3568_Linux_fs/buildroot/boot/at91bootstrap3/
H A DConfig.in39 string "URL of custom AT91Bootstrap tarball"
45 string "URL of custom repository"
61 default "custom" if BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_TARBALL
64 string "custom patch dir"
66 If your board requires custom patches, add the path to the
84 bool "Using a custom config file"
/OK3568_Linux_fs/buildroot/boot/barebox/
H A DConfig.in37 string "URL of custom Barebox tarball"
45 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
49 string "custom patch dir"
51 If your board requires custom patches, add the path to the
60 string "URL of custom Git repository"
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/
H A 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 …]
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A 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()
/OK3568_Linux_fs/kernel/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), " Channel flags: "); in libipw_translate_scan()
[all …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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

12345678910>>...26