/kernel/linux/linux-6.6/drivers/iio/amplifiers/ |
H A D | ad8366.c | 120 int code, gain = 0; in ad8366_read_raw() local 125 code = st->ch[chan->channel]; in ad8366_read_raw() 129 gain = code * 253 + 4500; in ad8366_read_raw() 132 gain = 15000 - code * 1000; in ad8366_read_raw() 135 gain = 20000 - 31500 + code * 500; in ad8366_read_raw() 138 gain = -1 * code * 500; in ad8366_read_raw() 141 gain = -1 * code * 250; in ad8366_read_raw() 167 int code = 0, gain; in ad8366_write_raw() local 181 code = (gain - 4500) / 253; in ad8366_write_raw() 184 code in ad8366_write_raw() [all...] |
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | maple_keyb.c | 85 int code, keycode; in dc_scan_kbd() local 89 code = i + 224; in dc_scan_kbd() 90 keycode = kbd->keycode[code]; in dc_scan_kbd() 91 input_event(dev, EV_MSC, MSC_SCAN, code); in dc_scan_kbd() 97 code = kbd->old[i]; in dc_scan_kbd() 98 if (code > 3 && ptr == NULL) { in dc_scan_kbd() 99 keycode = kbd->keycode[code]; in dc_scan_kbd() 101 input_event(dev, EV_MSC, MSC_SCAN, code); in dc_scan_kbd() 106 code); in dc_scan_kbd() 109 code in dc_scan_kbd() [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | decode_stacktrace.sh | 162 local code=${cache[$module,$address]} 164 local code=$(${ADDR2LINE} -i -e "$objfile" "$address" 2>/dev/null) 166 cache[$module,$address]=$code 170 # addr2line doesn't return a proper error code if it fails, so 173 if [[ $code == "??:0" ]]; then 178 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code") 181 code=${code//$'\n'/' '} 190 symbol="$segment$name ($code)" [all...] |
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | traps.c | 218 KERN_CRIT "%s (pid %d): %s (code %ld) at " RFMT "\n", in die_if_kernel() 249 printk(KERN_CRIT "%s (pid %d): %s (code %ld)\n", in die_if_kernel() 325 static void default_trap(int code, struct pt_regs *regs) in default_trap() argument 327 printk(KERN_ERR "Trap %d on CPU %d\n", code, smp_processor_id()); in default_trap() 331 void (*cpu_lpmc) (int code, struct pt_regs *regs) __read_mostly = default_trap; 346 * Note: The following code will probably generate a in transfer_pim_to_trap_frame() 414 void parisc_terminate(char *msg, struct pt_regs *regs, int code, unsigned long offset) in parisc_terminate() argument 418 (void)notify_die(DIE_OOPS, msg, regs, 0, code, SIGTRAP); in parisc_terminate() 433 switch(code){ in parisc_terminate() 453 msg, code, trap_nam in parisc_terminate() 475 handle_interruption(int code, struct pt_regs *regs) handle_interruption() argument [all...] |
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | traps.c | 223 KERN_CRIT "%s (pid %d): %s (code %ld) at " RFMT "\n", in die_if_kernel() 247 printk(KERN_CRIT "%s (pid %d): %s (code %ld)\n", in die_if_kernel() 332 static void default_trap(int code, struct pt_regs *regs) in default_trap() argument 334 printk(KERN_ERR "Trap %d on CPU %d\n", code, smp_processor_id()); in default_trap() 350 * Note: The following code will probably generate a in transfer_pim_to_trap_frame() 418 void parisc_terminate(char *msg, struct pt_regs *regs, int code, unsigned long offset) in parisc_terminate() argument 422 (void)notify_die(DIE_OOPS, msg, regs, 0, code, SIGTRAP); in parisc_terminate() 433 switch(code){ in parisc_terminate() 453 msg, code, trap_name(code), offse in parisc_terminate() 475 handle_interruption(int code, struct pt_regs *regs) handle_interruption() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_ipipeif.c | 138 switch (format->code) { in ipipeif_configure() 182 info = omap4iss_video_format_info(format->code); in ipipeif_configure() 392 if (fmt->code == ipipeif_fmts[i]) in ipipeif_try_format() 398 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ipipeif_try_format() 441 * @code : pointer to v4l2_subdev_mbus_code_enum structure 446 struct v4l2_subdev_mbus_code_enum *code) in ipipeif_enum_mbus_code() 451 switch (code->pad) { in ipipeif_enum_mbus_code() 453 if (code->index >= ARRAY_SIZE(ipipeif_fmts)) in ipipeif_enum_mbus_code() 456 code->code in ipipeif_enum_mbus_code() 444 ipipeif_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_mbus_code_enum *code) ipipeif_enum_mbus_code() argument [all...] |
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_ipipeif.c | 138 switch (format->code) { in ipipeif_configure() 182 info = omap4iss_video_format_info(format->code); in ipipeif_configure() 393 if (fmt->code == ipipeif_fmts[i]) in ipipeif_try_format() 399 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ipipeif_try_format() 444 * @code : pointer to v4l2_subdev_mbus_code_enum structure 449 struct v4l2_subdev_mbus_code_enum *code) in ipipeif_enum_mbus_code() 454 switch (code->pad) { in ipipeif_enum_mbus_code() 456 if (code->index >= ARRAY_SIZE(ipipeif_fmts)) in ipipeif_enum_mbus_code() 459 code->code in ipipeif_enum_mbus_code() 447 ipipeif_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) ipipeif_enum_mbus_code() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/imx/ |
H A D | imx7-mipi-csis.c | 259 u32 code; member 267 .code = MEDIA_BUS_FMT_UYVY8_2X8, 271 .code = MEDIA_BUS_FMT_UYVY10_2X10, 277 .code = MEDIA_BUS_FMT_SBGGR8_1X8, 281 .code = MEDIA_BUS_FMT_SGBRG8_1X8, 285 .code = MEDIA_BUS_FMT_SGRBG8_1X8, 289 .code = MEDIA_BUS_FMT_SRGGB8_1X8, 293 .code = MEDIA_BUS_FMT_Y8_1X8, 297 .code = MEDIA_BUS_FMT_SBGGR10_1X10, 301 .code 400 find_csis_format(u32 code) find_csis_format() argument 765 mipi_csis_enum_mbus_code(struct v4l2_subdev *mipi_sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_mbus_code_enum *code) mipi_csis_enum_mbus_code() argument [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-input.c | 73 return (usage->type == EV_KEY && usage->code == keycode); in match_keycode() 141 usage->code : KEY_RESERVED; in hidinput_getkeycode() 162 usage->code : KEY_RESERVED; in hidinput_setkeycode() 163 usage->code = ke->keycode; in hidinput_setkeycode() 166 set_bit(usage->code, dev->keybit); in hidinput_setkeycode() 167 dbg_hid("Assigned keycode %d to HID usage code %x\n", in hidinput_setkeycode() 168 usage->code, usage->hid); in hidinput_setkeycode() 187 * @code: axis code 199 __s32 hidinput_calc_abs_res(const struct hid_field *field, __u16 code) in hidinput_calc_abs_res() argument 571 int max = 0, code; hidinput_configure_usage() local 1260 int code; hidinput_handle_scroll() local 1444 hidinput_find_field(struct hid_device *hid, unsigned int type, unsigned int code, struct hid_field **field) hidinput_find_field() argument 1551 hidinput_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) hidinput_input_event() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-pipe.c | 194 mxc_isi_bus_format_by_code(u32 code, unsigned int pad) in mxc_isi_bus_format_by_code() argument 202 if (info->mbus_code == code && info->pads & BIT(pad)) in mxc_isi_bus_format_by_code() 271 sink_info = mxc_isi_bus_format_by_code(sink_fmt->code, in mxc_isi_pipe_enable() 273 src_info = mxc_isi_bus_format_by_code(src_fmt->code, in mxc_isi_pipe_enable() 360 fmt_sink->code = MXC_ISI_DEF_MBUS_CODE_SINK; in mxc_isi_pipe_init_cfg() 370 fmt_source->code = MXC_ISI_DEF_MBUS_CODE_SOURCE; in mxc_isi_pipe_init_cfg() 388 struct v4l2_subdev_mbus_code_enum *code) in mxc_isi_pipe_enum_mbus_code() 399 if (code->pad == MXC_ISI_PIPE_PAD_SOURCE) { in mxc_isi_pipe_enum_mbus_code() 404 info = mxc_isi_bus_format_by_code(format->code, in mxc_isi_pipe_enum_mbus_code() 412 if (code in mxc_isi_pipe_enum_mbus_code() 386 mxc_isi_pipe_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_mbus_code_enum *code) mxc_isi_pipe_enum_mbus_code() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 353 return BPF_CLASS(meta->insn.code); in mbpf_class() 358 return BPF_SRC(meta->insn.code); in mbpf_src() 363 return BPF_OP(meta->insn.code); in mbpf_op() 368 return BPF_MODE(meta->insn.code); in mbpf_mode() 378 return (meta->insn.code & ~BPF_SIZE_MASK) == (BPF_LDX | BPF_MEM); in is_mbpf_load() 398 return (meta->insn.code & ~BPF_SIZE_MASK) == (BPF_STX | BPF_MEM); in is_mbpf_store() 413 u8 code = meta->insn.code; in is_mbpf_classic_load() local 415 return BPF_CLASS(code) == BPF_LD && in is_mbpf_classic_load() 416 (BPF_MODE(code) in is_mbpf_classic_load() 421 u8 code = meta->insn.code; is_mbpf_classic_store() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | main.h | 353 return BPF_CLASS(meta->insn.code); in mbpf_class() 358 return BPF_SRC(meta->insn.code); in mbpf_src() 363 return BPF_OP(meta->insn.code); in mbpf_op() 368 return BPF_MODE(meta->insn.code); in mbpf_mode() 378 return (meta->insn.code & ~BPF_SIZE_MASK) == (BPF_LDX | BPF_MEM); in is_mbpf_load() 398 return (meta->insn.code & ~BPF_SIZE_MASK) == (BPF_STX | BPF_MEM); in is_mbpf_store() 413 u8 code = meta->insn.code; in is_mbpf_classic_load() local 415 return BPF_CLASS(code) == BPF_LD && in is_mbpf_classic_load() 416 (BPF_MODE(code) in is_mbpf_classic_load() 421 u8 code = meta->insn.code; is_mbpf_classic_store() local [all...] |
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input.c | 61 static inline int is_event_supported(unsigned int code, in is_event_supported() argument 64 return code <= max && test_bit(code, bm); in is_event_supported() 86 static void input_start_autorepeat(struct input_dev *dev, int code) in input_start_autorepeat() argument 91 dev->repeat_key = code; in input_start_autorepeat() 116 if (handler->filter(handle, v->type, v->code, v->value)) in input_to_handler() 132 handler->event(handle, v->type, v->code, v->value); in input_to_handler() 172 input_start_autorepeat(dev, v->code); in input_pass_values() 181 unsigned int type, unsigned int code, int value) in input_pass_event() 183 struct input_value vals[] = { { type, code, valu in input_pass_event() 180 input_pass_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) input_pass_event() argument 225 input_handle_abs_event(struct input_dev *dev, unsigned int code, int *pval) input_handle_abs_event() argument 275 input_get_disposition(struct input_dev *dev, unsigned int type, unsigned int code, int *pval) input_get_disposition() argument 381 input_handle_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) input_handle_event() argument 447 input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) input_event() argument 472 input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) input_inject_event() argument 720 int code; input_dev_release_keys() local 1991 input_set_capability(struct input_dev *dev, unsigned int type, unsigned int code) input_set_capability() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | pxa_camera.c | 229 * @fourcc: Fourcc code, that will be obtained if the data is 247 * @code: mediabus pixel-code 251 u32 code; member 257 .code = MEDIA_BUS_FMT_YUYV8_2X8, 267 .code = MEDIA_BUS_FMT_YVYU8_2X8, 277 .code = MEDIA_BUS_FMT_UYVY8_2X8, 287 .code = MEDIA_BUS_FMT_VYUY8_2X8, 297 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE, 307 .code 588 pxa_mbus_find_fmtdesc( u32 code, const struct pxa_mbus_lookup *lookup, int n) pxa_mbus_find_fmtdesc() argument 602 pxa_mbus_get_fmtdesc( u32 code) pxa_mbus_get_fmtdesc() argument 619 u32 code; global() member 637 u32 code; global() member 723 struct v4l2_subdev_mbus_code_enum code = { pxa_mbus_build_fmts_xlate() local 1644 struct v4l2_subdev_mbus_code_enum code = { pxa_camera_get_formats() local [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/intel/ |
H A D | pxa_camera.c | 228 * @fourcc: Fourcc code, that will be obtained if the data is 246 * @code: mediabus pixel-code 250 u32 code; member 256 .code = MEDIA_BUS_FMT_YUYV8_2X8, 266 .code = MEDIA_BUS_FMT_YVYU8_2X8, 276 .code = MEDIA_BUS_FMT_UYVY8_2X8, 286 .code = MEDIA_BUS_FMT_VYUY8_2X8, 296 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE, 306 .code 587 pxa_mbus_find_fmtdesc( u32 code, const struct pxa_mbus_lookup *lookup, int n) pxa_mbus_find_fmtdesc() argument 601 pxa_mbus_get_fmtdesc( u32 code) pxa_mbus_get_fmtdesc() argument 618 u32 code; global() member 636 u32 code; global() member 719 struct v4l2_subdev_mbus_code_enum code = { pxa_mbus_build_fmts_xlate() local 1641 struct v4l2_subdev_mbus_code_enum code = { pxa_camera_get_formats() local [all...] |
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input.c | 64 static inline int is_event_supported(unsigned int code, in is_event_supported() argument 67 return code <= max && test_bit(code, bm); in is_event_supported() 86 static void input_start_autorepeat(struct input_dev *dev, int code) in input_start_autorepeat() argument 91 dev->repeat_key = code; in input_start_autorepeat() 116 if (handler->filter(handle, v->type, v->code, v->value)) in input_to_handler() 132 handler->event(handle, v->type, v->code, v->value); in input_to_handler() 174 input_start_autorepeat(dev, v->code); in input_pass_values() 190 unsigned int code, int *pval) in input_handle_abs_event() 197 if (code in input_handle_abs_event() 189 input_handle_abs_event(struct input_dev *dev, unsigned int code, int *pval) input_handle_abs_event() argument 241 input_get_disposition(struct input_dev *dev, unsigned int type, unsigned int code, int *pval) input_get_disposition() argument 351 input_event_dispose(struct input_dev *dev, int disposition, unsigned int type, unsigned int code, int value) input_event_dispose() argument 394 input_handle_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) input_handle_event() argument 427 input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) input_event() argument 452 input_inject_event(struct input_handle *handle, unsigned int type, unsigned int code, int value) input_inject_event() argument 735 int code; input_dev_release_keys() local 2103 input_set_capability(struct input_dev *dev, unsigned int type, unsigned int code) input_set_capability() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 7 * This file contains code to generate a firmware image for the GO7007SB 28 /* Constants used in the source firmware image to describe code segments */ 365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package() argument 390 code[off + 1] = __cpu_to_le16(0x8000 | mem); in gen_mjpeghdr_to_package() 399 code[off] = __cpu_to_le16(0x4000 | chunk); in gen_mjpeghdr_to_package() 400 code[off + 31] = __cpu_to_le16(addr++); in gen_mjpeghdr_to_package() 403 code[off] = __cpu_to_le16(0x1000 | 28); in gen_mjpeghdr_to_package() 404 code[off + 31] = 0; in gen_mjpeghdr_to_package() 408 memcpy(&code[off + 2], buf + i, chunk * 2); in gen_mjpeghdr_to_package() 632 __le16 *code, in in gen_mpeg1hdr_to_package() 631 gen_mpeg1hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) gen_mpeg1hdr_to_package() argument 817 gen_mpeg4hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) gen_mpeg4hdr_to_package() argument 919 brctrl_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) brctrl_to_package() argument 1076 config_package(struct go7007 *go, __le16 *code, int space) config_package() argument 1198 seqhead_to_package(struct go7007 *go, __le16 *code, int space, int (*sequence_header_func)(struct go7007 *go, unsigned char *buf, int ext)) seqhead_to_package() argument 1277 avsync_to_package(struct go7007 *go, __le16 *code, int space) avsync_to_package() argument 1308 final_package(struct go7007 *go, __le16 *code, int space) final_package() argument 1371 audio_to_package(struct go7007 *go, __le16 *code, int space) audio_to_package() argument 1421 modet_to_package(struct go7007 *go, __le16 *code, int space) modet_to_package() argument 1494 do_special(struct go7007 *go, u16 type, __le16 *code, int space, int *framelen) do_special() argument 1546 __le16 *code, *src; go7007_construct_fw_image() local [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | go7007-fw.c | 7 * This file contains code to generate a firmware image for the GO7007SB 28 /* Constants used in the source firmware image to describe code segments */ 365 static int gen_mjpeghdr_to_package(struct go7007 *go, __le16 *code, int space) in gen_mjpeghdr_to_package() argument 390 code[off + 1] = __cpu_to_le16(0x8000 | mem); in gen_mjpeghdr_to_package() 399 code[off] = __cpu_to_le16(0x4000 | chunk); in gen_mjpeghdr_to_package() 400 code[off + 31] = __cpu_to_le16(addr++); in gen_mjpeghdr_to_package() 403 code[off] = __cpu_to_le16(0x1000 | 28); in gen_mjpeghdr_to_package() 404 code[off + 31] = 0; in gen_mjpeghdr_to_package() 408 memcpy(&code[off + 2], buf + i, chunk * 2); in gen_mjpeghdr_to_package() 632 __le16 *code, in in gen_mpeg1hdr_to_package() 631 gen_mpeg1hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) gen_mpeg1hdr_to_package() argument 817 gen_mpeg4hdr_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) gen_mpeg4hdr_to_package() argument 919 brctrl_to_package(struct go7007 *go, __le16 *code, int space, int *framelen) brctrl_to_package() argument 1076 config_package(struct go7007 *go, __le16 *code, int space) config_package() argument 1198 seqhead_to_package(struct go7007 *go, __le16 *code, int space, int (*sequence_header_func)(struct go7007 *go, unsigned char *buf, int ext)) seqhead_to_package() argument 1277 avsync_to_package(struct go7007 *go, __le16 *code, int space) avsync_to_package() argument 1308 final_package(struct go7007 *go, __le16 *code, int space) final_package() argument 1371 audio_to_package(struct go7007 *go, __le16 *code, int space) audio_to_package() argument 1421 modet_to_package(struct go7007 *go, __le16 *code, int space) modet_to_package() argument 1494 do_special(struct go7007 *go, u16 type, __le16 *code, int space, int *framelen) do_special() argument 1546 __le16 *code, *src; go7007_construct_fw_image() local [all...] |
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | core_lca.c | 5 * Written by David Mosberger (davidm@cs.arizona.edu) with some code 7 * bios code. 132 unsigned long flags, code, stat0; in conf_read() local 148 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT) in conf_read() 150 if (code != 1) { in conf_read() 170 unsigned long flags, code, stat0; in conf_write() local 185 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT) in conf_write() 187 if (code != 1) { in conf_write() 377 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT; in ioc_error() 382 code > in ioc_error() 375 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT; ioc_error() local [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | core_lca.c | 5 * Written by David Mosberger (davidm@cs.arizona.edu) with some code 7 * bios code. 132 unsigned long flags, code, stat0; in conf_read() local 148 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT) in conf_read() 150 if (code != 1) { in conf_read() 170 unsigned long flags, code, stat0; in conf_write() local 185 code = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT) in conf_write() 187 if (code != 1) { in conf_write() 377 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT; in ioc_error() 382 code > in ioc_error() 375 unsigned code = (stat0 & IOC_CODE) >> IOC_CODE_SHIFT; ioc_error() local [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | s5k6a3.c | 83 .code = MEDIA_BUS_FMT_SGRBG10_1X10, 95 if (mf->code == s5k6a3_formats[i].code) in find_sensor_format() 103 struct v4l2_subdev_mbus_code_enum *code) in s5k6a3_enum_mbus_code() 105 if (code->index >= ARRAY_SIZE(s5k6a3_formats)) in s5k6a3_enum_mbus_code() 108 code->code = s5k6a3_formats[code->index].code; in s5k6a3_enum_mbus_code() 117 mf->code in s5k6a3_try_format() 101 s5k6a3_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_pad_config *cfg, struct v4l2_subdev_mbus_code_enum *code) s5k6a3_enum_mbus_code() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | s5k6a3.c | 83 .code = MEDIA_BUS_FMT_SGRBG10_1X10, 95 if (mf->code == s5k6a3_formats[i].code) in find_sensor_format() 103 struct v4l2_subdev_mbus_code_enum *code) in s5k6a3_enum_mbus_code() 105 if (code->index >= ARRAY_SIZE(s5k6a3_formats)) in s5k6a3_enum_mbus_code() 108 code->code = s5k6a3_formats[code->index].code; in s5k6a3_enum_mbus_code() 117 mf->code in s5k6a3_try_format() 101 s5k6a3_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) s5k6a3_enum_mbus_code() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A 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() 47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info); 49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() argument 52 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
|
/kernel/linux/linux-6.6/include/net/ |
H A 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() 47 void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info); 49 static inline void icmp_ndo_send(struct sk_buff *skb_in, int type, int code, __be32 info) in icmp_ndo_send() argument 52 __icmp_send(skb_in, type, code, info, &opts); in icmp_ndo_send()
|
/kernel/linux/linux-6.6/lib/zstd/ |
H A D | zstd_decompress_module.c | 6 * This source code is licensed under both the BSD-style license (found in the 21 unsigned int zstd_is_error(size_t code) in zstd_is_error() argument 23 return ZSTD_isError(code); in zstd_is_error() 27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code() argument 29 return ZSTD_getErrorCode(code); in zstd_get_error_code() 33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name() argument 35 return ZSTD_getErrorName(code); in zstd_get_error_name()
|