| /include/uapi/linux/ |
| D | bpf_common.h | 5 #define BPF_CLASS(code) ((code) & 0x07) argument 16 #define BPF_SIZE(code) ((code) & 0x18) argument 20 #define BPF_MODE(code) ((code) & 0xe0) argument 29 #define BPF_OP(code) ((code) & 0xf0) argument 47 #define BPF_SRC(code) ((code) & 0x08) argument
|
| D | filter.h | 24 __u16 code; /* Actual filter code */ member 36 #define BPF_RVAL(code) ((code) & 0x18) argument 40 #define BPF_MISCOP(code) ((code) & 0xf8) argument 48 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 51 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
| D | v4l2-subdev.h | 77 __u32 code; member 92 __u32 code; member 125 __u32 code; member
|
| D | igmp.h | 32 __u8 code; /* For newer IGMP */ member 64 __u8 code; member
|
| /include/linux/input/ |
| D | sparse-keymap.h | 37 u32 code; member 41 u8 code; member 48 unsigned int code); 50 unsigned int code); 59 bool sparse_keymap_report_event(struct input_dev *dev, unsigned int code,
|
| D | mt.h | 57 unsigned code, int value) in input_mt_set_value() argument 59 slot->abs[code - ABS_MT_FIRST] = value; in input_mt_set_value() 63 unsigned code) in input_mt_get_value() argument 65 return slot->abs[code - ABS_MT_FIRST]; in input_mt_get_value()
|
| /include/linux/ |
| D | icmpv6.h | 15 extern void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info); 17 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info); 24 u8 type, u8 code, __u32 info) in icmpv6_send() argument 31 extern int icmpv6_err_convert(u8 type, u8 code, 35 u8 code, int pos);
|
| D | filter.h | 54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 62 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 72 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 80 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 90 .code = BPF_ALU | BPF_END | BPF_SRC(TYPE), \ 100 .code = BPF_ALU64 | BPF_MOV | BPF_X, \ 108 .code = BPF_ALU | BPF_MOV | BPF_X, \ 118 .code = BPF_ALU64 | BPF_MOV | BPF_K, \ 126 .code = BPF_ALU | BPF_MOV | BPF_K, \ 138 .code = BPF_LD | BPF_DW | BPF_IMM, \ [all …]
|
| D | input.h | 35 __u16 code; member 170 int (*event)(struct input_dev *dev, unsigned int type, unsigned int code, int value); 288 void (*event)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 291 bool (*filter)(struct input_handle *handle, unsigned int type, unsigned int code, int value); 384 void input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value); 385 void input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int valu… 387 static inline void input_report_key(struct input_dev *dev, unsigned int code, int value) in input_report_key() argument 389 input_event(dev, EV_KEY, code, !!value); in input_report_key() 392 static inline void input_report_rel(struct input_dev *dev, unsigned int code, int value) in input_report_rel() argument 394 input_event(dev, EV_REL, code, value); in input_report_rel() [all …]
|
| D | gpio_event.h | 38 unsigned int code, int value); /* out events */ 71 #define MATRIX_KEY(dev, code) \ argument 72 (((dev) << MATRIX_CODE_BITS) | (code & MATRIX_KEY_MASK)) 106 uint32_t code:10; member 130 unsigned int code, int value); 157 uint16_t code; member
|
| D | tca6416_keypad.h | 20 int code; /* input event code (KEY_*, SW_*) */ member
|
| D | gpio_keys.h | 24 unsigned int code; member
|
| D | ppp_channel.h | 58 extern void ppp_input_error(struct ppp_channel *, int code);
|
| D | amifd.h | 30 unsigned long code; /* code returned from drive */ member
|
| D | uinput.h | 47 unsigned int code; /* UI_FF_UPLOAD, UI_FF_ERASE */ member
|
| /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 | 14 #define MATRIX_KEY(row, col, code) \ argument 15 ((((row) & 0xFF) << 24) | (((col) & 0xFF) << 16) | ((code) & 0xFFFF))
|
| /include/acpi/ |
| D | acexcep.h | 64 #define EXCEP_ENV(code) ((acpi_status) (code | AE_CODE_ENVIRONMENTAL)) argument 65 #define EXCEP_PGM(code) ((acpi_status) (code | AE_CODE_PROGRAMMER)) argument 66 #define EXCEP_TBL(code) ((acpi_status) (code | AE_CODE_ACPI_TABLES)) argument 67 #define EXCEP_AML(code) ((acpi_status) (code | AE_CODE_AML)) argument 68 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL)) argument
|
| /include/media/ |
| D | soc_mediabus.h | 94 u32 code; member 99 u32 code, 103 u32 code);
|
| D | v4l2-mediabus.h | 104 u32 code) in v4l2_fill_mbus_format() argument 113 mbus_fmt->code = code; in v4l2_fill_mbus_format()
|
| /include/net/netfilter/ |
| D | nft_reject.h | 17 int nft_reject_icmp_code(u8 code); 18 int nft_reject_icmpv6_code(u8 code);
|
| /include/net/ |
| D | icmp.h | 43 void __icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info, 45 static inline void icmp_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_send() argument 47 __icmp_send(skb_in, type, code, info, &IPCB(skb_in)->opt); in icmp_send()
|
| D | rawv6.h | 7 u8 type, u8 code, int inner_offset, __be32);
|
| /include/net/netfilter/ipv4/ |
| D | nf_reject.h | 8 void nf_send_unreach(struct sk_buff *skb_in, int code, int hook);
|
| /include/net/netfilter/ipv6/ |
| D | nf_reject.h | 6 void nf_send_unreach6(struct net *net, struct sk_buff *skb_in, unsigned char code,
|