Home
last modified time | relevance | path

Searched refs:code (Results 176 – 200 of 4688) sorted by relevance

12345678910>>...188

/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/ce/
H A Dgf100.c37 .code.data = gf100_ce_code,
38 .code.size = sizeof(gf100_ce_code),
51 .code.data = gf100_ce_code,
52 .code.size = sizeof(gf100_ce_code),
/linux-6.15/drivers/hid/
H A Dhid-apple.c424 u16 code = usage->code; in hidinput_apple_event() local
437 code = trans->to; in hidinput_apple_event()
445 code = trans->to; in hidinput_apple_event()
455 code = trans->to; in hidinput_apple_event()
462 code = trans->to; in hidinput_apple_event()
465 if (code == KEY_FN) in hidinput_apple_event()
513 code = trans->from; in hidinput_apple_event()
515 code = trans->to; in hidinput_apple_event()
535 code = trans->to; in hidinput_apple_event()
550 code = trans->to; in hidinput_apple_event()
[all …]
/linux-6.15/net/ipv4/
H A Dicmp.c293 if (icmpv4_mask_allow(net, type, code)) in icmpv4_global_allow()
411 int code = icmp_param->data.icmph.code; in icmp_reply() local
482 int code, struct icmp_bxm *param) in icmp_route_lookup() argument
499 fl4->fl4_icmp_code = code; in icmp_route_lookup()
733 icmp_param.data.icmph.code = code; in __icmp_send()
779 trace_icmp_send(skb_in, type, code); in __icmp_send()
893 switch (icmph->code & 15) { in icmp_unreach()
926 if (icmph->code > NR_ICMP_UNREACH) in icmp_unreach()
961 icmph->type, icmph->code, in icmp_unreach()
1176 icmp_param.data.icmph.code = 0; in icmp_timestamp()
[all …]
/linux-6.15/net/ipv6/
H A Dip6_icmp.c36 void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() argument
44 send(skb, type, code, info, NULL, parm); in __icmpv6_send()
52 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument
62 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send()
77 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send()
/linux-6.15/Documentation/virt/kvm/s390/
H A Ds390-diag.rst31 the function code, and bits 0-47 are ignored.
38 DIAGNOSE function code 'X'500' - KVM functions
41 If the function code specifies 0x500, various KVM-specific functions
44 General register 1 contains the subfunction code. Supported subfunctions
50 the function's return code, which is either a return code or a subcode
101 DIAGNOSE function code 'X'501 - KVM breakpoint
104 If the function code specifies 0x501, breakpoint functions may be performed.
105 This function code is handled by userspace.
107 This diagnose function code has no subfunctions and uses no parameters.
110 DIAGNOSE function code 'X'9C - Voluntary Time Slice Yield
[all …]
/linux-6.15/arch/riscv/include/asm/
H A Dinsn.h239 return (code & (mask)) == (val); \
266 static __always_inline bool riscv_insn_is_system(u32 code) in riscv_insn_is_system() argument
268 return (code & RV_INSN_OPCODE_MASK) == RVG_OPCODE_SYSTEM; in riscv_insn_is_system()
272 static __always_inline bool riscv_insn_is_branch(u32 code) in riscv_insn_is_branch() argument
274 return (code & RV_INSN_OPCODE_MASK) == RVG_OPCODE_BRANCH; in riscv_insn_is_branch()
277 static __always_inline bool riscv_insn_is_c_jr(u32 code) in riscv_insn_is_c_jr() argument
279 return (code & RVC_MASK_C_JR) == RVC_MATCH_C_JR && in riscv_insn_is_c_jr()
280 (code & RVC_INSN_J_RS1_MASK) != 0; in riscv_insn_is_c_jr()
283 static __always_inline bool riscv_insn_is_c_jalr(u32 code) in riscv_insn_is_c_jalr() argument
285 return (code & RVC_MASK_C_JALR) == RVC_MATCH_C_JALR && in riscv_insn_is_c_jalr()
[all …]
/linux-6.15/drivers/net/fddi/skfp/
H A Dsrf.c35 static struct s_srf_evc *smt_get_evc(struct s_smc *smc, int code, int index);
40 u_char code ; member
80 evc->evc_code = init->code ; in smt_init_evc()
158 if (evc->evc_code == code && evc->evc_index == index) in smt_get_evc()
176 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) in smt_srf_event() argument
185 if (code == SMT_COND_MAC_DUP_ADDR && cond) { in smt_srf_event()
189 if (code) { in smt_srf_event()
190 DB_SMT("SRF: %s index %d", srf_names[code], index); in smt_srf_event()
192 if (!(evc = smt_get_evc(smc,code,index))) { in smt_srf_event()
199 if (SMT_IS_CONDITION(code)) { in smt_srf_event()
[all …]
/linux-6.15/drivers/media/platform/ti/omap3isp/
H A Dispccp2.c378 ccp2->if_cfg.format = format->code; in ccp2_if_configure()
652 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ccp2_try_format()
680 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in ccp2_try_format()
702 if (code->pad == CCP2_PAD_SINK) { in ccp2_enum_mbus_code()
706 code->code = ccp2_fmts[code->index]; in ccp2_enum_mbus_code()
708 if (code->index != 0) in ccp2_enum_mbus_code()
712 code->which); in ccp2_enum_mbus_code()
713 code->code = format->code; in ccp2_enum_mbus_code()
729 format.code = fse->code; in ccp2_enum_frame_size()
736 if (format.code != fse->code) in ccp2_enum_frame_size()
[all …]
/linux-6.15/include/linux/mtd/
H A Dnand-ecc-sw-hamming.h37 unsigned char *code, bool sm_order);
40 unsigned char *code);
59 unsigned char *code, bool sm_order) in ecc_sw_hamming_calculate() argument
66 unsigned char *code) in nand_ecc_sw_hamming_calculate() argument
/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-format.h43 u32 code; member
57 u8 camss_format_get_bpp(const struct camss_format_info *formats, unsigned int nformats, u32 code);
58 u32 camss_format_find_code(u32 *code, unsigned int n_code, unsigned int index, u32 req_code);
59 int camss_format_find_format(u32 code, u32 pixelformat, const struct camss_format_info *formats,
/linux-6.15/arch/riscv/kernel/probes/
H A Dsimulate-insn.h8 #define RISCV_INSN_REJECTED(name, code) \ argument
10 if (riscv_insn_is_##name(code)) { \
15 #define RISCV_INSN_SET_SIMULATE(name, code) \ argument
17 if (riscv_insn_is_##name(code)) { \
/linux-6.15/drivers/thermal/
H A Drockchip_thermal.c263 u32 code; member
581 num = abs(table->id[mid + 1].code - table->id[mid].code); in rk_tsadcv2_temp_to_code()
615 if (code <= table->id[high].code) in rk_tsadcv2_code_to_temp()
619 if (code >= table->id[mid].code && in rk_tsadcv2_code_to_temp()
620 code < table->id[mid - 1].code) in rk_tsadcv2_code_to_temp()
622 else if (code < table->id[mid].code) in rk_tsadcv2_code_to_temp()
632 if (code < table->id[low].code) in rk_tsadcv2_code_to_temp()
636 if (code <= table->id[mid].code && in rk_tsadcv2_code_to_temp()
637 code > table->id[mid - 1].code) in rk_tsadcv2_code_to_temp()
639 else if (code > table->id[mid].code) in rk_tsadcv2_code_to_temp()
[all …]
/linux-6.15/Documentation/maintainer/
H A Dfeature-and-driver-maintainers.rst13 responsibilities of maintainers of a small(ish) section of the code.
23 and popularity of the code base. Small features and drivers should
58 When there are multiple maintainers for a piece of code an ``Acked-by``
77 Maintainers must ensure severe problems in their code reported to them
89 Discussions about user reported issues, and development of new code
113 it is a list of those who will actively help with the code.
115 the code, a different maintainer must be selected.
135 with Linus as the CEO. While the code flows in a hierarchical fashion,
147 - did not author any of the code
163 Subsystem maintainers may remove code for lacking maintenance.
[all …]
/linux-6.15/drivers/media/platform/renesas/vsp1/
H A Dvsp1_brx.c69 struct v4l2_subdev_mbus_code_enum *code) in brx_enum_mbus_code() argument
76 return vsp1_subdev_enum_mbus_code(subdev, sd_state, code, codes, in brx_enum_mbus_code()
87 if (fse->code != MEDIA_BUS_FMT_ARGB8888_1X32 && in brx_enum_frame_size()
88 fse->code != MEDIA_BUS_FMT_AYUV8_1X32) in brx_enum_frame_size()
108 if (fmt->code != MEDIA_BUS_FMT_ARGB8888_1X32 && in brx_try_format()
109 fmt->code != MEDIA_BUS_FMT_AYUV8_1X32) in brx_try_format()
110 fmt->code = MEDIA_BUS_FMT_AYUV8_1X32; in brx_try_format()
117 fmt->code = format->code; in brx_try_format()
166 format->code = fmt->format.code; in brx_set_format()
H A Dvsp1_sru.c110 struct v4l2_subdev_mbus_code_enum *code) in sru_enum_mbus_code() argument
117 return vsp1_subdev_enum_mbus_code(subdev, sd_state, code, codes, in sru_enum_mbus_code()
138 if (fse->index || fse->code != format->code) { in sru_enum_frame_size()
177 if (fmt->code != MEDIA_BUS_FMT_ARGB8888_1X32 && in sru_try_format()
178 fmt->code != MEDIA_BUS_FMT_AYUV8_1X32) in sru_try_format()
179 fmt->code = MEDIA_BUS_FMT_AYUV8_1X32; in sru_try_format()
188 fmt->code = format->code; in sru_try_format()
282 if (input->code == MEDIA_BUS_FMT_ARGB8888_1X32) in sru_configure_stream()
/linux-6.15/drivers/staging/media/imx/
H A Dimx-media.h173 enum imx_pixfmt_sel sel, u32 code);
175 imx_media_find_mbus_format(u32 code, enum imx_pixfmt_sel sel);
176 int imx_media_enum_mbus_formats(u32 *code, u32 index,
180 imx_media_find_ipu_format(u32 code, enum imx_pixfmt_sel fmt_sel) in imx_media_find_ipu_format() argument
182 return imx_media_find_mbus_format(code, fmt_sel | PIXFMT_SEL_IPU); in imx_media_find_ipu_format()
185 static inline int imx_media_enum_ipu_formats(u32 *code, u32 index, in imx_media_enum_ipu_formats() argument
188 return imx_media_enum_mbus_formats(code, index, in imx_media_enum_ipu_formats()
193 u32 width, u32 height, u32 code, u32 field,
/linux-6.15/arch/arm/boot/dts/samsung/
H A Ds3c6410-mini6410.dts70 linux,code = <2>;
77 linux,code = <3>;
84 linux,code = <4>;
91 linux,code = <5>;
98 linux,code = <6>;
105 linux,code = <7>;
112 linux,code = <8>;
119 linux,code = <9>;
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_trace.h25 __field(u8, code)
34 __entry->code = req->msg.code;
45 __entry->code, __entry->subcode,
58 __field(u16, code)
66 __entry->code = le16_to_cpu(req->msg.code);
76 __entry->code,
/linux-6.15/drivers/mtd/nand/raw/
H A Dvf610_nfc.c379 code |= COMMAND_CMD_BYTE1; in vf610_nfc_cmd()
396 code |= COMMAND_NADDR_BYTES(naddrs); in vf610_nfc_cmd()
413 code |= COMMAND_WRITE_DATA; in vf610_nfc_cmd()
420 code |= COMMAND_CMD_BYTE2; in vf610_nfc_cmd()
426 code |= COMMAND_RB_HANDSHAKE; in vf610_nfc_cmd()
436 code |= COMMAND_READ_DATA; in vf610_nfc_cmd()
442 cmd2 |= code << CMD_CODE_SHIFT; in vf610_nfc_cmd()
545 *code |= COMMAND_RAR_BYTE3; in vf610_nfc_fill_row()
568 cmd2 |= code << CMD_CODE_SHIFT; in vf610_nfc_read_page()
624 code |= COMMAND_RB_HANDSHAKE; in vf610_nfc_write_page()
[all …]
/linux-6.15/sound/pci/echoaudio/
H A Dechoaudio_dsp.c185 u8 *code; in load_asic_generic() local
193 code = (u8 *)fw->data; in load_asic_generic()
231 u16 *code; in install_resident_loader() local
268 code = (u16 *)fw->data; in install_resident_loader()
273 index = code[0]; in install_resident_loader()
279 words = code[index++]; in install_resident_loader()
282 address = ((u32)code[index] << 16) + code[index + 1]; in install_resident_loader()
301 data = ((u32)code[index] << 16) + code[index + 1]; in install_resident_loader()
386 index = code[0]; in load_dsp()
409 address = ((u32)code[index] << 16) + code[index + 1]; in load_dsp()
[all …]
/linux-6.15/lib/zlib_inflate/
H A Dinflate.h99 code const *lencode; /* starting table for length/literal codes */
100 code const *distcode; /* starting table for distance codes */
108 code *next; /* next available space in codes[] */
111 code codes[ENOUGH]; /* space for code tables */
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm4708-asus-rt-ac68u.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
59 linux,code = <KEY_BRIGHTNESS_ZERO>;
65 linux,code = <KEY_WPS_BUTTON>;
71 linux,code = <KEY_RESTART>;
77 linux,code = <KEY_RFKILL>;
/linux-6.15/drivers/media/i2c/
H A Dadv7175.c292 struct v4l2_subdev_mbus_code_enum *code) in adv7175_enum_mbus_code() argument
294 if (code->pad || code->index >= ARRAY_SIZE(adv7175_codes)) in adv7175_enum_mbus_code()
297 code->code = adv7175_codes[code->index]; in adv7175_enum_mbus_code()
312 mf->code = MEDIA_BUS_FMT_UYVY8_1X16; in adv7175_get_fmt()
314 mf->code = MEDIA_BUS_FMT_UYVY8_2X8; in adv7175_get_fmt()
335 switch (mf->code) { in adv7175_set_fmt()
346 "illegal v4l2_mbus_framefmt code: %d\n", mf->code); in adv7175_set_fmt()
/linux-6.15/arch/arm/crypto/
H A Dsha512-armv4.pl93 $code.=<<___;
187 $code=<<___;
349 $code.=<<___;
401 $code.=<<___;
520 $code.=<<___;
563 $code.=<<___;
591 $code.=<<___;
610 $code.=<<___;
616 $code.=<<___;
636 $code.=<<___;
[all …]
H A Dsha256-armv4.pl102 $code.=<<___;
142 $code.=<<___;
164 $code=<<___;
245 $code.=<<___;
460 $code.=<<___;
520 $code.=<<___;
544 $code.=<<___;
591 $code.=<<___;
626 $code.=<<___;
637 $code.=<<___;
[all …]

12345678910>>...188