| /include/linux/ |
| A D | err.h | 39 static inline void * __must_check ERR_PTR(long error) in ERR_PTR() argument 41 return (void *) error; in ERR_PTR() 45 #define ERR_PTR_PCPU(error) ((void __percpu *)(unsigned long)ERR_PTR(error)) argument 48 #define IOMEM_ERR_PTR(error) (__force void __iomem *)ERR_PTR(error) argument
|
| A D | psp-sev.h | 804 int error; member 855 int sev_platform_status(struct sev_user_data_status *status, int *error); 879 void *data, int *error); 894 int sev_guest_deactivate(struct sev_data_deactivate *data, int *error); 909 int sev_guest_activate(struct sev_data_activate *data, int *error); 923 int sev_guest_df_flush(int *error); 938 int sev_guest_decommission(struct sev_data_decommission *data, int *error); 964 sev_platform_status(struct sev_user_data_status *status, int *error) { return -ENODEV; } in sev_platform_status() argument 969 sev_guest_deactivate(struct sev_data_deactivate *data, int *error) { return -ENODEV; } in sev_guest_deactivate() argument 978 sev_guest_activate(struct sev_data_activate *data, int *error) { return -ENODEV; } in sev_guest_activate() argument [all …]
|
| A D | page-flags-layout.h | 24 #error ZONES_SHIFT "Too many zones configured" 62 #error "Vmemmap: No space for nodes field in page flags" 108 #error "Not enough bits in page flags"
|
| A D | input.h | 220 #error "EV_MAX and INPUT_DEVICE_ID_EV_MAX do not match" 224 #error "KEY_MIN_INTERESTING and INPUT_DEVICE_ID_KEY_MIN_INTERESTING do not match" 228 #error "KEY_MAX and INPUT_DEVICE_ID_KEY_MAX do not match" 232 #error "REL_MAX and INPUT_DEVICE_ID_REL_MAX do not match" 236 #error "ABS_MAX and INPUT_DEVICE_ID_ABS_MAX do not match" 240 #error "MSC_MAX and INPUT_DEVICE_ID_MSC_MAX do not match" 244 #error "LED_MAX and INPUT_DEVICE_ID_LED_MAX do not match" 248 #error "SND_MAX and INPUT_DEVICE_ID_SND_MAX do not match" 252 #error "FF_MAX and INPUT_DEVICE_ID_FF_MAX do not match" 256 #error "SW_MAX and INPUT_DEVICE_ID_SW_MAX do not match" [all …]
|
| A D | dma-fence.h | 97 int error; member 558 return fence->error ?: 1; in dma_fence_get_status_locked() 583 int error) in dma_fence_set_error() argument 586 WARN_ON(error >= 0 || error < -MAX_ERRNO); in dma_fence_set_error() 588 fence->error = error; in dma_fence_set_error()
|
| A D | compiler-version.h | 4 #error "Please do not include <linux/compiler-version.h>. This is done by the build system."
|
| A D | soundcard.h | 35 # error "could not determine byte order"
|
| A D | joystick.h | 19 #error Unexpected BITS_PER_LONG
|
| A D | spinlock_types_up.h | 5 # error "Please do not include this file directly."
|
| A D | patchkey.h | 24 # error "could not determine byte order"
|
| /include/uapi/linux/ |
| A D | patchkey.h | 15 #error "patchkey.h included directly" 33 # error "could not determine byte order"
|
| /include/trace/events/ |
| A D | fsi_master_i2cr.h | 66 TP_PROTO(const struct i2c_client *client, uint64_t status, uint64_t error, uint64_t log), 67 TP_ARGS(client, status, error, log), 69 __field(uint64_t, error) 76 __entry->error = error; 83 __entry->status, __entry->error, __entry->log)
|
| A D | block.h | 120 TP_PROTO(struct request *rq, blk_status_t error, unsigned int nr_bytes), 122 TP_ARGS(rq, error, nr_bytes), 128 __field( int , error ) 138 __entry->error = blk_status_to_errno(error); 152 IOPRIO_PRIO_LEVEL(__entry->ioprio), __entry->error) 169 TP_PROTO(struct request *rq, blk_status_t error, unsigned int nr_bytes), 171 TP_ARGS(rq, error, nr_bytes) 187 TP_ARGS(rq, error, nr_bytes) 317 __field( int, error ) 325 __entry->error = blk_status_to_errno(bio->bi_status); [all …]
|
| /include/net/ |
| A D | amt.h | 101 #error "Please fix <asm/byteorder.h>" 115 #error "Please fix <asm/byteorder.h>" 130 #error "Please fix <asm/byteorder.h>" 150 #error "Please fix <asm/byteorder.h>" 171 #error "Please fix <asm/byteorder.h>" 188 #error "Please fix <asm/byteorder.h>" 203 #error "Please fix <asm/byteorder.h>"
|
| /include/linux/atomic/ |
| A D | atomic-arch-fallback.h | 572 #error "Unable to define raw_atomic_add_return" in raw_atomic_add_return() 675 #error "Unable to define raw_atomic_fetch_add" in raw_atomic_fetch_add() 795 #error "Unable to define raw_atomic_sub_return" in raw_atomic_sub_return() 898 #error "Unable to define raw_atomic_fetch_sub" in raw_atomic_fetch_sub() 1454 #error "Unable to define raw_atomic_fetch_and" in raw_atomic_fetch_and() 1698 #error "Unable to define raw_atomic_fetch_or" in raw_atomic_fetch_or() 1818 #error "Unable to define raw_atomic_fetch_xor" in raw_atomic_fetch_xor() 2801 #error "Unable to define raw_atomic64_fetch_add" in raw_atomic64_fetch_add() 3024 #error "Unable to define raw_atomic64_fetch_sub" in raw_atomic64_fetch_sub() 3580 #error "Unable to define raw_atomic64_fetch_and" in raw_atomic64_fetch_and() [all …]
|
| /include/sound/ |
| A D | asound.h | 20 #error "Unsupported endian..."
|
| /include/net/sctp/ |
| A D | ulpevent.h | 77 __u16 error, 84 int state, int error); 95 __u32 error, 102 __u32 error,
|
| /include/linux/decompress/ |
| A D | unlzma.h | 10 void(*error)(char *x)
|
| A D | bunzip2.h | 10 void(*error)(char *x));
|
| A D | unlz4.h | 10 void(*error)(char *x));
|
| A D | unlzo.h | 10 void(*error)(char *x));
|
| A D | unxz.h | 16 void (*error)(char *x));
|
| A D | generic.h | 10 void(*error)(char *x));
|
| /include/asm-generic/ |
| A D | bitops.h | 25 #error only <linux/bitops.h> can be included directly
|
| A D | tlbflush.h | 10 #error need to implement an architecture specific asm/tlbflush.h
|