Home
last modified time | relevance | path

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

12345

/Linux-v5.15/drivers/net/pcs/
Dpcs-xpcs.c130 const struct xpcs_compat *compat; member
139 const struct xpcs_compat *compat = &id->compat[i]; in xpcs_find_compat() local
151 const struct xpcs_compat *compat; in xpcs_get_an_mode() local
161 static bool __xpcs_linkmode_supported(const struct xpcs_compat *compat, in __xpcs_linkmode_supported()
173 #define xpcs_linkmode_supported(compat, mode) \ argument
232 const struct xpcs_compat *compat) in xpcs_soft_reset()
414 const struct xpcs_compat *compat) in _xpcs_config_aneg_c73()
459 const struct xpcs_compat *compat) in xpcs_config_aneg_c73()
478 const struct xpcs_compat *compat) in xpcs_aneg_done_c73()
639 const struct xpcs_compat *compat; in xpcs_validate() local
[all …]
/Linux-v5.15/arch/sparc/kernel/
Dsystbls_64.S19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
Dsystbls_32.S12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
Dvio.c26 const char *type, *compat; in vio_match_device() local
294 const char *type, *compat; in vio_create_one() local
503 const char *compat; in vio_init() local
/Linux-v5.15/arch/x86/entry/
Dsyscall_32.c11 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
13 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/Linux-v5.15/arch/powerpc/kernel/
Dsystbl.S24 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
35 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/Linux-v5.15/include/linux/
Dirqchip.h29 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn) argument
36 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, .data = fn }, argument
Dof_reserved_mem.h32 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument
45 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument
/Linux-v5.15/drivers/input/
Devdev.c636 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
664 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
703 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
716 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
737 unsigned int maxlen, void __user *p, int compat) in bits_to_user()
748 unsigned int maxlen, const void __user *p, int compat) in bits_from_user()
890 int compat) in evdev_handle_get_val()
959 int compat) in evdev_set_mask()
995 int compat) in evdev_get_mask()
/Linux-v5.15/drivers/vfio/platform/
Dvfio_platform_private.h52 const char *compat; member
76 char *compat; member
104 #define module_vfio_reset_handler(compat, reset) \ argument
/Linux-v5.15/arch/parisc/kernel/
Dsyscall.S923 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
925 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/Linux-v5.15/arch/arm/kernel/
Dentry-common.S339 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
450 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dcompat.rst3 .. _compat: target
/Linux-v5.15/net/mac80211/
Dchan.c86 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_reserved_chandef()
109 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_non_reserved_chandef()
135 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_combined_chandef()
475 const struct cfg80211_chan_def *compat; in ieee80211_find_chanctx() local
679 const struct cfg80211_chan_def *compat = NULL; in ieee80211_recalc_chanctx_chantype() local
1793 const struct cfg80211_chan_def *compat; in ieee80211_vif_change_bandwidth() local
/Linux-v5.15/drivers/firmware/efi/
Defivars.c213 struct compat_efi_variable *compat; in efivar_store_raw() local
262 struct compat_efi_variable *compat; in efivar_show_raw() local
366 struct compat_efi_variable *compat = (struct compat_efi_variable *)buf; in efivar_create() local
437 struct compat_efi_variable *compat; in efivar_delete() local
/Linux-v5.15/arch/riscv/include/asm/
Dsoc.h14 #define SOC_EARLY_INIT_DECLARE(name, compat, fn) \ argument
/Linux-v5.15/drivers/gpu/drm/omapdrm/dss/
Dbase.c198 const char *compat; member
218 const char *compat; in omapdss_walk_device() local
/Linux-v5.15/drivers/of/
Ddevice.c243 const char *compat; in of_device_get_modalias() local
330 const char *compat, *type; in of_device_uevent() local
/Linux-v5.15/arch/powerpc/platforms/cell/
Dspu_callbacks.c38 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) argument
/Linux-v5.15/arch/arm/mach-imx/
Dcpu.c62 const char *compat) in imx_aips_allow_unprivileged_access()
Dcpu-imx5.c23 static u32 imx5_read_srev_reg(const char *compat) in imx5_read_srev_reg()
/Linux-v5.15/arch/x86/um/
Dsys_call_table_32.c28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/Linux-v5.15/drivers/md/bcache/
Dfeatures.c14 int compat; member
/Linux-v5.15/arch/mips/kernel/
Dscall64-o32.S216 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/Linux-v5.15/drivers/macintosh/
Dmacio_sysfs.c10 const char *compat; in compatible_show() local

12345