Home
last modified time | relevance | path

Searched full:fdp (Results 1 – 25 of 25) sorted by relevance

/kernel/linux/linux-5.10/drivers/nfc/fdp/
DKconfig3 tristate "Intel FDP NFC driver"
12 be called fdp.
16 tristate "NFC FDP i2c support"
DMakefile3 # Makefile for FDP NCI based NFC driver
6 obj-$(CONFIG_NFC_FDP) += fdp.o
Di2c.c18 #include "fdp.h"
156 * desynchronization between driver and FDP. Drop the paquet in fdp_nci_i2c_read()
Dfdp.c15 #include "fdp.h"
570 * In order to apply the VSC FDP needs a reset in fdp_nci_post_setup()
/kernel/linux/linux-6.6/drivers/nfc/fdp/
DKconfig3 tristate "Intel FDP NFC driver"
12 be called fdp.
16 tristate "NFC FDP i2c support"
DMakefile3 # Makefile for FDP NCI based NFC driver
6 obj-$(CONFIG_NFC_FDP) += fdp.o
Di2c.c18 #include "fdp.h"
156 * desynchronization between driver and FDP. Drop the packet in fdp_nci_i2c_read()
Dfdp.c15 #include "fdp.h"
554 * In order to apply the VSC FDP needs a reset in fdp_nci_post_setup()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/
Drenesas,fcp.yaml19 FCP for FDP (FCPF). Their configuration and behaviour depend on the module
26 - renesas,fcpf # FCP for FDP
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/
Drenesas,fcp.yaml19 FCP for FDP (FCPF). Their configuration and behaviour depend on the module
27 - renesas,fcpf # FCP for FDP
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dcsum.c927 static void do_rx(int fdp, int fdr) in do_rx() argument
938 pfd.fd = fdp; in do_rx()
943 count_pkt += recv_packet(fdp); in do_rx()
953 if (close(fdp)) in do_rx()
970 int fdp = -1, fdr = -1; /* -1 to silence -Wmaybe-uninitialized */ in main() local
976 fdp = recv_prepare_packet(); in main()
984 do_rx(fdp, fdr); in main()
/kernel/linux/linux-5.10/drivers/nfc/
DMakefile6 obj-$(CONFIG_NFC_FDP) += fdp/
DKconfig52 source "drivers/nfc/fdp/Kconfig"
/kernel/linux/linux-6.6/drivers/nfc/
DMakefile6 obj-$(CONFIG_NFC_FDP) += fdp/
DKconfig63 source "drivers/nfc/fdp/Kconfig"
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
DKconfig57 the codec, VSP and FDP modules.
/kernel/linux/linux-5.10/net/core/
Dscm.c68 int *fdp = (int*)CMSG_DATA(cmsg); in scm_fp_copy() local
102 int fd = fdp[i]; in scm_fp_copy()
/kernel/linux/linux-6.6/net/core/
Dscm.c68 int *fdp = (int*)CMSG_DATA(cmsg); in scm_fp_copy() local
102 int fd = fdp[i]; in scm_fp_copy()
/kernel/linux/linux-6.6/fs/jffs2/
Dgc.c898 struct jffs2_full_dirent **fdp = &f->dents; in jffs2_garbage_collect_deletion_dirent() local
996 while (*fdp) { in jffs2_garbage_collect_deletion_dirent()
997 if ((*fdp) == fd) { in jffs2_garbage_collect_deletion_dirent()
999 *fdp = fd->next; in jffs2_garbage_collect_deletion_dirent()
1002 fdp = &(*fdp)->next; in jffs2_garbage_collect_deletion_dirent()
/kernel/linux/linux-5.10/fs/jffs2/
Dgc.c898 struct jffs2_full_dirent **fdp = &f->dents; in jffs2_garbage_collect_deletion_dirent() local
996 while (*fdp) { in jffs2_garbage_collect_deletion_dirent()
997 if ((*fdp) == fd) { in jffs2_garbage_collect_deletion_dirent()
999 *fdp = fd->next; in jffs2_garbage_collect_deletion_dirent()
1002 fdp = &(*fdp)->next; in jffs2_garbage_collect_deletion_dirent()
/kernel/linux/linux-5.10/drivers/media/platform/
DKconfig445 the codec, VSP and FDP modules.
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/
Dinternal.h422 * AMD K7/K8 CPUs don't save/restore FDP/FIP/FOP unless an exception is in copy_kernel_to_fpregs()
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
Dcore.c140 * FDP/FIP/FOP unless an exception is pending. Clear the x87 state in restore_fpregs_from_fpstate()
/kernel/linux/linux-6.6/arch/x86/kvm/
Demulate.c3736 * - like (1), but FIP and FDP (foo) are only 16 bit. At least Intel CPUs
3742 * - like (3), but FIP and FDP are 64 bit
/kernel/linux/linux-5.10/arch/x86/kvm/
Demulate.c4168 * - like (1), but FIP and FDP (foo) are only 16 bit. At least Intel CPUs
4174 * - like (3), but FIP and FDP are 64 bit