Home
last modified time | relevance | path

Searched refs:Class (Results 1 – 25 of 143) sorted by relevance

123456

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/
H A D0001-Adjust-test-expectations-for-ptest.patch19 … party import ""totally_missing"" should be placed before local import ""package.Class""":UNDEFINED
20 … party import ""astroid"" should be placed before local imports ""package.Class"", "".package""":U…
21 …mport ""pylint.checkers"" should be placed before local imports ""package.Class"", "".package"", "…
22 … import ""pylint.config"" should be placed before local imports ""package.Class"", "".package"", "…
23 …rty import ""pylint.sys"" should be placed before local imports ""package.Class"", "".package"", "…
24 …port ""pylint.pyreverse"" should be placed before local imports ""package.Class"", "".package"", "…
25 …onfig"", ""pylint.sys"", ""pylint.pyreverse"" and local imports ""package.Class"", "".package"", "…
26 …port ""pylint.constants"" should be placed before local imports ""package.Class"", "".package"", "…
27 …, ""pylint.pyreverse"", ""pylint.constants"", and local imports ""package.Class"", "".package"", "…
28 …", ""pylint.pyreverse"", ""pylint.constants"" and local imports ""package.Class"", "".package"", "…
[all …]
/openbmc/linux/drivers/staging/greybus/
H A DKconfig5 tristate "Greybus Audio Class driver"
9 Greybus Audio Class specification.
27 tristate "Greybus Bootrom Class driver"
30 Greybus Bootrom Class specification.
36 tristate "Greybus Camera Class driver"
40 Greybus Camera Class specification.
46 tristate "Greybus Firmware Download Class driver"
50 Greybus Firmware Download Class specification.
56 tristate "Greybus HID Class driver"
60 Greybus HID Class specification.
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Ddefinitions.rs13 type Class; typedef
23 pub trait Class { interface
84 class_size: ::core::mem::size_of::<<$t as $crate::definitions::ObjectImpl>::Class>(),
85 …class_init: <<$t as $crate::definitions::ObjectImpl>::Class as $crate::definitions::Class>::CLASS_…
86 …class_base_init: <<$t as $crate::definitions::ObjectImpl>::Class as $crate::definitions::Class>::C…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libclass/
H A Dlibclass-method-modifiers-perl_2.15.bb1 SUMMARY = "Class::Method::Modifiers - provides Moose-like method modifiers"
7 HOMEPAGE = "https://github.com/moose/Class-Method-Modifiers/"
12 SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz"
15 S = "${WORKDIR}/Class-Method-Modifiers-${PV}"
/openbmc/linux/drivers/media/usb/uvc/
H A DKconfig3 tristate "USB Video Class (UVC)"
8 Support for the USB Video Class (UVC). Currently only video
19 This option makes USB Video Class devices register an input device
/openbmc/linux/drivers/usb/class/
H A DKconfig3 # USB Class driver configuration
5 comment "USB Device Class drivers"
12 Communication Device Class Abstract Control Model interface.
42 tristate "USB Test and Measurement Class support"
/openbmc/qemu/rust/qemu-api/tests/
H A Dtests.rs10 definitions::{Class, ObjectImpl},
57 type Class = DummyClass; in test_device_decl_macros() typedef
67 impl Class for DummyClass { in test_device_decl_macros()
/openbmc/qemu/docs/about/
H A Demulation.rst517 Class: UDEF not counted
518 Class: SVE (68 hits)
519 Class: PCrel addr (47789483 hits)
520 Class: Add/Sub (imm) (192817388 hits)
521 Class: Logical (imm) (93852565 hits)
522 Class: Move Wide (imm) (76398116 hits)
523 Class: Bitfield (44706084 hits)
524 Class: Extract (5499257 hits)
525 Class: Cond Branch (imm) (147202932 hits)
526 Class: Exception Gen (193581 hits)
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcs35l35.txt75 or using these Class H Algorithm controls over the internal Algorithm.
78 - cirrus,classh-internal-algo : Sub-node for the Internal Class H Algorithm
79 See Section 4.3 Internal Class H Algorithm in the Datasheet.
84 Section 7.29 Class H Control
89 Section 7.30 Class H Headroom Control
92 Section 7.31 Class H Release Rate
95 Section 7.32 Class H Weak FET Drive Control
100 Section 7.34 Class H VP Control
H A Drt1015.txt1 RT1015 Mono Class D Audio Amplifier
/openbmc/qemu/scripts/coccinelle/
H A Dqom-parent-type.cocci6 type parent_t =~ ".*Class$";
16 is_class_obj = obj_t.endswith('Class')
/openbmc/linux/arch/openrisc/
H A DKconfig98 menu "Class II Instructions"
104 Select this if your implementation has the Class II instruction l.ff1
110 Select this if your implementation has the Class II instruction l.fl1
132 Select this if your implementation has support for the Class II
145 Select this if your implementation has support for the Class II
158 Select this if your implementation has support for the Class II
171 Select this if your implementation has support for the Class II
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-driver-usb-usbtmc9 "Universal Serial Bus Test and Measurement Class Specification
23 "Universal Serial Bus Test and Measurement Class, Subclass
/openbmc/u-boot/board/sbc8548/
H A DREADME49 BusDevFun VendorId DeviceId Device Class Sub-Class
55 BusDevFun VendorId DeviceId Device Class Sub-Class
60 BusDevFun VendorId DeviceId Device Class Sub-Class
/openbmc/linux/drivers/s390/block/
H A DKconfig67 prompt "Support for Storage Class Memory"
70 Block device driver for Storage Class Memory (SCM). This driver
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-sdbus-service.bbclass3 # Class users should define DBUS_SERVICES prior to including.
/openbmc/qemu/qga/vss-win32/
H A Dqga-vss.idl14 helpstring("QGAVSSProvider Class")
/openbmc/
Dopengrok0.0.log[all...]
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs107 type Class = PL011Class; typedef
122 impl qemu_api::definitions::Class for PL011Class {
652 impl qemu_api::definitions::Class for PL011LuminaryClass {
661 type Class = PL011LuminaryClass; typedef
/openbmc/linux/drivers/media/usb/em28xx/
H A DKconfig31 newer em28xx devices uses Vendor Class for audio, instead of
32 implementing the USB Audio Class. For those chips, this module
/openbmc/linux/Documentation/leds/
H A Dleds-class-multicolor.rst14 Multicolor Class Control
40 Multicolor Class Brightness Control
/openbmc/openbmc/poky/meta/classes-recipe/
H A Ddos2unix.bbclass7 # Class for use to convert all CRLF line terminators to LF
/openbmc/linux/Documentation/arch/s390/
H A Dmonreader.rst30 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP
75 the same DCSS. The CP command Q MONITOR (Class E privileged) shows the name
79 DCSS if your z/VM doesn't have one already, you need Class E privileges to
95 (Class E privileged), see "CP Command and Utility Reference".
173 module. You can also use the (Class E privileged) CP command Q NSS MAP to
/openbmc/linux/arch/arm/mach-omap2/
H A DKconfig182 bool "Class 3 mode of Smartreflex Implementation"
185 Say Y to enable Class 3 implementation of Smartreflex
187 Class 3 implementation of Smartreflex employs continuous hardware
/openbmc/linux/Documentation/admin-guide/media/
H A Dusb-cardlist.rst18 via USB Video Class. Those cameras are automatically supported by the
37 for cameras not supported by the USB Video Class (UVC) driver,
97 uvcvideo USB Video Class (UVC)

123456