| /openbmc/qemu/hw/smbios/ |
| H A D | smbios_type_38.c | 19 uint8_t interface_type; member 33 t->interface_type = info->interface_type; in smbios_build_one_type_38()
|
| /openbmc/phosphor-misc/usb-ctrl/ |
| H A D | usb-ctrl | 87 local interface_type="${2:-'usb-ro'}" 99 case "${interface_type}" in 122 echo "Unknown mass-storage interface type '${interface_type}' specified" >&2
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | omap2430.c | 72 if (data->interface_type == MUSB_INTERFACE_UTMI) { in omap2430_musb_init() 186 platdata->otg_board_data.interface_type = fdtdec_get_int(fdt, node, in omap2430_musb_ofdata_to_platdata() 188 if (platdata->otg_board_data.interface_type < 0) { in omap2430_musb_ofdata_to_platdata()
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | omap_musb.h | 17 u8 interface_type; member
|
| /openbmc/u-boot/board/lg/sniper/ |
| H A D | sniper.c | 50 .interface_type = MUSB_INTERFACE_ULPI,
|
| /openbmc/qemu/hw/acpi/ |
| H A D | ipmi.c | 85 aml_append(dev, aml_name_decl("_IFT", aml_int(info.interface_type))); in build_ipmi_dev_aml()
|
| H A D | aml-build.c | 2087 build_append_int_noprefix(table_data, f->interface_type, 1); in build_spcr()
|
| /openbmc/u-boot/board/amazon/kc1/ |
| H A D | kc1.c | 35 .interface_type = MUSB_INTERFACE_UTMI,
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | acpi-defs.h | 103 uint8_t interface_type; member
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | acpi_table.c | 367 spcr->interface_type = ACPI_DBG2_16550_COMPATIBLE; in acpi_create_spcr() 371 spcr->interface_type = ACPI_DBG2_UNKNOWN; in acpi_create_spcr() 409 debug("UART type %u @ %lx\n", spcr->interface_type, serial_address); in acpi_create_spcr()
|
| /openbmc/u-boot/include/linux/ |
| H A D | edd.h | 76 __u8 interface_type[8]; member
|
| /openbmc/u-boot/board/ti/evm/ |
| H A D | evm.c | 167 .interface_type = MUSB_INTERFACE_ULPI,
|
| /openbmc/qemu/include/hw/ipmi/ |
| H A D | ipmi.h | 85 int interface_type; member
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | acpi_table.h | 335 u8 interface_type; member
|
| /openbmc/u-boot/board/ti/beagle/ |
| H A D | beagle.c | 304 .interface_type = MUSB_INTERFACE_ULPI,
|
| /openbmc/qemu/hw/ipmi/ |
| H A D | smbus_ipmi.c | 344 info->interface_type = IPMI_SMBIOS_SSIF; in smbus_ipmi_get_fwinfo()
|
| H A D | ipmi_kcs.c | 403 info->interface_type = IPMI_SMBIOS_KCS; in ipmi_kcs_get_fwinfo()
|
| H A D | ipmi_bt.c | 417 info->interface_type = IPMI_SMBIOS_BT; in ipmi_bt_get_fwinfo()
|
| /openbmc/qemu/qom/ |
| H A D | object.c | 300 static void type_initialize_interface(TypeImpl *ti, TypeImpl *interface_type, in type_initialize_interface() argument 308 info.name = g_strdup_printf("%s::%s", ti->name, interface_type->name); in type_initialize_interface() 317 new_iface->interface_type = interface_type; in type_initialize_interface() 378 type_initialize_interface(ti, iface->interface_type, klass->type); in type_initialize()
|
| /openbmc/qemu/include/qom/ |
| H A D | object.h | 586 Type interface_type; member
|
| /openbmc/qemu/hw/loongarch/ |
| H A D | virt-acpi-build.c | 270 .interface_type = 0, /* 16550 compatible */ in spcr_setup()
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 237 .interface_type = 0x12, /* 16550 compatible */ in spcr_setup()
|
| /openbmc/qemu/hw/arm/ |
| H A D | virt-acpi-build.c | 540 .interface_type = 3, /* ARM PL011 UART */ in spcr_setup()
|
| /openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
| H A D | smbios.py2 | 2031 … self.add_field('interface_type', u.unpack_one("B"), unpack.format_table("{}", _interface_type)) 2225 … self.add_field('interface_type', u.unpack_one("B"), unpack.format_table("{}", _interface_types))
|