Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 63) sorted by relevance

123

/u-boot/scripts/kconfig/
A Dqconf.h19 class ConfigView;
20 class ConfigList;
21 class ConfigItem;
22 class ConfigLineEdit;
23 class ConfigMainWindow;
42 class ConfigList : public QTreeWidget {
44 typedef class QTreeWidget Parent;
194 typedef class QLineEdit Parent;
208 class ConfigView : public QWidget {
210 typedef class QWidget Parent;
[all …]
/u-boot/drivers/pci/
A Dpci_common.c19 const char *pci_class_str(u8 class) in pci_class_str() argument
21 switch (class) { in pci_class_str()
328 uint32_t class; in pci_find_class() local
333 PCI_CLASS_REVISION, &class); in pci_find_class()
334 if (class >> 16 == 0xffff) in pci_find_class()
342 &class); in pci_find_class()
343 class >>= 8; in pci_find_class()
345 if (class != find_class) in pci_find_class()
A Dpci_auto.c39 u16 class; in dm_pciauto_setup_device() local
175 dm_pci_read_config16(dev, PCI_CLASS_DEVICE, &class); in dm_pciauto_setup_device()
176 if (class == PCI_CLASS_DISPLAY_VGA) in dm_pciauto_setup_device()
527 unsigned short class; in dm_pciauto_config_device() local
536 dm_pci_read_config16(dev, PCI_CLASS_DEVICE, &class); in dm_pciauto_config_device()
538 switch (class) { in dm_pciauto_config_device()
A Dpci-uclass.c271 if (pplat->class == find_class && !index--) { in dm_pci_find_class()
568 if (pplat->class == (PCI_CLASS_DISPLAY_VGA << 8)) in pci_auto_config_devices()
702 !((id->class ^ find->class) & id->class_mask)) in pci_match_one_id()
872 ulong class; in pci_bind_bus_devices() local
897 class >>= 8; in pci_bind_bus_devices()
911 find_id.class = class; in pci_bind_bus_devices()
932 pplat->class = class; in pci_bind_bus_devices()
1783 ulong class; in pci_sriov_init() local
1786 &class, PCI_SIZE_16); in pci_sriov_init()
1800 find_id.class = class; in pci_sriov_init()
[all …]
A Dpci_rom.c135 if (pplat->class != rom_class) { in pci_rom_probe()
137 rom_class, pplat->class); in pci_rom_probe()
246 if (((pplat->class >> 8) ^ PCI_CLASS_DISPLAY_VGA) & 0xff00) { in dm_pci_run_vga_bios()
247 debug("%s: Class %#x, should be %#x\n", __func__, pplat->class, in dm_pci_run_vga_bios()
/u-boot/doc/usage/cmd/
A Dunbind.rst12 unbind <class> <index>
13 unbind <class> <index> <driver>
24 class
25 device class name
28 index of the device in the device class
A Dbind.rst12 bind <class> <index> <driver>
27 class
28 device class name
31 index of the parent device in the device class
A Dums.rst16 Use the USB Mass Storage class (also known as UMS) to make accessible an U-Boot
/u-boot/doc/develop/driver-model/
A Dbind.rst27 bind <class> <index> <driver>
30 unbind <class> <index>
31 unbind <class> <index> <driver>
35 - <class> is one of the class available in the list given by the "dm uclass"
/u-boot/cmd/
A Dpci.c233 unsigned long class, header_type; in pci_header_show() local
235 dm_pci_read_config(dev, PCI_CLASS_CODE, &class, PCI_SIZE_8); in pci_header_show()
238 printf(" class code = 0x%.2x (%s)\n", (int)class, in pci_header_show()
239 pci_class_str(class)); in pci_header_show()
277 ulong class, subclass; in pci_header_show_brief() local
281 dm_pci_read_config(dev, PCI_CLASS_CODE, &class, PCI_SIZE_8); in pci_header_show_brief()
286 pci_class_str(class), subclass); in pci_header_show_brief()
/u-boot/drivers/net/bnxt/
A DKconfig6 driver of ethernet class.
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c52 char class; local
65 class = ehdr->e_ident[EI_CLASS];
67 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS32) {
109 char class; local
121 class = ehdr->e_ident[EI_CLASS];
123 if (!IS_ELF(*ehdr) || ehdr->e_type != ET_EXEC || class != ELFCLASS64) {
/u-boot/doc/device-tree-bindings/sysinfo/
A Dsysinfo.txt10 class
/u-boot/drivers/usb/gadget/
A Dep0.c318 int class = 0; in ep0_get_descriptor()
326 class)) in ep0_get_descriptor()
347 int class = 0; in ep0_get_descriptor()
353 bAlternateSetting, class)) in ep0_get_descriptor()
/u-boot/tools/
A Dasn1_compiler.c692 enum asn1_class class : 8;
864 element->class = ASN1_UNIV; in parse_type()
876 element->class = ASN1_UNIV; in parse_type()
880 element->class = ASN1_APPL; in parse_type()
884 element->class = ASN1_CONT; in parse_type()
887 element->class = ASN1_PRIV; in parse_type()
944 element->class = ASN1_UNIV; in parse_type()
1220 else if (e->class == ASN1_UNIV) in dump_element()
1222 asn1_classes[e->class], in dump_element()
1227 asn1_classes[e->class], in dump_element()
[all …]
/u-boot/include/dm/
A Duclass.h100 int (*init)(struct uclass *class);
101 int (*destroy)(struct uclass *class);
/u-boot/drivers/virtio/
A Dvirtio_net.h159 __u8 class; member
/u-boot/include/linux/
A Dcompat.h286 struct class *class; member
/u-boot/drivers/usb/gadget/udc/
A Dudc-core.c45 static struct class *udc_class;
192 udc->dev.class = udc_class; in usb_add_gadget_udc_release()
/u-boot/doc/SPL/
A DREADME.am335x-network60 if substring (option vendor-class-identifier, 0, 10) = "DM814x ROM" {
62 } elsif substring (option vendor-class-identifier, 0, 17) = "AM335x U-Boot SPL" {
69 May the ROM bootloader sends another "vendor-class-identifier"
/u-boot/drivers/extcon/
A DKconfig7 Say Y here to enable external connector class (extcon) support.
/u-boot/lib/efi_driver/
A Defi_uclass.c344 static int efi_uc_init(struct uclass *class) in efi_uc_init() argument
356 static int efi_uc_destroy(struct uclass *class) in efi_uc_destroy() argument
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.c358 unsigned short class; member
372 unsigned int class = pdata->class; in board_pci_fixup_dev() local
384 pdev->class = class; in board_pci_fixup_dev()
386 if (class == PCI_CLASS_BRIDGE_PCI) in board_pci_fixup_dev()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped22 * a struct called fdt_property. That struct causes swig to create a class in
65 class FdtException(Exception):
128 class FdtRo(object):
131 This is a base class used by FdtRw (read-write access) and FdtSw
481 class Fdt(FdtRo):
482 """Device tree class, supporting all operations
693 class Property(bytearray):
732 class FdtSw(FdtRo):
858 class comment.
952 use the context manager as shown in the FdtSw class comment.
[all …]
/u-boot/doc/device-tree-bindings/net/
A Dmdio-mux.txt4 by U-Boot, not optional as is in Linux. Current U-Boot MDIO MUX udevice class
18 The properties described here are sufficient for MDIO MUX DM class code, but

Completed in 52 milliseconds

123