| /u-boot/drivers/usb/gadget/ |
| A D | f_mass_storage.c | 483 common->ep0->driver_data = common; in ep0_queue() 1693 common->residue = common->data_size; in check_command() 1735 if (common->lun < common->nluns) { in check_command() 1736 curlun = &common->luns[common->lun]; in check_command() 1899 if (!common->luns[common->lun].cdrom) in do_scsi_command() 1911 if (!common->luns[common->lun].cdrom) in do_scsi_command() 2053 struct fsg_common *common = fsg->common; in received_cbw() local 2372 do_set_interface(common, common->new_fsg); in handle_exception() 2456 common = calloc(sizeof(*common), 1); in fsg_common_init() 2461 memset(common, 0, sizeof(*common)); in fsg_common_init() [all …]
|
| /u-boot/drivers/adc/ |
| A D | stm32-adc-core.c | 70 if (!clk_valid(&common->bclk)) { in stm32h7_adc_clk_sel() 80 if (clk_valid(&common->aclk)) { in stm32h7_adc_clk_sel() 128 common->rate = rate / div; in stm32h7_adc_clk_sel() 148 if (!common->base) { in stm32_adc_core_probe() 164 common->vref_uv = ret; in stm32_adc_core_probe() 168 ret = clk_enable(&common->aclk); in stm32_adc_core_probe() 177 ret = clk_enable(&common->bclk); in stm32_adc_core_probe() 191 if (clk_valid(&common->bclk)) in stm32_adc_core_probe() 192 clk_disable(&common->bclk); in stm32_adc_core_probe() 195 if (clk_valid(&common->aclk)) in stm32_adc_core_probe() [all …]
|
| /u-boot/board/keymile/pg-wcom-ls102xa/ |
| A D | Makefile | 8 obj-y += ../common/common.o ../common/ivm.o ../common/qrio.o 9 obj-$(CONFIG_LAYERSCAPE_NS_ACCESS) += ../../freescale/common/ns_access.o 10 obj-$(CONFIG_LS102XA_STREAM_ID) += ../../freescale/common/ls102xa_stream_id.o 11 obj-$(CONFIG_ID_EEPROM) += ../../freescale/common/sys_eeprom.o
|
| /u-boot/drivers/net/ti/ |
| A D | am65-cpsw-nuss.c | 261 dev_warn(common->dev, in am65_cpsw_gmii_sel_k3() 280 dev_err(common->dev, in am65_cpsw_gmii_sel_k3() 307 common->rx_next = 0; in am65_cpsw_start() 308 common->rx_pend = 0; in am65_cpsw_start() 309 ret = dma_get_by_name(common->dev, "tx0", &common->dma_tx); in am65_cpsw_start() 314 ret = dma_get_by_name(common->dev, "rx", &common->dma_rx); in am65_cpsw_start() 408 common->started = true; in am65_cpsw_start() 428 dma_free(&common->dma_rx); in am65_cpsw_start() 482 common->rx_next++; in am65_cpsw_free_pkt() 494 if (!common->started) in am65_cpsw_stop() [all …]
|
| /u-boot/arch/arm/mach-omap2/ |
| A D | Makefile | 21 obj-y += sysinfo-common.o 23 obj-y += hwinit-common.o 24 obj-y += clocks-common.o 25 obj-y += emif-common.o 41 obj-y += boot-common.o 44 obj-y += mem-common.o 46 obj-y += fdt-common.o 48 obj-$(CONFIG_TI_SECURE_DEVICE) += sec-common.o
|
| /u-boot/arch/x86/cpu/queensbay/ |
| A D | fsp_configs.c | 14 rt_buf->common.stack_top = config->common.stack_top - 32; in fsp_update_configs() 15 rt_buf->common.boot_mode = config->common.boot_mode; in fsp_update_configs() 16 rt_buf->common.upd_data = &config->fsp_upd; in fsp_update_configs()
|
| /u-boot/drivers/clk/sunxi/ |
| A D | Kconfig | 8 This enables support for common clock driver API on Allwinner 17 This enables common clock driver support for platforms based 24 This enables common clock driver support for platforms based 31 This enables common clock driver support for platforms based 38 This enables common clock driver support for platforms based 45 This enables common clock driver support for the PRCM 52 This enables common clock driver support for platforms based 59 This enables common clock driver support for platforms based 66 This enables common clock driver support for platforms based 73 This enables common clock driver support for platforms based [all …]
|
| /u-boot/lib/zstd/ |
| A D | Makefile | 32 common/debug.o \ 33 common/entropy_common.o \ 34 common/error_private.o \ 35 common/fse_decompress.o \ 36 common/zstd_common.o \
|
| /u-boot/board/keymile/kmcent2/ |
| A D | Makefile | 12 obj-y += ../common/common.o 13 obj-y += ../common/ivm.o 14 obj-y += ../common/qrio.o
|
| /u-boot/drivers/net/phy/ |
| A D | ncsi.c | 190 if (hdr->common.revision != 1) { in ncsi_validate_rsp() 192 hdr->common.type, hdr->common.revision); in ncsi_validate_rsp() 206 hdr->common.type, hdr->common.length); in ncsi_validate_rsp() 217 hdr->common.type); in ncsi_validate_rsp() 597 if (hdr->common.revision != 1) { in ncsi_handle_aen() 599 hdr->common.type, hdr->common.revision); in ncsi_handle_aen() 605 hdr->common.type, hdr->common.length); in ncsi_handle_aen() 615 hdr->common.type); in ncsi_handle_aen() 652 switch (nh->common.type) { in ncsi_receive() 699 nh->common.type); in ncsi_receive() [all …]
|
| /u-boot/board/keymile/km83xx/ |
| A D | Makefile | 6 obj-y += km83xx.o ../common/common.o ../common/ivm.o
|
| /u-boot/board/menlo/mx8menlo/ |
| A D | Makefile | 22 obj-$(CONFIG_TDX_CFG_BLOCK) += ../../toradex/common/tdx-cfg-block.o 23 obj-y += ../../toradex/common/tdx-common.o 24 obj-y += ../../toradex/common/tdx-eeprom.o
|
| /u-boot/board/BuR/brxre1/ |
| A D | Makefile | 9 obj-y += ../common/br_resetc.o 10 obj-y += ../common/common.o
|
| /u-boot/board/BuR/brsmarc1/ |
| A D | Makefile | 8 obj-y += ../common/br_resetc.o 9 obj-y += ../common/common.o
|
| /u-boot/board/renesas/condor/ |
| A D | Makefile | 10 obj-y := ../rcar-common/gen3-spl.o 12 obj-y := condor.o ../rcar-common/common.o
|
| /u-boot/board/renesas/falcon/ |
| A D | Makefile | 10 obj-y := ../rcar-common/gen3-spl.o 12 obj-y := falcon.o ../rcar-common/common.o
|
| /u-boot/board/renesas/draak/ |
| A D | Makefile | 10 obj-y := ../rcar-common/gen3-spl.o 12 obj-y := draak.o ../rcar-common/common.o
|
| /u-boot/board/renesas/eagle/ |
| A D | Makefile | 10 obj-y := ../rcar-common/gen3-spl.o 12 obj-y := eagle.o ../rcar-common/common.o
|
| /u-boot/board/renesas/ebisu/ |
| A D | Makefile | 10 obj-y := ../rcar-common/gen3-spl.o 12 obj-y := ebisu.o ../rcar-common/common.o
|
| /u-boot/board/renesas/salvator-x/ |
| A D | Makefile | 10 obj-y := ../rcar-common/gen3-spl.o 12 obj-y := salvator-x.o ../rcar-common/common.o
|
| /u-boot/board/LaCie/net2big_v2/ |
| A D | Makefile | 10 obj-y := net2big_v2.o ../common/common.o 12 obj-y += ../common/cpld-gpio-bus.o
|
| /u-boot/board/renesas/ulcb/ |
| A D | Makefile | 10 obj-y := ../rcar-common/gen3-spl.o 12 obj-y := ulcb.o cpld.o ../rcar-common/common.o
|
| /u-boot/board/silinux/ek874/ |
| A D | Makefile | 10 obj-y := ../../renesas/rcar-common/gen3-spl.o 12 obj-y := ek874.o ../../renesas/rcar-common/common.o
|
| /u-boot/drivers/virtio/ |
| A D | virtio_pci_modern.c | 103 struct virtio_pci_common_cfg __iomem *common; member 204 *status = ioread8(&priv->common->device_status); in virtio_pci_get_status() 216 iowrite8(status, &priv->common->device_status); in virtio_pci_set_status() 312 iowrite16(index, &priv->common->queue_select); in virtio_pci_del_vq() 315 iowrite16(0, &priv->common->queue_enable); in virtio_pci_del_vq() 352 iowrite8(0, &priv->common->device_status); in virtio_pci_reset() 360 while (ioread8(&priv->common->device_status)) in virtio_pci_reset() 494 int common, notify, device; in virtio_pci_probe() local 514 if (!common) { in virtio_pci_probe() 530 common, notify); in virtio_pci_probe() [all …]
|
| /u-boot/board/LaCie/netspace_v2/ |
| A D | Makefile | 10 obj-y := netspace_v2.o ../common/common.o
|