Home
last modified time | relevance | path

Searched full:custom (Results 1 – 25 of 2137) sorted by relevance

12345678910>>...86

/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_pci_id_tbl.h112 CH_PCI_ID_TABLE_FENTRY(0x4080), /* Custom T480-cr */
113 CH_PCI_ID_TABLE_FENTRY(0x4081), /* Custom T440-cr */
114 CH_PCI_ID_TABLE_FENTRY(0x4082), /* Custom T420-cr */
115 CH_PCI_ID_TABLE_FENTRY(0x4083), /* Custom T420-xaui */
116 CH_PCI_ID_TABLE_FENTRY(0x4084), /* Custom T440-cr */
117 CH_PCI_ID_TABLE_FENTRY(0x4085), /* Custom T420-cr */
118 CH_PCI_ID_TABLE_FENTRY(0x4086), /* Custom T440-bt */
119 CH_PCI_ID_TABLE_FENTRY(0x4087), /* Custom T440-cr */
120 CH_PCI_ID_TABLE_FENTRY(0x4088), /* Custom T440 2-xaui, 2-xfi */
151 CH_PCI_ID_TABLE_FENTRY(0x5080), /* Custom T540-cr */
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Deditcustomimage_modal.html2 modal dialog shown on the build dashboard, for editing an existing custom image;
3 only shown if more than one custom image was built, so the user needs to
9 <div class="modal fade" aria-hidden="false" id="edit-custom-image-modal">
21 <input type="radio" name="select-custom-image"
27 <span class="help-block text-danger" id="invalid-custom-image-help" style="display:none">
28 Please select a custom image to edit.
34 data-action="edit-custom-image" disabled>
35 Edit custom image
44 var editCustomImageButton = $('[data-action="edit-custom-image"]');
45 var error = $('#invalid-custom-image-help');
[all …]
H A Dbasebuildpage.html153 <!-- edit custom image built during this build -->
154 <li id="menu-edit-custom-image">
155 <a href="#" data-role="edit-custom-image-trigger">
157 Edit custom image
164 var editCustomImageTrigger = $('[data-role="edit-custom-image-trigger"]');
165 var editCustomImageModal = $('#edit-custom-image-modal');
167 // edit custom image which was built during this build
169 // single editable custom image: redirect to the edit page
175 // multiple editable custom images: show modal to select
187 <!-- new custom image from image recipe in this build -->
[all …]
H A Dnewcustomimage_modal.html15 <div class="modal fade" id="new-custom-image-modal" aria-hidden="false">
20 <h3>New custom image</h3>
26 be used as a basis for the new custom image; radio buttons are added to it
36 <h4>Name your custom image</h4>
43 …<input type="text" class="form-control input-lg" placeholder="Type the custom image name" required>
51 <button id="create-new-custom-image-btn" class="btn btn-primary btn-large" disabled>
52 <span data-role="submit-state">Create custom image</span>
54 <i class="fa-pulse icon-spinner"></i>&nbsp;Creating custom image...
/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/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 …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page.py87 # recipes related to the build, for testing the edit custom image/new
88 # custom image buttons
94 # non-image recipes related to a build, for testing the new custom
113 # custom image recipes for this project
131 # custom image recipe for a different project (to test filtering
132 # of image recipes and custom image recipes is correct: this shouldn't
146 # custom image recipes is correct: this shouldn't show up in either
242 A build which built two custom images should present a modal which lets
247 # click the "edit custom image" button, which populates the modal
248 selector = '[data-role="edit-custom-image-trigger"]'
[all …]
H A Dtest_new_custom_image_page.py26 # project to add new custom images to
50 # another project with a custom image already in it
76 1. Go to the 'new custom image' page
78 3. Wait for the dialog box for setting the name of the new custom
87 selector = '#new-custom-image-modal input[type="text"]'
90 self.click('#create-new-custom-image-btn')
94 Fetch the list of custom images for the project and check the
103 msg = 'should be a custom image link with text %s' % image_name
108 Should be able to create a new custom image
117 Should be able to create a new custom image if its name is the same
[all …]
/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
51 …b-sampled-$b" "$($RUN_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rate $b rb-custom)"
55 …b-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)"
63 summarize "reserve-sampled" "$($RUN_BENCH --rb-sampled rb-custom)"
64 summarize "output-sampled" "$($RUN_BENCH --rb-sampled --rb-use-output rb-custom)"
67 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
/OK3568_Linux_fs/buildroot/linux/
H A DConfig.in25 # 2. A custom stable version
26 # 3. A custom tarball
27 # 4. A set of custom repository locations
28 # 5. A custom local version
70 bool "Custom version"
77 URL at kernel.org. Instead, select "Custom tarball" and
81 bool "Custom tarball"
92 bool "Custom local"
100 bool "Custom Git repository"
106 bool "Custom Mercurial repository"
[all …]
/OK3568_Linux_fs/buildroot/boot/barebox/
H A DConfig.in18 bool "Custom version"
23 bool "Custom tarball"
26 bool "Custom Git repository"
37 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"
63 string "Custom Git version"
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dioasid.c25 * - Custom allocators may share allocation helpers with different private data.
26 * Custom allocators that share the same helper functions also share the same
31 * custom allocators or allocate IOASIDs.
32 * 2. Custom allocators take precedence over the default allocator.
33 * 3. When all custom allocators sharing the same helper functions are
36 * 4. When switching between custom allocators sharing the same helper
38 * 5. When switching between custom allocator and default allocator, all IOASIDs
42 * @list: registered custom allocators
97 /* Allocate and initialize a new custom allocator with its helper functions */
111 /* For tracking custom allocators that share the same ops */ in ioasid_alloc_allocator()
[all …]
/OK3568_Linux_fs/buildroot/boot/at91bootstrap3/
H A DConfig.in28 bool "Custom Git repository"
34 bool "Custom tarball"
39 string "URL of custom AT91Bootstrap tarball"
45 string "URL of custom repository"
48 string "Custom repository version"
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/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.
305 Custom Pulses
308 ``tx-custom-low-usecs <usecs>``
309 This defines the duration in microseconds that the custom pulse pulls
312 ``tx-custom-high-usecs <usecs>``
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-sensor-custom.c3 * hid-sensor-custom.c
104 {0x200540, "data-field-custom"},
105 {0x200541, "data-field-custom-usage"},
106 {0x200542, "data-field-custom-boolean-array"},
107 {0x200543, "data-field-custom-value"},
108 {0x200544, "data-field-custom-value_1"},
109 {0x200545, "data-field-custom-value_2"},
110 {0x200546, "data-field-custom-value_3"},
111 {0x200547, "data-field-custom-value_4"},
112 {0x200548, "data-field-custom-value_5"},
[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()
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()
[all …]
/OK3568_Linux_fs/buildroot/boot/mxs-bootlets/
H A DConfig.in19 bool "Custom tarball"
22 bool "Custom Git repository"
27 string "URL of custom bootlets tarball"
33 string "URL of custom Git repository"
36 string "Custom Git version"
81 bool "Custom board"
85 string "Custom board name"
/OK3568_Linux_fs/buildroot/package/linux-headers/
H A DConfig.in.host16 If you choose a custom version of the kernel headers, or
60 URL at kernel.org. Instead, select "Custom tarball" and
64 bool "Custom tarball"
75 bool "Custom local"
83 bool "Custom Git repository"
102 string "URL of custom kernel tarball"
106 string "URL of custom local kernel"
112 string "URL of custom repository"
115 string "Custom repository version"
127 bool "Custom kernel headers series"
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/
H A Dcustom_toaster_append.sh_sample19 # enable the respective custom sections.
27 echo "Add custom actions here when Toaster script is started"
31 echo "Add custom actions here after Toaster web service is started"
35 echo "Add custom actions here after Toaster web service is stopped"
39 echo "Add custom actions here after Toaster (no web) service is started"
43 echo "Add custom actions here after Toaster (no web) service is stopped"
47 echo "Add custom actions here after Toaster script is done"
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-pin-error-inj.c38 CEC_ERROR_INJ_TX_CUSTOM_BIT_ARG_IDX, "tx-custom-bit" },
41 { CEC_ERROR_INJ_TX_CUSTOM_START_OFFSET, -1, "tx-custom-start" },
119 if (!strcmp(token, "tx-custom-pulse")) { in cec_pin_error_inj_parse_line()
128 if (!strcmp(token, "tx-custom-low-usecs")) { in cec_pin_error_inj_parse_line()
136 if (!strcmp(token, "tx-custom-high-usecs")) { in cec_pin_error_inj_parse_line()
284 …seq_puts(sf, "# tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse\n"… in cec_pin_error_inj_show()
285 …seq_puts(sf, "# tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse\n… in cec_pin_error_inj_show()
286 …seq_puts(sf, "# tx-custom-pulse transmit the custom pulse once the bus is idl… in cec_pin_error_inj_show()
295 seq_puts(sf, "# <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit\n"); in cec_pin_error_inj_show()
298 …seq_puts(sf, "# <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pu… in cec_pin_error_inj_show()
[all …]
/OK3568_Linux_fs/buildroot/boot/uboot/
H A DConfig.in47 bool "Custom version"
52 bool "Custom tarball"
55 bool "Custom Git repository"
58 bool "Custom Mercurial repository"
61 bool "Custom Subversion repository"
70 string "URL of custom U-Boot tarball"
76 string "URL of custom repository"
79 string "Custom repository version"
91 default "custom" if BR2_TARGET_UBOOT_CUSTOM_TARBALL
96 string "Custom U-Boot patches"
[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/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dnewcustomimage_modal.js7 recipe ID is used as the basis for the new custom image recipe created via
11 for the new custom image. This will manage the addition of radio buttons
18 var newCustomImgBtn = $("#create-new-custom-image-btn");
19 var imgCustomModal = $("#new-custom-image-modal");
32 // enter the custom recipe name
146 /* Set the image recipes which can used as the basis for the custom
149 * used as the base for the new custom image recipe in the format:
153 * name for the new custom image; if recipes contains multiple recipe objects,
155 * basis for the new custom image
158 var imgCustomModal = $("#new-custom-image-modal");
[all …]
/OK3568_Linux_fs/buildroot/boot/opensbi/
H A DConfig.in25 bool "Custom version"
30 bool "Custom tarball"
33 bool "Custom Git repository"
42 string "URL of custom OpenSBI tarball"
48 string "URL of custom repository"
51 string "Custom repository version"
63 default "custom" if BR2_TARGET_OPENSBI_CUSTOM_TARBALL
/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

12345678910>>...86