| /linux-6.15/Documentation/arch/arm/vfp/ |
| H A D | release-notes.rst | 2 Release notes for Linux Kernel VFP support code 9 This is the first release of the Linux Kernel VFP support code. It
|
| /linux-6.15/drivers/watchdog/ |
| H A D | stmp3xxx_rtc_wdt.c | 71 static int wdt_notify_sys(struct notifier_block *nb, unsigned long code, in wdt_notify_sys() argument 74 switch (code) { in wdt_notify_sys()
|
| /linux-6.15/security/apparmor/include/ |
| H A D | policy_unpack.h | 171 bool aa_unpack_X(struct aa_ext *e, enum aa_code code); 172 bool aa_unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name);
|
| /linux-6.15/drivers/net/wireless/ti/wlcore/ |
| H A D | Kconfig | 7 This module contains the main code for TI WLAN chips. It abstracts 10 that will depend on this module for the common code.
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | icm.c | 279 if (res_hdr->code != req_hdr->code) in icm_match() 402 .hdr = { .code = ICM_GET_TOPOLOGY }, in icm_fr_get_route() 460 .hdr.code = ICM_DRIVER_READY, in icm_fr_driver_ready() 484 request.hdr.code = ICM_APPROVE_DEVICE; in icm_fr_approve_switch() 1017 .hdr.code = ICM_DRIVER_READY, in icm_tr_driver_ready() 1493 .hdr.code = ICM_DRIVER_READY, in icm_ar_driver_ready() 1518 .hdr = { .code = ICM_GET_ROUTE }, in icm_ar_get_route() 1540 .hdr = { .code = ICM_PREBOOT_ACL }, in icm_ar_get_boot_acl() 1579 .code = ICM_PREBOOT_ACL, in icm_ar_set_boot_acl() 1623 .hdr.code = ICM_DRIVER_READY, in icm_icl_driver_ready() [all …]
|
| /linux-6.15/drivers/media/i2c/ |
| H A D | ov7740.c | 676 struct v4l2_subdev_mbus_code_enum *code) in ov7740_enum_mbus_code() argument 678 if (code->pad || code->index >= N_OV7740_FMTS) in ov7740_enum_mbus_code() 681 code->code = ov7740_formats[code->index].mbus_code; in ov7740_enum_mbus_code() 731 if (ov7740_formats[index].mbus_code == fmt->code) in ov7740_try_fmt_internal() 737 fmt->code = ov7740_formats[0].mbus_code; in ov7740_try_fmt_internal() 865 format->code = ov7740->fmt->mbus_code; in ov7740_get_default_format()
|
| /linux-6.15/Documentation/misc-devices/ |
| H A D | xilinx_sdfec.rst | 29 - Does not support shared LDPC code table wraparound 148 …ers to fill the :c:type:`struct xsdfec_ldpc_params <xsdfec_ldpc_params>` for the desired LDPC code. 152 …shared LPDC code tables. This allows the user to determine the shared table usage so when selectin… 153 - Repeat for each LDPC code parameter. 157 …- The ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac… 164 …ted parameters to fill the :c:type:`struct xsdfec_turbo <xsdfec_turbo>` for the desired Turbo code. 168 …- The ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac… 179 If the ``code`` member of :c:type:`struct xsdfec_config <xsdfec_config>` filled by the ioctl :c:mac…
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-multitouch.c | 537 input_abs_set_res(input, code, hidinput_calc_abs_res(field, code)); in set_abs() 735 int code; in mt_touch_input_mapping() local 760 code = ABS_MT_TOOL_X; in mt_touch_input_mapping() 763 code = ABS_MT_POSITION_X; in mt_touch_input_mapping() 767 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping() 785 code = ABS_MT_TOOL_Y; in mt_touch_input_mapping() 788 code = ABS_MT_POSITION_Y; in mt_touch_input_mapping() 792 set_abs(hi->input, code, field, cls->sn_move); in mt_touch_input_mapping() 903 code--; in mt_touch_input_mapping() 906 code = BTN_0 + ((usage->hid - 1) & HID_USAGE); in mt_touch_input_mapping() [all …]
|
| /linux-6.15/drivers/media/i2c/ccs/ |
| H A D | ccs-core.c | 2001 subdev->name, code->pad, code->index); in ccs_enum_mbus_code() 2004 if (code->index) in ccs_enum_mbus_code() 2007 code->code = sensor->internal_csi_format->code; in ccs_enum_mbus_code() 2016 if (idx == code->index) { in ccs_enum_mbus_code() 2017 code->code = ccs_csi_data_formats[i].code; in ccs_enum_mbus_code() 2019 code->index, i, code->code); in ccs_enum_mbus_code() 2130 ccs_csi_data_formats[i].code == code) in ccs_validate_csi_data_format() 2145 u32 code = fmt->format.code; in ccs_set_format_source() local 2162 fmt->format.code = csi_format->code; in ccs_set_format_source() 3026 fmt->code = sensor->internal_csi_format->code; in ccs_init_state() [all …]
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | huawei-wmi.c | 698 static void huawei_wmi_process_key(struct input_dev *idev, int code) in huawei_wmi_process_key() argument 707 if (code == 0x80) { in huawei_wmi_process_key() 718 code = obj->integer.value; in huawei_wmi_process_key() 723 key = sparse_keymap_entry_from_scancode(idev, code); in huawei_wmi_process_key() 725 dev_info(&idev->dev, "Unknown key pressed, code: 0x%04x\n", code); in huawei_wmi_process_key() 730 (key->sw.code == KEY_BRIGHTNESSDOWN || in huawei_wmi_process_key() 731 key->sw.code == KEY_BRIGHTNESSUP)) in huawei_wmi_process_key()
|
| /linux-6.15/drivers/media/rc/ |
| H A D | ati_remote.c | 274 unsigned short code; /* Input layer translation */ member 559 input_event(dev, EV_KEY, ati_remote_tbl[index].code, in ati_remote_input_report() 590 input_event(dev, EV_KEY, ati_remote_tbl[index].code, 1); in ati_remote_input_report() 591 input_event(dev, EV_KEY, ati_remote_tbl[index].code, 0); in ati_remote_input_report() 622 signed char dx = ati_remote_tbl[index].code >> 8; in ati_remote_input_report() 623 signed char dy = ati_remote_tbl[index].code & 255; in ati_remote_input_report() 733 __set_bit(ati_remote_tbl[i].code, idev->keybit); in ati_remote_input_init()
|
| /linux-6.15/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-gc2235.c | 552 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in gc2235_set_fmt() 585 fmt->code = MEDIA_BUS_FMT_SGRBG10_1X10; in gc2235_get_fmt() 712 struct v4l2_subdev_mbus_code_enum *code) in gc2235_enum_mbus_code() argument 714 if (code->index >= MAX_FMTS) in gc2235_enum_mbus_code() 717 code->code = MEDIA_BUS_FMT_SBGGR10_1X10; in gc2235_enum_mbus_code() 818 dev->format.code = MEDIA_BUS_FMT_SBGGR10_1X10; in gc2235_probe()
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-maintainer-entry-profile.rst | 15 Kernel code are merged to the xfs-linux tree[0]. 16 Userspace code are merged to the xfsprogs tree[1]. 37 write new code, documentation, and tests. 51 - **Reviewer**: Someone (most likely also a developer) who reads code 143 than code comments. 158 immediately after the kernel and userspace code patchsets. 164 - Patchsets implementing bug fixes and further code cleanups should put
|
| /linux-6.15/drivers/pnp/isapnp/ |
| H A D | core.c | 144 unsigned char code = 0x6a, msb; in isapnp_key() local 151 write_address(code); in isapnp_key() 154 msb = ((code & 0x01) ^ ((code & 0x02) >> 1)) << 7; in isapnp_key() 155 code = (code >> 1) | msb; in isapnp_key() 156 write_address(code); in isapnp_key()
|
| /linux-6.15/Documentation/RCU/ |
| H A D | rcu_dereference.rst | 32 can reload the value, and won't your code have fun with two 89 the following (quite strange) code is buggy:: 119 transform this code into the following:: 167 - Module-init time for module code. 169 - Prior to kthread creation for kthread code. 177 kernel's wide array of primitives that cause code to 225 precautions. To see this, consider the following code fragment:: 352 expect. Consider the following code fragment:: 442 to this code, that is the rare case when rcu_dereference_raw() 470 of existence, transforming the code to something like this:: [all …]
|
| /linux-6.15/Documentation/staging/ |
| H A D | speculation.rst | 21 checks to be ignored by code which is speculatively executed. Consider the 22 following code:: 49 code, building on the prior example::
|
| /linux-6.15/Documentation/virt/kvm/loongarch/ |
| H A D | hypercalls.rst | 7 KVM hypercalls use the HVCL instruction with code 0x100 and the hypercall 11 Source code for this interface can be found in arch/loongarch/kvm*. 45 a0 function number Return code
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sun6i-a31s-inet-q972.dts | 76 linux,code = <KEY_VOLUMEDOWN>; 83 linux,code = <KEY_VOLUMEUP>; 90 linux,code = <KEY_BACK>;
|
| H A D | sun8i-a33-vstar.dts | 86 linux,code = <KEY_VOLUMEUP>; 93 linux,code = <KEY_VOLUMEDOWN>; 100 linux,code = <KEY_BACK>;
|
| /linux-6.15/arch/riscv/boot/dts/canaan/ |
| H A D | sipeed_maix_go.dts | 55 linux,code = <BTN_1>; 61 linux,code = <BTN_0>; 67 linux,code = <BTN_2>;
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | cx88-devel.rst | 13 .. code-block:: none 50 All DVB compliant frontends output packets with this start code. 92 actual raw RC5 code will span 2-3 DWORDS, depending on the actual alignment.
|
| /linux-6.15/net/rfkill/ |
| H A D | input.c | 194 unsigned int code, int data) in rfkill_event() argument 197 switch (code) { in rfkill_event() 214 } else if (type == EV_SW && code == SW_RFKILL_ALL) in rfkill_event()
|
| /linux-6.15/drivers/net/wireless/marvell/ |
| H A D | mwl8k.c | 592 __le16 code; 660 cmd->code = cpu_to_le16(MWL8K_CMD_CODE_DNLD); in mwl8k_load_fw_image() 2234 switch (le16_to_cpu(cmd->code)) { in mwl8k_post_cmd() 2275 mwl8k_cmd_name(cmd->code, buf, sizeof(buf)), in mwl8k_post_cmd() 2286 mwl8k_cmd_name(cmd->code, buf, sizeof(buf)), in mwl8k_post_cmd() 2290 mwl8k_cmd_name(cmd->code, in mwl8k_post_cmd() 2756 cmd->header.code = cpu_to_le16(MWL8K_CMD_GET_STAT); in mwl8k_cmd_get_stat() 2898 cmd->header.code = cpu_to_le16(MWL8K_CMD_TX_POWER); in mwl8k_cmd_tx_power() 3256 cmd->header.code = cpu_to_le16(MWL8K_CMD_SET_AID); in mwl8k_cmd_set_aid() 3310 cmd->header.code = cpu_to_le16(MWL8K_CMD_SET_RATE); in mwl8k_cmd_set_rate() [all …]
|
| /linux-6.15/arch/arm/boot/dts/nxp/lpc/ |
| H A D | lpc4357-ea4357-devkit.dts | 6 * This code is released using a dual license strategy: BSD/GPL 65 linux,code = <KEY_ENTER>; 71 linux,code = <KEY_LEFT>; 77 linux,code = <KEY_UP>; 83 linux,code = <KEY_RIGHT>; 89 linux,code = <KEY_DOWN>;
|
| /linux-6.15/drivers/net/wireless/ath/ath10k/ |
| H A D | trace.h | 458 u32 code, 462 TP_ARGS(ar, type, timestamp, code, len, data), 469 __field(u32, code) 479 __entry->code = code; 490 __entry->code,
|