Home
last modified time | relevance | path

Searched refs:prototype (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/include/acpi/
H A Dacpixf.h60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
61 prototype;
65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \
66 prototype;
70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \
71 prototype;
75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \
76 prototype;
80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \
81 prototype;
[all...]
/kernel/linux/linux-6.6/include/acpi/
H A Dacpixf.h60 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
61 prototype;
65 #define ACPI_EXTERNAL_RETURN_OK(prototype) \
66 prototype;
70 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \
71 prototype;
75 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \
76 prototype;
80 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \
81 prototype;
[all...]
/kernel/linux/linux-5.10/include/acpi/platform/
H A Daclinux.h92 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
93 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
94 #define ACPI_EXTERNAL_RETURN_OK(prototype) \
95 static ACPI_INLINE prototype {return(AE_OK);}
96 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \
97 static ACPI_INLINE prototype {return;}
98 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \
99 static ACPI_INLINE prototype {return(0);}
100 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \
101 static ACPI_INLINE prototype {retur
[all...]
/kernel/linux/linux-6.6/include/acpi/platform/
H A Daclinux.h92 #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \
93 static ACPI_INLINE prototype {return(AE_NOT_CONFIGURED);}
94 #define ACPI_EXTERNAL_RETURN_OK(prototype) \
95 static ACPI_INLINE prototype {return(AE_OK);}
96 #define ACPI_EXTERNAL_RETURN_VOID(prototype) \
97 static ACPI_INLINE prototype {return;}
98 #define ACPI_EXTERNAL_RETURN_UINT32(prototype) \
99 static ACPI_INLINE prototype {return(0);}
100 #define ACPI_EXTERNAL_RETURN_PTR(prototype) \
101 static ACPI_INLINE prototype {retur
[all...]
/kernel/linux/linux-5.10/scripts/
H A Dkernel-doc326 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
361 STATE_PROTO => 5, # scanning prototype
1188 my ($prototype, $file) = @_;
1722 # takes a function prototype and the name of the current file being
1726 my $prototype = shift;
1732 $prototype =~ s/^static +//;
1733 $prototype =~ s/^extern +//;
1734 $prototype =~ s/^asmlinkage +//;
1735 $prototype =~ s/^inline +//;
1736 $prototype
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dkernel-doc179 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
219 STATE_PROTO => 5, # scanning prototype
1102 my ($prototype, $file) = @_;
1134 emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $decl_type $declaration_name instead\n");
1347 emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $declaration_name instead\n");
1415 emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef $declaration_name instead\n");
1446 emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef $declaration_name instead\n");
1683 # takes a function prototype and the name of the current file being
1687 my $prototype = shift;
1693 $prototype
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h53 u8 prototype; member
H A Dbfa_ioc.c2776 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2778 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h53 u8 prototype; member
H A Dbfa_ioc.c2776 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2778 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfa_defs.h282 u8 prototype; member
H A Dbfa_ioc.c2713 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2715 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_defs.h282 u8 prototype; member
H A Dbfa_ioc.c2713 ad_attr->prototype = 1; in bfa_ioc_get_adapter_attr()
2715 ad_attr->prototype = 0; in bfa_ioc_get_adapter_attr()
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py2281 def render_user_family(family, cw, prototype):
2283 if prototype:

Completed in 37 milliseconds