/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | net2280.h | 102 const struct usb_endpoint_descriptor *desc; member
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_dump.c | 174 for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) { in igc_rings_dump()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_passthrough.c | 373 tbc->desc = "Passthrough TPM backend driver"; in tpm_passthrough_class_init()
|
/openbmc/qemu/hw/usb/ |
H A D | canokey.c | 317 dc->desc = "CanoKey QEMU"; in canokey_class_init()
|
/openbmc/qemu/hw/audio/ |
H A D | adlib.c | 313 dc->desc = ADLIB_DESC; in adlib_class_initfn()
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-nhlt.c | 256 epnt = (struct nhlt_endpoint *)nhlt->desc; in skl_get_clks()
|
/openbmc/linux/tools/perf/tests/ |
H A D | cpumap.c | 260 .desc = "CPU map",
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | generic-ehci.yaml | 116 big-endian-desc:
|
/openbmc/linux/drivers/cpuidle/ |
H A D | cpuidle-psci.c | 358 strcpy(drv->states[0].desc, "ARM WFI"); in psci_idle_init_cpu()
|
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_drv.c | 60 .desc = "hibmc drm driver",
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-mbi.c | 108 err = iommu_dma_prepare_msi(info->desc, in mbi_irq_domain_alloc()
|
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.c | 181 .desc = DRIVER_DESC,
|
/openbmc/qemu/hw/net/ |
H A D | igbvf.c | 317 dc->desc = "Intel 82576 Virtual Function"; in igbvf_class_init()
|
/openbmc/qemu/hw/gpio/ |
H A D | imx_gpio.c | 339 dc->desc = "i.MX GPIO controller"; in imx_gpio_class_init()
|
H A D | nrf51_gpio.c | 313 dc->desc = "nRF51 GPIO"; in nrf51_gpio_class_init()
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_imx2.c | 298 dc->desc = "i.MX2 watchdog timer"; in imx2_wdt_class_init()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | cxl_root_port.c | 275 dc->desc = "CXL Root Port"; in cxl_root_port_class_init()
|
/openbmc/qemu/hw/riscv/ |
H A D | sifive_e.c | 148 mc->desc = "RISC-V Board compatible with SiFive E SDK"; in sifive_e_machine_class_init()
|
/openbmc/u-boot/drivers/mtd/ubi/ |
H A D | build.c | 818 struct ubi_volume_desc desc; in autoresize() local 847 desc.vol = vol; in autoresize() 848 err = ubi_resize_volume(&desc, in autoresize()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | build.c | 776 struct ubi_volume_desc desc; in autoresize() local 805 desc.vol = vol; in autoresize() 806 err = ubi_resize_volume(&desc, in autoresize()
|
/openbmc/linux/drivers/ata/ |
H A D | sata_sil24.c | 263 const char *desc; member 1058 if (ci && ci->desc) { in sil24_error_intr() 1063 ata_ehi_push_desc(ehi, "%s", ci->desc); in sil24_error_intr()
|
/openbmc/linux/drivers/power/supply/ |
H A D | smb347-charger.c | 1050 if (psy->desc->type == POWER_SUPPLY_TYPE_USB) { in smb347_get_charging_status() 1111 if (psy->desc->type == POWER_SUPPLY_TYPE_USB) { in smb347_get_property_locked() 1137 if (psy->desc->type == POWER_SUPPLY_TYPE_USB) in smb347_get_property_locked()
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_lpss.c | 36 #define LPSS_ADDR(desc) ((unsigned long)&desc) argument 356 #define LPSS_ADDR(desc) (0UL) argument
|
/openbmc/linux/drivers/md/ |
H A D | dm-integrity.c | 496 SHASH_DESC_ON_STACK(desc, ic->journal_mac); in sb_mac() 505 desc->tfm = ic->journal_mac; in sb_mac() 507 r = crypto_shash_init(desc); in sb_mac() 528 r = crypto_shash_final(desc, result); in sb_mac() 792 SHASH_DESC_ON_STACK(desc, ic->journal_mac); in section_mac() 796 desc->tfm = ic->journal_mac; in section_mac() 798 r = crypto_shash_init(desc); in section_mac() 807 r = crypto_shash_update(desc, (__u8 *)&ic->sb->salt, SALT_SIZE); in section_mac() 814 r = crypto_shash_update(desc, (__u8 *)§ion_le, sizeof(section_le)); in section_mac() 834 r = crypto_shash_final(desc, result); in section_mac() [all …]
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | mmcc-msm8974.c | 2772 const struct qcom_cc_desc *desc; in mmcc_msm8974_probe() local 2774 desc = of_device_get_match_data(&pdev->dev); in mmcc_msm8974_probe() 2775 if (!desc) in mmcc_msm8974_probe() 2778 regmap = qcom_cc_map(pdev, desc); in mmcc_msm8974_probe() 2782 if (desc == &mmcc_msm8974_desc) { in mmcc_msm8974_probe() 2789 return qcom_cc_really_probe(pdev, desc, regmap); in mmcc_msm8974_probe()
|