| /linux-6.15/Documentation/networking/ |
| H A D | phy.rst | 17 the PHY management code with the network driver. This has resulted in large 18 amounts of redundant code. Also, on embedded systems with multiple (and 26 #. Increase code-reuse 27 #. Increase overall code-maintainability 31 allows network driver writers to write as little code as possible, while 334 through symbol replication. The PCS expects the standard USXGMII code word. 475 assigned by the driver code. The rest are optional. Also, it is 507 to support such contingencies, the PHY Layer allows platform code to register 520 The platform code can either register the fixup using phy_register_fixup()::
|
| /linux-6.15/drivers/scsi/ |
| H A D | mesh.c | 1155 int i, code; in handle_msgin() local 1161 code = ms->msgin[0]; in handle_msgin() 1169 MKWORD(ms->n_msgin, code, ms->msgin[1], ms->msgin[2])); in handle_msgin() 1176 mesh_priv(cmd)->message = code; in handle_msgin() 1177 switch (code) { in handle_msgin() 1224 if (IDENTIFY_BASE <= code && code <= IDENTIFY_BASE + 7) { in handle_msgin() 1228 } else if (code != cmd->device->lun + IDENTIFY_BASE) { in handle_msgin() 1231 "target %d\n", code - IDENTIFY_BASE, in handle_msgin()
|
| /linux-6.15/LICENSES/dual/ |
| H A D | MPL-1.1 | 47 portions thereof with code not governed by the terms of this License. 65 1.10. "Original Code" means Source Code of computer software code 77 compilation and installation of an Executable, or source code 117 granted: 1) for code that You delete from the Original Code; 2) 147 granted: 1) for any code that Contributor has deleted from the 267 You may create a Larger Work by combining Covered Code with other code 278 describe the limitations and the code they affect. Such description 287 This License applies to code to which the Initial Developer has 307 only do in order to apply it to code which is not already Covered Code
|
| /linux-6.15/net/bluetooth/ |
| H A D | smp.c | 53 #define SMP_ALLOW_CMD(smp, code) set_bit(code, &smp->allow_cmd) argument 599 bt_dev_dbg(conn->hcon->hdev, "code 0x%2.2x", code); in smp_send_cmd() 601 iv[0].iov_base = &code; in smp_send_cmd() 2961 __u8 code, reason; in smp_sig_channel() local 2972 code = skb->data[0]; in smp_sig_channel() 2973 skb_pull(skb, sizeof(code)); in smp_sig_channel() 2977 if (code > SMP_CMD_MAX) in smp_sig_channel() 2980 if (smp && !test_and_clear_bit(code, &smp->allow_cmd)) in smp_sig_channel() 2986 if (!smp && code != SMP_CMD_PAIRING_REQ && code != SMP_CMD_SECURITY_REQ) in smp_sig_channel() 2989 switch (code) { in smp_sig_channel() [all …]
|
| H A D | smp.h | 27 __u8 code; member
|
| /linux-6.15/include/linux/ |
| H A D | random.h | 16 void add_input_randomness(unsigned int type, unsigned int code,
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | usb_a9260_common.dtsi | 135 linux,code = <28>;
|
| H A D | at91-gatwick.dts | 25 linux,code = <KEY_SETUP>;
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | streaming-par.rst | 34 return the ``EINVAL`` error code.
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | index.rst | 49 Documentation for the support code within the filesystem layer for use in
|
| /linux-6.15/drivers/of/unittest-data/ |
| H A D | tests-interrupts.dtsi | 39 * test that the code will properly handle
|
| /linux-6.15/arch/microblaze/ |
| H A D | Kconfig.platform | 28 Function are written in asm code.
|
| /linux-6.15/Documentation/ABI/removed/ |
| H A D | sysfs-selinux-disable | 26 slow process of removing this code from the kernel.
|
| /linux-6.15/Documentation/admin-guide/perf/ |
| H A D | arm_dsu_pmu.rst | 22 and use the raw event code for the unlisted events.
|
| /linux-6.15/Documentation/accounting/ |
| H A D | cgroupstats.rst | 9 Per cgroup statistics infrastructure re-uses code from the taskstats
|
| /linux-6.15/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_hfi.h | 81 u32 code; member
|
| /linux-6.15/arch/arm/boot/dts/moxa/ |
| H A D | moxart-uc7112lx.dts | 68 linux,code = <116>;
|
| /linux-6.15/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-wpcm450-supermicro-x9sci-ln4f.dts | 39 linux,code = <KEY_HOME>;
|
| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | cypress,tt21000.yaml | 44 description: EV_ABS specific event code generated by the axis.
|
| /linux-6.15/arch/loongarch/ |
| H A D | Kconfig.debug | 24 traces. It unwind the stack frame based on prologue code analyze. Symbol
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | Kconfig | 51 This will include code to enable the SCSI command jammer.
|
| /linux-6.15/security/lockdown/ |
| H A D | Kconfig | 44 code to read confidential material held inside the kernel are
|
| /linux-6.15/include/uapi/linux/ |
| H A D | inet_diag.h | 81 unsigned char code; member
|
| /linux-6.15/sound/core/seq/oss/ |
| H A D | seq_oss_writeq.c | 104 rec->t.code = SEQ_SYNCTIMER; in snd_seq_oss_writeq_sync()
|
| /linux-6.15/drivers/scsi/qedf/ |
| H A D | qedf_dbg.h | 111 extern void qedf_uevent_emit(struct Scsi_Host *shost, u32 code, char *msg);
|