| /u-boot/scripts/kconfig/ |
| A D | qconf.h | 19 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 D | pci_common.c | 19 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 D | pci_auto.c | 39 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 D | pci-uclass.c | 271 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 D | pci_rom.c | 135 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 D | unbind.rst | 12 unbind <class> <index> 13 unbind <class> <index> <driver> 24 class 25 device class name 28 index of the device in the device class
|
| A D | bind.rst | 12 bind <class> <index> <driver> 27 class 28 device class name 31 index of the parent device in the device class
|
| A D | ums.rst | 16 Use the USB Mass Storage class (also known as UMS) to make accessible an U-Boot
|
| /u-boot/doc/develop/driver-model/ |
| A D | bind.rst | 27 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 D | pci.c | 233 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 D | Kconfig | 6 driver of ethernet class.
|
| /u-boot/drivers/remoteproc/ |
| A D | rproc-elf-loader.c | 52 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 D | sysinfo.txt | 10 class
|
| /u-boot/drivers/usb/gadget/ |
| A D | ep0.c | 318 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 D | asn1_compiler.c | 692 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 D | uclass.h | 100 int (*init)(struct uclass *class); 101 int (*destroy)(struct uclass *class);
|
| /u-boot/drivers/virtio/ |
| A D | virtio_net.h | 159 __u8 class; member
|
| /u-boot/include/linux/ |
| A D | compat.h | 286 struct class *class; member
|
| /u-boot/drivers/usb/gadget/udc/ |
| A D | udc-core.c | 45 static struct class *udc_class; 192 udc->dev.class = udc_class; in usb_add_gadget_udc_release()
|
| /u-boot/doc/SPL/ |
| A D | README.am335x-network | 60 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 D | Kconfig | 7 Say Y here to enable external connector class (extcon) support.
|
| /u-boot/lib/efi_driver/ |
| A D | efi_uclass.c | 344 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 D | gw_ventana.c | 358 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 D | libfdt.i_shipped | 22 * 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 D | mdio-mux.txt | 4 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
|