Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 1740) sorted by relevance

12345678910>>...70

/OK3568_Linux_fs/external/xserver/
H A Dmeson_options.txt2 description: 'Enable Xorg X Server')
4 description: 'Enable Xephyr nested X server')
6 description: 'Enable XWayland X server')
8 description: 'Enable glamor (default yes for Xorg/Xwayland builds)')
10 value: 'auto', description: 'Enable EGLStream support for glamor on Xwayland')
12 description: 'Enable Xnest nested X server')
14 description: 'Enable DMX nested X server')
16 description: 'Enable Xvfb X server')
18 description: 'Enable XWin X server')
21 description: 'Use highp as default precision for GLES (default true)')
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_mali.c77 {.description = "Mali_GP", .base = MALI_OFFSET_GP, .irq_name = "Mali_GP_IRQ",},
79 {.description = "Mali_GP_MMU", .base = MALI_OFFSET_GP_MMU, .irq_name = "Mali_GP_MMU_IRQ",},
81 {.description = "Mali_PP0", .base = MALI_OFFSET_PP0, .irq_name = "Mali_PP0_IRQ",},
83 {.description = "Mali_PP0_MMU", .base = MALI_OFFSET_PP0_MMU, .irq_name = "Mali_PP0_MMU_IRQ",},
85 {.description = "Mali_PP1", .base = MALI_OFFSET_PP1, .irq_name = "Mali_PP1_IRQ",},
87 {.description = "Mali_PP1_MMU", .base = MALI_OFFSET_PP1_MMU, .irq_name = "Mali_PP1_MMU_IRQ",},
89 {.description = "Mali_PP2", .base = MALI_OFFSET_PP2, .irq_name = "Mali_PP2_IRQ",},
90 {.description = "Mali_PP2_MMU", .base = MALI_OFFSET_PP2_MMU, .irq_name = "Mali_PP2_MMU_IRQ",},
91 {.description = "Mali_PP3", .base = MALI_OFFSET_PP3, .irq_name = "Mali_PP3_IRQ",},
92 {.description = "Mali_PP3_MMU", .base = MALI_OFFSET_PP3_MMU, .irq_name = "Mali_PP3_MMU_IRQ",},
[all …]
H A Dmali_osk_irq.c60 const char *description) in test_interrupt() argument
73 if (0 != request_irq(irqnum, test_interrupt_upper_half, irq_flags, description, &data)) { in test_interrupt()
74 MALI_DEBUG_PRINT(2, ("Unable to install test IRQ handler for core '%s'\n", description)); in test_interrupt()
86 MALI_DEBUG_PRINT(3, ("%s: Interrupt test OK\n", description)); in test_interrupt()
89 MALI_PRINT_ERROR(("%s: Failed interrupt test on %u\n", description, irqnum)); in test_interrupt()
96 …rq_trigger_t trigger_func, _mali_osk_irq_ack_t ack_func, void *probe_data, const char *description) in _mali_osk_irq_init() argument
148 MALI_DEBUG_PRINT(2, ("No IRQ for core '%s' found during probe\n", description)); in _mali_osk_irq_init()
155 if (_MALI_OSK_ERR_OK != test_interrupt(irqnum, trigger_func, ack_func, probe_data, description)) { in _mali_osk_irq_init()
156 MALI_DEBUG_PRINT(2, ("Test of IRQ(%d) handler for core '%s' failed\n", irqnum, description)); in _mali_osk_irq_init()
162 if (0 != request_irq(irqnum, irq_handler_upper_half, irq_flags, description, irq_object)) { in _mali_osk_irq_init()
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_spnego.c104 char *description, *dp; in cifs_get_spnego_key() local
124 description = kzalloc(desc_len, GFP_KERNEL); in cifs_get_spnego_key()
125 if (description == NULL) in cifs_get_spnego_key()
128 dp = description; in cifs_get_spnego_key()
133 dp = description + strlen(description); in cifs_get_spnego_key()
143 dp = description + strlen(description); in cifs_get_spnego_key()
155 dp = description + strlen(description); in cifs_get_spnego_key()
159 dp = description + strlen(description); in cifs_get_spnego_key()
164 dp = description + strlen(description); in cifs_get_spnego_key()
168 dp = description + strlen(description); in cifs_get_spnego_key()
[all …]
/OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/
H A Dmodules.builtin.modinfo
/OK3568_Linux_fs/external/libmali/
H A Dmeson_options.txt2 description: 'arch (default: auto)')
4 description: 'GPU name (default: midgard-t86x)')
6 description: 'GPU version (default: r18p0)')
8 description: 'subversion (default: none)')
10 description: 'platform (default: gbm)')
12 description: 'Install overlay (default: false)')
14 description: 'OpenCL Installable Client Driver (ICD) (default: true)')
16 description: 'Install KHR header (default: false)')
18 description: 'Install as vendor package (default: false)')
20 description: 'Enable hook library (default: true)')
[all …]
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dmulti.its8 description = "Various kernels, ramdisks and FDT blobs";
13 description = "vanilla-2.6.23";
30 description = "2.6.23-denx";
44 description = "2.4.25-denx";
58 description = "eldk-4.2-ramdisk";
72 description = "eldk-3.1-ramdisk";
86 description = "tqm5200-fdt";
97 description = "tqm5200s-fdt";
114 description = "tqm5200 vanilla-2.6.23 configuration";
121 description = "tqm5200s denx-2.6.23 configuration";
[all …]
H A Dmulti_spl.its4 * (Bogus) example FIT image description file demonstrating the usage
18 description = "multiple firmware blobs and U-Boot, loaded by SPL";
24 description = "U-Boot (64-bit)";
32 description = "ARM Trusted Firmware";
41 description = "arisc management processor firmware";
49 description = "Pine64+ DT";
57 description = "Pine64 DT";
65 description = "4.7-rc5 kernel";
73 description = "Debian installer initrd";
85 description = "sun50i-a64-pine64-plus";
[all …]
H A Dmulti-with-loadables.its9 description = "Configuration to load a Xen Kernel";
14 description = "xen binary";
28 description = "xexpress-ca15 tree blob";
40 description = "xexpress-ca15 tree blob";
52 description = "Linux Image";
70 description = "Just plain Linux";
76 description = "Xen one loadable";
83 description = "Xen two loadables";
H A Dkernel.its8 description = "Simple image with single Linux kernel";
13 description = "Vanilla Linux kernel";
33 description = "Boot Linux kernel";
46 description = "Simple image with single Linux kernel on x86";
51 description = "Vanilla Linux kernel";
65 description = "Linux setup.bin";
82 description = "Boot Linux kernel";
H A Dmulti-with-fpga.its9 description = "Configuration to load fpga before Kernel";
14 description = "zc706";
26 description = "FPGA";
38 description = "Linux";
55 description = "Linux";
61 description = "Linux with fpga";
/OK3568_Linux_fs/external/gstreamer-rockchip/
H A Dmeson_options.txt2 option('rkximage', type : 'feature', value : 'auto', description : 'Rockchip X11 ximage + KMS sink …
3 option('rockchipmpp', type : 'feature', value : 'auto', description : 'Rockchip MPP encoder/decoder…
4 option('kmssrc', type : 'feature', value : 'auto', description : 'KMS src plugin')
5 option('rga', type : 'feature', value : 'auto', description : 'Use Rockchip librga for conversions')
6 option('vpxalphadec', type : 'feature', value : 'auto', description : 'VPX Alpha Decoder')
10description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for st…
12description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)…
16 description : 'package name to use in plugins')
18 description : 'package origin URL to use in plugins')
/OK3568_Linux_fs/u-boot/fit/
H A Du-boot.its11 description = "FIT Image with ATF/OP-TEE/U-Boot/MCU";
17 description = "U-Boot";
29 description = "ARM Trusted Firmware";
41 description = "ARM Trusted Firmware";
53 description = "ARM Trusted Firmware";
65 description = "ARM Trusted Firmware";
77 description = "ARM Trusted Firmware";
89 description = "ARM Trusted Firmware";
101 description = "OP-TEE";
114 description = "U-Boot dtb";
[all …]
/OK3568_Linux_fs/u-boot/board/cadence/xtfpga/
H A Dxtfpga.c27 const char *description = "Avnet Xilinx LX60 FPGA Evaluation Board / "; variable
30 const char *description = "Avnet Xilinx Virtex-5 LX110 Evaluation Kit / "; variable
33 const char *description = "Avnet Xilinx Virtex-4 LX200 Evaluation Kit / "; variable
36 const char *description = "Xilinx Virtex-6 FPGA ML605 Evaluation Kit / "; variable
39 const char *description = "Xilinx Kintex-7 FPGA KC705 Evaluation Kit / "; variable
42 const char *description = ""; variable
47 printf("Board: %s: %sTensilica bitstream\n", board, description); in checkboard()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkey.h125 const char *description; member
246 char *description; member
317 const char *description,
322 const char *description,
326 const char *description,
341 const char *description, in request_key() argument
344 return request_key_tag(type, description, NULL, callout_info); in request_key()
363 #define request_key_net(type, description, net, callout_info) \ argument
364 request_key_tag(type, description, net->key_domain, callout_info);
375 #define request_key_net_rcu(type, description, net) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_subset.c91 .description = "ALi M5632",
113 .description = "AnchorChips/Cypress 2720",
136 .description = "Belkin, eTEK, or compatible",
161 .description = "Epson USB Device",
179 .description = "KC Technology KC-190",
206 .description = "Linux Device",
212 .description = "Yopy",
218 .description = "Boot Loader OBject",
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_hw_core.c20 core->description = resource->description; in mali_hw_core_create()
25 if (_MALI_OSK_ERR_OK == _mali_osk_mem_reqregion(core->phys_addr, core->size, core->description)) { in mali_hw_core_create()
26 …core->mapped_registers = _mali_osk_mem_mapioregion(core->phys_addr, core->size, core->description); in mali_hw_core_create()
30 …"Failed to map memory region for core %s at phys_addr 0x%08X\n", core->description, core->phys_add… in mali_hw_core_create()
34 …led to request memory region for core %s at phys_addr 0x%08X\n", core->description, core->phys_add… in mali_hw_core_create()
H A Dmali_hw_core.h26 const char *description; /**< Name of unit (as specified in device configuration) */ member
52 core->description, relative_address, read_val)); in mali_hw_core_register_read()
59 core->description, relative_address, new_val)); in mali_hw_core_register_write_relaxed()
69 core->description, relative_address, new_val)); in mali_hw_core_register_write_relaxed_conditional()
78 core->description, relative_address, new_val)); in mali_hw_core_register_write()
86 core->description, relative_address, nr_of_regs)); in mali_hw_core_register_write_array_relaxed()
101 core->description, relative_address, nr_of_regs)); in mali_hw_core_register_write_array_relaxed_conditional()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/qcamera/
H A Dqtcamera.cpp99 qDebug() << cameraInfo.description(); in initlayout()
100 if ((cameraInfo.description().contains("rkisp_selfpath",Qt::CaseSensitive)) in initlayout()
101 || (cameraInfo.description().contains("rawwr",Qt::CaseSensitive))) in initlayout()
104 camera->setText(cameraInfo.description()); in initlayout()
219 QString description = m_mediaRecorder->audioCodecDescription(codecName); in configureCaptureSettings() local
220 qDebug() << "audio codec:" << codecName + ": " + description; in configureCaptureSettings()
225 QString description = m_mediaRecorder->videoCodecDescription(codecName); in configureCaptureSettings() local
226 qDebug() << "video codec:" << codecName + ": " + description; in configureCaptureSettings()
231 QString description = m_mediaRecorder->containerDescription(format); in configureCaptureSettings() local
232 qDebug() << "container: " << format << ": " << description; in configureCaptureSettings()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qcamera/
H A Dqtcamera.cpp99 qDebug() << cameraInfo.description(); in initlayout()
100 if ((cameraInfo.description().contains("rkisp_selfpath",Qt::CaseSensitive)) in initlayout()
101 || (cameraInfo.description().contains("rawwr",Qt::CaseSensitive))) in initlayout()
104 camera->setText(cameraInfo.description()); in initlayout()
219 QString description = m_mediaRecorder->audioCodecDescription(codecName); in configureCaptureSettings() local
220 qDebug() << "audio codec:" << codecName + ": " + description; in configureCaptureSettings()
225 QString description = m_mediaRecorder->videoCodecDescription(codecName); in configureCaptureSettings() local
226 qDebug() << "video codec:" << codecName + ": " + description; in configureCaptureSettings()
231 QString description = m_mediaRecorder->containerDescription(format); in configureCaptureSettings() local
232 qDebug() << "container: " << format << ": " << description; in configureCaptureSettings()
[all …]
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dapp_description.php63 $description = "No Description"; variable
69 $description = fread($handle,filesize($found_app["Description_Link"])); variable
72 if(strlen($description)==0)
73 $description = "Invalid link for description page"; variable
94 <?php echo $description; ?>
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/
H A Dapp_description.php63 $description = "No Description"; variable
69 $description = fread($handle,filesize($found_app["Description_Link"])); variable
72 if(strlen($description)==0)
73 $description = "Invalid link for description page"; variable
94 <?php echo $description; ?>
/OK3568_Linux_fs/u-boot/board/theobroma-systems/puma_rk3399/
H A Dfit_spl_atf.its12 description = "FIT image with U-Boot proper, ATF bl31, M0 Firmware, DTB";
17 description = "U-Boot (64-bit)";
26 description = "ARM Trusted Firmware";
36 description = "Cortex-M0 firmware";
43 description = "RK3399-Q7 (Puma) flat device-tree";
53 description = "Theobroma Systems RK3399-Q7 (Puma) SoM";
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dmksunxi_fit_atf.sh20 description = "Configuration to load ATF before U-Boot";
25 description = "U-Boot (64-bit)";
33 description = "ARM Trusted Firmware";
48 description = "$(basename $dtname .dtb)";
69 description = "$(basename $dtname .dtb)";
/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Damp.its9 description = "Rockchip AMP FIT Image";
15 description = "bare-mental-core1";
31 description = "bare-mental-core2";
47 description = "bare-mental-core3";
64 description = "standalone-mcu1";
80 description = "Rockchip AMP images";
96 description = "linux-os";

12345678910>>...70