Home
last modified time | relevance | path

Searched defs:bases (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dclassutils.py9 def __init__(cls, name, bases, attrs): argument
27 def __init__(cls, name, bases, attrs): argument
H A Dterminal.py25 def __init__(cls, name, bases, attrs): argument
H A Dspdx.py145 def __new__(mcls, name, bases, attrs): argument
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c33 } bases[] = { in nv50_base_new() local
/openbmc/linux/drivers/gpu/host1x/
H A Dsyncpt.c26 struct host1x_syncpt_base *bases = host->bases; in host1x_syncpt_base_request() local
282 struct host1x_syncpt_base *bases; in host1x_syncpt_init() local
H A Ddev.h129 struct host1x_syncpt_base *bases; member
/openbmc/linux/arch/x86/boot/
H A Dearly_serial_console.c77 static const int bases[] = { 0x3f8, 0x2f8 }; in parse_earlyprintk() local
/openbmc/linux/drivers/clk/ux500/
H A Du8500_of_clk.c131 u32 bases[CLKRST_MAX]; in u8500_clk_init() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dnamedtuple_with_abc.py49 def __new__(mcls, name, bases, namespace): argument
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_scaler.c155 static unsigned int bases[] = { in scaler_set_src_base() local
218 static unsigned int bases[] = { in scaler_set_dst_base() local
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dpluginbase.py66 def __new__(cls, name, bases, attrs): argument
/openbmc/linux/arch/x86/kernel/
H A Dearly_printk.c162 static const int __initconst bases[] = { 0x3f8, 0x2f8 }; in early_serial_init() local
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-nvidia.c36 void __iomem *bases[MAX_SMMU_INSTANCES]; member
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py84 def __init__(self, name, bases, attrs): argument
/openbmc/linux/include/linux/
H A Dposix-timers.h133 struct posix_cputimer_base bases[CPUCLOCK_MAX]; member
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dpio.c82 static const u16 bases[] = { in index_to_pioqueue_base() local
/openbmc/linux/sound/pci/hda/
H A Dhda_proc.c249 static const char * const bases[7] = { in get_jack_location() local
/openbmc/qemu/hw/xen/
H A Dxen_pt.h240 XenPTRegion bases[PCI_NUM_REGIONS]; /* Access regions */ member
/openbmc/linux/drivers/iommu/
H A Drockchip-iommu.c107 void __iomem **bases; member
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c345 const struct engine_mmio_base *bases) in __engine_mmio_base()
/openbmc/linux/kernel/time/
H A Dhrtimer.c947 void clock_was_set(unsigned int bases) in clock_was_set()