Home
last modified time | relevance | path

Searched defs:compat (Results 1 – 66 of 66) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dsyscall_64.c9 #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
Dasm-offsets_64.c7 #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
Dsyscall_32.c9 #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
Dasm-offsets_32.c10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, argument
/linux-4.1.27/arch/x86/um/
Duser-offsets.c12 #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
Dsys_call_table_64.c37 #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
Dsys_call_table_32.c27 #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/
Dentry-common.S266 #define ABI(native, compat) native argument
378 #define ABI(native, compat) compat argument
/linux-4.1.27/drivers/of/
Ddevice.c168 const char *compat; in of_device_get_modalias() local
221 const char *compat; in of_device_uevent() local
Dfdt.c90 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
Dof_reserved_mem.c188 const char *compat = i->compatible; in __reserved_mem_init_node() local
Dbase.c445 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/
Dirqchip.h26 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn) argument
/linux-4.1.27/net/mac80211/
Dchan.c83 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/
Dvio.c25 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/
Daio.h24 bool compat) { return 0; } in do_io_submit()
Dof_iommu.h43 #define IOMMU_OF_DECLARE(name, compat, fn) \ argument
Dof_reserved_mem.h27 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument
Dof.h492 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
Dclocksource.h247 #define CLOCKSOURCE_OF_DECLARE(name, compat, fn) \ argument
Dclk-provider.h615 #define CLK_OF_DECLARE(name, compat, fn) OF_DECLARE_1(clk, name, compat, fn) argument
Dserial_core.h357 #define OF_EARLYCON_DECLARE(name, compat, fn) \ argument
Dmod_devicetable.h233 char compat[32]; member
/linux-4.1.27/drivers/firmware/efi/
Defivars.c267 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/
Dcpu-imx5.c29 static u32 imx5_read_srev_reg(const char *compat) in imx5_read_srev_reg()
Dcpu.c65 const char *compat) in imx_aips_allow_unprivileged_access()
Dpm-imx6.c401 const char *compat) in imx6_pm_get_base()
/linux-4.1.27/drivers/macintosh/
Dmacio_sysfs.c19 const char *compat; in compatible_show() local
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Domapdss-boot-init.c55 static void __init omapdss_update_prop(struct device_node *node, char *compat, in omapdss_update_prop()
/linux-4.1.27/sound/aoa/soundbus/
Dcore.c63 const char *compat; in soundbus_uevent() local
/linux-4.1.27/drivers/input/
Devdev.c607 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/
Dtrm290.c281 u16 new, old, compat = hwif->channel ? 0x374 : 0x3f4; in init_hwif_trm290() local
/linux-4.1.27/fs/jbd2/
Djournal.c1772 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/
Djournal.c1397 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/
Dresources.c195 int atm_dev_ioctl(unsigned int cmd, void __user *arg, int compat) in atm_dev_ioctl()
Dioctl.c51 unsigned long arg, int compat) in do_vcc_ioctl()
/linux-4.1.27/fs/
Daio.c1377 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()
Dexec.c394 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/
Dxt_set.h24 } compat; member
/linux-4.1.27/arch/metag/kernel/
Dsetup.c192 const char **compat; in dump_machine_table() local
/linux-4.1.27/drivers/net/ethernet/broadcom/genet/
Dbcmmii.c442 char *compat; in bcmgenet_mii_of_init() local
/linux-4.1.27/drivers/isdn/gigaset/
Dinterface.c63 static const unsigned compat[4] = GIG_COMPAT; in if_version() local
/linux-4.1.27/arch/powerpc/boot/
Ddevtree.c335 int dt_is_compatible(void *node, const char *compat) in dt_is_compatible()
Dops.h185 const char *compat) in find_node_by_compatible()
/linux-4.1.27/drivers/mtd/ubi/
Dio.c884 int compat = vid_hdr->compat; in validate_vid_hdr() local
Dubi-media.h283 __u8 compat; member
Dubi.h689 int compat; member
/linux-4.1.27/drivers/staging/wlan-ng/
Dprism2fw.c100 hfa384x_caplevel_t compat; member
/linux-4.1.27/kernel/
Dcompat.c974 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/
Darp_tables.c887 const int *len, int compat) in get_info()
1116 unsigned int len, int compat) in do_add_counters()
Dip_tables.c1075 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/
Dfloppy_64.h534 const char *compat; in ebus_fdthree_p() local
Dvio.h326 char compat[VIO_MAX_COMPAT_LEN]; member
/linux-4.1.27/drivers/hid/
Duhid.c399 struct uhid_create_req_compat *compat; in uhid_event_from_user() local
/linux-4.1.27/drivers/pnp/isapnp/
Dcore.c583 int number = 0, skip = 0, priority, compat = 0; in isapnp_create_device() local
/linux-4.1.27/fs/dlm/
Duser.c690 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/
Dip6_tables.c1088 const int *len, int compat) in get_info()
1317 int compat) in do_add_counters()
/linux-4.1.27/drivers/char/
Dsonypi.c86 static int compat; /* = 0 */ variable
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dfeature.c2635 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/
Dmpt2sas_ctl.c2154 u8 compat) in _ctl_ioctl_main()
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c2189 u8 compat) in _ctl_ioctl_main()
/linux-4.1.27/arch/powerpc/kernel/
Dprom_init.c1810 char compat[256]; in prom_find_machine_type() local
/linux-4.1.27/fs/ext4/
Dsuper.c3242 int compat, incompat; in set_journal_csum_feature_set() local
/linux-4.1.27/include/net/
Dxfrm.h1336 char *compat; member
/linux-4.1.27/drivers/platform/x86/
Dsony-laptop.c101 static int compat; /* = 0 */ variable
/linux-4.1.27/drivers/scsi/aacraid/
Daacraid.h1879 u32 compat; member