/kernel/linux/linux-5.10/arch/x86/entry/syscalls/ |
H A D | syscalltbl.sh | 19 local compat="$4" 21 if [ "$abi" != "I386" -a -n "$compat" ]; then 22 echo "a compat entry ($abi: $compat) for a 64-bit syscall makes no sense" >&2 26 if [ -z "$compat" ]; then 36 syscall_macro "$abi" "$nr" "$compat" 42 while read nr abi name entry compat; do 44 emit "$abi" "$nr" "$entry" "$compat"
|
/kernel/linux/linux-6.6/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 158 const struct xpcs_compat *compat; member 167 const struct xpcs_compat *compat = &id->compat[i]; in xpcs_find_compat() local 169 for (j = 0; j < compat->num_interfaces; j++) in xpcs_find_compat() 170 if (compat->interface[j] == interface) in xpcs_find_compat() 171 return compat; in xpcs_find_compat() 179 const struct xpcs_compat *compat; in xpcs_get_an_mode() local 181 compat = xpcs_find_compat(xpcs->id, interface); in xpcs_get_an_mode() 182 if (!compat) in xpcs_get_an_mode() 185 return compat in xpcs_get_an_mode() 189 __xpcs_linkmode_supported(const struct xpcs_compat *compat, enum ethtool_link_mode_bit_indices linkmode) __xpcs_linkmode_supported() argument 280 xpcs_soft_reset(struct dw_xpcs *xpcs, const struct xpcs_compat *compat) xpcs_soft_reset() argument 421 _xpcs_config_aneg_c73(struct dw_xpcs *xpcs, const struct xpcs_compat *compat) _xpcs_config_aneg_c73() argument 466 xpcs_config_aneg_c73(struct dw_xpcs *xpcs, const struct xpcs_compat *compat) xpcs_config_aneg_c73() argument 484 xpcs_aneg_done_c73(struct dw_xpcs *xpcs, struct phylink_link_state *state, const struct xpcs_compat *compat, u16 an_stat1) xpcs_aneg_done_c73() argument 611 const struct xpcs_compat *compat; xpcs_validate() local 636 const struct xpcs_compat *compat = &xpcs->id->compat[i]; xpcs_get_interfaces() local 854 const struct xpcs_compat *compat; xpcs_do_config() local 917 xpcs_get_state_c73(struct dw_xpcs *xpcs, struct phylink_link_state *state, const struct xpcs_compat *compat) xpcs_get_state_c73() argument 1097 const struct xpcs_compat *compat; xpcs_get_state() local 1358 const struct xpcs_compat *compat; xpcs_create() local [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | efivars.c | 16 #include <linux/compat.h> 213 struct compat_efi_variable *compat; in efivar_store_raw() local 215 if (count != sizeof(*compat)) in efivar_store_raw() 218 compat = (struct compat_efi_variable *)buf; in efivar_store_raw() 219 attributes = compat->Attributes; in efivar_store_raw() 220 vendor = compat->VendorGuid; in efivar_store_raw() 221 name = compat->VariableName; in efivar_store_raw() 222 size = compat->DataSize; in efivar_store_raw() 223 data = compat->Data; in efivar_store_raw() 229 copy_out_compat(&entry->var, compat); in efivar_store_raw() 262 struct compat_efi_variable *compat; efivar_show_raw() local 366 struct compat_efi_variable *compat = (struct compat_efi_variable *)buf; efivar_create() local 437 struct compat_efi_variable *compat; efivar_delete() local [all...] |
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dt_to_config | 324 my $compat = $pn_arg_ref->{compat}; 370 if (exists($driver_hard_code_list{$compat}) || 437 my $compat = $pn_arg_ref->{compat}; 460 print " : $compat : $driver : $config : "; 737 my $compat; 759 for $compat (@compatibles) { 761 $pn_arg{compat} = $compat; [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dt_to_config | 324 my $compat = $pn_arg_ref->{compat}; 370 if (exists($driver_hard_code_list{$compat}) || 437 my $compat = $pn_arg_ref->{compat}; 460 print " : $compat : $driver : $config : "; 737 my $compat; 759 for $compat (@compatibles) { 761 $pn_arg{compat} = $compat; [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | vio.c | 26 const char *type, *compat; in vio_match_device() local 30 compat = dev->compat; in vio_match_device() 33 while (matches->type[0] || matches->compat[0]) { in vio_match_device() 38 if (matches->compat[0]) { in vio_match_device() 40 of_find_in_proplist(compat, matches->compat, len); in vio_match_device() 53 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat); in vio_hotplug() 142 return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat); in modalias_show() 296 const char *type, *compat; in vio_create_one() local 505 const char *compat; vio_init() local [all...] |
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | vio.c | 26 const char *type, *compat; in vio_match_device() local 30 compat = dev->compat; in vio_match_device() 33 while (matches->type[0] || matches->compat[0]) { in vio_match_device() 38 if (matches->compat[0]) { in vio_match_device() 40 of_find_in_proplist(compat, matches->compat, len); in vio_match_device() 53 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat); in vio_hotplug() 140 return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat); in modalias_show() 294 const char *type, *compat; in vio_create_one() local 503 const char *compat; vio_init() local [all...] |
H A D | systbls_64.S | 19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) 28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native)
|
/kernel/linux/linux-5.10/drivers/vfio/platform/ |
H A D | vfio_platform_private.h | 52 const char *compat; member 76 char *compat; member 95 extern void vfio_platform_unregister_reset(const char *compat, 100 .compat = __compat, \ 105 #define module_vfio_reset_handler(compat, reset) \ 106 MODULE_ALIAS("vfio-reset:" compat); \ 109 vfio_platform_register_reset(compat, reset); \ 114 vfio_platform_unregister_reset(compat, reset); \
|
/kernel/linux/linux-6.6/drivers/vfio/platform/ |
H A D | vfio_platform_private.h | 52 const char *compat; member 76 char *compat; member 105 void vfio_platform_unregister_reset(const char *compat, 110 .compat = __compat, \ 115 #define module_vfio_reset_handler(compat, reset) \ 116 MODULE_ALIAS("vfio-reset:" compat); \ 119 vfio_platform_register_reset(compat, reset); \ 124 vfio_platform_unregister_reset(compat, reset); \
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | macio_sysfs.c | 10 const char *compat; in compatible_show() local 15 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in compatible_show() 16 if (!compat) { in compatible_show() 22 length += sprintf (buf, "%s\n", compat); in compatible_show() 24 l = strlen (compat) + 1; in compatible_show() 25 compat += l; in compatible_show()
|
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | macio_sysfs.c | 12 const char *compat; in compatible_show() local 17 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in compatible_show() 18 if (!compat) { in compatible_show() 24 length += sprintf (buf, "%s\n", compat); in compatible_show() 26 l = strlen (compat) + 1; in compatible_show() 27 compat += l; in compatible_show()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_algo.c | 196 .compat = "md5", 216 .compat = "sha1", 236 .compat = "sha256", 294 .compat = "rmd160", 346 .compat = "sm3", 369 .compat = "cipher_null", 389 .compat = "des", 410 .compat = "des3_ede", 431 .compat = "cast5", 452 .compat [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | systbl.c | 14 #include <linux/compat.h> 19 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) 42 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat)
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_algo.c | 196 .compat = "md5", 216 .compat = "sha1", 236 .compat = "sha256", 294 .compat = "rmd160", 349 .compat = "cipher_null", 369 .compat = "des", 390 .compat = "des3_ede", 411 .compat = "cast5", 432 .compat = "blowfish", 453 .compat [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | irqchip.h | 29 #define IRQCHIP_DECLARE(name, compat, fn) OF_DECLARE_2(irqchip, name, compat, fn) 36 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, .data = fn },
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of_reserved_mem.h | 32 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ 33 _OF_DECLARE(reservedmem, name, compat, init, reservedmem_of_init_fn) 45 #define RESERVEDMEM_OF_DECLARE(name, compat, init) \ 46 _OF_DECLARE_STUB(reservedmem, name, compat, init, reservedmem_of_init_fn)
|
H A D | irqchip.h | 33 * @compat: compatible string of the irqchip driver 36 #define IRQCHIP_DECLARE(name, compat, fn) \ 37 OF_DECLARE_2(irqchip, name, compat, typecheck_irq_init_cb(fn)) 44 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, \
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | module.c | 13 const char *compat; in of_modalias() local 28 of_property_for_each_string(np, "compatible", p, compat) { in of_modalias() 29 csize = strlen(compat) + 1; in of_modalias() 34 csize = snprintf(str, len, "C%s", compat); in of_modalias()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | uhid.c | 11 #include <linux/compat.h> 431 * This is our messed up request with compat pointer. in uhid_event_from_user() 435 struct uhid_create_req_compat *compat; in uhid_event_from_user() local 437 compat = kzalloc(sizeof(*compat), GFP_KERNEL); in uhid_event_from_user() 438 if (!compat) in uhid_event_from_user() 443 if (copy_from_user(compat, buffer, in uhid_event_from_user() 444 min(len, sizeof(*compat)))) { in uhid_event_from_user() 445 kfree(compat); in uhid_event_from_user() 452 memcpy(event->u.create.name, compat in uhid_event_from_user() [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | uhid.c | 11 #include <linux/compat.h> 430 * This is our messed up request with compat pointer. in uhid_event_from_user() 434 struct uhid_create_req_compat *compat; in uhid_event_from_user() local 436 compat = kzalloc(sizeof(*compat), GFP_KERNEL); in uhid_event_from_user() 437 if (!compat) in uhid_event_from_user() 442 if (copy_from_user(compat, buffer, in uhid_event_from_user() 443 min(len, sizeof(*compat)))) { in uhid_event_from_user() 444 kfree(compat); in uhid_event_from_user() 451 memcpy(event->u.create.name, compat in uhid_event_from_user() [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | chan.c | 86 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_reserved_chandef() 94 if (!compat) in ieee80211_chanctx_reserved_chandef() 95 compat = &link->reserved_chandef; in ieee80211_chanctx_reserved_chandef() 97 compat = cfg80211_chandef_compatible(&link->reserved_chandef, in ieee80211_chanctx_reserved_chandef() 98 compat); in ieee80211_chanctx_reserved_chandef() 99 if (!compat) in ieee80211_chanctx_reserved_chandef() 103 return compat; in ieee80211_chanctx_reserved_chandef() 109 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_non_reserved_chandef() 122 if (!compat) in ieee80211_chanctx_non_reserved_chandef() 123 compat in ieee80211_chanctx_non_reserved_chandef() 84 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_reserved_chandef() argument 107 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_non_reserved_chandef() argument 135 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_combined_chandef() argument 546 const struct cfg80211_chan_def *compat; ieee80211_find_chanctx() local 770 const struct cfg80211_chan_def *compat = NULL; ieee80211_recalc_chanctx_chantype() local 1950 const struct cfg80211_chan_def *compat; ieee80211_link_change_bandwidth() local [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | chan.c | 84 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_reserved_chandef() 92 if (!compat) in ieee80211_chanctx_reserved_chandef() 93 compat = &sdata->reserved_chandef; in ieee80211_chanctx_reserved_chandef() 95 compat = cfg80211_chandef_compatible(&sdata->reserved_chandef, in ieee80211_chanctx_reserved_chandef() 96 compat); in ieee80211_chanctx_reserved_chandef() 97 if (!compat) in ieee80211_chanctx_reserved_chandef() 101 return compat; in ieee80211_chanctx_reserved_chandef() 107 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_non_reserved_chandef() 118 if (!compat) in ieee80211_chanctx_non_reserved_chandef() 119 compat in ieee80211_chanctx_non_reserved_chandef() 82 ieee80211_chanctx_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_reserved_chandef() argument 105 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_non_reserved_chandef() argument 131 ieee80211_chanctx_combined_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *compat) ieee80211_chanctx_combined_chandef() argument 380 const struct cfg80211_chan_def *compat; ieee80211_find_chanctx() local 584 const struct cfg80211_chan_def *compat = NULL; ieee80211_recalc_chanctx_chantype() local 1696 const struct cfg80211_chan_def *compat; ieee80211_vif_change_bandwidth() local [all...] |
/kernel/linux/linux-5.10/arch/mips/kernel/syscalls/ |
H A D | syscalltbl.sh | 28 while read nr abi name entry compat ; do 29 if [ "$my_abi" = "64_o32" ] && [ ! -z "$compat" ]; then 30 emit $((nxt+offset)) $((nr+offset)) $compat
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/syscalls/ |
H A D | syscalltbl.sh | 28 while read nr abi name entry compat ; do 29 if [ "$my_abi" = "c32" ] && [ ! -z "$compat" ]; then 30 emit $((nxt+offset)) $((nr+offset)) $compat
|