Home
last modified time | relevance | path

Searched refs:code (Results 3176 – 3200 of 4688) sorted by relevance

1...<<121122123124125126127128129130>>...188

/linux-6.15/drivers/usb/gadget/function/
H A Df_printer.c777 printer_ioctl(struct file *fd, unsigned int code, unsigned long arg) in printer_ioctl() argument
783 DBG(dev, "printer_ioctl: cmd=0x%4.4x, arg=%lu\n", code, arg); in printer_ioctl()
794 switch (code) { in printer_ioctl()
804 code); in printer_ioctl()
H A Df_hid.c709 static long f_hidg_ioctl(struct file *file, unsigned int code, unsigned long arg) in f_hidg_ioctl() argument
711 switch (code) { in f_hidg_ioctl()
1125 static long f_hidg_compat_ioctl(struct file *file, unsigned int code, in f_hidg_compat_ioctl() argument
1128 return f_hidg_ioctl(file, code, value); in f_hidg_compat_ioctl()
/linux-6.15/net/
H A DKconfig43 compat skb before sending the skb, the netlink code will sort out
46 Newly written code should NEVER need this option but do
124 behavior of the TCP/IP code by writing to the (virtual) files in
394 To compile this code as a module, choose M here: the
/linux-6.15/drivers/net/ethernet/sfc/
H A Dmcdi.c1066 int code = 0, err_arg = 0; in efx_mcdi_display_error() local
1069 code = MCDI_DWORD(outbuf, ERR_CODE); in efx_mcdi_display_error()
1074 cmd, inlen, rc, code, err_arg); in efx_mcdi_display_error()
1295 int code = EFX_QWORD_FIELD(*event, MCDI_EVENT_CODE); in efx_mcdi_process_event() local
1298 switch (code) { in efx_mcdi_process_event()
1362 code == MCDI_EVENT_CODE_TX_ERR ? "TX" : "RX", in efx_mcdi_process_event()
/linux-6.15/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1941 if ne.code == errno.ENODEV:
1984 if ne.code == errno.EEXIST:
2005 if ne.code == errno.ENODEV:
2103 if ne.code == errno.ENODEV:
2161 if ne.code == errno.EEXIST:
2207 if ne.code == errno.ENODEV:
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c464 flow->l4_key.icmp.code = match.key->code; in bnxt_tc_parse_flow()
466 flow->l4_mask.icmp.code = match.mask->code; in bnxt_tc_parse_flow()
740 req->l4_dst_port = htons(flow->l4_key.icmp.code); in bnxt_hwrm_cfa_flow_alloc()
741 req->l4_dst_port_mask = htons(flow->l4_mask.icmp.code); in bnxt_hwrm_cfa_flow_alloc()
/linux-6.15/tools/perf/Documentation/
H A Dperf-report.txt129 - code_page_size: the code page size of sampled code address (ip)
294 - address: compare on individual code addresses
383 Interleave source code with assembly code. Enabled by default,
429 and add PREFIX. This allows to display source code compiled on systems
H A Dperf-intel-pt.txt23 processors that are based on the Intel micro-architecture code name Broadwell.
28 Trace data must be 'decoded' which involves walking the object code and matching
44 environments, or with self-modified code, a challenge. Also symbols need to be
70 code. A fairly good kernel image is available in /proc/kcore but to get an
215 which results in the decoder not knowing what code was executed.
545 executable code to reconstruct control flow, however FUP, TIP, TIP.PGE
1008 depend on code flow packets which can be disabled by using the config term
1046 of code with Intel PT, it is useful to know if a timing bubble was caused
1151 at the beginning. This is useful to ignore initialization code.
1670 providing the guest object code from its own object code. In this case,
[all …]
/linux-6.15/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c440 static void sii8620_mt_rap(struct sii8620 *ctx, u8 code) in sii8620_mt_rap() argument
442 sii8620_mt_msc_msg(ctx, MHL_MSC_MSG_RAP, code); in sii8620_mt_rap()
445 static void sii8620_mt_rcpk(struct sii8620 *ctx, u8 code) in sii8620_mt_rcpk() argument
447 sii8620_mt_msc_msg(ctx, MHL_MSC_MSG_RCPK, code); in sii8620_mt_rcpk()
450 static void sii8620_mt_rcpe(struct sii8620 *ctx, u8 code) in sii8620_mt_rcpe() argument
452 sii8620_mt_msc_msg(ctx, MHL_MSC_MSG_RCPE, code); in sii8620_mt_rcpe()
/linux-6.15/Documentation/filesystems/
H A Dfsverity.rst16 code is needed to support fs-verity.
71 - Trusted userspace code. Often, the userspace code that accesses
78 trusted userspace code can authenticate a file's contents by
99 - Trusted userspace code in combination with `Built-in signature
506 code to explicitly check whether files have fs-verity enabled with a
509 enabled suffices.) But, in this case the trusted userspace code
544 Unfortunately, history has shown that code that parses and handles
780 userspace code that authenticates the files; fs-verity is just a
782 userspace code will consider non-verity files to be inauthentic.
/linux-6.15/Documentation/admin-guide/
H A Dverify-bugs-and-bisect-regressions.rst8 This document describes how to check if some Linux kernel problem occurs in code
38 **In case you want to check if a bug is present in code currently supported by
87 a) Checking out latest mainline code::
314 * Do you follow this guide to verify if a bug is present in the code the
536 The following steps verify if the problem occurs with the code currently
672 Now use the checked out code to build and install another kernel using the
698 Do you follow this guide to verify if a problem is present in the code
991 * Update your Git clone and check out the latest code.
994 its code out::
1495 able to find the exact place where the problem occurred in the code. But
[all …]
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c144 static void hclgevf_build_send_msg(struct hclge_vf_to_pf_msg *msg, u8 code, in hclgevf_build_send_msg() argument
149 msg->code = code; in hclgevf_build_send_msg()
667 send_msg.code = en ? HCLGE_MBX_MAP_RING_TO_VECTOR : in hclgevf_bind_ring_to_vector()
771 send_msg.code = HCLGE_MBX_SET_PROMISC_MODE; in hclgevf_cmd_set_promisc_mode()
1027 u8 code, subcode; in hclgevf_add_del_mac_addr() local
1030 code = HCLGE_MBX_SET_UNICAST; in hclgevf_add_del_mac_addr()
1036 code = HCLGE_MBX_SET_MULTICAST; in hclgevf_add_del_mac_addr()
1043 hclgevf_build_send_msg(&send_msg, code, subcode); in hclgevf_add_del_mac_addr()
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c1122 bool atomisp_is_mbuscode_raw(uint32_t code) in atomisp_is_mbuscode_raw() argument
1124 return code >= 0x3000 && code < 0x4000; in atomisp_is_mbuscode_raw()
3596 fc = atomisp_find_in_fmt_conv(sink->code); in atomisp_get_padding()
3809 snr_fmt = atomisp_get_format_bridge_from_mbus(ffmt.code); in atomisp_try_fmt()
3812 ffmt.code); in atomisp_try_fmt()
3921 fc = atomisp_find_in_fmt_conv(sink->code); in atomisp_set_sensor_mipi_to_isp()
4053 fc = atomisp_find_in_fmt_conv(ffmt->code); in atomisp_set_fmt_to_isp()
4210 if (sink->code == src->code && sink->width == f->width && sink->height == f->height) in atomisp_check_copy_mode()
4324 ATOMISP_SUBDEV_PAD_SINK)->code = in atomisp_set_fmt()
4327 isp_source_fmt.code = format_bridge->mbus_code; in atomisp_set_fmt()
/linux-6.15/arch/arm/boot/dts/samsung/
H A Dexynos4212-tab3.dtsi80 linux,code = <KEY_POWER>;
88 linux,code = <KEY_VOLUMEUP>;
95 linux,code = <KEY_VOLUMEDOWN>;
102 linux,code = <KEY_HOME>;
110 linux,code = <SW_LID>;
/linux-6.15/drivers/media/i2c/
H A Dov5648.c2174 code_enum->code = ov5648_mbus_codes[code_enum->index]; in ov5648_enum_mbus_code()
2185 mbus_format->code = mbus_code; in ov5648_mbus_format_fill()
2237 if (ov5648_mbus_codes[index] == mbus_format->code) { in ov5648_set_fmt()
2238 mbus_code = mbus_format->code; in ov5648_set_fmt()
2354 switch (interval_enum->code) { in ov5648_enum_frame_interval()
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7280-chrome-common.dtsi83 /* The PMIC PON code isn't compatible w/ how Chrome EC/BIOS handle things. */
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm958622hr.dts10 * * Redistributions of source code must retain the above copyright
H A Dbcm958623hr.dts10 * * Redistributions of source code must retain the above copyright
H A Dbcm988312hr.dts10 * * Redistributions of source code must retain the above copyright
H A Dbcm958525xmc.dts10 * * Redistributions of source code must retain the above copyright
/linux-6.15/Documentation/networking/mac80211_hwsim/
H A Dmac80211_hwsim.rst29 to test their code and work with new features to mac80211, hostapd,
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-linecard.rst110 .. code:: shell
H A Ddevlink-region.rst46 .. code:: shell
/linux-6.15/Documentation/userspace-api/
H A Dmfd_noexec.rst22 however the memfd is overwritten and used for executing arbitrary code
/linux-6.15/Documentation/spi/
H A Dspi-lm70llp.rst16 This driver provides glue code connecting a National Semiconductor LM70 LLP

1...<<121122123124125126127128129130>>...188