Home
last modified time | relevance | path

Searched refs:code (Results 3326 – 3350 of 4688) sorted by relevance

1...<<131132133134135136137138139140>>...188

/linux-6.15/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi61 linux,code = <KEY_POWER>;
68 linux,code = <KEY_VOLUMEUP>;
75 linux,code = <KEY_VOLUMEDOWN>;
82 linux,code = <KEY_MENU>;
/linux-6.15/drivers/input/misc/
H A Diqs269a.c211 unsigned int code; member
780 iqs269->switches[i].code = val; in iqs269_parse_chan()
1246 sw_code = iqs269->switches[i].code; in iqs269_input_init()
1424 sw_code = iqs269->switches[i].code; in iqs269_report()
/linux-6.15/drivers/usb/serial/
H A Dti_usb_3410_5052.c1092 static int ti_get_port_from_code(unsigned char code) in ti_get_port_from_code() argument
1094 return (code >> 6) & 0x01; in ti_get_port_from_code()
1097 static int ti_get_func_from_code(unsigned char code) in ti_get_func_from_code() argument
1099 return code & 0x0f; in ti_get_func_from_code()
/linux-6.15/Documentation/driver-api/media/
H A Dcec-core.rst103 .. code-block:: none
328 .. code-block:: none
359 .. code-block:: none
391 .. code-block:: none
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst162 sibling pointer lists). Hence we still need stateful checking in the main code
240 The code ensures that the CRC is only checked if the filesystem has CRCs enabled
246 the case it can't, the code is structured as follows::
343 buffer code described above. The only difference is where they are called. For
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra114-dalmore.dts1169 linux,code = <KEY_HOME>;
1175 linux,code = <KEY_POWER>;
1182 linux,code = <KEY_VOLUMEDOWN>;
1188 linux,code = <KEY_VOLUMEUP>;
/linux-6.15/drivers/hwmon/
H A Dltc4282.c644 u16 code; in ltc4282_write_power_word() local
648 code = DIV64_U64_ROUND_CLOSEST(temp * val, in ltc4282_write_power_word()
652 code = DIV64_U64_ROUND_CLOSEST(temp_2, temp); in ltc4282_write_power_word()
655 __raw = cpu_to_be16(code); in ltc4282_write_power_word()
/linux-6.15/drivers/auxdisplay/
H A DKconfig13 This option alone does not add any kernel code.
36 displays. This is the code that multiple other modules use. It is not
48 This code can either be compiled as a module, or linked into the
70 keypad through /dev/keypad (10, 185). This code can either be
/linux-6.15/net/ipv6/
H A Dsit.c532 const int code = icmp_hdr(skb)->code; in ipip6_err() local
544 switch (code) { in ipip6_err()
557 if (code != ICMP_EXC_TTL) in ipip6_err()
573 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) { in ipip6_err()
/linux-6.15/tools/perf/Documentation/
H A Dperf-script-python.txt258 Putting that code into the raw_syscalls__sys_enter() handler, we
326 code to aggregate and display it for your particular needs.
570 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x):
623 perf_sample_insn(context) - returns the machine code instruction
671 We can use this code to print brstack "from", "to", "cycles".
/linux-6.15/drivers/char/
H A Drandom.c1217 void add_input_randomness(unsigned int type, unsigned int code, unsigned int value) in add_input_randomness() argument
1228 (type << 4) ^ code ^ (code >> 4) ^ value); in add_input_randomness()
/linux-6.15/fs/smb/client/
H A Dnetmisc.c901 __u16 code = le16_to_cpu(smb->Status.DosError.Error); in map_and_check_smb_error() local
904 if (class == ERRSRV && code == ERRbaduid) { in map_and_check_smb_error()
906 code); in map_and_check_smb_error()
/linux-6.15/Documentation/driver-api/soundwire/
H A Dbra.rst207 Manager-specific code. For example the Cadence IP format above is not
212 Manager-specific code.
267 only a return code will be provided.
/linux-6.15/arch/arc/
H A DKconfig512 potential bugs in code
546 bool "Paranoid checks in Static Keys (jump labels) code"
551 part of static keys (jump labels) related code.
/linux-6.15/arch/x86/crypto/
H A Dsha256-avx-asm.S21 # - Redistributions of source code must retain the above
40 # This code is described in an Intel White-Paper:
47 # This code schedules 1 block at a time, with 4 lanes per block
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Ddev-overlay.rst116 code or return accordingly modified parameters..
156 code or return accordingly modified parameters.
227 .. code-block:: c
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.c247 u32 code = HWS_GET_MATCH_PARAM(match_param, misc_parameters_3.icmp_code); in hws_definer_icmp_dw1_set() local
250 (code << __mlx5_dw_bit_off(header_icmp, code)); in hws_definer_icmp_dw1_set()
260 u32 code = HWS_GET_MATCH_PARAM(match_param, misc_parameters_3.icmpv6_code); in hws_definer_icmpv6_dw1_set() local
263 (code << __mlx5_dw_bit_off(header_icmp, code)); in hws_definer_icmpv6_dw1_set()
/linux-6.15/arch/arm/mm/
H A DKconfig638 manager or client roles to running code (such as a process).
691 slightly less efficient code.
703 Say Y here if you have a CPU with the ThumbEE extension and code to
704 make use of it. Say N for code that can run on CPUs without ThumbEE.
732 trylock() operations with the assumption that the code will not
902 helper code to userspace in read only form at a fixed location
/linux-6.15/tools/perf/util/
H A Dauxtrace.c1264 int code, int cpu, pid_t pid, pid_t tid, u64 ip, in auxtrace_synth_guest_error() argument
1274 auxtrace_error->code = code; in auxtrace_synth_guest_error()
1295 int code, int cpu, pid_t pid, pid_t tid, u64 ip, in auxtrace_synth_error() argument
1298 auxtrace_synth_guest_error(auxtrace_error, type, code, cpu, pid, tid, in auxtrace_synth_error()
1780 e->cpu, e->pid, e->tid, e->ip, e->code, msg); in perf_event__fprintf_auxtrace_error()
/linux-6.15/net/netlink/
H A Daf_netlink.c1555 int code; member
1573 if (p->code == ENOBUFS && nlk_test_bit(RECV_NO_ENOBUFS, sk)) { in do_one_set_err()
1578 WRITE_ONCE(sk->sk_err, p->code); in do_one_set_err()
1594 int netlink_set_err(struct sock *ssk, u32 portid, u32 group, int code) in netlink_set_err() argument
1605 info.code = -code; in netlink_set_err()
/linux-6.15/drivers/dma/qcom/
H A Dgpi.c245 u8 code; member
256 u8 code; member
982 if (imed_event->code == MSM_GPI_TCE_EOT && gpii->ieob_set) { in gpi_process_imed_data_event()
989 if (imed_event->code == MSM_GPI_TCE_UNEXP_ERR) in gpi_process_imed_data_event()
1057 if (compl_event->code == MSM_GPI_TCE_EOT && gpii->ieob_set) { in gpi_process_xfer_compl_event()
1064 if (compl_event->code == MSM_GPI_TCE_UNEXP_ERR) { in gpi_process_xfer_compl_event()
/linux-6.15/arch/x86/
H A DKconfig50 generic code, as other architectures still use it. But we
456 Management" code will be disabled if you say Y here.
747 # MCE code calls memory_failure():
792 bool "Enable paravirtualization code"
934 # The code disables itself when not needed.
943 BIOS code.
1247 protected mode legacy code on x86 processors. Disabling
1807 code with them to make this happen.
2112 code internals.
2969 The code is inactive if there is none.
[all …]
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc8280xp-pmics.dtsi72 linux,code = <KEY_POWER>;
/linux-6.15/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-clock.dtsi10 * * Redistributions of source code must retain the above copyright
/linux-6.15/net/ncsi/
H A Dncsi-pkt.h26 __be16 code; /* Response code */ member

1...<<131132133134135136137138139140>>...188