Searched refs:code (Results 226 - 250 of 1523) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-check-branches.sh75 echo git checkout return code: $? "(Commit $ntry: $i)"
78 echo kvm.sh return code $ret for commit $i from branch $gitbr
/linux-master/include/linux/
H A Dppp_channel.h5 * Definitions for the interface between the generic PPP code
8 * A PPP channel provides a way for the generic PPP code to send
59 extern void ppp_input_error(struct ppp_channel *, int code);
81 * The channel code must ensure that when it calls ppp_unregister_channel,
H A Dfilter.h89 /* As per nm, we expose JITed images as text (code) section for
104 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
115 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
128 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
138 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
150 .code = BPF_ALU | BPF_END | BPF_SRC(TYPE), \
160 .code = BPF_ALU64 | BPF_END | BPF_SRC(BPF_TO_LE), \
170 .code = BPF_ALU64 | BPF_MOV | BPF_X, \
178 .code = BPF_ALU | BPF_MOV | BPF_X, \
192 .code
[all...]
/linux-master/drivers/platform/x86/
H A Deeepc-wmi.c55 /* Sleep already handled via generic ACPI code */
152 static void eeepc_wmi_key_filter(struct asus_wmi_driver *asus_wmi, int *code, argument
155 switch (*code) {
161 *code = ASUS_WMI_KEY_IGNORE;
164 *code = HOME_PRESS;
H A Dlenovo-ymc.c100 int code; local
121 code = obj->integer.value;
123 if (!sparse_keymap_report_event(priv->input_dev, code, 1, true))
124 dev_warn(&wdev->dev, "Unknown key %d pressed\n", code);
H A Dasus-wmi.h70 /* Returns new code, value, and autorelease values in arguments.
71 * Return ASUS_WMI_KEY_IGNORE in code if event should be ignored. */
72 void (*key_filter) (struct asus_wmi_driver *driver, int *code,
/linux-master/include/soc/tegra/
H A Dtegra-cbb.h12 const char *code; member in struct:tegra_cbb_error
/linux-master/drivers/input/keyboard/
H A Dclps711x-keypad.c60 int code = MATRIX_SCAN_CODE(row, col, local
66 EV_MSC, MSC_SCAN, code);
71 if (keycodes[code])
73 keycodes[code], state);
H A Dpxa27x_keypad.c155 unsigned short code; local
200 code = be16_to_cpup(prop + i);
201 keypad->keycodes[MAX_MATRIX_KEY_NUM + i] = code;
202 __set_bit(code, input_dev->keybit);
213 unsigned int code, proplen; local
221 relkey_ret = of_property_read_u32(np, relkeyname, &code);
222 /* if can read correct rotary key-code, we do not need this. */
227 relcode = code & 0xffff;
228 pdata->rotary0_rel_code = (code & 0xffff);
231 relcode = code >> 1
454 int code; local
495 int code = MAX_MATRIX_KEY_NUM + 2 * r + (delta > 0 ? 0 : 1); local
556 int code = MAX_MATRIX_KEY_NUM + i; local
[all...]
/linux-master/drivers/hid/
H A Dhid-saitek.c158 usage->code - BTN_MOUSE == 10) ||
160 usage->code - BTN_MOUSE == 15))) {
162 input_report_key(input, usage->code, 1);
165 input_report_key(input, usage->code, 0);
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk208.c147 .code.data = gk208_grhub_code,
148 .code.size = sizeof(gk208_grhub_code),
157 .code.data = gk208_grgpc_code,
158 .code.size = sizeof(gk208_grgpc_code),
H A Dgf117.c107 .code.data = gf117_grhub_code,
108 .code.size = sizeof(gf117_grhub_code),
117 .code.data = gf117_grgpc_code,
118 .code.size = sizeof(gf117_grgpc_code),
/linux-master/tools/memory-model/scripts/
H A Drunlitmushist.sh53 exitmsg="failed, exit code $exitcode"
/linux-master/arch/microblaze/mm/
H A Dfault.c91 int code = SEGV_MAPERR; local
102 _exception(SIGSEGV, regs, code, address);
130 * erroneous fault occurring in a code path which already holds mmap_lock
133 * space from well defined areas of code, which are listed in the
166 * The kernel signal delivery code writes up to about 1.5kB
168 * The exec code can write slightly over 640kB to the stack
200 code = SEGV_ACCERR;
273 _exception(SIGSEGV, regs, code, address);
/linux-master/arch/s390/kernel/
H A Dhead64.S31 brasl %r14,start_kernel # common init code
/linux-master/tools/crypto/ccp/
H A Ddbc_cli.py57 def pretty_error(code):
58 if code in ERRORS:
59 print(ERRORS[code])
61 print("failed with return code %d" % code)
/linux-master/arch/m68k/mm/
H A Dfault.c30 si_code = current->thread.code;
197 current->thread.code = BUS_ADRERR;
205 current->thread.code = SEGV_MAPERR;
211 current->thread.code = SEGV_ACCERR;
/linux-master/drivers/media/i2c/
H A Dmt9v111.c109 .code = MEDIA_BUS_FMT_UYVY8_2X8,
161 * Only list the media bus code here. The image sizes are freely configurable
169 u32 code; member in struct:mt9v111_mbus_fmt
172 .code = MEDIA_BUS_FMT_UYVY8_2X8,
175 .code = MEDIA_BUS_FMT_YUYV8_2X8,
178 .code = MEDIA_BUS_FMT_VYUY8_2X8,
181 .code = MEDIA_BUS_FMT_YVYU8_2X8,
562 switch (mt9v111->fmt.code) {
824 struct v4l2_subdev_mbus_code_enum *code)
826 if (code
822 mt9v111_enum_mbus_code(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
H A Dmt9t112.c84 u32 code; member in struct:mt9t112_format
108 .code = MEDIA_BUS_FMT_UYVY8_2X8,
113 .code = MEDIA_BUS_FMT_VYUY8_2X8,
118 .code = MEDIA_BUS_FMT_YUYV8_2X8,
123 .code = MEDIA_BUS_FMT_YVYU8_2X8,
128 .code = MEDIA_BUS_FMT_RGB555_2X8_PADHI_LE,
133 .code = MEDIA_BUS_FMT_RGB565_2X8_LE,
835 dev_dbg(&client->dev, "format : %d\n", priv->format->code);
847 u32 code)
855 if (mt9t112_cfmts[i].code
845 mt9t112_set_params(struct mt9t112_priv *priv, const struct v4l2_rect *rect, u32 code) argument
989 mt9t112_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/mips/include/asm/
H A Djump_label.h74 jump_label_t code; member in struct:jump_entry
/linux-master/tools/net/ynl/samples/
H A Dovs.c57 fprintf(stderr, "YNL (%d): %s\n", ys->err.code, ys->err.msg);
/linux-master/drivers/leds/trigger/
H A Dledtrig-panic.c36 unsigned long code, void *unused)
35 led_trigger_panic_notifier(struct notifier_block *nb, unsigned long code, void *unused) argument
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-resizer.c279 sink_yuv_info = rkisp1_rsz_get_yuv_mbus_info(sink_fmt->code);
280 src_yuv_info = rkisp1_rsz_get_yuv_mbus_info(src_fmt->code);
329 struct v4l2_subdev_mbus_code_enum *code)
333 unsigned int index = code->index;
336 if (code->pad == RKISP1_RSZ_PAD_SRC) {
340 return rkisp1_cap_enum_mbus_codes(cap, code);
348 if (code->index > 0)
350 code->code = MEDIA_BUS_FMT_YUYV8_2X8;
369 code
327 rkisp1_rsz_enum_mbus_code(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
[all...]
/linux-master/net/netfilter/
H A Dnft_synproxy.c61 regs->verdict.code = NF_STOLEN;
67 regs->verdict.code = NF_STOLEN;
69 regs->verdict.code = NF_DROP;
92 regs->verdict.code = NF_STOLEN;
98 regs->verdict.code = NF_STOLEN;
100 regs->verdict.code = NF_DROP;
117 regs->verdict.code = NFT_BREAK;
122 regs->verdict.code = NF_DROP;
130 regs->verdict.code = NF_DROP;
135 regs->verdict.code
[all...]
/linux-master/drivers/media/platform/intel/
H A Dpxa_camera.c228 * @fourcc: Fourcc code, that will be obtained if the data is
246 * @code: mediabus pixel-code
250 u32 code; member in struct:pxa_mbus_lookup
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) argument
601 pxa_mbus_get_fmtdesc( u32 code) argument
618 u32 code; member in struct:pxa_camera_format_xlate
636 u32 code; member in struct:pxa_buffer
719 struct v4l2_subdev_mbus_code_enum code = { local
1641 struct v4l2_subdev_mbus_code_enum code = { local
[all...]

Completed in 1013 milliseconds

1234567891011>>