| /include/linux/ |
| A D | objtool.h | 54 #define __ASM_BREF(label) label ## b argument 56 #define __ASM_ANNOTATE(label, type) \ argument 58 ".long " __stringify(label) " - .\n\t" \ 131 #define __ASM_ANNOTATE(label, type) "" 161 #define ANNOTATE_INSTR_BEGIN(label) __ASM_ANNOTATE(label, ANNOTYPE_INSTR_BEGIN) argument 162 #define ANNOTATE_INSTR_END(label) __ASM_ANNOTATE(label, ANNOTYPE_INSTR_END) argument 186 #define ANNOTATE_REACHABLE(label) __ASM_ANNOTATE(label, ANNOTYPE_REACHABLE) argument
|
| A D | gpio.h | 53 int gpio_request(unsigned gpio, const char *label); 88 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label); 91 unsigned long flags, const char *label); 105 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request() argument 111 unsigned long flags, const char *label) in gpio_request_one() argument 168 unsigned long flags, const char *label) in devm_gpio_request_one() argument
|
| A D | compat.h | 476 unsafe_put_user(__s->sig[3], &__c->sig[6], label); \ 480 unsafe_put_user(__s->sig[2], &__c->sig[4], label); \ 499 unsafe_get_user(lo, &__c->sig[7], label); \ 500 unsafe_get_user(hi, &__c->sig[6], label); \ 504 unsafe_get_user(lo, &__c->sig[5], label); \ 505 unsafe_get_user(hi, &__c->sig[4], label); \ 509 unsafe_get_user(lo, &__c->sig[3], label); \ 510 unsafe_get_user(hi, &__c->sig[2], label); \ 514 unsafe_get_user(lo, &__c->sig[1], label); \ 515 unsafe_get_user(hi, &__c->sig[0], label); \ [all …]
|
| A D | linkage.h | 331 #define SYM_DATA_END_LABEL(name, linkage, label) \ argument 332 linkage(label) ASM_NL \ 333 .type label SYM_T_OBJECT ASM_NL \ 334 label: \
|
| A D | pxa2xx_ssp.h | 243 const char *label; member 292 struct ssp_device *pxa_ssp_request(int port, const char *label); 295 const char *label); 297 static inline struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request() argument
|
| A D | uaccess.h | 522 #define __get_kernel_nofault(dst, src, type, label) \ argument 527 goto label; \ 531 #define __put_kernel_nofault(dst, src, type, label) \ argument 536 goto label; \
|
| A D | nfs_fs.h | 482 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free() argument 485 if (label) { in nfs4_label_free() 486 kfree(label->label); in nfs4_label_free() 487 kfree(label); in nfs4_label_free() 495 nfs4_label_free(fattr->label); in nfs_free_fattr()
|
| A D | signal.h | 460 #define unsafe_save_altstack(uss, sp, label) do { \ argument 463 unsafe_put_user((void __user *)t->sas_ss_sp, &__uss->ss_sp, label); \ 464 unsafe_put_user(t->sas_ss_flags, &__uss->ss_flags, label); \ 465 unsafe_put_user(t->sas_ss_size, &__uss->ss_size, label); \
|
| /include/uapi/linux/netfilter/ |
| A D | xt_IDLETIMER.h | 25 char label[MAX_IDLETIMER_LABEL_SIZE]; member 34 char label[MAX_IDLETIMER_LABEL_SIZE]; member
|
| /include/trace/events/ |
| A D | hwmon.h | 55 __string(label, s) 61 __assign_str(label); 65 __entry->index, __get_str(attr_name), __get_str(label))
|
| /include/net/ |
| A D | mpls.h | 30 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, in mpls_entry_encode() argument 38 cpu_to_be32((label << MPLS_LS_LABEL_SHIFT) | in mpls_entry_encode()
|
| A D | mpls_iptunnel.h | 17 u32 label[]; member
|
| A D | inet_ecn.h | 68 #define IP6_ECN_flow_init(label) do { \ argument 69 (label) &= ~htonl(INET_ECN_MASK << 20); \ 72 #define IP6_ECN_flow_xmit(sk, label) do { \ argument 74 (label) |= htonl(INET_ECN_ECT_0 << 20); \
|
| A D | dst_metadata.h | 232 __be32 label, in __ipv6_tun_set_dst() argument 256 info->key.label = label; in __ipv6_tun_set_dst()
|
| A D | ip_tunnels.h | 70 __be32 label; /* Flow Label for IPv6 */ member 282 u8 tos, u8 ttl, __be32 label, in ip_tunnel_key_init() argument 294 key->label = label; in ip_tunnel_key_init()
|
| /include/linux/gpio/ |
| A D | driver.h | 425 const char *label; member 560 const char **label; member 566 if (*_T.label) kfree(*_T.label), 568 struct _gpiochip_for_each_data _data = { label, i }; 572 const char **label, int *i) 612 #define for_each_requested_gpio(chip, i, label) \ argument 613 for_each_requested_gpio_in_range(chip, i, 0, chip->ngpio, label) 809 const char *label, 832 struct gpio_device *gpio_device_find_by_label(const char *label); 864 static inline struct gpio_device *gpio_device_find_by_label(const char *label) in gpio_device_find_by_label() argument
|
| A D | gpio-reg.h | 13 int base, int num, const char *label, u32 direction, u32 def_out,
|
| A D | regmap.h | 68 const char *label; member
|
| A D | consumer.h | 177 const char *label); 182 const char *label); 539 const char *label) in fwnode_gpiod_get_index() argument 549 const char *label) in devm_fwnode_gpiod_get_index() argument 593 const char *label) in devm_fwnode_gpiod_get() argument 596 flags, label); in devm_fwnode_gpiod_get()
|
| /include/linux/lsm/ |
| A D | apparmor.h | 13 struct aa_label *label; member
|
| /include/ras/ |
| A D | ras_event.h | 102 const char *label, 113 TP_ARGS(err_type, error_msg, label, error_count, mc_index, 120 __string( label, label ) 135 __assign_str(label); 153 __get_str(label),
|
| /include/linux/platform_data/ |
| A D | leds-lp55xx.h | 71 const char *label; member
|
| A D | mlxreg.h | 136 char label[MLXREG_CORE_LABEL_MAX_SIZE]; member
|
| /include/media/ |
| A D | v4l2-fwnode.h | 148 const char *label; member
|
| /include/linux/iio/ |
| A D | iio.h | 504 char *label); 537 char *label); 625 const char *label; member
|