Home
last modified time | relevance | path

Searched refs:dev (Results 451 - 475 of 2585) sorted by relevance

1...<<11121314151617181920>>...104

/third_party/backends/backend/
H A Depson2.c518 struct Epson_Device *dev = s->hw; in detect_scsi() local
564 dev->sane.type = "film scanner"; in detect_scsi()
633 scanner_create(struct Epson_Device *dev, SANE_Status *status) in scanner_create() argument
646 s->hw = dev; in scanner_create()
655 struct Epson_Device *dev; in device_detect() local
658 for (dev = first_dev; dev; dev = dev->next) { in device_detect()
659 if (strcmp(dev in device_detect()
772 attach_one_scsi(const char *dev) attach_one_scsi() argument
779 attach_one_usb(const char *dev) attach_one_usb() argument
786 attach_one_net(const char *dev) attach_one_net() argument
798 attach_one_pio(const char *dev) attach_one_pio() argument
868 Epson_Device *dev, *next; free_devices() local
922 Epson_Device *dev; sane_get_devices() local
2095 Epson_Device *dev = s->hw; sane_start() local
[all...]
H A Dkodakaio.c27 libavahi-client-dev
28 libusb-dev
29 libsnmp-dev
51 . - sane_open() : open a particular scanner-device and attach_scanner(devicename,&dev)
1422 k_dev_init(Kodak_Device *dev, const char *devname, int conntype) in k_dev_init() argument
1426 dev->name = NULL; in k_dev_init()
1427 dev->model = NULL; in k_dev_init()
1428 dev->connection = conntype; in k_dev_init()
1429 dev->sane.name = devname; in k_dev_init()
1430 dev in k_dev_init()
1442 struct Kodak_Device *dev = s->hw; k_set_model() local
1476 Kodak_Device *dev = s->hw; k_set_device() local
1500 Kodak_Device *dev = s->hw; k_discover_capabilities() local
2153 scanner_create(struct Kodak_Device *dev, SANE_Status *status) scanner_create() argument
2175 struct Kodak_Device *dev; device_detect() local
2492 attach_one_usb(const char *dev) attach_one_usb() argument
2499 attach_one_net(const char *dev, unsigned int model) attach_one_net() argument
2602 Kodak_Device *dev, *next; free_devices() local
2653 Kodak_Device *dev, *s, *prev=0; sane_get_devices() local
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp400 DeviceWrapper dev{inst}; in TEST()
401 dev.CheckCreate(phys_dev); in TEST()
1175 DeviceWrapper dev{inst}; in TEST()
1176 dev.create_info.add_extension("NotPresent"); in TEST()
1178 dev.CheckCreate(phys_dev, VK_ERROR_EXTENSION_NOT_PRESENT); in TEST()
1193 DeviceWrapper dev{inst}; in TEST()
1194 dev.create_info.add_layer("NotPresent"); in TEST()
1196 dev.CheckCreate(phys_dev); in TEST()
1218 DeviceWrapper dev{inst}; in TEST()
1219 dev in TEST()
1321 DeviceWrapper& dev = devices.back(); TEST() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h34 struct pipe_screen *(*create_screen)(struct pipe_loader_device *dev,
37 const struct driOptionDescription *(*get_driconf)(struct pipe_loader_device *dev,
40 void (*release)(struct pipe_loader_device **dev);
55 * (*dev)->driver_name must be freed by the caller if it was allocated on the
59 pipe_loader_base_release(struct pipe_loader_device **dev);
H A Dpipe_loader.h88 * \param dev Device the screen will be created for.
92 pipe_loader_create_screen_vk(struct pipe_loader_device *dev, bool sw_vk);
97 * \param dev Device the screen will be created for.
100 pipe_loader_create_screen(struct pipe_loader_device *dev);
110 pipe_loader_config_options(struct pipe_loader_device *dev);
203 pipe_loader_sw_probe_wrapped(struct pipe_loader_device **dev,
224 pipe_loader_drm_probe_fd(struct pipe_loader_device **dev, int fd);
H A Dpipe_loader_sw.c58 #define pipe_loader_sw_device(dev) ((struct pipe_loader_sw_device *)dev)
349 pipe_loader_sw_probe_wrapped(struct pipe_loader_device **dev, in pipe_loader_sw_probe_wrapped() argument
370 *dev = &sdev->base; in pipe_loader_sw_probe_wrapped()
380 pipe_loader_sw_release(struct pipe_loader_device **dev) in pipe_loader_sw_release() argument
383 pipe_loader_sw_device(*dev); in pipe_loader_sw_release()
395 pipe_loader_base_release(dev); in pipe_loader_sw_release()
399 pipe_loader_sw_get_driconf(struct pipe_loader_device *dev, unsigned *count) in pipe_loader_sw_get_driconf() argument
411 pipe_loader_vk_get_driconf(struct pipe_loader_device *dev, unsigned *count) in pipe_loader_vk_get_driconf() argument
419 pipe_loader_sw_create_screen(struct pipe_loader_device *dev, in pipe_loader_sw_create_screen() argument
[all...]
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/
H A Dfreedreno_drm_winsys.c55 int fd = fd_device_fd(screen->dev); in fd_drm_screen_destroy()
88 struct fd_device *dev = fd_device_new_dup(fd); in fd_drm_screen_create() local
89 if (!dev) in fd_drm_screen_create()
92 pscreen = fd_screen_create(dev, ro, config); in fd_drm_screen_create()
94 int fd = fd_device_fd(dev); in fd_drm_screen_create()
/third_party/node/tools/dep_updaters/
H A Dupdate-openssl.sh21 WORKSPACE=$(mktemp -d 2> /dev/null || mktemp -d -t 'tmp')
50 command -v perl >/dev/null 2>&1 || { echo >&2 "Error: 'Perl' required but not installed."; exit 1; }
51 command -v nasm >/dev/null 2>&1 || { echo >&2 "Error: 'nasm' required but not installed."; exit 1; }
52 command -v as >/dev/null 2>&1 || { echo >&2 "Error: 'GNU as' required but not installed."; exit 1; }
53 perl -e "use Text::Template">/dev/null 2>&1 || { echo >&2 "Error: 'Text::Template' Perl module required but not installed."; exit 1; }
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenFormatTest.java9 package com.ibm.icu.dev.test.format;
20 import com.ibm.icu.dev.test.ModuleTest;
21 import com.ibm.icu.dev.test.ModuleTest.TestDataPair;
22 import com.ibm.icu.dev.test.TestDataModule;
23 import com.ibm.icu.dev.test.TestDataModule.DataMap;
24 import com.ibm.icu.dev.test.TestDataModule.TestData;
25 import com.ibm.icu.dev.test.TestFmwk;
26 import com.ibm.icu.dev.test.util.CalendarFieldsSet;
27 import com.ibm.icu.dev.test.util.DateTimeStyleSet;
50 //super("com/ibm/icu/dev/dat in DataDrivenFormatTest()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDataDrivenFormatTest.java10 package ohos.global.icu.dev.test.format;
21 import ohos.global.icu.dev.test.ModuleTest;
22 import ohos.global.icu.dev.test.ModuleTest.TestDataPair;
23 import ohos.global.icu.dev.test.TestDataModule;
24 import ohos.global.icu.dev.test.TestDataModule.DataMap;
25 import ohos.global.icu.dev.test.TestDataModule.TestData;
26 import ohos.global.icu.dev.test.TestFmwk;
27 import ohos.global.icu.dev.test.util.CalendarFieldsSet;
28 import ohos.global.icu.dev.test.util.DateTimeStyleSet;
53 //super("com/ibm/icu/dev/dat in DataDrivenFormatTest()
[all...]
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_drmif.h100 struct etna_device *etna_device_ref(struct etna_device *dev);
101 void etna_device_del(struct etna_device *dev);
102 int etna_device_fd(struct etna_device *dev);
103 bool etnaviv_device_softpin_capable(struct etna_device *dev);
104 uint32_t etnaviv_device_version(struct etna_device *dev);
109 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
126 struct etna_bo *etna_bo_new(struct etna_device *dev,
128 struct etna_bo *etna_bo_from_name(struct etna_device *dev, uint32_t name);
129 struct etna_bo *etna_bo_from_dmabuf(struct etna_device *dev, int fd);
/third_party/mesa3d/src/intel/isl/tests/
H A Disl_surf_get_image_offset_test.c29 #include "dev/intel_device_info.h"
130 struct isl_device dev; in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0() local
131 isl_device_init(&dev, &devinfo); in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0()
134 ok = isl_surf_init(&dev, &surf, in test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0()
178 struct isl_device dev; in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0() local
179 isl_device_init(&dev, &devinfo); in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
182 ok = isl_surf_init(&dev, &surf, in test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0()
239 struct isl_device dev; in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0() local
240 isl_device_init(&dev, &devinfo); in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
243 ok = isl_surf_init(&dev, in test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0()
[all...]
/third_party/libdrm/tests/exynos/
H A Dexynos_fimg2d_event.c52 struct exynos_device *dev; member
96 exynos_handle_event(data->dev, &data->evhandler.evctx); in threadfunc()
215 struct exynos_device *dev; in main() local
276 dev = exynos_device_create(fd); in main()
277 if (dev == NULL) { in main()
292 bo = exynos_bo_create(dev, bufw * bufh * 4, 0); in main()
308 event_data.dev = dev; in main()
326 exynos_device_destroy(dev); in main()
/third_party/fsverity-utils/
H A DMakefile38 cc-option = $(shell if $(CC) $(1) -c -x c /dev/null -o /dev/null > /dev/null 2>&1; \
43 ifneq ($(findstring -mingw,$(shell $(CC) -dumpmachine 2>/dev/null)),)
100 if [ "$$flags" != "`cat $@ 2>/dev/null`" ]; then \
108 LDLIBS := $(shell "$(PKGCONF)" libcrypto --libs 2>/dev/null || echo -lcrypto)
109 CFLAGS += $(shell "$(PKGCONF)" libcrypto --cflags 2>/dev/null || echo)
250 $(RUN_FSVERITY) --help > /dev/null
251 $(RUN_FSVERITY) --version > /dev/null
253 --key=testdata/key.pem --cert=testdata/cert.pem > /dev/nul
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dresource.cpp51 resource::resource(clover::device &dev, memory_obj &obj) : in resource() argument
52 device(dev), obj(obj), pipe(NULL), offset() { in resource()
157 root_resource::root_resource(clover::device &dev, memory_obj &obj, in root_resource() argument
159 resource(dev, obj) { in root_resource()
180 if (obj.flags() & CL_MEM_USE_HOST_PTR && dev.allows_user_pointers()) { in root_resource()
183 pipe = dev.pipe->resource_from_user_memory(dev.pipe, &info, obj.host_ptr()); in root_resource()
192 pipe = dev.pipe->resource_create(dev.pipe, &info); in root_resource()
210 root_resource::root_resource(clover::device &dev, memory_ob argument
[all...]
/third_party/rust/crates/rustix/src/fs/
H A Dmakedev.rs15 /// `minor(dev)`
22 pub fn minor(dev: Dev) -> u32 { in minor()
23 backend::fs::makedev::minor(dev) in minor()
26 /// `major(dev)`
33 pub fn major(dev: Dev) -> u32 { in major()
34 backend::fs::makedev::major(dev) in major()
/third_party/lwip/src/netif/ppp/
H A Dutils.c778 lock(dev)
779 char *dev;
784 result = mklock (dev, (void *) 0);
786 ppp_strlcpy(lock_file, dev, sizeof(lock_file));
791 ppp_notice("Device %s is locked by pid %d", dev, result);
804 if (stat(dev, &sbuf) < 0) {
805 ppp_error("Can't get device number for %s: %m", dev);
809 ppp_error("Can't lock %s: not a character device", dev);
819 if ((p = strstr(dev, "dev/")) !
[all...]
/third_party/backends/include/sane/
H A Dusb_manager.h418 int usb_manager_get_bus_number(usb_manager_device *dev);
419 int usb_manager_get_device_address(usb_manager_device *dev);
420 int usb_manager_get_device_descriptor(usb_manager_device *dev, usb_manager_device_descriptor *desc);
421 int usb_manager_open(usb_manager_device *dev, usb_manager_device_handle **dev_handle);
423 int usb_manager_get_configuration(usb_manager_device_handle *dev, int *config);
424 int usb_manager_get_config_descriptor(usb_manager_device *dev, uint8_t config_index,
442 usb_manager_device* usb_manager_ref_device(usb_manager_device *dev);
/third_party/libdrm/etnaviv/
H A Detnaviv_drmif.h91 struct etna_device *etna_device_ref(struct etna_device *dev);
92 void etna_device_del(struct etna_device *dev);
93 int etna_device_fd(struct etna_device *dev);
98 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
116 struct etna_bo *etna_bo_new(struct etna_device *dev,
118 struct etna_bo *etna_bo_from_name(struct etna_device *dev, uint32_t name);
119 struct etna_bo *etna_bo_from_dmabuf(struct etna_device *dev, int fd);
/third_party/libinput/test/
H A Dtest-log.c144 libinput_path_add_device(li, "/dev/input/event0"); in START_TEST()
173 struct litest_device *dev = litest_current_device(); in START_TEST() local
174 struct libinput *li = dev->libinput; in START_TEST()
178 litest_touch_down(dev, 0, 90, 100); in START_TEST()
184 abs = libevdev_get_abs_info(dev->evdev, axis); in START_TEST()
187 litest_event(dev, EV_ABS, in START_TEST()
190 litest_event(dev, EV_ABS, axis, abs->maximum * 2); in START_TEST()
191 litest_event(dev, EV_SYN, SYN_REPORT, 0); in START_TEST()
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.cpp54 GetCustomHeapProperties(ID3D12Device *dev, D3D12_HEAP_TYPE type) in GetCustomHeapProperties() argument
56 return dev->GetCustomHeapProperties(0, type); in GetCustomHeapProperties()
74 GetCustomHeapProperties(ID3D12Device *dev, D3D12_HEAP_TYPE type) in GetCustomHeapProperties() argument
77 dev->GetCustomHeapProperties(&ret, 0, type); in GetCustomHeapProperties()
216 ID3D12Device *dev; in create_device() local
218 __uuidof(ID3D12Device), (void **)& dev))) in create_device()
221 return dev; in create_device()
250 if (FAILED(dev->CreateRootSignature(0, in create_root_signature()
269 if (FAILED(dev->CreateComputePipelineState(&pipeline_desc, in create_pipeline_state()
292 D3D12_HEAP_PROPERTIES heap_pris = GetCustomHeapProperties(dev, heap_typ in create_buffer()
[all...]
/third_party/backends/tools/
H A Dupdate-upstreams.sh8 if type curl 2>/dev/null >/dev/null ; then
12 if type wget 2>/dev/null >/dev/null ; then
/third_party/libdrm/amdgpu/
H A Damdgpu_vm.c29 drm_public int amdgpu_vm_reserve_vmid(amdgpu_device_handle dev, uint32_t flags) in amdgpu_vm_reserve_vmid() argument
36 return drmCommandWriteRead(dev->fd, DRM_AMDGPU_VM, in amdgpu_vm_reserve_vmid()
40 drm_public int amdgpu_vm_unreserve_vmid(amdgpu_device_handle dev, in amdgpu_vm_unreserve_vmid() argument
48 return drmCommandWriteRead(dev->fd, DRM_AMDGPU_VM, in amdgpu_vm_unreserve_vmid()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.h38 struct tu_device *dev);
41 tu_spirv_to_nir(struct tu_device *dev,
47 tu_shader_create(struct tu_device *dev,
54 tu_shader_destroy(struct tu_device *dev,
/third_party/ltp/include/
H A Dtst_device.h14 const char *dev; member
45 int tst_clear_device(const char *dev);
57 * @dev_path Path to the loop device e.g. /dev/loop0
71 * @dev_path Path to the loop device e.g. /dev/loop0
80 * @dev_path Path to the loop device e.g. /dev/loop0
100 * @dev: test block device
102 unsigned long tst_dev_bytes_written(const char *dev);
110 * Find the file or path belongs to which block dev
111 * @path Path to find the backing dev
112 * @dev Th
[all...]

Completed in 16 milliseconds

1...<<11121314151617181920>>...104