| /openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/ |
| H A D | create_usbhid.sh | 29 echo 1 > functions/hid.0/subclass 71 echo 1 > functions/hid.1/subclass
|
| /openbmc/obmc-ikvm/ |
| H A D | create_usbhid.sh | 39 echo 1 > functions/hid.0/subclass 81 echo 1 > functions/hid.1/subclass
|
| /openbmc/u-boot/drivers/bios_emulator/ |
| H A D | bios.c | 150 u8 interface, subclass, baseclass; local 192 &subclass); 199 &subclass); 203 if (M.x86.R_CL == interface && M.x86.R_CH == subclass
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-hexbytes_1.3.1.bb | 1 SUMMARY = "Python bytes subclass that decodes hex, with a readable console output."
|
| /openbmc/u-boot/cmd/ |
| H A D | pci.c | 320 ulong class, subclass; in pci_header_show_brief() local 325 dm_pci_read_config(dev, PCI_CLASS_SUB_CODE, &subclass, PCI_SIZE_8); in pci_header_show_brief() 329 pci_class_str(class), subclass); in pci_header_show_brief() 368 u8 class, subclass; in pci_header_show_brief() local 373 pci_read_config_byte(dev, PCI_CLASS_SUB_CODE, &subclass); in pci_header_show_brief() 377 pci_class_str(class), subclass); in pci_header_show_brief()
|
| H A D | usb.c | 58 static void usb_display_class_sub(unsigned char dclass, unsigned char subclass, in usb_display_class_sub() argument 67 switch (subclass) { in usb_display_class_sub() 95 switch (subclass) { in usb_display_class_sub()
|
| /openbmc/u-boot/include/ |
| H A D | usb_ether.h | 32 unsigned char subclass; /* as in overview */ member
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
| H A D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 33 unsigned int subclass; 100 unsigned int subclass) 103 - USBG_F_HID_UINT_TO_ATTR_VAL(subclass)); 104 + union usbg_f_hid_attr_val val = {.subclass = subclass}; 366 @@ -274,8 +268,8 @@ static inline int usbg_f_net_get_subclass(usbg_f_net *nf, int *subclass) 368 static inline int usbg_f_net_set_subclass(usbg_f_net *nf, unsigned int subclass) 371 - USBG_F_NET_INT_TO_ATTR_VAL(subclass)); 372 + union usbg_f_net_attr_val val = {.subclass = subclass};
|
| /openbmc/qemu/docs/system/ |
| H A D | pr-manager.rst | 24 A persistent reservation manager is an instance of a subclass of the 27 Right now only one subclass is defined, ``pr-manager-helper``, which
|
| /openbmc/u-boot/common/ |
| H A D | usb_storage.c | 86 unsigned char subclass; /* as in overview */ member 670 if (us->subclass == US_SC_UFI) { in usb_stor_CBI_get_status() 1320 ss->subclass = iface->desc.bInterfaceSubClass; in usb_storage_probe() 1390 if (ss->subclass != US_SC_UFI && ss->subclass != US_SC_SCSI && in usb_storage_probe() 1391 ss->subclass != US_SC_8070) { in usb_storage_probe() 1392 printf("Sorry, protocol %d not yet supported.\n", ss->subclass); in usb_storage_probe()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/ |
| H A D | 0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch | 52 - # subclass) if an old setuptools bug is triggered (see gh-3160).
|
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | usb_ether.c | 33 ueth->subclass = iface_desc->bInterfaceSubClass; in usb_ether_register()
|
| H A D | mcs7830.c | 751 ss->subclass = iface_desc->bInterfaceSubClass; in mcs7830_eth_probe()
|
| H A D | asix.c | 655 ss->subclass = iface_desc->bInterfaceSubClass; in asix_eth_probe()
|
| H A D | asix88179.c | 663 ss->subclass = iface_desc->bInterfaceSubClass; in ax88179_eth_probe()
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | __init__.py | 539 def new_string(self, s, subclass=None): argument 543 container = self.string_container(subclass)
|
| /openbmc/phosphor-dbus-monitor/src/ |
| H A D | pdmgen.py | 242 self.subclass = kw.pop(self.cls) 403 factory = Everything.classmap(self.subclass, "element") 406 "class": self.subclass, 407 self.subclass: "element",
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_pci.c | 957 int subclass; member 1155 static const char *dt_name_from_class(uint8_t class, uint8_t subclass, in dt_name_from_class() argument 1175 while ((psubclass->subclass & 0xff) != 0xff) { in dt_name_from_class() 1176 if ((psubclass->subclass & 0xff) == subclass) { in dt_name_from_class()
|
| /openbmc/qemu/docs/specs/ |
| H A D | fsi.rst | 50 CFAM's LBUS. Engine implementations should subclass the LBusDevice and set the
|
| /openbmc/qemu/docs/devel/ |
| H A D | qom.rst | 101 cast an #Object to a subclass (or base-class) type using 222 #TypeInfo.class_init of a subclass leads to any user of the class obtained
|
| /openbmc/openbmc/poky/documentation/test-manual/ |
| H A D | reproducible-builds.rst | 141 You could subclass the test and change ``targets`` to a different target.
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | LGPL-3.0-only | 16 …he Library, but which is not otherwise based on the Library. Defining a subclass of a class define…
|
| H A D | LGPL-3.0-or-later | 30 Library, but which is not otherwise based on the Library. Defining a subclass
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | wic.rst | 352 file is a subclass of the ``SourcePlugin`` class, which is found in the 405 subclass (plugin) itself does not implement a particular function, Wic 412 plugins (subclass of ``SourcePlugin``) that do not implement a
|
| /openbmc/openbmc/meta-ampere/meta-mitchell/conf/templates/default/ |
| H A D | local.conf.sample | 67 # As an example of a subclass there is a "bleeding" edge policy configuration
|