Searched refs:code (Results 476 - 500 of 1523) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/parisc/kernel/
H A Dtoc_asm.S12 .import toc_intr,code
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h116 u8 code; member in struct:hclge_vf_to_pf_msg
138 __le16 code; member in struct:hclge_pf_to_vf_msg
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h32 * @code: V4L2 media bus format code
33 * @truncated: V4L2 media bus format code for the same format truncated to 10
34 * bits. Identical to @code if the format is 10 bits wide or less.
35 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed
36 * format. Identical to @code if the format is not DPCM compressed.
37 * @flavor: V4L2 media bus format code for the same pixel layout but
44 u32 code; member in struct:isp_format_info
212 omap3isp_video_format_info(u32 code);
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.h29 * @code: V4L2 media bus format code
30 * @truncated: V4L2 media bus format code for the same format truncated to 10
31 * bits. Identical to @code if the format is 10 bits wide or less.
32 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed
33 * format. Identical to @code if the format is not DPCM compressed.
34 * @flavor: V4L2 media bus format code for the same pixel layout but
40 u32 code; member in struct:iss_format_info
201 omap4iss_video_format_info(u32 code);
/linux-master/arch/powerpc/lib/
H A Dtest_emulate_step_exec_instr.S11 #include <asm/code-patching-asm.h>
/linux-master/drivers/leds/trigger/
H A Dledtrig-heartbeat.c8 * CONFIG_HEARTBEAT code.
167 unsigned long code, void *unused)
174 unsigned long code, void *unused)
166 heartbeat_reboot_notifier(struct notifier_block *nb, unsigned long code, void *unused) argument
173 heartbeat_panic_notifier(struct notifier_block *nb, unsigned long code, void *unused) argument
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S82 * Function to call rom code to save secure ram context.
93 mov r1, #0 @ set task id for ROM code in r1
115 * omap34xx_cpu_suspend() - This bit of code saves the CPU context if needed
143 * For non-OFF modes: jump to the WFI code in SRAM (omap3_do_wfi_sram)
148 bxeq r5 @ jump to the WFI code in SRAM
151 /* Otherwise fall through to the save context code */
155 * - reuse that code is better
199 * This code gets copied to internal SRAM and is accessible
243 * mode the ROM code configures the SDRC and
244 * the DPLL before calling the restore code directl
[all...]
/linux-master/net/netfilter/
H A Dnft_range.c34 regs->verdict.code = NFT_BREAK;
38 regs->verdict.code = NFT_BREAK;
/linux-master/tools/usb/usbip/src/
H A Dusbip_attach.c125 uint16_t code = OP_REP_IMPORT; local
149 rc = usbip_net_recv_op_common(sockfd, &code, &status);
/linux-master/drivers/hid/
H A Dhid-holtek-kbd.c118 unsigned int code,
140 return boot_hid_input->input->event(boot_hid_input->input, type, code,
117 holtek_kbd_input_event(struct input_dev *dev, unsigned int type, unsigned int code, int value) argument
/linux-master/drivers/media/rc/
H A Dmeson-ir.c109 * @hold_code_enable: hold frame code in register IR_DEC_FRAME1, the new one
110 * frame code will not be store in IR_DEC_FRAME1.
180 /* bit 1 match, hold code, count tick, len, frame time */
190 u32 code = 0; local
199 regmap_read(ir->reg, IR_DEC_FRAME, &code);
201 code = ir_nec_bytes_to_scancode(code, code >> 8,
202 code >> 16, code >> 2
[all...]
/linux-master/arch/x86/include/asm/
H A Ddesc_defs.h33 #define _DESC_SYSTEM(code) (code)
193 #define AR_L (1 << 21) /* "Long mode" for code segments */
/linux-master/net/bluetooth/
H A Dlib.c55 * @code: Bluetooth error code to be converted
57 * This function takes a Bluetooth error code as input and convets
62 * If the bt error code is known, an equivalent Unix errno value
64 * If the given bt error code is not known, ENOSYS is returned.
66 int bt_to_errno(__u16 code) argument
68 switch (code) {
160 * bt_status() - Standard errno value to Bluetooth error code
164 * equivalent Bluetooth error code.
166 * Return: Bluetooth error code
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-csid.h71 u32 code; member in struct:csid_format
128 * Return 0 on success or a negative error code otherwise
138 * @match_code: Request preferred code, set @match_format_idx to 0 if used
140 * Return 0 on failure or src format code otherwise
178 * csid_find_code - Find a format code in an array using array index or format code
180 * @ncodes: Length of @code array
183 * @match_code: Request preferred code, set @req_format_idx to 0 if used
185 * Return 0 on failure or format code otherwise
191 * csid_get_fmt_entry - Find csid_format entry with matching format code
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_lut.c103 struct v4l2_subdev_mbus_code_enum *code)
105 return vsp1_subdev_enum_mbus_code(subdev, sd_state, code, lut_codes,
101 lut_enum_mbus_code(struct v4l2_subdev *subdev, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_mbus_code_enum *code) argument
/linux-master/drivers/media/i2c/
H A Dst-vgxy61.c243 u32 code; member in struct:vgxy61_fmt_desc
250 .code = MEDIA_BUS_FMT_Y8_1X8,
255 .code = MEDIA_BUS_FMT_Y10_1X10,
260 .code = MEDIA_BUS_FMT_Y12_1X12,
265 .code = MEDIA_BUS_FMT_Y14_1X14,
270 .code = MEDIA_BUS_FMT_Y16_1X16,
430 static u8 get_bpp_by_code(__u32 code) argument
435 if (vgxy61_supported_codes[i].code == code)
439 WARN(1, "Unsupported code
443 get_data_type_by_code(__u32 code) argument
613 vgxy61_fill_framefmt(struct vgxy61_dev *sensor, const struct vgxy61_mode_info *mode, struct v4l2_mbus_framefmt *fmt, u32 code) argument
677 vgxy61_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/mach-orion5x/
H A Dts409-setup.c219 .code = KEY_RESTART,
224 .code = KEY_COPY,
H A Dmv2120-setup.c81 .code = KEY_RESTART,
86 .code = KEY_POWER,
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c404 u8 code = insn->code; local
406 switch (code) {
416 if (code & (BPF_ALU | BPF_X) || code & (BPF_ALU64 | BPF_X) ||
417 code & (BPF_JMP | BPF_X) || code & (BPF_JMP32 | BPF_X) ||
418 code & BPF_LDX || code & BPF_STX)
583 (BPF_MODE(insn->code) !
1075 u8 rd = -1, rs = -1, code = insn->code; local
[all...]
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-video.h30 u32 code; member in struct:ipu6_isys_pixelformat
113 ipu6_isys_get_isys_format(u32 pixelformat, u32 code);
/linux-master/tools/perf/util/
H A Dprint_insn.c115 bool is64bit, const uint8_t *code, size_t code_size,
129 count = cs_disasm(cs_handle, code, code_size, ip, 1, &insn);
114 fprintf_insn_asm(struct machine *machine, struct thread *thread, u8 cpumode, bool is64bit, const uint8_t *code, size_t code_size, uint64_t ip, int *lenp, int print_opts, FILE *fp) argument
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c67 unsigned int code,
73 if (vi->soc->video_formats[i].code == code)
348 fse.code = fmtinfo->code;
380 fie.code = fmtinfo->code;
471 v4l2_fill_mbus_format(&fmt.format, pix, fmtinfo->code);
478 fse.code = fmtinfo->code;
66 tegra_get_format_idx_by_code(struct tegra_vi *vi, unsigned int code, unsigned int offset) argument
1034 struct v4l2_subdev_mbus_code_enum code = { local
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c13 #define OPFN_CODE(code) BIT((code) - 1)
14 #define OPFN_MASK(code) OPFN_CODE(STL_VERBS_EXTD_##code)
/linux-master/include/uapi/linux/
H A Duinput.h103 __u16 code; /* axis code */ member in struct:uinput_abs_setup
117 * code: The corresponding input code associated with this axis
176 * these callbacks are invoked. The userspace code then uses
177 * ioctls to retrieve additional parameters and send the return code.
178 * The callback blocks until this return code is sent.
184 * 1. Wait for an event with type == EV_UINPUT and code == UI_FF_UPLOAD.
191 * 4. Perform the effect upload, and place a return code back into
198 * 1. Wait for an event with type == EV_UINPUT and code
[all...]
/linux-master/arch/arc/lib/
H A Dmemset.S30 .Laligned: ; This code address should be aligned for speed.

Completed in 514 milliseconds

<<11121314151617181920>>