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

/linux-master/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...]
/linux-master/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...]
/linux-master/scripts/
H A Dkernel-doc182 my ($newsection, $newcontents, $prototype, $brcount, %source_map);
222 STATE_PROTO => 5, # scanning prototype
1101 my ($prototype, $file) = @_;
1133 emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $decl_type $declaration_name instead\n");
1346 emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $declaration_name instead\n");
1414 emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef $declaration_name instead\n");
1445 emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef $declaration_name instead\n");
1699 # takes a function prototype and the name of the current file being
1703 my $prototype = shift;
1709 $prototype
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs.h53 u8 prototype; member in struct:bfa_adapter_attr
H A Dbfa_ioc.c2776 ad_attr->prototype = 1;
2778 ad_attr->prototype = 0;
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs.h282 u8 prototype; member in struct:bfa_adapter_attr_s
H A Dbfa_ioc.c2712 ad_attr->prototype = 1;
2714 ad_attr->prototype = 0;
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py2545 def render_user_family(family, cw, prototype):
2547 if prototype:

Completed in 128 milliseconds