Searched refs:code (Results 401 - 425 of 1523) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/tegra/
H A Dfalcon.c104 falcon->firmware.code.offset = os->code_offset;
105 falcon->firmware.code.size = os->code_size;
189 /* copy the code segment into Falcon internal memory */
190 for (offset = 0; offset < falcon->firmware.code.size; offset += 256)
191 falcon_copy_chunk(falcon, falcon->firmware.code.offset + offset,
/linux-master/drivers/slimbus/
H A Dmessaging.c61 * Return: zero on success with valid txn->tid and error code on failures.
211 static u16 slim_slicesize(int code) argument
217 code = clamp(code, 1, (int)ARRAY_SIZE(sizetocode));
219 return sizetocode[code - 1];
227 * @mc: message code of the message
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk110.c322 .code.data = gk110_grhub_code,
323 .code.size = sizeof(gk110_grhub_code),
332 .code.data = gk110_grgpc_code,
333 .code.size = sizeof(gk110_grgpc_code),
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_packing.c54 char code[5]; member in union:jump_code_union
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c143 unsigned long code, void *_param)
152 switch (code) {
264 unsigned long code, void *_param)
269 switch (code) {
142 keyboard_notifier_call(struct notifier_block *blk, unsigned long code, void *_param) argument
263 vt_notifier_call(struct notifier_block *blk, unsigned long code, void *_param) argument
/linux-master/tools/net/ynl/samples/
H A Dethtool.c62 fprintf(stderr, "YNL (%d): %s\n", ys->err.code, ys->err.msg);
/linux-master/drivers/staging/media/tegra-video/
H A Dcsi.h85 * @code: media bus format code
93 u32 code; member in struct:tpg_framerate
/linux-master/drivers/input/keyboard/
H A Dnspire-keypad.c55 unsigned int code; local
82 code = MATRIX_SCAN_CODE(row, col, keypad->row_shift);
83 input_event(input, EV_MSC, MSC_SCAN, code);
84 input_report_key(input, keymap[code],
H A Dlm8333.c80 u8 code, pressed; local
93 code = keys[i] & 0x7f;
95 input_event(input, EV_MSC, MSC_SCAN, code);
96 input_report_key(input, lm8333->keycodes[code], pressed);
H A Dmax7359_keypad.c57 /* matrix key code map */
89 int val, row, col, release, code; local
96 code = MATRIX_SCAN_CODE(row, col, MAX7359_ROW_SHIFT);
101 input_event(input_dev, EV_MSC, MSC_SCAN, code);
102 input_report_key(input_dev, keypad->keycodes[code], !release);
/linux-master/arch/xtensa/mm/
H A Dfault.c94 int code; local
100 code = SEGV_MAPERR;
142 code = SEGV_ACCERR;
202 force_sig_fault(SIGSEGV, code, (void *) address);
/linux-master/tools/virtio/linux/
H A Ddma-mapping.h6 # error Virtio userspace code does not support CONFIG_HAS_DMA
/linux-master/arch/arm/include/asm/
H A Dtraps.h44 asmlinkage void baddataabort(int code, unsigned long instr, struct pt_regs *regs);
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csid-4-7.c200 u32 sink_code = csid->fmt[MSM_CSID_PAD_SINK].code;
201 u32 src_code = csid->fmt[MSM_CSID_PAD_SRC].code;
217 input_format->code);
244 input_format->code);
336 * Return 0 on success or a negative error code otherwise
/linux-master/arch/powerpc/include/asm/
H A Dkprobes.h24 #include <asm/code-patching.h>
62 * Set in kprobes code, initially to 0. If the instruction can be
/linux-master/drivers/bus/
H A Domap_l3_smx.c56 static char *omap3_l3_code_string(u8 code) argument
58 switch (code) {
142 u8 code = omap3_l3_decode_error_code(error); local
148 omap3_l3_code_string(code),
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-video.h56 * @code: V4L2 media bus format code
63 u32 code; member in struct:stfcamss_format_info
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.h251 * @event_code: firmware event code.
253 * @reason: reason code.
290 * @code: fweh event code as used by higher layers.
291 * @fwevt_code: firmware event code as used by firmware.
295 * is needed the higher layer event code should not collide with the
299 enum brcmf_fweh_event_code code; member in struct:brcmf_fweh_event_map_item
330 * @evt_handler: event handler registry indexed by firmware event code.
345 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code);
349 int brcmf_fweh_register(struct brcmf_pub *drvr, enum brcmf_fweh_event_code code,
[all...]
/linux-master/tools/net/ynl/lib/
H A Dynl.h29 * @code: errno (low values) or YNL error code (enum ynl_error_code)
38 enum ynl_error_code code; member in struct:ynl_error
/linux-master/include/sound/sof/
H A Dtrace.h102 uint32_t code; /* SOF_IPC_PANIC_ */ member in struct:sof_ipc_panic_info
/linux-master/sound/pci/cs46xx/
H A Ddsp_spos.c60 if (ins->code.offset > 0) {
80 address += (ins->code.offset / 2) - overlay_begin_address;
102 } /* ins->code.offset > 0 */
104 ins->code.data[ins->code.size++] = loval;
105 ins->code.data[ins->code.size++] = hival;
164 ins->symbol_table.symbols[ins->symbol_table.nsymbols].address += ((ins->code.offset / 2) - module->overlay_begin_address);
233 ins->code.data = kmalloc(DSP_CODE_BYTE_SIZE, GFP_KERNEL);
237 if (!ins->symbol_table.symbols || !ins->code
357 struct dsp_segment_desc * code = get_segment_desc (module,SEGTYPE_SP_PROGRAM); local
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c958 * @pixelcode: pixel code
1072 if (format->code != MEDIA_BUS_FMT_Y8_1X8 &&
1073 format->code != MEDIA_BUS_FMT_Y10_1X10) {
1395 info = omap3isp_video_format_info(format->code);
1432 preview_config_ycpos(prev, format->code);
1765 if (fmt->code == preview_input_fmts[i])
1771 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10;
1775 pixelcode = fmt->code;
1782 fmt->code = pixelcode;
1786 fmt->code
1868 preview_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/openrisc/kernel/
H A Dtraps.c112 * When in-kernel, we also print out the stack and code at the
184 int code = FPE_FLTUNK; local
192 code = FPE_FLTINV;
194 code = FPE_FLTOVF;
196 code = FPE_FLTUND;
198 code = FPE_FLTDIV;
200 code = FPE_FLTRES;
206 force_sig_fault(SIGFPE, code, (void __user *)regs->pc);
/linux-master/drivers/virtio/
H A Dvirtio_input.c46 le16_to_cpu(event->code),
61 u16 type, u16 code, s32 value)
80 if (vi->idev->mt && type == EV_MSC && code == MSC_TIMESTAMP)
88 stsbuf->code = cpu_to_le16(code);
120 unsigned int code, int value)
124 return virtinput_send_status(vi, type, code, value);
60 virtinput_send_status(struct virtio_input *vi, u16 type, u16 code, s32 value) argument
119 virtinput_status(struct input_dev *idev, unsigned int type, unsigned int code, int value) argument
/linux-master/lib/
H A Ddecompress_unlzma.c73 uint32_t code; member in struct:rc
114 rc->code = 0;
125 rc->code = (rc->code << 8) | *rc->ptr++;
136 rc->code = (rc->code << 8) | *rc->ptr++;
146 *Because we want to always expose (rc->code < rc->bound) to optimizer
157 return rc->code < t;
169 rc->code -= rc->bound;
192 if (rc->code >
[all...]

Completed in 486 milliseconds

<<11121314151617181920>>