Searched refs:code (Results 126 - 150 of 1522) sorted by relevance

1234567891011>>

/linux-master/drivers/media/i2c/
H A Ds5k6a3.c83 .code = MEDIA_BUS_FMT_SGRBG10_1X10,
95 if (mf->code == s5k6a3_formats[i].code)
103 struct v4l2_subdev_mbus_code_enum *code)
105 if (code->index >= ARRAY_SIZE(s5k6a3_formats))
108 code->code = s5k6a3_formats[code->index].code;
117 mf->code
101 s5k6a3_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/drivers/s390/cio/
H A Dchsc.c58 * @response: chsc response code
60 * Returns an appropriate Linux error code for @response.
129 ssd_area->request.code = 0x0004;
140 ret = chsc_error_from_response(ssd_area->response.code);
144 ssd_area->response.code);
184 ssqd->request.code = 0x0024;
192 return chsc_error_from_response(ssqd->response.code);
211 scssc->request.code = 0x0021;
229 return chsc_error_from_response(scssc->response.code);
319 u8 cc; /* content code */
[all...]
/linux-master/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c345 u32 code; member in struct:csis_pix_format
354 .code = MEDIA_BUS_FMT_UYVY8_1X16,
361 .code = MEDIA_BUS_FMT_RGB565_1X16,
366 .code = MEDIA_BUS_FMT_BGR888_1X24,
373 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
378 .code = MEDIA_BUS_FMT_SGBRG8_1X8,
383 .code = MEDIA_BUS_FMT_SGRBG8_1X8,
388 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
393 .code = MEDIA_BUS_FMT_Y8_1X8,
398 .code
498 find_csis_format(u32 code) argument
1008 mipi_csis_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/arch/arm/lib/
H A Dio-readsw-armv4.S82 #define _BE_ONLY_(code...) code
83 #define _LE_ONLY_(code...)
87 #define _BE_ONLY_(code...)
88 #define _LE_ONLY_(code...) code
/linux-master/drivers/staging/nvec/
H A Dnvec_kbd.c56 int code, state; local
69 code = msg[1] & 0x7f;
72 if (code_tabs[_size][code] == KEY_CAPSLOCK && state)
75 input_report_key(keys_dev.input, code_tabs[_size][code],
86 unsigned int code, int value)
97 if (code != LED_CAPSL)
85 nvec_kbd_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
/linux-master/arch/parisc/kernel/
H A Dtraps.c223 KERN_CRIT "%s (pid %d): %s (code %ld) at " RFMT "\n",
247 printk(KERN_CRIT "%s (pid %d): %s (code %ld)\n",
332 static void default_trap(int code, struct pt_regs *regs) argument
334 printk(KERN_ERR "Trap %d on CPU %d\n", code, smp_processor_id());
350 * Note: The following code will probably generate a
418 void parisc_terminate(char *msg, struct pt_regs *regs, int code, unsigned long offset) argument
422 (void)notify_die(DIE_OOPS, msg, regs, 0, code, SIGTRAP);
433 switch(code){
453 msg, code, trap_name(code), offse
475 handle_interruption(int code, struct pt_regs *regs) argument
[all...]
/linux-master/drivers/staging/media/omap4iss/
H A Diss_ipipeif.c138 switch (format->code) {
182 info = omap4iss_video_format_info(format->code);
392 if (fmt->code == ipipeif_fmts[i])
398 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10;
443 * @code : pointer to v4l2_subdev_mbus_code_enum structure
448 struct v4l2_subdev_mbus_code_enum *code)
453 switch (code->pad) {
455 if (code->index >= ARRAY_SIZE(ipipeif_fmts))
458 code->code
446 ipipeif_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/arch/sh/boards/mach-rsk/
H A Ddevices-rsk7203.c88 .code = BTN_0,
93 .code = BTN_1,
98 .code = BTN_2,
/linux-master/arch/arm/kernel/
H A Dsigreturn_codes.S3 * sigreturn_codes.S - code sinpets for sigreturn syscalls
21 * Please note sigreturn_codes code are not executed in place. Instead
23 * arch/arm/kernel/signal.c is very sensitive to layout of these code
33 #define ARM_OK(code...) code
35 #define ARM_OK(code...)
64 * lower arch variants, since these code snippets are only
78 /* ARM sigreturn syscall code snippet */
83 /* Thumb sigreturn syscall code snippet */
88 /* ARM sigreturn_rt syscall code snippe
[all...]
/linux-master/include/linux/
H A Dzstd.h6 * This source code is licensed under both the BSD-style license (found in the
38 * zstd_is_error() - tells if a size_t function result is an error code
39 * @code: The function result to check for error.
41 * Return: Non-zero iff the code is an error.
43 unsigned int zstd_is_error(size_t code);
51 * zstd_get_error_code() - translates an error function result to an error code
52 * @code: The function result for which zstd_is_error(code) is true.
54 * Return: A unique error code for this error.
56 zstd_error_code zstd_get_error_code(size_t code);
[all...]
H A Dzstd_errors.h5 * This source code is licensed under both the BSD-style license (found in the
73 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /*< Same as ZSTD_getErrorName, but using a `ZSTD_ErrorCode` enum argument */
/linux-master/net/netfilter/
H A Dxt_tcpudp.c167 /* Returns 1 if the type and code is matched by the range, 0 otherwise */
169 u8 type, u8 code)
171 return type == test_type && code >= min_code && code <= max_code;
175 u8 type, u8 code, bool invert)
178 type_code_in_range(test_type, min_code, max_code, type, code))
183 u8 type, u8 code, bool invert)
185 return type_code_in_range(test_type, min_code, max_code, type, code) ^ invert;
209 icmpinfo->code[0],
210 icmpinfo->code[
168 type_code_in_range(u8 test_type, u8 min_code, u8 max_code, u8 type, u8 code) argument
174 icmp_type_code_match(u8 test_type, u8 min_code, u8 max_code, u8 type, u8 code, bool invert) argument
182 icmp6_type_code_match(u8 test_type, u8 min_code, u8 max_code, u8 type, u8 code, bool invert) argument
[all...]
/linux-master/arch/s390/include/asm/
H A Dirq.h88 unsigned short code; member in struct:ext_code::__anon48::__anon49
96 int register_external_irq(u16 code, ext_int_handler_t handler);
97 int unregister_external_irq(u16 code, ext_int_handler_t handler);
/linux-master/drivers/input/keyboard/
H A Dgpio_keys_polled.c53 input_event(input, type, button->code, button->value);
54 __set_bit(button->code, bdev->rel_axis_seen);
58 input_event(input, type, button->code, button->value);
59 __set_bit(button->code, bdev->abs_axis_seen);
62 input_event(input, type, button->code, state);
170 if (fwnode_property_read_u32(child, "linux,code",
171 &button->code)) {
203 const struct gpio_keys_platform_data *pdata, unsigned int code)
210 if (button->type != EV_ABS || button->code != code)
202 gpio_keys_polled_set_abs_params(struct input_dev *input, const struct gpio_keys_platform_data *pdata, unsigned int code) argument
[all...]
/linux-master/arch/alpha/include/asm/
H A Dmce.h16 unsigned int code; /* machine check code */ member in struct:el_common
/linux-master/drivers/net/wireless/realtek/rtl818x/rtl8187/
H A Dleds.h51 void rtl8187_leds_init(struct ieee80211_hw *dev, u16 code);
/linux-master/drivers/input/
H A Dinput-compat.c27 event->code = compat_event.code;
47 compat_event.code = event->code;
/linux-master/drivers/net/ethernet/realtek/
H A Dr8169_firmware.h32 __le32 *code; member in struct:rtl_fw::rtl_fw_phy_action
/linux-master/drivers/staging/media/atomisp/pci/runtime/spctrl/interface/
H A Dia_css_spctrl.h32 const void *code; /** location of firmware */ member in struct:__anon220
37 /* Get the code addr in DDR of SP */
/linux-master/arch/microblaze/include/asm/
H A Dexceptions.h65 void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr);
/linux-master/lib/zstd/compress/
H A Dhist.h10 * This source code is licensed under both the BSD-style license (found in the
27 * or an error code, which can be tested using HIST_isError().
33 unsigned HIST_isError(size_t code); /*< tells if a return value is an error code */
/linux-master/arch/arc/kernel/
H A Djump_label.c85 jump_label_t *instr_addr = (jump_label_t *)entry->code;
91 instr = arc_gen_branch(entry->code, entry->target);
96 flush_icache_range(entry->code, entry->code + JUMP_LABEL_NOP_SIZE);
126 * from real working code.
/linux-master/arch/arm64/include/asm/
H A Dsystem_misc.h30 int sig, int code, const char *name);
/linux-master/include/net/
H A Drawv6.h16 u8 type, u8 code, int inner_offset, __be32);
/linux-master/arch/csky/mm/
H A Dfault.c100 static inline void bad_area_nosemaphore(struct pt_regs *regs, struct mm_struct *mm, int code, unsigned long addr) argument
108 do_trap(regs, SIGSEGV, code, addr);
115 static inline void vmalloc_fault(struct pt_regs *regs, int code, unsigned long addr) argument
125 do_trap(regs, SIGSEGV, code, addr);
194 int code = SEGV_MAPERR; local
215 vmalloc_fault(regs, code, addr);
242 bad_area_nosemaphore(regs, mm, code, addr);
250 code = SEGV_ACCERR;
254 bad_area_nosemaphore(regs, mm, code, addr);

Completed in 346 milliseconds

1234567891011>>