/kernel/linux/linux-6.6/scripts/ |
H A D | decodecode | 26 code= 33 code=$i 40 code="$code $xdump" 50 if [ -z "$code" ]; then 55 echo $code 56 code=`echo $code | sed -e 's/.*Code: //'` 58 width=`expr index "$code" ' '` 157 # @all_code: code i [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | icmpv6.h | 18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info, 21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() argument 28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send() 41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() argument 49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send() 56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info); 58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument 61 __icmpv6_send(skb_in, type, code, inf in icmpv6_ndo_send() 67 icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) icmpv6_send() argument 72 icmpv6_ndo_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) icmpv6_ndo_send() argument 93 icmpv6_param_prob(struct sk_buff *skb, u8 code, int pos) icmpv6_param_prob() argument [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_insn.h | 12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 48 .code = BPF_ALU64 | BPF_MOV | BPF_X, \ 56 .code = BPF_ALU | BPF_MOV | BPF_X, \ 66 .code = BPF_ALU64 | BPF_MOV | BPF_K, \ 74 .code = BPF_ALU | BPF_MOV | BPF_K, \ 86 .code = BPF_LD | BPF_DW | BPF_IMM, \ 92 .code [all...] |
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | bpf_insn.h | 12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 48 .code = BPF_ALU64 | BPF_MOV | BPF_X, \ 56 .code = BPF_ALU | BPF_MOV | BPF_X, \ 66 .code = BPF_ALU64 | BPF_MOV | BPF_K, \ 74 .code = BPF_ALU | BPF_MOV | BPF_K, \ 86 .code = BPF_LD | BPF_DW | BPF_IMM, \ 92 .code [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | icmpv6.h | 18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info, 21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() argument 28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send() 41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() argument 49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send() 56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info); 58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument 61 __icmpv6_send(skb_in, type, code, inf in icmpv6_ndo_send() 67 icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) icmpv6_send() argument 72 icmpv6_ndo_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) icmpv6_ndo_send() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/boards/mach-x3proto/ |
H A D | setup.c | 129 .code = KEY_POWER, 134 .code = KEY_SUSPEND, 139 .code = KEY_KATAKANAHIRAGANA, 143 .code = KEY_SWITCHVIDEOMODE, 147 .code = KEY_F12, 151 .code = KEY_F11, 155 .code = KEY_F10, 159 .code = KEY_F9, 163 .code = KEY_F8, 167 .code [all...] |
/kernel/linux/linux-6.6/arch/sh/boards/mach-x3proto/ |
H A D | setup.c | 129 .code = KEY_POWER, 134 .code = KEY_SUSPEND, 139 .code = KEY_KATAKANAHIRAGANA, 143 .code = KEY_SWITCHVIDEOMODE, 147 .code = KEY_F12, 151 .code = KEY_F11, 155 .code = KEY_F10, 159 .code = KEY_F9, 163 .code = KEY_F8, 167 .code [all...] |
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) 17 #define BPF_SIZE(code) ((code) & 0x18) 22 #define BPF_MODE(code) ((code) & 0xe0) 31 #define BPF_OP(code) ((code) & 0xf0) 49 #define BPF_SRC(code) ((code) [all...] |
H A D | filter.h | 14 * Current version of the filter code architecture. 21 * the BPF code definitions which need to match so you can share filters 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) 41 #define BPF_MISCOP(code) ((code) & 0xf8) 49 #define BPF_STMT(code, k) { (unsigned short)(code), [all...] |
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) 17 #define BPF_SIZE(code) ((code) & 0x18) 22 #define BPF_MODE(code) ((code) & 0xe0) 31 #define BPF_OP(code) ((code) & 0xf0) 49 #define BPF_SRC(code) ((code) [all...] |
H A D | filter.h | 14 * Current version of the filter code architecture. 21 * the BPF code definitions which need to match so you can share filters 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) 41 #define BPF_MISCOP(code) ((code) & 0xf8) 49 #define BPF_STMT(code, k) { (unsigned short)(code), [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) 17 #define BPF_SIZE(code) ((code) & 0x18) 22 #define BPF_MODE(code) ((code) & 0xe0) 31 #define BPF_OP(code) ((code) & 0xf0) 49 #define BPF_SRC(code) ((code) [all...] |
H A D | filter.h | 14 * Current version of the filter code architecture. 21 * the BPF code definitions which need to match so you can share filters 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) 41 #define BPF_MISCOP(code) ((code) & 0xf8) 49 #define BPF_STMT(code, k) { (unsigned short)(code), [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf_common.h | 21 #define BPF_CLASS(code) ((code) & 0x07) 30 #define BPF_SIZE(code) ((code) & 0x18) 34 #define BPF_MODE(code) ((code) & 0xe0) 41 #define BPF_OP(code) ((code) & 0xf0) 58 #define BPF_SRC(code) ((code) [all...] |
H A D | filter.h | 27 __u16 code; member 36 #define BPF_RVAL(code) ((code) & 0x18) 38 #define BPF_MISCOP(code) ((code) & 0xf8) 42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } 45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k }
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) 17 #define BPF_SIZE(code) ((code) & 0x18) 22 #define BPF_MODE(code) ((code) & 0xe0) 31 #define BPF_OP(code) ((code) & 0xf0) 49 #define BPF_SRC(code) ((code) [all...] |
H A D | filter.h | 14 * Current version of the filter code architecture. 21 * the BPF code definitions which need to match so you can share filters 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) 41 #define BPF_MISCOP(code) ((code) & 0xf8) 49 #define BPF_STMT(code, k) { (unsigned short)(code), [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf_common.h | 21 #define BPF_CLASS(code) ((code) & 0x07) 30 #define BPF_SIZE(code) ((code) & 0x18) 34 #define BPF_MODE(code) ((code) & 0xe0) 41 #define BPF_OP(code) ((code) & 0xf0) 58 #define BPF_SRC(code) ((code) [all...] |
H A D | filter.h | 27 __u16 code; member 36 #define BPF_RVAL(code) ((code) & 0x18) 38 #define BPF_MISCOP(code) ((code) & 0xf8) 42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } 45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k }
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | bpf_common.h | 8 #define BPF_CLASS(code) ((code) & 0x07) 17 #define BPF_SIZE(code) ((code) & 0x18) 21 #define BPF_MODE(code) ((code) & 0xe0) 28 #define BPF_OP(code) ((code) & 0xf0) 45 #define BPF_SRC(code) ((code) [all...] |
H A D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) 26 #define BPF_MISCOP(code) ((code) & 0xf8) 30 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } 33 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k }
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-ip.c | 11 u32 code; member 17 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 }, 25 static const struct rzg2l_cru_ip_format *rzg2l_cru_ip_code_to_fmt(unsigned int code) in rzg2l_cru_ip_code_to_fmt() argument 30 if (rzg2l_cru_ip_formats[i].code == code) in rzg2l_cru_ip_code_to_fmt() 119 if (!rzg2l_cru_ip_code_to_fmt(fmt->format.code)) in rzg2l_cru_ip_set_format() 120 sink_format->code = rzg2l_cru_ip_formats[0].code; in rzg2l_cru_ip_set_format() 122 sink_format->code = fmt->format.code; in rzg2l_cru_ip_set_format() 142 rzg2l_cru_ip_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_mbus_code_enum *code) rzg2l_cru_ip_enum_mbus_code() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | cal-video.c | 37 .code = MEDIA_BUS_FMT_YUYV8_2X8, 41 .code = MEDIA_BUS_FMT_UYVY8_2X8, 45 .code = MEDIA_BUS_FMT_YVYU8_2X8, 49 .code = MEDIA_BUS_FMT_VYUY8_2X8, 53 .code = MEDIA_BUS_FMT_RGB565_2X8_LE, 57 .code = MEDIA_BUS_FMT_RGB565_2X8_BE, 61 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE, 65 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_BE, 69 .code = MEDIA_BUS_FMT_RGB888_2X12_LE, 73 .code 133 static char code[5]; fourcc_to_str() local 164 find_format_by_code(struct cal_ctx *ctx, u32 code) find_format_by_code() argument [all...] |
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_event.h | 20 unsigned char code; member 28 unsigned char code; member 36 unsigned char code; member 44 unsigned char code; member 53 unsigned char code; member 63 unsigned char code; member 73 unsigned char code; member 91 #define ev_is_long(ev) ((ev)->s.code >= 128) 92 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE)
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_event.h | 20 unsigned char code; member 28 unsigned char code; member 36 unsigned char code; member 44 unsigned char code; member 53 unsigned char code; member 63 unsigned char code; member 73 unsigned char code; member 91 #define ev_is_long(ev) ((ev)->s.code >= 128) 92 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE)
|