/include/trace/events/ |
D | mmflags.h | 72 #define IF_HAVE_PG_MLOCK(flag,string) ,{1UL << flag, string} argument 74 #define IF_HAVE_PG_MLOCK(flag,string) argument 78 #define IF_HAVE_PG_UNCACHED(flag,string) ,{1UL << flag, string} argument 80 #define IF_HAVE_PG_UNCACHED(flag,string) argument 84 #define IF_HAVE_PG_HWPOISON(flag,string) ,{1UL << flag, string} argument 86 #define IF_HAVE_PG_HWPOISON(flag,string) argument 90 #define IF_HAVE_PG_IDLE(flag,string) ,{1UL << flag, string} argument 92 #define IF_HAVE_PG_IDLE(flag,string) argument 96 #define IF_HAVE_PG_ARCH_2(flag,string) ,{1UL << flag, string} argument 98 #define IF_HAVE_PG_ARCH_2(flag,string) argument [all …]
|
/include/net/ |
D | bond_options.h | 92 char *string; member 139 char *string, u64 value, in __bond_opt_init() argument 146 else if (string) in __bond_opt_init() 147 optval->string = string; in __bond_opt_init()
|
/include/linux/ |
D | asn1_encoder.h | 20 u32 tag, const unsigned char *string, int len); 24 const unsigned char *string, u32 len);
|
D | audit.h | 164 extern bool audit_string_contains_control(const char *string, 173 const char *string, 176 const char *string); 233 const char *string, size_t n) in audit_log_n_untrustedstring() argument 236 const char *string) in audit_log_untrustedstring() argument
|
D | compiler_types.h | 372 #define __diag(string) argument 376 #define __diag_GCC(version, severity, string) argument
|
D | moduleparam.h | 88 char *string; member 356 #define module_param_string(name, string, len, perm) \ argument 358 = { len, string }; \
|
D | fs_context.h | 67 char *string; member
|
D | property.h | 51 const char *propname, const char *string); 74 const char *propname, const char *string);
|
D | string.h | 226 int match_string(const char * const *array, size_t n, const char *string);
|
D | mpi.h | 95 MPI mpi_scanval(const char *string);
|
D | usb.h | 94 char *string; /* iInterface string, if present */ member 388 char *string; /* iConfiguration string, if present */ member
|
D | of.h | 339 const char *string); 695 const char *string) in of_property_match_string() argument
|
/include/crypto/ |
D | drbg.h | 73 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() argument 76 string->buf = buf; in drbg_string_fill() 77 string->len = len; in drbg_string_fill() 78 INIT_LIST_HEAD(&string->list); in drbg_string_fill()
|
/include/linux/iio/ |
D | sysfs.h | 45 const char *string; member 92 = { .string = _string, \ 97 = { .string = _string, \
|
/include/linux/phy/ |
D | phy.h | 252 struct phy *phy_get(struct device *dev, const char *string); 253 struct phy *phy_optional_get(struct device *dev, const char *string); 254 struct phy *devm_phy_get(struct device *dev, const char *string); 255 struct phy *devm_phy_optional_get(struct device *dev, const char *string); 424 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() argument 430 const char *string) in phy_optional_get() argument 435 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() argument 441 const char *string) in devm_phy_optional_get() argument
|
/include/linux/greybus/ |
D | greybus_manifest.h | 103 __u8 string[]; member 163 struct greybus_descriptor_string string; member
|
/include/uapi/linux/ |
D | virtio_input.h | 63 char string[128]; member
|
D | videodev2.h | 1800 char __user *string; member
|
/include/acpi/ |
D | acoutput.h | 343 #define ACPI_FUNCTION_TRACE_STR(name, string) \ argument 344 ACPI_TRACE_ENTRY (name, acpi_ut_trace_str, const char *, string) 403 #define return_STR(string) \ argument 404 ACPI_TRACE_EXIT (acpi_ut_str_exit, const char *, string)
|
D | actypes.h | 919 } string; member 1160 char *string; member
|
/include/uapi/sound/ |
D | asoc.h | 217 char string[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member 227 struct snd_soc_tplg_vendor_string_elem string[0]; member
|
/include/xen/ |
D | xenbus.h | 162 const char *dir, const char *node, const char *string);
|
/include/sound/ |
D | info.h | 234 int snd_oss_info_register(int dev, int num, char *string);
|