Home
last modified time | relevance | path

Searched refs:interface_type (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/hw/smbios/
H A Dsmbios_type_38.c19 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 Dusb-ctrl87 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 Domap2430.c72 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 Domap_musb.h17 u8 interface_type; member
/openbmc/u-boot/board/lg/sniper/
H A Dsniper.c50 .interface_type = MUSB_INTERFACE_ULPI,
/openbmc/qemu/hw/acpi/
H A Dipmi.c85 aml_append(dev, aml_name_decl("_IFT", aml_int(info.interface_type))); in build_ipmi_dev_aml()
H A Daml-build.c2087 build_append_int_noprefix(table_data, f->interface_type, 1); in build_spcr()
/openbmc/u-boot/board/amazon/kc1/
H A Dkc1.c35 .interface_type = MUSB_INTERFACE_UTMI,
/openbmc/qemu/include/hw/acpi/
H A Dacpi-defs.h103 uint8_t interface_type; member
/openbmc/u-boot/arch/x86/lib/
H A Dacpi_table.c367 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 Dedd.h76 __u8 interface_type[8]; member
/openbmc/u-boot/board/ti/evm/
H A Devm.c167 .interface_type = MUSB_INTERFACE_ULPI,
/openbmc/qemu/include/hw/ipmi/
H A Dipmi.h85 int interface_type; member
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h335 u8 interface_type; member
/openbmc/u-boot/board/ti/beagle/
H A Dbeagle.c304 .interface_type = MUSB_INTERFACE_ULPI,
/openbmc/qemu/hw/ipmi/
H A Dsmbus_ipmi.c344 info->interface_type = IPMI_SMBIOS_SSIF; in smbus_ipmi_get_fwinfo()
H A Dipmi_kcs.c403 info->interface_type = IPMI_SMBIOS_KCS; in ipmi_kcs_get_fwinfo()
H A Dipmi_bt.c417 info->interface_type = IPMI_SMBIOS_BT; in ipmi_bt_get_fwinfo()
/openbmc/qemu/qom/
H A Dobject.c300 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 Dobject.h586 Type interface_type; member
/openbmc/qemu/hw/loongarch/
H A Dvirt-acpi-build.c270 .interface_type = 0, /* 16550 compatible */ in spcr_setup()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c237 .interface_type = 0x12, /* 16550 compatible */ in spcr_setup()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c540 .interface_type = 3, /* ARM PL011 UART */ in spcr_setup()
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py22031 … 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))