Searched refs:pairing (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/common/ |
D | bL_switcher.c | 524 int pairing = bL_switcher_cpu_pairing[cpu]; in bL_switcher_get_logical_index() local 525 if (pairing == -1) in bL_switcher_get_logical_index() 528 (mpidr == cpu_logical_map(pairing))) in bL_switcher_get_logical_index() 757 int pairing; in bL_switcher_cpu_pre() local 762 pairing = bL_switcher_cpu_pairing[cpu]; in bL_switcher_cpu_pre() 764 if (pairing == -1) in bL_switcher_cpu_pre()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | mtd.h | 295 const struct mtd_pairing_scheme *pairing; member 450 const struct mtd_pairing_scheme *pairing) in mtd_set_pairing_scheme() argument 452 mtd->pairing = pairing; in mtd_set_pairing_scheme()
|
/kernel/linux/linux-5.10/drivers/mtd/ |
D | mtdcore.c | 480 if (master->pairing && master->pairing->get_info) in mtd_wunit_to_pairing_info() 481 return master->pairing->get_info(master, wunit, info); in mtd_wunit_to_pairing_info() 525 if (master->pairing && master->pairing->get_wunit) in mtd_pairing_info_to_wunit() 526 return mtd->pairing->get_wunit(master, info); in mtd_pairing_info_to_wunit() 546 if (!master->pairing || !master->pairing->ngroups) in mtd_pairing_groups() 549 return master->pairing->ngroups; in mtd_pairing_groups() 645 !master->pairing || master->_writev)) in add_mtd_device()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,brcmstb.txt | 40 - brcm,write-pairing: 42 supports write-pairing. 59 brcm,write-pairing;
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 50 Please note that the proper pairing of save/restore functions
|
/kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
D | recipes.txt | 341 The B/C pairing is an example of the MP pattern using smp_wmb() on the 378 This pairing of a control dependency in CPU0() with a full memory 381 The A/D pairing from the ring-buffer use case shown earlier also
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
D | acpi-lid.rst | 104 to the userspace by always pairing "closed" input events with complement
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | udlfb.rst | 8 pairing that with a hardware framebuffer (16MB) on the other end of the
|
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst | 74 without pairing them with other namespace types, which is not always an option.
|
/kernel/linux/linux-5.10/Documentation/ |
D | memory-barriers.txt | 57 - SMP barrier pairing. 395 dependency barriers; see the "SMP barrier pairing" subsection. 431 write barriers; see the "SMP barrier pairing" subsection. 448 see the "SMP barrier pairing" subsection. 924 always be paired. A lack of appropriate pairing is almost certainly an error.
|
/kernel/linux/linux-5.10/drivers/hid/ |
D | Kconfig | 558 Logitech receivers are capable of pairing multiple Logitech compliant
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0020_linux_drivers_gpu.patch | 1028 +#define IMX_HDCP_PAIRING_FIRMWARE "imx/hdcp-pairing.bin" 1440 + DRM_DEV_INFO(mhdp->dev, "HDCP pairing data not found\n"); 1452 + memcpy(&mhdp->hdcp.pairing[0], fw->data, 1472 + if (memcmp(receiver, mhdp->hdcp.pairing[i].receiver_id, 1485 + struct hdcp_trans_pairing_data *pairing, 1500 + if (!pairing) { 1501 + DRM_ERROR("NULL HDCP pairing data!\n"); 1505 + temp_pairing = *pairing; 1509 + temp_pairing = mhdp->hdcp.pairing[stored_km_index]; 1514 + mhdp->hdcp.pairing[i] = mhdp->hdcp.pairing[i - 1]; [all …]
|
D | 0038_linux_drivers_mxc.patch | 712 + /* Flush the current state block; make sure no pairing with the states
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0008_linux_net.patch | 99 - * cross-transport pairing on non-AES encrypted connections.
|
D | 0005_linux_include.patch | 761 + struct hdcp_trans_pairing_data pairing[MAX_STORED_KM];
|