Searched refs:prototype (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/acpi/ |
H A D | acpixf.h | 60 #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 D | acpixf.h | 60 #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 D | aclinux.h | 92 #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 D | aclinux.h | 92 #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 D | kernel-doc | 326 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 D | kernel-doc | 179 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 D | bfa_defs.h | 53 u8 prototype; member
|
H A D | bfa_ioc.c | 2776 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 D | bfa_defs.h | 53 u8 prototype; member
|
H A D | bfa_ioc.c | 2776 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 D | bfa_defs.h | 282 u8 prototype; member
|
H A D | bfa_ioc.c | 2713 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 D | bfa_defs.h | 282 u8 prototype; member
|
H A D | bfa_ioc.c | 2713 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 D | ynl-gen-c.py | 2281 def render_user_family(family, cw, prototype): 2283 if prototype:
|
Completed in 40 milliseconds