Home
last modified time | relevance | path

Searched +full:m +full:- +full:class (Results 1 – 25 of 1020) sorted by relevance

12345678910>>...41

/openbmc/linux/kernel/locking/
H A Dlockdep_proc.c1 // SPDX-License-Identifier: GPL-2.0
34 #define iterate_lock_classes(idx, class) \ argument
35 for (idx = 0, class = lock_classes; idx <= max_lock_class_idx; \
36 idx++, class++)
38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() argument
40 struct lock_class *class = v; in l_next() local
42 ++class; in l_next()
43 *pos = class - lock_classes; in l_next()
44 return (*pos > max_lock_class_idx) ? NULL : class; in l_next()
47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() argument
[all …]
/openbmc/linux/drivers/staging/greybus/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
5 tristate "Greybus Audio Class driver"
9 Greybus Audio Class specification.
11 To compile this code as a module, chose M here: the module
12 will be called gb-audio.ko
20 bridge from an APB-I2S port to a Unipro network.
22 To compile this code as a module, chose M here: the module
23 will be called gb-audio-codec.ko
27 tristate "Greybus Bootrom Class driver"
30 Greybus Bootrom Class specification.
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dnv12mt_example.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
20 style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
32 inkscape:window-width="1920"
33 inkscape:window-height="997"
36 fit-margin-top="0"
37 fit-margin-left="0"
38 fit-margin-right="0"
[all …]
H A Dnv12mt.svg1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later -->
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
20 style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"><metadata
32 inkscape:window-width="1920"
33 inkscape:window-height="997"
36 fit-margin-top="0"
37 fit-margin-left="0"
38 fit-margin-right="0"
[all …]
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py7 # the COPYING file in the top-level directory.
26 class DefineDirective(FileMatch):
30 class ExpressionDefine(FileMatch):
35 def provided_identifiers(self) -> Iterable[RequiredIdentifier]:
38 class ConstantDefine(ExpressionDefine):
44 class TypeIdentifiers(NamedTuple):
60 def merge(self, other: 'TypeIdentifiers') -> Optional['TypeIdentifiers']:
66 def __str__(self) -> str:
71 def check_consistency(self) -> List[str]:
84 and self.classtype != f'{self.instancetype}Class'):
[all …]
H A Dqom_type_info.py7 # the COPYING file in the top-level directory.
23 RE_TI_FIELDS = M(RE_TI_FIELD_INIT)
25 RE_TYPEINFO_START = S(r'^[ \t]*', M(r'(static|const)\s+', name='modifiers'), r'TypeInfo\s+',
30 class InitializerValue(NamedTuple):
35 class ArrayItem(FileMatch):
38 class ArrayInitializer(FileMatch):
41 def parsed(self) -> ParsedArray:
42 #DBG('parse_array: %r', m.group(0))
43 return [m.group('arrayitem') for m in self.group_finditer(ArrayItem, 'arrayitems')]
45 class FieldInitializer(FileMatch):
[all …]
H A Dpatching.py7 # the COPYING file in the top-level directory.
28 class Patch(NamedTuple):
37 class RequiredIdentifier(NamedTuple):
41 class FileMatch:
42 """Base class for regex matches
44 Subclasses just need to set the `regexp` class attribute
48 def __init__(self, f: 'FileInfo', m: Match) -> None:
50 self.match: Match[str] = m
53 def name(self) -> str:
62 def start(self) -> int:
[all …]
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h3 // clang-format off
80 # pragma GCC diagnostic ignored "-Wpedantic"
81 # pragma GCC diagnostic ignored "-Wconversion"
82 # pragma GCC diagnostic ignored "-Wold-style-cast"
85 // GCC 4.9 Bug 61489 Wrong warning with -Wmissing-field-initializers
86 # pragma GCC diagnostic ignored "-Wmissing-field-initializers"
91 # pragma GCC diagnostic ignored "-Wunsafe-buffer-usage"
92 # pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant"
93 # pragma GCC diagnostic ignored "-Wold-style-cast"
105 //---------------+
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/dynamic-layers/meta-python/recipes-support/gpiod-sysfs-proxy/
H A Dgpiod-sysfs-proxy_0.1.2.bb1 SUMMARY = "User-space, libgpiod-based compatibility layer for linux GPIO sysfs interface."
6 inherit systemd update-rc.d ptest pypi python_pep517 python_setuptools_build_meta useradd
11 file://gpiod-sysfs-proxy.service.in \
12 file://run-gpio-sys.mount \
13 file://sys-class.mount \
14 file://gpiod-sysfs-proxy.init.in \
15 file://run-ptest.in \
21 # must be selected. However, we don't make it the default as - with kernel sysfs
22 # disabled - it plays a silly game with /sys/class, where it mounts a read-only
23 # overlay containing the missing /sys/class/gpio directory. This is a rather
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c1 // SPDX-License-Identifier: MIT
40 * on HSW) - so the final size, including the extra state required for the
54 u8 class; member
65 .class = RENDER_CLASS,
72 .class = COPY_ENGINE_CLASS,
79 .class = COPY_ENGINE_CLASS,
86 .class = COPY_ENGINE_CLASS,
93 .class = COPY_ENGINE_CLASS,
100 .class = COPY_ENGINE_CLASS,
107 .class = COPY_ENGINE_CLASS,
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/
H A Dobmc-update.sh10 if ! test -r /proc/mounts || ! test -f /proc/mounts
12 mkdir -p /proc
13 mount -t proc proc proc
15 if ! test -d /sys/class
17 mkdir -p /sys
18 mount -t sysfs sys sys
20 if ! test -c /dev/null
22 mkdir -p /dev
23 mount -t devtmpfs dev dev
29 m=${1##mtd}
[all …]
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp19 inline void intrusive_ptr_add_ref(DBusMessage* m) { dbus_message_ref(m); } in intrusive_ptr_add_ref() argument
21 inline void intrusive_ptr_release(DBusMessage* m) { dbus_message_unref(m); } in intrusive_ptr_release() argument
25 class message {
76 message(DBusMessage* m) : message_(m) {} in message() argument
129 packer(message& m) { impl::message_iterator::init_append(m, iter_); } in packer()
134 if (this->pack(e) == false) { in pack()
238 unpacker(message& m) { impl::message_iterator::init(m, iter_); } in unpacker()
366 -> decltype(std::declval<C>().emplace(*p), std::true_type());
386 -> decltype(std::declval<C>().emplace_back(*p), std::true_type());
464 inline std::ostream& operator<<(std::ostream& os, const message& m) { in operator <<() argument
[all …]
H A Dconnection_service.hpp26 class filter;
27 class match;
28 class connection;
30 class connection_service
47 boost::asio::io_service& io = this->get_io_service(); in open()
53 boost::asio::io_service& io = this->get_io_service(); in open()
58 inline message send(implementation_type& impl, message& m) { in send() argument
59 return impl.send_with_reply_and_block(m); in send()
63 inline message send(implementation_type& impl, message& m, in send() argument
67 impl.send(m); in send()
[all …]
H A Dconnection.hpp18 class filter;
19 class match;
21 /// Root D-Bus IO object
25 class connection : public boost::asio::basic_io_object<connection_service> {
30 * wire D-Bus for asynchronous operation.
38 this->get_service().open(this->get_implementation(), address); in connection()
41 /// Open a connection to a well-known bus.
43 * D-Bus connections are usually opened to well-known buses like the
46 * @param bus The well-known bus to connect to.
53 this->get_service().open(this->get_implementation(), bus); in connection()
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py9 # SPDX-License-Identifier: GPL-2.0-only
17 class StatementGroup(list):
22 class AstNode(object):
27 class IncludeNode(AstNode):
46 class IncludeAllNode(AstNode):
61 class ExportNode(AstNode):
69 class UnsetNode(AstNode):
82 class UnsetFlagNode(AstNode):
96 class DataNode(AstNode):
99 we have one class doing all this. This means that all
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/
H A Dfrr_10.2.1.bb3 and Unix platforms. It implements BGP, OSPF, RIP, IS-IS, PIM, LDP, BFD, Babel, PBR, OpenFabric \
8 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
9 LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
19 UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"
25 inherit autotools-brokensep python3native pkgconfig useradd systemd
27 DEPENDS:class-native = "bison-native elfutils-native"
28 DEPENDS:class-target = "bison-native json-c readline c-ares libyang frr-native protobuf-c-native pr…
30 RDEPENDS:${PN}:class-target = "iproute2 python3-core bash"
33 PACKAGECONFIG:class-native = ""
[all …]
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/
H A Du-boot-fw-utils-aspeed_2016.07.bb1 require u-boot-common-aspeed_${PV}.inc
3 SRC_URI += "file://default-gcc.patch"
7 SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
8 DEPENDS += "mtd-utils"
10 PROVIDES += "u-boot-fw-utils"
12 INSANE_SKIP:${PN} = "already-stripped"
13 EXTRA_OEMAKE:class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC=…
14 EXTRA_OEMAKE:class-cross = 'ARCH=${TARGET_ARCH} CC="${CC} ${CFLAGS} ${LDFLAGS}" V=1'
16 inherit uboot-config
24 install -d ${D}${base_sbindir}
[all …]
/openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/
H A Dbios-update.sh9 # http://www.apache.org/licenses/LICENSE-2.0
26 KERNEL_SYSFS_FIU="/sys/bus/platform/drivers/NPCM-FIU"
35 IMAGE_FILE="/tmp/image-bios"
40 m=$(grep -xl "$1" /sys/class/mtd/*/name)
41 m=${m%/name}
42 m=${m##*/}
43 echo "$m"
47 if [ -d "${KERNEL_SYSFS_FIU}/${KERNEL_FIU_ID}" ]; then
50 echo low > /sys/class/gpio/gpio${SPI_SW_SELECT}/direction # Switch mux to host
51 rm -f ${IMAGE_FILE}
[all …]
/openbmc/linux/drivers/leds/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
18 tristate "LED Class Support"
20 This option enables the LED sysfs class in /sys/class/leds. You'll
24 tristate "LED Flash Class Support"
27 This option enables the flash LED sysfs class in /sys/class/leds.
28 It wraps LED Class and adds flash LEDs specific sysfs attributes
34 tristate "LED Multicolor Class Support"
37 This option enables the multicolor LED sysfs class in /sys/class/leds.
38 It wraps LED class and adds multicolor LED specific sysfs attributes
40 for multicolor LEDs that are grouped together. This class is not
[all …]
/openbmc/openbmc/meta-nuvoton/recipes-bsp/u-boot/
H A Du-boot-fw-utils-nuvoton_2023.10.bb1 require u-boot-common-nuvoton_${PV}.inc
2 require recipes-bsp/u-boot/u-boot-configure.inc
4 SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
5 DEPENDS += "mtd-utils bison-native"
6 RDEPENDS:${PN} = "udev-nuvoton-mtd-partitions"
8 PROVIDES += "u-boot-fw-utils"
11 INSANE_SKIP:${PN} = "already-stripped"
13 EXTRA_OEMAKE:class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" HOSTCC="${BUILD_CC} ${BUILD_FLAGS} ${…
14 EXTRA_OEMAKE:class-cross = 'ARCH=${TARGET_ARCH} CC="${CC} ${CFLAGS} ${LDFLAGS}" V=1'
16 inherit uboot-config
[all …]
H A Du-boot-fw-utils-nuvoton_2021.04.bb1 require u-boot-common-nuvoton_${PV}.inc
2 require recipes-bsp/u-boot/u-boot-configure.inc
4 SUMMARY = "U-Boot bootloader fw_printenv/setenv utilities"
5 DEPENDS += "mtd-utils bison-native"
6 RDEPENDS:${PN} = "udev-nuvoton-mtd-partitions"
8 PROVIDES += "u-boot-fw-utils"
11 INSANE_SKIP:${PN} = "already-stripped"
13 EXTRA_OEMAKE:class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" HOSTCC="${BUILD_CC} ${BUILD_FLAGS} ${…
14 EXTRA_OEMAKE:class-cross = 'ARCH=${TARGET_ARCH} CC="${CC} ${CFLAGS} ${LDFLAGS}" V=1'
16 inherit uboot-config
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix_3.8.6.bb3 IBM research as an alternative to the widely-used Sendmail program. \
5 has a definite Sendmail-ish flavor, but the inside is completely different."
9 DEPENDS = "db icu libpcre libnsl2 m4-native openssl postfix-native \
11 ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
14 LICENSE = "IPL-1.0 | EPL-2.0"
17 SRC_URI = "http://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
24 file://0001-Fix-makedefs.patch \
25 file://0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch \
26 file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
27 file://0004-Fix-icu-config.patch \
[all …]
/openbmc/linux/sound/soc/codecs/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # setting - SPI can't be modular so that case doesn't need to be covered.
8 default m if I2C=m
360 default m if SND_SOC_CS47L24=m
361 default m if SND_SOC_WM5102=m
362 default m if SND_SOC_WM5110=m
363 default m if SND_SOC_WM8997=m
364 default m if SND_SOC_WM8998=m
369 default m if SND_SOC_WM8993=m || SND_SOC_WM8994=m
385 default m if SND_SOC_MADERA=m
[all …]
/openbmc/linux/drivers/usb/class/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0
3 # USB Class driver configuration
5 comment "USB Device Class drivers"
12 Communication Device Class Abstract Control Model interface.
19 To compile this driver as a module, choose M here: the
20 module will be called cdc-acm.
28 To compile this driver as a module, choose M here: the
38 To compile this driver as a module, choose M here: the
39 module will be called cdc-wdm.
42 tristate "USB Test and Measurement Class support"
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py3 # Generate test-avx.h from x86.csv
57 class MMArg():
62 raise Exception("Bad /m width: %s" % w)
74 class ArgImm8u():
93 class ArgRM():
109 class ArgMem():
119 class SkipInstruction(Exception):
125 r, m = arg.split('/')
126 if (m[0] != 'm'):
127 raise Exception("Expected /m: %s", arg)
[all …]

12345678910>>...41