| /include/uapi/linux/ |
| D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
| D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
| D | v4l2-subdev.h | 78 __u32 code; member 93 __u32 code; member 126 __u32 code; member
|
| D | fsmap.h | 103 #define FMR_OWNER(type, code) (((__u64)type << 32) | \ argument 104 ((__u64)code & 0xFFFFFFFFULL))
|
| D | igmp.h | 33 __u8 code; /* For newer IGMP */ member 65 __u8 code; member
|
| D | virtio_input.h | 72 __le16 code; member
|
| /include/linux/input/ |
| D | sparse-keymap.h | 34 u32 code; member 38 u8 code; member 45 unsigned int code); 47 unsigned int code); 55 bool sparse_keymap_report_event(struct input_dev *dev, unsigned int code,
|
| D | mt.h | 54 unsigned code, int value) in input_mt_set_value() argument 56 slot->abs[code - ABS_MT_FIRST] = value; in input_mt_set_value() 60 unsigned code) in input_mt_get_value() argument 62 return slot->abs[code - ABS_MT_FIRST]; in input_mt_get_value()
|
| /include/linux/ |
| D | icmpv6.h | 16 extern void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info); 18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info, 28 u8 type, u8 code, __u32 info) in icmpv6_send() argument 35 extern int icmpv6_err_convert(u8 type, u8 code, 39 u8 code, int pos);
|
| D | input.h | 34 __u16 code; member 182 int (*event)(struct input_dev *dev, unsigned int type, unsigned int code, int value); 306 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 309 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 411 void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value); 412 void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… 414 static inline void input_report_key(struct input_dev *dev, unsigned int code, int value) in input_report_key() argument 416 input_event(dev, EV_KEY, code, !!value); in input_report_key() 419 static inline void input_report_rel(struct input_dev *dev, unsigned int code, int value) in input_report_rel() argument 421 input_event(dev, EV_REL, code, value); in input_report_rel() [all …]
|
| D | filter.h | 86 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 94 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 104 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 112 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 122 .code = BPF_ALU | BPF_END | BPF_SRC(TYPE), \ 132 .code = BPF_ALU64 | BPF_MOV | BPF_X, \ 140 .code = BPF_ALU | BPF_MOV | BPF_X, \ 150 .code = BPF_ALU64 | BPF_MOV | BPF_K, \ 158 .code = BPF_ALU | BPF_MOV | BPF_K, \ 167 .code = BPF_ALU | BPF_MOV | BPF_X, \ [all …]
|
| D | tca6416_keypad.h | 17 int code; /* input event code (KEY_*, SW_*) */ member
|
| D | gpio_keys.h | 26 unsigned int code; member
|
| D | ppp_channel.h | 54 extern void ppp_input_error(struct ppp_channel *, int code);
|
| /include/trace/events/ |
| D | signal.h | 16 __entry->code = SI_USER; \ 19 __entry->code = SI_KERNEL; \ 22 __entry->code = info->si_code; \ 60 __field( int, code ) 77 __entry->sig, __entry->errno, __entry->code, 105 __field( int, code ) 118 __entry->sig, __entry->errno, __entry->code,
|
| /include/dt-bindings/input/ |
| D | input.h | 15 #define MATRIX_KEY(row, col, code) \ argument 16 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
|
| /include/acpi/ |
| D | acexcep.h | 30 #define EXCEP_ENV(code) ((acpi_status) (code | AE_CODE_ENVIRONMENTAL)) argument 31 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER)) argument 32 #define EXCEP_TBL(code) ((acpi_status) (code | AE_CODE_ACPI_TABLES)) argument 33 #define EXCEP_AML(code) ((acpi_status) (code | AE_CODE_AML)) argument 34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL)) argument
|
| /include/media/drv-intf/ |
| D | soc_mediabus.h | 89 u32 code; member 94 u32 code, 98 u32 code);
|
| /include/net/ |
| D | icmp.h | 39 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, 41 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() argument 43 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt); in icmp_send()
|
| D | rawv6.h | 15 u8 type, u8 code, int inner_offset, __be32);
|
| /include/net/netfilter/ |
| D | nft_reject.h | 27 int nft_reject_icmp_code(u8 code); 28 int nft_reject_icmpv6_code(u8 code);
|
| /include/media/ |
| D | v4l2-mediabus.h | 133 u32 code) in v4l2_fill_mbus_format() argument 142 mbus_fmt->code = code; in v4l2_fill_mbus_format()
|
| /include/soc/tegra/ |
| D | bpmp.h | 34 u32 code; member 116 void tegra_bpmp_mrq_return(struct tegra_bpmp_channel *channel, int code, 143 int code, const void *data, in tegra_bpmp_mrq_return() argument
|
| /include/net/netfilter/ipv4/ |
| D | nf_reject.h | 10 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
|
| /include/net/netfilter/ipv6/ |
| D | nf_reject.h | 8 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code,
|