/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 19 … 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 D | Kconfig | 5 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 D | definitions.rs | 13 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 D | libclass-method-modifiers-perl_2.15.bb | 1 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 D | Kconfig | 3 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 D | Kconfig | 3 # 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 D | tests.rs | 10 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 D | emulation.rst | 517 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 D | cs35l35.txt | 75 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 D | rt1015.txt | 1 RT1015 Mono Class D Audio Amplifier
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | qom-parent-type.cocci | 6 type parent_t =~ ".*Class$"; 16 is_class_obj = obj_t.endswith('Class')
|
/openbmc/linux/arch/openrisc/ |
H A D | Kconfig | 98 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 D | sysfs-driver-usb-usbtmc | 9 "Universal Serial Bus Test and Measurement Class Specification 23 "Universal Serial Bus Test and Measurement Class, Subclass
|
/openbmc/u-boot/board/sbc8548/ |
H A D | README | 49 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 D | Kconfig | 67 prompt "Support for Storage Class Memory" 70 Block device driver for Storage Class Memory (SCM). This driver
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-sdbus-service.bbclass | 3 # Class users should define DBUS_SERVICES prior to including.
|
/openbmc/qemu/qga/vss-win32/ |
H A D | qga-vss.idl | 14 helpstring("QGAVSSProvider Class")
|
/openbmc/ |
D | opengrok0.0.log | [all...] |
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 107 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 D | Kconfig | 31 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 D | leds-class-multicolor.rst | 14 Multicolor Class Control 40 Multicolor Class Brightness Control
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | dos2unix.bbclass | 7 # Class for use to convert all CRLF line terminators to LF
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | monreader.rst | 30 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 D | Kconfig | 182 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 D | usb-cardlist.rst | 18 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)
|