Home
last modified time | relevance | path

Searched defs:compat (Results 76 – 100 of 192) sorted by relevance

12345678

/openbmc/qemu/hw/display/
H A Dqxl-logger.c238 bool compat = ext->flags & QXL_COMMAND_FLAG_COMPAT; in qxl_log_command() local
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c44 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop()
/openbmc/linux/drivers/memory/
H A Dof_memory.c364 #define OF_LPDDR2_VENDOR_CMP(compat, ID) \ in of_lpddr2_get_info() argument
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dicid.c111 const char *compat) in fdt_fixup_fman_port_icid_by_compat()
/openbmc/linux/arch/riscv/kernel/
H A Dcpu.c276 const char *compat; in c_show() local
/openbmc/linux/drivers/soundwire/
H A Dslave.c231 const char *compat = NULL; in sdw_of_find_slaves() local
/openbmc/qemu/hw/arm/
H A Dvirt.c362 const char compat[] = "arm,armv8-timer\0arm,armv7-timer"; in fdt_add_timer_nodes() local
633 const char compat[] = "arm,armv8-pmuv3"; in fdt_add_pmu_nodes() local
869 const char compat[] = "arm,pl011\0arm,primecell"; in create_uart() local
916 const char compat[] = "arm,pl031\0arm,primecell"; in create_rtc() local
1009 const char compat[] = "arm,pl061\0arm,primecell"; in create_gpio_devices() local
1346 const char compat[] = "arm,smmu-v3"; in create_smmu() local
1394 const char compat[] = "virtio,pci-iommu\0pci1af4,1057"; in create_virtio_iommu_dt_bindings() local
/openbmc/linux/include/linux/
H A Delf.h90 size_t datasz, bool compat, in arch_parse_elf_property()
/openbmc/linux/drivers/of/
H A Dbase.c321 const char *compat, const char *type, const char *name) in __of_device_is_compatible()
362 const char *compat) in of_device_is_compatible()
379 const char *const *compat) in of_device_compatible_match()
404 int of_machine_is_compatible(const char *compat) in of_machine_is_compatible()
/openbmc/u-boot/drivers/core/
H A Ddevice.c813 bool device_is_compatible(struct udevice *dev, const char *compat) in device_is_compatible()
818 bool of_machine_is_compatible(const char *compat) in of_machine_is_compatible()
/openbmc/qemu/hw/ppc/
H A Dpnv_psi.c566 static const char compat[] = "ibm,power8-psihb-x\0ibm,psihb-x"; in pnv_psi_power8_class_init() local
897 static const char compat[] = "ibm,power9-psihb-x\0ibm,psihb-x"; in pnv_psi_power9_class_init() local
928 static const char compat[] = "ibm,power10-psihb-x\0ibm,psihb-x"; in pnv_psi_power10_class_init() local
H A Dspapr.c4921 static GlobalProperty compat[] = { in spapr_machine_5_0_class_options() local
4957 static GlobalProperty compat[] = { in spapr_machine_4_1_class_options() local
5044 static GlobalProperty compat[] = { in spapr_machine_2_12_class_options() local
5109 static GlobalProperty compat[] = { in spapr_machine_2_9_class_options() local
5128 static GlobalProperty compat[] = { in spapr_machine_2_8_class_options() local
5198 static GlobalProperty compat[] = { in spapr_machine_2_7_class_options() local
5221 static GlobalProperty compat[] = { in spapr_machine_2_6_class_options() local
5240 static GlobalProperty compat[] = { in spapr_machine_2_5_class_options() local
5273 static GlobalProperty compat[] = { in spapr_machine_2_3_class_options() local
5288 static GlobalProperty compat[] = { in spapr_machine_2_2_class_options() local
/openbmc/linux/kernel/
H A Dcompat.c250 get_compat_sigset(sigset_t *set, const compat_sigset_t __user *compat) in get_compat_sigset()
/openbmc/linux/drivers/pps/
H A Dpps.c258 struct pps_fdata_compat compat; in pps_cdev_compat_ioctl() local
/openbmc/linux/fs/jbd2/
H A Djournal.c2209 int jbd2_journal_check_used_features(journal_t *journal, unsigned long compat, in jbd2_journal_check_used_features()
2240 int jbd2_journal_check_available_features(journal_t *journal, unsigned long compat, in jbd2_journal_check_available_features()
2298 int jbd2_journal_set_features(journal_t *journal, unsigned long compat, in jbd2_journal_set_features()
2388 void jbd2_journal_clear_features(journal_t *journal, unsigned long compat, in jbd2_journal_clear_features()
/openbmc/u-boot/board/freescale/ls1043aqds/
H A Deth.c156 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port()
/openbmc/u-boot/board/freescale/ls1046aqds/
H A Deth.c153 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port()
/openbmc/u-boot/board/freescale/t102xqds/
H A Deth_t102xqds.c166 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port()
/openbmc/qemu/include/hw/ppc/
H A Dpnv_psi.h80 const char *compat; member
/openbmc/linux/net/atm/
H A Dresources.c228 int number, int compat) in atm_dev_ioctl()
/openbmc/linux/arch/arm64/kernel/
H A Dcpuinfo.c180 bool compat = personality(current->personality) == PER_LINUX32; in c_show() local
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_pci.h220 #define __FT_FSL_PCI_SETUP(blob, compat, num) \ argument
223 #define __FT_FSL_PCIE_SETUP(blob, compat, num) \ argument
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c356 const char *compat = "ucc_uart"; in fdt_board_fixup_qe_uart() local
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc_dt.c219 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match()
/openbmc/u-boot/common/
H A Dfdt_support.c357 void do_fixup_by_compat(void *fdt, const char *compat, in do_fixup_by_compat()
376 void do_fixup_by_compat_u32(void *fdt, const char *compat, in do_fixup_by_compat_u32()
1293 int fdt_node_offset_by_compat_reg(void *blob, const char *compat, in fdt_node_offset_by_compat_reg()
1453 int fdt_add_edid(void *blob, const char *compat, unsigned char *edid_buf) in fdt_add_edid()

12345678