/linux-4.4.14/arch/x86/entry/ |
D | syscall_64.c | 9 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 12 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 14 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument 17 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsi… argument 21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
|
D | syscall_32.c | 10 #define SYM(sym, compat) compat argument 12 #define SYM(sym, compat) sym argument 15 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage long SYM(sym, compat)(unsigned long, unsi… argument 19 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat), argument
|
/linux-4.4.14/arch/x86/kernel/ |
D | asm-offsets_64.c | 7 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument 8 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, argument 10 # define __SYSCALL_X32(nr, sym, compat) [nr] = 1, argument 12 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ argument 17 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
D | asm-offsets_32.c | 10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
/linux-4.4.14/arch/x86/um/ |
D | user-offsets.c | 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument 17 #define __SYSCALL_64(nr, sym, compat) [nr] = 1, argument 18 #define __SYSCALL_COMMON(nr, sym, compat) [nr] = 1, argument 19 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument
|
D | sys_call_table_64.c | 38 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 39 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument 41 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, unsi… argument 45 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
|
D | sys_call_table_32.c | 28 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, un… argument 32 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, argument
|
/linux-4.4.14/arch/arm/kernel/ |
D | entry-common.S | 298 #define ABI(native, compat) native argument 410 #define ABI(native, compat) compat argument
|
/linux-4.4.14/drivers/vfio/platform/ |
D | vfio_platform_private.h | 60 const char *compat; member 81 char *compat; member 110 #define module_vfio_reset_handler(compat, reset) \ argument
|
D | vfio_platform_common.c | 33 static vfio_platform_reset_fn_t vfio_platform_lookup_reset(const char *compat, in vfio_platform_lookup_reset() 607 void vfio_platform_unregister_reset(const char *compat, in vfio_platform_unregister_reset()
|
/linux-4.4.14/drivers/of/ |
D | device.c | 181 const char *compat; in of_device_get_modalias() local 234 const char *compat; in of_device_uevent() local
|
D | fdt.c | 91 unsigned long node, const char *compat) in of_fdt_is_compatible() 135 const char *const *compat) in of_fdt_match() 680 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) in of_flat_dt_is_compatible() 688 int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match() 727 const char *const *compat; in of_flat_dt_match_machine() local
|
D | of_reserved_mem.c | 193 const char *compat = i->compatible; in __reserved_mem_init_node() local
|
D | base.c | 442 const char *compat, const char *type, const char *name) in __of_device_is_compatible() 483 const char *compat) in of_device_is_compatible() 502 int of_machine_is_compatible(const char *compat) in of_machine_is_compatible()
|
/linux-4.4.14/drivers/input/ |
D | evdev.c | 664 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 692 unsigned int maxlen, const void __user *p, int compat) in bits_from_user() 731 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 744 unsigned int maxlen, const void __user *p, int compat) in bits_from_user() 765 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 776 unsigned int maxlen, const void __user *p, int compat) in bits_from_user() 918 int compat) in evdev_handle_get_val() 989 int compat) in evdev_set_mask() 1025 int compat) in evdev_get_mask()
|
/linux-4.4.14/net/mac80211/ |
D | chan.c | 83 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_reserved_chandef() 106 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_non_reserved_chandef() 132 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_combined_chandef() 374 const struct cfg80211_chan_def *compat; in ieee80211_find_chanctx() local 570 const struct cfg80211_chan_def *compat = NULL; in ieee80211_recalc_chanctx_chantype() local 1682 const struct cfg80211_chan_def *compat; in ieee80211_vif_change_bandwidth() local
|
/linux-4.4.14/arch/sparc/kernel/ |
D | vio.c | 25 const char *type, *compat; in vio_match_device() local 206 const char *type, *compat, *bus_id_name; in vio_create_one() local 404 const char *compat; in vio_init() local
|
/linux-4.4.14/drivers/firmware/efi/ |
D | efivars.c | 267 struct compat_efi_variable *compat; in efivar_store_raw() local 316 struct compat_efi_variable *compat; in efivar_show_raw() local 418 struct compat_efi_variable *compat = (struct compat_efi_variable *)buf; in efivar_create() local 489 struct compat_efi_variable *compat; in efivar_delete() local
|
/linux-4.4.14/include/linux/ |
D | aio.h | 24 bool compat) { return 0; } in do_io_submit()
|
D | irqchip.h | 27 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn) argument
|
D | of_iommu.h | 43 #define IOMMU_OF_DECLARE(name, compat, fn) \ argument
|
D | of_reserved_mem.h | 27 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument
|
D | of.h | 498 const char *compat) in of_find_compatible_node() 621 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() 933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 939 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 949 #define OF_DECLARE_1(table, name, compat, fn) \ argument 951 #define OF_DECLARE_2(table, name, compat, fn) \ argument
|
D | clocksource.h | 246 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ argument
|
D | clk-provider.h | 692 #define CLK_OF_DECLARE(name, compat, fn) OF_DECLARE_1(clk, name, compat, fn) argument
|
D | serial_core.h | 357 #define OF_EARLYCON_DECLARE(name, compat, fn) \ argument
|
D | mod_devicetable.h | 243 char compat[32]; member
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | cpu-imx5.c | 29 static u32 imx5_read_srev_reg(const char *compat) in imx5_read_srev_reg()
|
D | cpu.c | 65 const char *compat) in imx_aips_allow_unprivileged_access()
|
D | pm-imx6.c | 422 const char *compat) in imx6_pm_get_base()
|
/linux-4.4.14/drivers/macintosh/ |
D | macio_sysfs.c | 19 const char *compat; in compatible_show() local
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-dtshim.c | 134 const char *compat; in malta_dt_shim() local
|
/linux-4.4.14/arch/arm64/kernel/ |
D | cpuinfo.c | 107 bool compat = personality(current->personality) == PER_LINUX32; in c_show() local
|
D | traps.c | 58 unsigned long top, bool compat) in dump_mem()
|
/linux-4.4.14/sound/aoa/soundbus/ |
D | core.c | 63 const char *compat; in soundbus_uevent() local
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | omapdss-boot-init.c | 55 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop()
|
/linux-4.4.14/drivers/ide/ |
D | trm290.c | 281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; in init_hwif_trm290() local
|
/linux-4.4.14/fs/jbd2/ |
D | journal.c | 1758 int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat, in jbd2_journal_check_used_features() 1793 int jbd2_journal_check_available_features (journal_t *journal, unsigned long compat, in jbd2_journal_check_available_features() 1826 int jbd2_journal_set_features (journal_t *journal, unsigned long compat, in jbd2_journal_set_features() 1907 void jbd2_journal_clear_features(journal_t *journal, unsigned long compat, in jbd2_journal_clear_features()
|
/linux-4.4.14/net/atm/ |
D | resources.c | 195 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat) in atm_dev_ioctl()
|
D | ioctl.c | 51 unsigned long arg, int compat) in do_vcc_ioctl()
|
/linux-4.4.14/fs/ |
D | aio.c | 1386 bool compat, in aio_setup_vectored_rw() 1404 char __user *buf, size_t len, bool compat) in aio_run_iocb() 1497 struct iocb *iocb, bool compat) in io_submit_one() 1573 struct iocb __user *__user *iocbpp, bool compat) in do_io_submit()
|
D | exec.c | 400 const compat_uptr_t __user *compat; member 411 compat_uptr_t compat; in get_user_arg_ptr() local
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_set.h | 24 } compat; member
|
/linux-4.4.14/arch/metag/kernel/ |
D | setup.c | 192 const char **compat; in dump_machine_table() local
|
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 495 char *compat; in bcmgenet_mii_of_init() local
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 63 static const unsigned compat[4] = GIG_COMPAT; in if_version() local
|
/linux-4.4.14/arch/powerpc/boot/ |
D | devtree.c | 335 int dt_is_compatible(void *node, const char *compat) in dt_is_compatible()
|
D | ops.h | 185 const char *compat) in find_node_by_compatible()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2fw.c | 100 hfa384x_caplevel_t compat; member
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | io.c | 884 int compat = vid_hdr->compat; in validate_vid_hdr() local
|
D | ubi-media.h | 283 __u8 compat; member
|
D | ubi.h | 689 int compat; member
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | arp_tables.c | 900 const int *len, int compat) in get_info() 1128 unsigned int len, int compat) in do_add_counters()
|
D | ip_tables.c | 1085 const int *len, int compat) in get_info() 1311 unsigned int len, int compat) in do_add_counters()
|
/linux-4.4.14/kernel/ |
D | compat.c | 974 sigset_from_compat(sigset_t *set, const compat_sigset_t *compat) in sigset_from_compat() 986 sigset_to_compat(compat_sigset_t *compat, const sigset_t *set) in sigset_to_compat()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | floppy_64.h | 534 const char *compat; in ebus_fdthree_p() local
|
D | vio.h | 326 char compat[VIO_MAX_COMPAT_LEN]; member
|
/linux-4.4.14/drivers/hid/ |
D | uhid.c | 399 struct uhid_create_req_compat *compat; in uhid_event_from_user() local
|
/linux-4.4.14/fs/dlm/ |
D | user.c | 687 static int copy_result_to_user(struct dlm_user_args *ua, int compat, in copy_result_to_user()
|
/linux-4.4.14/drivers/pnp/isapnp/ |
D | core.c | 583 int number = 0, skip = 0, priority, compat = 0; in isapnp_create_device() local
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 1097 const int *len, int compat) in get_info() 1323 int compat) in do_add_counters()
|
/linux-4.4.14/drivers/clk/ |
D | clk-qoriq.c | 77 const char *compat, *guts_compat; member
|
/linux-4.4.14/drivers/char/ |
D | sonypi.c | 86 static int compat; /* = 0 */ variable
|
/linux-4.4.14/net/netfilter/ |
D | x_tables.c | 776 struct xt_counters_info *info, bool compat) in xt_copy_counters_from_user()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | feature.c | 2635 static void __init probe_one_macio(const char *name, const char *compat, int type) in probe_one_macio()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 1838 char compat[256]; in prom_find_machine_type() local
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 2210 u8 compat, u16 mpi_version) in _ctl_ioctl_main()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 2921 int compat, incompat; in set_journal_csum_feature_set() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | sony-laptop.c | 102 static int compat; /* = 0 */ variable
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 1347 char *compat; member
|
/linux-4.4.14/drivers/scsi/aacraid/ |
D | aacraid.h | 1892 u32 compat; member
|