Searched full:fdp (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/nfc/fdp/ |
| H A D | Kconfig | 3 tristate "Intel FDP NFC driver" 12 be called fdp. 16 tristate "NFC FDP i2c support"
|
| H A D | Makefile | 3 # Makefile for FDP NCI based NFC driver 6 obj-$(CONFIG_NFC_FDP) += fdp.o
|
| H A D | i2c.c | 18 #include "fdp.h" 156 * desynchronization between driver and FDP. Drop the packet in fdp_nci_i2c_read()
|
| H A D | fdp.c | 15 #include "fdp.h" 554 * In order to apply the VSC FDP needs a reset in fdp_nci_post_setup()
|
| /linux/tools/testing/selftests/net/lib/ |
| H A D | csum.c | 949 static void do_rx(int fdp, int fdr) in do_rx() argument 960 pfd.fd = fdp; in do_rx() 965 count_pkt += recv_packet(fdp); in do_rx() 975 if (close(fdp)) in do_rx() 992 int fdp = -1, fdr = -1; /* -1 to silence -Wmaybe-uninitialized */ in main() local 998 fdp = recv_prepare_packet(); in main() 1006 do_rx(fdp, fdr); in main()
|
| /linux/drivers/nfc/ |
| H A D | Makefile | 6 obj-$(CONFIG_NFC_FDP) += fdp/
|
| H A D | Kconfig | 63 source "drivers/nfc/fdp/Kconfig"
|
| /linux/fs/jffs2/ |
| H A D | gc.c | 898 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()
|
| /linux/net/core/ |
| H A D | scm.c | 71 int *fdp = (int*)CMSG_DATA(cmsg); in scm_fp_copy() local 112 int fd = fdp[i]; in scm_fp_copy()
|
| /linux/drivers/nvme/host/ |
| H A D | core.c | 2206 "FDP configs log header status:0x%x endgid:%d\n", ret, in nvme_query_fdp_granularity() 2213 dev_warn(ctrl->device, "FDP config size too large:%zu\n", in nvme_query_fdp_granularity() 2226 "FDP configs log status:0x%x endgid:%d\n", ret, in nvme_query_fdp_granularity() 2233 dev_warn(ctrl->device, "FDP index:%d out of range:%d\n", in nvme_query_fdp_granularity() 2235 /* Proceed without registering FDP streams */ in nvme_query_fdp_granularity() 2248 "FDP invalid config descriptor list\n"); in nvme_query_fdp_granularity() 2255 dev_warn(ctrl->device, "FDP NRG > 1 not supported\n"); in nvme_query_fdp_granularity() 2271 struct nvme_fdp_config fdp; in nvme_query_fdp_info() local 2277 * The FDP configuration is static for the lifetime of the namespace, in nvme_query_fdp_info() 2285 &fdp); in nvme_query_fdp_info() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | ipu6-isys.rst | 59 fdp -Gsplines=true -Tsvg < dot > dot.svg
|
| /linux/arch/x86/kernel/fpu/ |
| H A D | core.c | 165 * FDP/FIP/FOP unless an exception is pending. Clear the x87 state in restore_fpregs_from_fpstate()
|
| /linux/arch/x86/kvm/ |
| H A D | emulate.c | 3690 * - like (1), but FIP and FDP (foo) are only 16 bit. At least Intel CPUs 3696 * - like (3), but FIP and FDP are 64 bit
|