Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt1 Microchip USB 2.0 Hi-Speed Hub Controller
3 The device node for the configuration of a Microchip USB251x/xBi USB 2.0
4 Hi-Speed Controller.
7 - compatible : Should be "microchip,usb251xb" or one of the specific types:
11 - reg : I2C address on the selected bus (default is <0x2C>)
14 - reset-gpios : Should specify the gpio for hub reset
15 - vdd-supply : Should specify the phandle to the regulator supplying vdd
16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
17 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
18 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
[all …]
H A Dusb251xb.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip USB 2.0 Hi-Speed Hub Controller
10 - Richard Leitner <richard.leitner@skidata.com>
15 - microchip,usb2422
16 - microchip,usb2512b
17 - microchip,usb2512bi
18 - microchip,usb2513b
19 - microchip,usb2513bi
[all …]
/freebsd/share/man/man4/
H A Dusb.435 .Bd -ragged -offset indent
36 .Cd "device usb"
42 .Bd -literal -offset indent
52 provides machine-independent bus support and drivers for
53 USB devices in host and device side mode.
58 .Bl -tag -width 6n -offset indent
60 .It USB Device
74 device will always be present as it is needed for the root hub.
78 .Bl -tag -width 6n -offset indent
87 communicates with one USB device at a time.
[all …]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mem.c1 /*-
2 * Copyright (c) 2013-2020, Mellanox Technologies, Ltd. All rights reserved.
36 * @max_page_shift: high limit for page_shift - 0 means no limit
38 * @shift: page shift for the compound pages found in the region
40 * @order: log2 of the number of compound pages
59 m = min_t(unsigned long, max_page_shift - PAGE_SHIFT, m); in mlx5_ib_cont_pages()
61 for_each_sg(umem->sg_head.sgl, sg, umem->nmap, entry) { in mlx5_ib_cont_pages()
84 *order = order_base_2(i) - m; in mlx5_ib_cont_pages()
116 * dev - mlx5_ib device
117 * umem - umem to use to fill the pages
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
114 * The number of compound allocations of a given order. These
122 * contiguous multi-page chunks, a single chunk is optimal.
164 * Scatter ABD's use at least one page each, so sub-page allocations waste
227 ABDSTAT_INCR(abdstat_struct_size, -(int)sizeof (abd_t)); in abd_free_struct_impl()
230 static unsigned zfs_abd_scatter_max_order = ABD_MAX_ORDER - 1;
262 * with higher order compound pages from a single zone. Allocation size is
277 ABD_MAX_ORDER - 1); in abd_alloc_chunks()
292 order = MIN(highbit64(nr_pages - alloc_pages) - 1, max_order); in abd_alloc_chunks()
[all …]
H A Dvdev_disk.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
23 * Copyright (C) 2008-2010 Lawrence Livermore National Security, LLC.
26 * LLNL-CODE-403049.
42 #include <linux/blk-cgroup.h>
51 * For pre-6.8, we just emulate this with a cast, since we don't need any of
56 #define BDH_BDEV(bdh) ((bdh)->bdev)
81 * the maximum allowed by the device queue or the kernel itself, it will be
93 * device is missing. The missing path may be transient since the links
155 return (i_size_read(bdev->bd_inode)); in bdev_capacity()
[all …]
/freebsd/sys/netsmb/
H A Dsmb_dev.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2000-2001 Boris Popov
120 int ioc_level; /* 0 - session, 1 - share */
140 * Device IOCTLs
181 * Compound user interface
/freebsd/contrib/file/magic/Magdir/
H A Dwordprocessors2 #------------------------------------------------------------------------------
17 # /defs/w/wps-works-dos.trid.xml
19 # Note: older non OLE 2 Compound based versions
21 >112 ubeshort =0x0100 Microsoft Works 1-3 (DOS) or 2 (Windows) document
24 !:mime application/vnd-ms-works
25 #!:mime application/x-msworks
33 # Note: older non OLE 2 (./ole2compounddocs) Compound based version
35 #!:mime application/x-mspublisher
37 # https://web.archive.org/web/20200930085807/https://reposcope.com/mimetype/application/vnd.ms-publ…
38 !:mime application/vnd.ms-publisher
[all …]
H A Dmsdos2 #------------------------------------------------------------------------------
4 # msdos: file(1) magic for MS-DOS files
11 !:mime text/x-msdos-batch
14 !:mime text/x-msdos-batch
17 !:mime text/x-msdos-batch
20 !:mime text/x-msdos-batch
40 # FMX64:FileMaker Pro 64-bit plug-in https://en.wikipedia.org/wiki/FileMaker
41 # FMX: FileMaker Pro 32-bit plug-in https://en.wikipedia.org/wiki/FileMaker
47 # MLL: Maya plug-in (generic) http://en.wikipedia.org/wiki/Autodesk_Maya
49 # 8*: PhotoShop plug-in (generic) http://www.adobe.com/products/photoshop/main.html
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp1 //===--- SemaCUDA.cpp - Semantic Analysis for CUDA constructs -------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
36 if (auto *A = D->getAttr<AttrT>()) in hasExplicitAttr()
37 return !A->isImplicit(); in hasExplicitAttr()
50 ForceHostDeviceDepth--; in PopForceHostDevice()
61 QualType ConfigQTy = ConfigDecl->getType(); in ActOnExecConfigExpr()
105 return CUDAFunctionTarget::Device; in IdentifyTarget()
112 return D->hasAttrs() && llvm::any_of(D->getAttrs(), [&](Attr *Attribute) { in hasAttr()
[all …]
H A DSemaExpr.cpp1 //===--- SemaExpr.cpp - Semantic Analysis for Expressions -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
73 // See if this is an auto-typed variable whose initializer we are parsing. in CanUseDecl()
79 if (FD->isDeleted()) in CanUseDecl()
84 if (getLangOpts().CPlusPlus14 && FD->getReturnType()->isUndeducedType() && in CanUseDecl()
96 if (TreatUnavailableAsInvalid && D->getAvailability() == AR_Unavailable && in CanUseDecl()
97 cast<Decl>(CurContext)->getAvailability() != AR_Unavailable) in CanUseDecl()
108 if (const auto *A = D->getAttr<UnusedAttr>()) { in DiagnoseUnusedOfDecl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h1 //===--- OpenACCKinds.h - OpenACC Enums -------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// Defines some OpenACC-specific enums and functions.
12 //===----------------------------------------------------------------------===//
181 /// 'default' clause, allowed on parallel, serial, kernel (and compound)
205 /// 'device' clause, allowed on the 'update' construct.
206 Device, enumerator
350 case OpenACCClauseKind::Device: in printOpenACCClauseKind()
351 return Out << "device"; in printOpenACCClauseKind()
H A DDiagnosticSemaKinds.td1 //==--- DiagnosticSemaKinds.td - libsema diagnostics ----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
33 "been assigned">, InGroup<DiagGroup<"duplicate-enum">>, DefaultIgnore;
85 "%select{case value|enumerator value|non-type template argument|"
89 "%select{case value|enumerator value|non-type template argument|"
108 "represented in a %1-bit %select{signed|unsigned}2 integer type">;
114 InGroup<DiagGroup<"predefined-identifier-outside-function">>;
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_bancomm.c1 /* refclock_bancomm.c - clock driver for the Datum/Bancomm bc635VME
5 * IIi-cEngine running Solaris 2.6.
16 * Naval Observatory for a HP-UX machine. Since the original
18 * references to the HP-UX vme2 driver subsystem bave been
24 * Modified to add support for Symmetricom bc637PCI-U Time &
27 * Modified to add support for Symmetricom bc637PCI-U Time &
83 /***** Compound ioctl commands *****/
107 int32_t usec; /* usec 0 - 999999 */
108 int32_t hnsec; /* hnsec 0 - 9 (hundreds of nsecs) */
137 #define VMEPRECISION (-2
[all...]
H A Drefclock_gpsdjson.c2 * refclock_gpsdjson.c - clock driver as GPSD JSON client
15 * - There is no GPSD for Windows. (There is an unofficial port to
18 * - To work properly, this driver needs PPS and TPV/TOFF sentences
22 * - The device name matching must be done in a different way for
26 * Windows, there's no reason why this should not work there ;-) If this
29 * ---------------------------------------------------------------------
51 * ---------------------------------------------------------------------
71 * ?WATCH={"device":"/dev/gps0","enable":true,"json":true,"pps":true};<CRLF>
74 * with the device link used by GPSD, if necessary.
98 #define INVALID_TOKEN (-1)
[all …]
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp1 //===--- ParseOpenACC.cpp - OpenACC-specific parsing support --------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
36 // Translate single-token string representations to the OpenACC Directive Kind.
37 // This doesn't completely comprehend 'Compound Constructs' (as it just
46 Tok.getIdentifierInfo()->getName()) in getOpenACCDirectiveKind()
68 Tok.getIdentifierInfo()->getName()) in getOpenACCDirectiveKind()
74 // Translate single-token string representations to the OpenCC Clause Kind.
97 Tok.getIdentifierInfo()->getName()) in getOpenACCClauseKind()
[all …]
H A DParseExprCXX.cpp1 //===--- ParseExprCXX.cpp - C++ Expression Parsing ------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
74 ColonToken.setLocation(ColonToken.getLocation().getLocWithOffset(-1)); in FixDigraph()
110 /// Parse global scope or nested-name-specifier if present.
112 /// Parses a C++ global scope specifier ('::') or nested-name-specifier (which
116 /// '::'[opt] nested-name-specifier
119 /// nested-name-specifier:
120 /// type-name '::'
[all …]
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
30 * Copyright (c) 2017 Open-E, Inc. All Rights Reserved.
63 EZFS_SUCCESS = 0, /* no error -- success */
76 EZFS_VOLTOOBIG, /* volume is too large for 32-bit system */
81 EZFS_NODEVICE, /* no such device in pool */
82 EZFS_BADDEV, /* invalid device to add */
100 EZFS_ISSPARE, /* device is a hot spare */
108 EZFS_OPENFAILED, /* open of device failed */
118 EZFS_ISL2CACHE, /* device is for the level 2 ARC */
[all …]
/freebsd/lib/geom/part/
H A Dgpart.8144 .Bl -tag -width ".Cm bootcode"
157 .Bl -tag -width 12n
180 The index determines the name of the device special file used
215 .Bl -tag -width 10n
231 option is scheme-specific in nature (see the section entitled
282 .Bl -tag -width 10n
315 .Bl -tag -width 10n
333 .Bl -tag -width 10n
357 .Bl -tag -width 10n
384 .Bl -tag -width 10n
[all …]
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp1 //===--- OpenMPKinds.cpp - Token Kinds Support ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
456 llvm_unreachable("Invalid OpenMP 'device' clause modifier"); in getOpenMPSimpleClauseTypeName()
636 // it's a Fortran-specific directive. in isOpenMPSimdDirective()
734 // Non-executable directives. in isOpenMPCapturingDirective()
804 // but when they're constituents of a compound directive, and other in getOpenMPCaptureRegions()
/freebsd/share/man/man9/
H A Dstyle.92 .\" Copyright (c) 1995-2025 The FreeBSD Project
44 .Bd -literal
50 * VERY important single-line comments look like this.
53 /* Most single-line comments look like this. */
58 * Multi-line comments look like this. Make them real sentences. Fill
64 Single-line comments should be consistently either C or C++ within a file.
65 Multi-line comments should also be consistently either C or C++, but may differ
66 from single-line comments.
68 The copyright header should be a multi-line comment like so:
69 .Bd -literal
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dinvoke-ntpq.texi7 # EDIT THIS FILE WITH CAUTION (invoke-ntpq.texi)
9 # It has been AutoGen-ed May 25, 2024 at 12:04:30 AM by AutoGen 5.18.16
10 # From the definitions ntpq-opts.def
11 # and the template file agtexi-cmd.tpl
23 variables can be assembled, with raw and pretty-printed output
47 commands if the standard input is a terminal device.
64 @code{-4}
67 @code{-6}
75 @code{-i}
77 @code{-
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1 //===--- Parser.h - C Language Parser ---------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
54 /// Parser - This implements a parser for the C family of languages. After
71 /// Tok - The current token we are peeking ahead. All parsing methods assume
75 // PrevTokLocation - The location of the token we previously
88 /// Actions - These are the callbacks we invoke as we parse various constructs
94 /// ScopeCache - Cache scopes to reduce malloc traffic.
119 /// Ident_super - IdentifierInfo for "super", to support fast
[all …]
/freebsd/sys/fs/nfs/
H A Dnfsproto.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
64 * - Maximum RPC message header. It can include 2 400byte authenticators plus
67 * - XDR overheads for the NFSv4 compound. This can include Owner and
97 * These numbers are hard-wired in the RFCs, so they can't be changed.
328 * The lower numbers -> 21 are used by NFSv2 and v3. These define higher
390 /* and the ones for the optional Extended attribute support (RFC-8276). */
657 /* Additional Extended Attribute access bits RFC-8276. */
726 /* Flags for Get Device Info. */
1119 * NFSATTRBIT_SUPPORTED - SUPP0 - bits 0<->31
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h1 //===--- CodeGenModule.h - Per-Module state for LLVM CodeGen ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This is the internal per-translation-unit state used for llvm translation.
11 //===----------------------------------------------------------------------===//
278 /// This class organizes the cross-function state that is used while generating
471 /// before any thread_local variable in this TU is odr-used.
482 /// that we don't re-emit the initializer.
543 /// @name Cache for Objective-C runtime types
547 /// int * but is actually an Obj-C class pointer.
[all …]

123