Home
last modified time | relevance | path

Searched +full:device +full:- +full:select (Results 1 – 25 of 1008) sorted by relevance

12345678910>>...41

/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-output.conf.common23 ; required-absent= directives a path might not be accepted as valid
28 ; When a device shall be muted/unmuted *all* elements listed in a path
31 ; When a device shall change its volume, PA will got through the list
44 ; All switches and enumerations set to "select" are exposed via the
52 ; for an audio device will be exposed as "port" for the sink/source.
56 ; type = ... # The device type. It's highly recommended to set a type f…
57 ; # See parse_type() in alsa-mixer.c for supported values.
59 ; description-key = ... # The path description is looked up from a table in path_v…
60 ; # src/modules/alsa/alsa-mixer.c. By default the path name …
65 ; # described in the "description-key" documentation above.
[all …]
/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
45 UQ_AU_NO_XU, /* audio device has broken extension unit */
47 UQ_BAD_AUDIO, /* device claims audio class, but isn't */
49 UQ_BUS_POWERED, /* device is bus powered, despite claim */
50 UQ_HID_IGNORE, /* device should be ignored by hid class */
51 UQ_KBD_IGNORE, /* device should be ignored by kbd class */
52 UQ_KBD_BOOTPROTO, /* device should set the boot protocol */
53 UQ_UMS_IGNORE, /* device should be ignored by ums class */
56 UQ_MS_REVZ, /* mouse has Z-axis reversed */
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Danf_runtime_algorithm.h2 * Copyright 2019-2023 Huawei Technologies Co., Ltd
8 * http://www.apache.org/licenses/LICENSE-2.0
44 using DeviceAddress = device::DeviceAddress;
45 using DeviceAddressPtr = device::DeviceAddressPtr;
59 // get all outputs format select of anf node
61 // get all inputs format select of anf node
63 // get all inputs type select of anf node
65 // get all outputs type select of anf node
67 // get origin data format select of anf node
69 // get output format select of anf node
[all …]
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_layer.c25 /* Rules for device selection.
27 * If no - try and find which device was the boot_vga device.
28 * If yes - try and work out which device is the connection primary,
103 info = (struct instance_info *)entry->data; in device_select_layer_get_instance()
122 … (VkLayerInstanceCreateInfo*)pCreateInfo->pNext; chain_info; chain_info = (VkLayerInstanceCreateIn… in device_select_CreateInstance()
123 …if(chain_info->sType == VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO && chain_info->function == V… in device_select_CreateInstance()
126 assert(chain_info->u.pLayerInfo); in device_select_CreateInstance()
128 …PFN_vkGetInstanceProcAddr GetInstanceProcAddr = chain_info->u.pLayerInfo->pfnNextGetInstanceProcAd… in device_select_CreateInstance()
134 chain_info->u.pLayerInfo = chain_info->u.pLayerInfo->pNext; in device_select_CreateInstance()
136 …ar *engineName = pCreateInfo->pApplicationInfo && pCreateInfo->pApplicationInfo->pEngineName ? pCr… in device_select_CreateInstance()
[all …]
/third_party/cups-filters/backend/
Dparallel.c4 * Copyright 2007-2011 by Apple Inc.
5 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
14 * main() - Send a file to the specified parallel port.
15 * drain_output() - Drain pending print data to the device.
16 * list_devices() - List all parallel devices.
17 * run_loop() - Read and write print and back-channel data.
18 * side_cb() - Handle side-channel requests...
25 #include "backend-private.h"
44 * 'main()' - Send a file to the specified parallel port.
48 * printer-uri job-id user title copies options [file]
[all …]
Dserial.c4 * Copyright 2007-2011 by Apple Inc.
5 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
14 * main() - Send a file to the printer or server.
15 * list_devices() - List all serial devices.
16 * side_cb() - Handle side-channel requests...
23 #include "backend-private.h"
29 #include <sys/select.h>
65 * 'main()' - Send a file to the printer or server.
69 * printer-uri job-id user title copies options [file]
72 int /* O - Exit status */
[all …]
/third_party/ffmpeg/doc/
Dindevs.texi5 the data coming from a multimedia device attached to your system.
9 configure option "--list-indevs".
12 "--disable-indevs", and selectively enable an input device using the
13 option "--enable-indev=@var{INDEV}", or you can disable a particular
14 input device using the option "--disable-indev=@var{INDEV}".
16 The option "-devices" of the ff* tools will display the list of
23 ALSA (Advanced Linux Sound Architecture) input device.
25 To enable this input device during configuration you need libasound
28 This device allows capturing from an ALSA device. The name of the
29 device to capture has to be an ALSA card identifier.
[all …]
/third_party/alsa-utils/amixer/
Damixer.13 amixer \- command-line mixer for ALSA soundcard driver
5 \fBamixer\fP [\fI\-option\fP] [\fIcmd\fP]
7 \fBamixer\fP allows command\-line control of the mixer for the ALSA
12 for the default soundcard and device. This is a good way to see a list
23 Shows the information about a mixer device.
37 a dB gain with \fIdB\fP suffix (like \-12.5dB), or an exact hardware value.
40 When plus(+) or minus(\-) letter is appended after
54 A simple mixer control must be specified. Only one device can be controlled
61 A simple mixer control must be specified. Only one device can be controlled
75 name, index, device, subdevice, numid. The next argument specifies the value
[all …]
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/
DREADME.md7 **Audio API:** Leave as "Unspecified" to select the best audio API for the current API level, or se…
9 **Audio device:** Choose the audio device, or leave as "Automatic" to use the default device. The l…
13 …er size in bursts. A burst is an array of audio frames read by the audio device in a single operat…
15device. This latency figure is only as accurate as the timestamps being reported by the audio devi…
18 -----------
19 ![hello-oboe-screenshot](hello-oboe-screenshot.png)
/third_party/cups/backend/
Drunloop.c4 * Copyright © 2020-2024 by OpenPrinting.
5 * Copyright © 2007-2014 by Apple Inc.
6 * Copyright © 2006-2007 by Easy Software Products, all rights reserved.
16 #include "backend-private.h"
18 #include <sys/select.h>
22 * 'backendDrainOutput()' - Drain pending print data to the device.
25 int /* O - 0 on success, -1 on error */
26 backendDrainOutput(int print_fd, /* I - Print file descriptor */ in backendDrainOutput()
27 int device_fd) /* I - Device file descriptor */ in backendDrainOutput()
42 * Figure out the maximum file descriptor value to use with select()... in backendDrainOutput()
[all …]
Dusb-unix.c6 * Copyright © 2020-2024 by OpenPrinting.
7 * Copyright © 2007-2013 by Apple Inc.
8 * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
18 #include <sys/select.h>
31 * 'print_device()' - Print a file to a USB device.
34 int /* O - Exit status */
35 print_device(const char *uri, /* I - Device URI */ in print_device()
36 const char *hostname, /* I - Hostname/manufacturer */ in print_device()
37 const char *resource, /* I - Resource/modelname */ in print_device()
38 char *options, /* I - Device options/serial number */ in print_device()
[all …]
Dnetwork.c4 * Copyright © 2020-2024 by OpenPrinting.
5 * Copyright © 2007-2016 by Apple Inc.
6 * Copyright © 2006-2007 by Easy Software Products, all rights reserved.
16 #include "backend-private.h"
18 #include <sys/select.h>
22 * 'backendCheckSideChannel()' - Check the side-channel for pending requests.
27 int snmp_fd, /* I - SNMP socket */ in backendCheckSideChannel()
28 http_addr_t *addr) /* I - Address of device */ in backendCheckSideChannel()
30 fd_set input; /* Select input set */ in backendCheckSideChannel()
31 struct timeval timeout; /* Select timeout */ in backendCheckSideChannel()
[all …]
/third_party/alsa-utils/alsamixer/
Dalsamixer.13 alsamixer \- soundcard mixer for ALSA soundcard driver, with ncurses interface
15 \fI\-h, \-\-help\fP
19 \fI\-c, \-\-card\fP <card number or identification>
20 Select the soundcard to use, if you have more than one. Cards are
24 \fI\-D, \-\-device\fP <device identification>
25 Select the mixer device to control.
28 \fI\-V, \-\-view\fP <mode>
29 Select the starting view mode, either \fIplayback\fP, \fIcapture\fP or \fIall\fP.
32 \fI\-B, \-\-black-background\fP
36 \fI\-g, \-\-no\-color\fP
[all …]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/
Dr7624.htm1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd…
71 NAME="USER-FUNC"
89 >&nbsp;--&nbsp;Close a V4L2 device</DT
94 >&nbsp;--&nbsp;Program a V4L2 device</DT
99 >&nbsp;--&nbsp;Information about the video cropping and scaling abilities</DT
104 >&nbsp;--&nbsp;Read or write hardware registers</DT
109 >&nbsp;--&nbsp;Execute an encoder command</DT
114 >&nbsp;--&nbsp;Enumerate audio inputs</DT
119 >&nbsp;--&nbsp;Enumerate audio outputs</DT
124 >&nbsp;--&nbsp;Enumerate image formats</DT
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/comp/
Dglsl.std450.comp1 #pragma clang diagnostic ignored "-Wmissing-prototypes"
47 return select(ctz(x), T(-1), x == T(0));
54 T v = select(x, T(-1) - x, x < T(0));
55 return select(clz(T(0)) - (clz(v) + T(1)), T(-1), v == T(0));
62 return select(clz(T(0)) - (clz(x) + T(1)), T(-1), x == T(0));
69 return select(select(select(x, T(0), x == T(0)), T(1), x > T(0)), T(-1), x < T(0));
76 return a1 * b2 - b1 * a2;
83 …return a1 * spvDet2x2(b2, b3, c2, c3) - b1 * spvDet2x2(a2, a3, c2, c3) + c1 * spvDet2x2(a2, a3, b2…
95 …adj[0][1] = -spvDet3x3(m[0][1], m[0][2], m[0][3], m[2][1], m[2][2], m[2][3], m[3][1], m[3][2], m[3…
97 …adj[0][3] = -spvDet3x3(m[0][1], m[0][2], m[0][3], m[1][1], m[1][2], m[1][3], m[2][1], m[2][2], m[2…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dkernel_select_ascend.cc8 * http://www.apache.org/licenses/LICENSE-2.0
16 #include "plugin/device/ascend/hal/device/kernel_select_ascend.h"
24 #include "plugin/device/ascend/kernel/hccl/hccl_kernel_metadata.h"
25 #include "plugin/device/ascend/hal/common/ascend_utils.h"
31 #include "plugin/device/ascend/kernel/opapi/aclnn_kernel_build.h"
32 #include "plugin/device/ascend/kernel/acl/acl_kernel_build.h"
33 #include "plugin/device/ascend/kernel/host/host_kernel_build.h"
34 #include "plugin/device/ascend/kernel/host/host_kernel_metadata.h"
35 #include "plugin/device/ascend/kernel/internal/internal_kernel_build.h"
45 #include "runtime/device/ms_device_shape_transfer.h"
[all …]
/third_party/alsa-utils/alsactl/
Dalsactl.13 alsactl \- advanced controls for ALSA soundcard driver
7 \fBalsactl\fP [\fIoptions\fP] [\fIstore\fP|\fIrestore\fP|\fIinit\fP] <card # or id or device>
13 \fBalsactl\fP [\fIclean\fP] <card # or id or device> [[control identifiers]]
46 This command tries to initialize all devices to a default state. If device
65 control device.
70 collected from the given control device (sound card).
81 .SS dump-state
85 .SS dump-cfg
93 \fI\-h, \-\-help\fP
97 \fI\-d, \-\-debug\fP
[all …]
/third_party/EGL/extensions/EXT/
DEGL_EXT_device_persistent_id.txt19 Version 1 - April 19, 2021
27 EGL device extension
40 select the same device when run again later.
45 device across multiple processes, and across multiple APIs.
49 EGLBoolean eglQueryDeviceBinaryEXT(EGLDeviceEXT device,
72 that controls the device. This string remains persistent across
75 implementation-defined.
80 To query a binary attribute for a device, use:
82 EGLBoolean eglQueryDeviceBinaryEXT(EGLDeviceEXT device,
94 error is generated if <device> is not a valid EGLDeviceEXT.
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/desktop-only/comp/
Dextended-arithmetic.desktop.comp96 kernel void main0(device SSBOUint& u [[buffer(0)]], device SSBOInt& i [[buffer(1)]])
100 _25._m1 = select(uint(1), uint(0), _25._m0 >= max(u.a, u.b));
105 _40._m1 = select(uint2(1), uint2(0), _40._m0 >= max(u.a2, u.b2));
110 _55._m1 = select(uint3(1), uint3(0), _55._m0 >= max(u.a3, u.b3));
115 _70._m1 = select(uint4(1), uint4(0), _70._m0 >= max(u.a4, u.b4));
119 _79._m0 = u.a - u.b;
120 _79._m1 = select(uint(1), uint(0), u.a >= u.b);
124 _88._m0 = u.a2 - u.b2;
125 _88._m1 = select(uint2(1), uint2(0), u.a2 >= u.b2);
129 _97._m0 = u.a3 - u.b3;
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/desktop-only/comp/
Dextended-arithmetic.desktop.comp96 kernel void main0(device SSBOUint& u [[buffer(0)]], device SSBOInt& i [[buffer(1)]])
100 _25._m1 = select(uint(1), uint(0), _25._m0 >= max(u.a, u.b));
105 _40._m1 = select(uint2(1), uint2(0), _40._m0 >= max(u.a2, u.b2));
110 _55._m1 = select(uint3(1), uint3(0), _55._m0 >= max(u.a3, u.b3));
115 _70._m1 = select(uint4(1), uint4(0), _70._m0 >= max(u.a4, u.b4));
119 _79._m0 = u.a - u.b;
120 _79._m1 = select(uint(1), uint(0), u.a >= u.b);
124 _88._m0 = u.a2 - u.b2;
125 _88._m1 = select(uint2(1), uint2(0), u.a2 >= u.b2);
129 _97._m0 = u.a3 - u.b3;
[all …]
/third_party/skia/m133/example/external_client/
DBUILD.bazel10 "-fuse-ld=lld",
11 "-lpthread",
28 "-fuse-ld=lld",
29 "-lpthread",
40 linkopts = select({
42 "-fuse-ld=lld",
43 "-lpthread",
64 "-fuse-ld=lld",
65 "-lpthread",
70 ] + select({
[all …]
/third_party/libdrm/tests/vbltest/
Dvbltest.c37 #include <sys/select.h>
73 info->vbl_count++; in vblank_handler()
75 if (info->vbl_count == 60) { in vblank_handler()
77 t = end.tv_sec + end.tv_usec * 1e-6 - in vblank_handler()
78 (info->start.tv_sec + info->start.tv_usec * 1e-6); in vblank_handler()
79 fprintf(stderr, "freq: %.02fHz\n", info->vbl_count / t); in vblank_handler()
80 info->vbl_count = 0; in vblank_handler()
81 info->start = end; in vblank_handler()
87 fprintf(stderr, "usage: %s [-DMs]\n", name); in usage()
90 fprintf(stderr, " -D DEVICE open the given device\n"); in usage()
[all …]
/third_party/mindspore/mindspore-src/source/include/c_api/ms/
Dcontext.h8 * http://www.apache.org/licenses/LICENSE-2.0
42 /// \brief Select MindRT, VM or GE as Backend Policy.
44 /// \param[in] policy select one from {"ge", "vm", "ms", "ge_only", "vm_prior"}.
54 /// \return name of the device under current context
57 /// \brief set device type context.
59 /// \param[in] device type name of the device i.e. CPU, GPU, Ascend.
60 MIND_C_API void MSSetDeviceTarget(const char *device);
62 /// \brief Get device type context.
64 /// \param[in] str_buf The char array to contain the device target string.
67 /// \return name of the device under current context
[all …]
/third_party/mesa3d/src/egl/generate/
DeglFunctionList.py17 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
36 - method (string):
37 How to select a vendor library. See "Method values" below.
39 - prefix (string):
43 - static (boolean)
46 - "public" (boolean)
50 - extension (string):
54 - retval (string):
61 - "custom"
62 The dispatch stub will be hand-written instead of generated.
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLPlatform.cpp3 // Use of this source code is governed by a BSD-style license that can be
21 bool IsDeviceTypeMatch(DeviceType select, DeviceType type) in IsDeviceTypeMatch() argument
24 // A custom device is an exception, which only matches if it was explicitely selected, see: in IsDeviceTypeMatch()
25 // https://www.khronos.org/registry/OpenCL/specs/3.0-unified/html/OpenCL_API.html#clGetDeviceIDs in IsDeviceTypeMatch()
26 return type == CL_DEVICE_TYPE_CUSTOM ? select == CL_DEVICE_TYPE_CUSTOM : type.isSet(select); in IsDeviceTypeMatch()
42 platform = &reinterpret_cast<cl_platform_id>(*propIt++)->cast<Platform>(); in ParseContextProperties()
51 propArray.reserve(propIt - properties); in ParseContextProperties()
80 platforms.back()->release(); in Initialize()
81 if (!platforms.back()->mInfo.isValid() || platforms.back()->mDevices.empty()) in Initialize()
188 for (const DevicePtr &device : mDevices) in getDeviceIDs() local
[all …]

12345678910>>...41