Home
last modified time | relevance | path

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

123456789

/kernel/linux/linux-6.6/drivers/net/pcs/
Dpcs-xpcs.c158 const struct xpcs_compat *compat; member
167 const struct xpcs_compat *compat = &id->compat[i]; in xpcs_find_compat() local
179 const struct xpcs_compat *compat; in xpcs_get_an_mode() local
189 static bool __xpcs_linkmode_supported(const struct xpcs_compat *compat, in __xpcs_linkmode_supported()
201 #define xpcs_linkmode_supported(compat, mode) \ argument
281 const struct xpcs_compat *compat) in xpcs_soft_reset()
422 const struct xpcs_compat *compat) in _xpcs_config_aneg_c73()
467 const struct xpcs_compat *compat) in xpcs_config_aneg_c73()
486 const struct xpcs_compat *compat, u16 an_stat1) in xpcs_aneg_done_c73()
611 const struct xpcs_compat *compat; in xpcs_validate() local
[all …]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dsystbl.c19 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) argument
42 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
Dadf_pfvf_pf_msg.c23 u8 *buffer, u8 compat) in adf_pf_capabilities_msg_provider()
41 u8 *buffer, u8 compat) in adf_pf_ring_to_svc_msg_provider()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/parisc/kernel/
Dsyscall.S1318 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
1320 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
1331 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
/kernel/linux/linux-6.6/include/linux/
Dirqchip.h36 #define IRQCHIP_DECLARE(name, compat, fn) \ argument
44 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, \ argument
Dof_reserved_mem.h32 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument
45 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ argument
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/vfio/platform/
Dvfio_platform_private.h52 const char *compat; member
76 char *compat; member
115 #define module_vfio_reset_handler(compat, reset) \ argument
/kernel/linux/linux-5.10/drivers/vfio/platform/
Dvfio_platform_private.h52 const char *compat; member
76 char *compat; member
105 #define module_vfio_reset_handler(compat, reset) \ argument
/kernel/linux/linux-5.10/fs/ceph/
Dmetric.h39 __u8 compat; member
52 __u8 compat; member
64 __u8 compat; member
76 __u8 compat; member
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dcompat.rst3 .. _compat: target
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dcompat.rst3 .. _compat: target
/kernel/linux/linux-6.6/arch/arm/kernel/
Dentry-common.S345 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
456 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
/kernel/linux/linux-5.10/arch/arm/kernel/
Dentry-common.S378 #define COMPAT(nr, native, compat) syscall nr, native argument
482 #define COMPAT(nr, native, compat) syscall nr, compat argument
/kernel/linux/linux-5.10/net/mac80211/
Dchan.c84 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_reserved_chandef()
107 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_non_reserved_chandef()
133 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_combined_chandef()
380 const struct cfg80211_chan_def *compat; in ieee80211_find_chanctx() local
584 const struct cfg80211_chan_def *compat = NULL; in ieee80211_recalc_chanctx_chantype() local
1696 const struct cfg80211_chan_def *compat; in ieee80211_vif_change_bandwidth() local
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dsoc.h14 #define SOC_EARLY_INIT_DECLARE(name, compat, fn) \ argument
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
Dbase.c185 const char *compat; member
205 const char *compat; in omapdss_walk_device() local
/kernel/linux/linux-6.6/tools/perf/pmu-events/
Dpmu-events.h43 const char *compat; member
61 const char *compat; member
/kernel/linux/linux-5.10/drivers/of/
Ddevice.c220 const char *compat; in of_device_get_modalias() local
305 const char *compat, *type; in of_device_uevent() local
/kernel/linux/linux-5.10/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

123456789