Home
last modified time | relevance | path

Searched refs:subclass (Results 1 – 25 of 74) sorted by relevance

123

/openbmc/openbmc/meta-hpe/meta-common/recipes-phosphor/recipes-graphics/obmc-ikvm/
H A Dcreate_usbhid.sh29 echo 1 > functions/hid.0/subclass
71 echo 1 > functions/hid.1/subclass
/openbmc/obmc-ikvm/
H A Dcreate_usbhid.sh39 echo 1 > functions/hid.0/subclass
81 echo 1 > functions/hid.1/subclass
/openbmc/u-boot/drivers/bios_emulator/
H A Dbios.c150 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 Dpython3-hexbytes_1.3.1.bb1 SUMMARY = "Python bytes subclass that decodes hex, with a readable console output."
/openbmc/u-boot/cmd/
H A Dpci.c320 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 Dusb.c58 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 Dusb_ether.h32 unsigned char subclass; /* as in overview */ member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/
H A D0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch33 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 Dpr-manager.rst24 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 Dusb_storage.c86 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 D0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch52 - # subclass) if an old setuptools bug is triggered (see gh-3160).
/openbmc/u-boot/drivers/usb/eth/
H A Dusb_ether.c33 ueth->subclass = iface_desc->bInterfaceSubClass; in usb_ether_register()
H A Dmcs7830.c751 ss->subclass = iface_desc->bInterfaceSubClass; in mcs7830_eth_probe()
H A Dasix.c655 ss->subclass = iface_desc->bInterfaceSubClass; in asix_eth_probe()
H A Dasix88179.c663 ss->subclass = iface_desc->bInterfaceSubClass; in ax88179_eth_probe()
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A D__init__.py539 def new_string(self, s, subclass=None): argument
543 container = self.string_container(subclass)
/openbmc/phosphor-dbus-monitor/src/
H A Dpdmgen.py242 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 Dspapr_pci.c957 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 Dfsi.rst50 CFAM's LBUS. Engine implementations should subclass the LBusDevice and set the
/openbmc/qemu/docs/devel/
H A Dqom.rst101 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 Dreproducible-builds.rst141 You could subclass the test and change ``targets`` to a different target.
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-only16 …he Library, but which is not otherwise based on the Library. Defining a subclass of a class define…
H A DLGPL-3.0-or-later30 Library, but which is not otherwise based on the Library. Defining a subclass
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dwic.rst352 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 Dlocal.conf.sample67 # As an example of a subclass there is a "bleeding" edge policy configuration

123