/linux-4.1.27/arch/x86/kernel/ |
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 void sym(void) ; argument 21 #define __SYSCALL_64(nr, sym, compat) [nr] = sym, argument
|
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 | syscall_32.c | 9 #define SYM(sym, compat) compat argument 11 #define SYM(sym, compat) sym argument 16 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void SYM(sym, compat)(void) ; argument 20 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat), argument
|
D | asm-offsets_32.c | 10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
|
/linux-4.1.27/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 | 37 #define __SYSCALL_COMMON(nr, sym, compat) __SYSCALL_64(nr, sym, compat) argument 38 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ argument 40 #define __SYSCALL_64(nr, sym, compat) extern asmlinkage void sym(void) ; argument 44 #define __SYSCALL_64(nr, sym, compat) [ nr ] = sym, argument
|
D | sys_call_table_32.c | 27 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; argument 31 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, argument
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-common.S | 266 #define ABI(native, compat) native argument 378 #define ABI(native, compat) compat argument
|
/linux-4.1.27/drivers/of/ |
D | device.c | 168 const char *compat; in of_device_get_modalias() local 221 const char *compat; in of_device_uevent() local
|
D | fdt.c | 90 unsigned long node, const char *compat) in of_fdt_is_compatible() 134 const char *const *compat) in of_fdt_match() 663 int __init of_flat_dt_is_compatible(unsigned long node, const char *compat) in of_flat_dt_is_compatible() 671 int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match() 710 const char *const *compat; in of_flat_dt_match_machine() local
|
D | of_reserved_mem.c | 188 const char *compat = i->compatible; in __reserved_mem_init_node() local
|
D | base.c | 445 const char *compat, const char *type, const char *name) in __of_device_is_compatible() 486 const char *compat) in of_device_is_compatible() 505 int of_machine_is_compatible(const char *compat) in of_machine_is_compatible()
|
/linux-4.1.27/drivers/irqchip/ |
D | irqchip.h | 26 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn) argument
|
/linux-4.1.27/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() 366 const struct cfg80211_chan_def *compat; in ieee80211_find_chanctx() local 562 const struct cfg80211_chan_def *compat = NULL; in ieee80211_recalc_chanctx_chantype() local 1649 const struct cfg80211_chan_def *compat; in ieee80211_vif_change_bandwidth() local
|
/linux-4.1.27/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.1.27/include/linux/ |
D | aio.h | 24 bool compat) { return 0; } in do_io_submit()
|
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 | 492 const char *compat) in of_find_compatible_node() 615 static inline int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() 927 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 933 #define _OF_DECLARE(table, name, compat, fn, fn_type) \ argument 943 #define OF_DECLARE_1(table, name, compat, fn) \ argument 945 #define OF_DECLARE_2(table, name, compat, fn) \ argument
|
D | clocksource.h | 247 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ argument
|
D | clk-provider.h | 615 #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 | 233 char compat[32]; member
|
/linux-4.1.27/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.1.27/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 | 401 const char *compat) in imx6_pm_get_base()
|
/linux-4.1.27/drivers/macintosh/ |
D | macio_sysfs.c | 19 const char *compat; in compatible_show() local
|
/linux-4.1.27/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.1.27/sound/aoa/soundbus/ |
D | core.c | 63 const char *compat; in soundbus_uevent() local
|
/linux-4.1.27/drivers/input/ |
D | evdev.c | 607 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 635 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 651 unsigned int maxlen, void __user *p, int compat) in bits_to_user() 789 int compat) in evdev_handle_get_val()
|
/linux-4.1.27/drivers/ide/ |
D | trm290.c | 281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; in init_hwif_trm290() local
|
/linux-4.1.27/fs/jbd2/ |
D | journal.c | 1772 int jbd2_journal_check_used_features (journal_t *journal, unsigned long compat, in jbd2_journal_check_used_features() 1807 int jbd2_journal_check_available_features (journal_t *journal, unsigned long compat, in jbd2_journal_check_available_features() 1840 int jbd2_journal_set_features (journal_t *journal, unsigned long compat, in jbd2_journal_set_features() 1921 void jbd2_journal_clear_features(journal_t *journal, unsigned long compat, in jbd2_journal_clear_features()
|
/linux-4.1.27/fs/jbd/ |
D | journal.c | 1397 int journal_check_used_features (journal_t *journal, unsigned long compat, in journal_check_used_features() 1428 int journal_check_available_features (journal_t *journal, unsigned long compat, in journal_check_available_features() 1461 int journal_set_features (journal_t *journal, unsigned long compat, in journal_set_features()
|
/linux-4.1.27/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.1.27/fs/ |
D | aio.c | 1377 bool compat, in aio_setup_vectored_rw() 1395 char __user *buf, size_t len, bool compat) in aio_run_iocb() 1488 struct iocb *iocb, bool compat) in io_submit_one() 1564 struct iocb __user *__user *iocbpp, bool compat) in do_io_submit()
|
D | exec.c | 394 const compat_uptr_t __user *compat; member 405 compat_uptr_t compat; in get_user_arg_ptr() local
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_set.h | 24 } compat; member
|
/linux-4.1.27/arch/metag/kernel/ |
D | setup.c | 192 const char **compat; in dump_machine_table() local
|
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/ |
D | bcmmii.c | 442 char *compat; in bcmgenet_mii_of_init() local
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | interface.c | 63 static const unsigned compat[4] = GIG_COMPAT; in if_version() local
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/wlan-ng/ |
D | prism2fw.c | 100 hfa384x_caplevel_t compat; member
|
/linux-4.1.27/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.1.27/net/ipv4/netfilter/ |
D | arp_tables.c | 887 const int *len, int compat) in get_info() 1116 unsigned int len, int compat) in do_add_counters()
|
D | ip_tables.c | 1075 const int *len, int compat) in get_info() 1304 unsigned int len, int compat) in do_add_counters()
|
/linux-4.1.27/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.1.27/drivers/hid/ |
D | uhid.c | 399 struct uhid_create_req_compat *compat; in uhid_event_from_user() local
|
/linux-4.1.27/drivers/pnp/isapnp/ |
D | core.c | 583 int number = 0, skip = 0, priority, compat = 0; in isapnp_create_device() local
|
/linux-4.1.27/fs/dlm/ |
D | user.c | 690 static int copy_result_to_user(struct dlm_user_args *ua, int compat, in copy_result_to_user()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 1088 const int *len, int compat) in get_info() 1317 int compat) in do_add_counters()
|
/linux-4.1.27/drivers/char/ |
D | sonypi.c | 86 static int compat; /* = 0 */ variable
|
/linux-4.1.27/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.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_ctl.c | 2154 u8 compat) in _ctl_ioctl_main()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 2189 u8 compat) in _ctl_ioctl_main()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom_init.c | 1810 char compat[256]; in prom_find_machine_type() local
|
/linux-4.1.27/fs/ext4/ |
D | super.c | 3242 int compat, incompat; in set_journal_csum_feature_set() local
|
/linux-4.1.27/include/net/ |
D | xfrm.h | 1336 char *compat; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | sony-laptop.c | 101 static int compat; /* = 0 */ variable
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | aacraid.h | 1879 u32 compat; member
|