/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_defer.c | 244 struct xfs_defer_pending *dfp) in xfs_defer_create_done() argument 249 if (!dfp->dfp_intent) in xfs_defer_create_done() 260 lip = dfp->dfp_ops->create_done(tp, dfp->dfp_intent, dfp->dfp_count); in xfs_defer_create_done() 267 dfp->dfp_done = lip; in xfs_defer_create_done() 278 struct xfs_defer_pending *dfp, in xfs_defer_create_intent() argument 283 if (dfp->dfp_intent) in xfs_defer_create_intent() 286 lip = dfp->dfp_ops->create_intent(tp, &dfp->dfp_work, dfp->dfp_count, in xfs_defer_create_intent() 296 dfp->dfp_intent = lip; in xfs_defer_create_intent() 312 struct xfs_defer_pending *dfp; in xfs_defer_create_intents() local 315 list_for_each_entry(dfp, &tp->t_dfops, dfp_list) { in xfs_defer_create_intents() [all …]
|
D | xfs_dir2_data.c | 108 xfs_dir2_data_free_t *dfp; /* bestfree entry */ in __xfs_dir3_data_check() local 209 fa = xfs_dir2_data_freefind_verify(hdr, bf, dup, &dfp); in __xfs_dir3_data_check() 212 if (dfp) { in __xfs_dir3_data_check() 213 i = (int)(dfp - bf); in __xfs_dir3_data_check() 491 struct xfs_dir2_data_free *dfp; in xfs_dir2_data_freefind_verify() local 504 for (dfp = &bf[0]; dfp < &bf[XFS_DIR2_DATA_FD_COUNT]; dfp++) { in xfs_dir2_data_freefind_verify() 505 if (!dfp->offset) { in xfs_dir2_data_freefind_verify() 506 if (dfp->length) in xfs_dir2_data_freefind_verify() 513 if (be16_to_cpu(dfp->offset) == off) { in xfs_dir2_data_freefind_verify() 515 if (dfp->length != dup->length) in xfs_dir2_data_freefind_verify() [all …]
|
D | xfs_defer.h | 37 void xfs_defer_item_pause(struct xfs_trans *tp, struct xfs_defer_pending *dfp); 38 void xfs_defer_item_unpause(struct xfs_trans *tp, struct xfs_defer_pending *dfp); 44 int xfs_defer_finish_one(struct xfs_trans *tp, struct xfs_defer_pending *dfp); 62 int (*recover_work)(struct xfs_defer_pending *dfp, 144 struct xfs_defer_pending *dfp); 146 struct xfs_defer_pending *dfp, struct list_head *capture_list); 150 struct xfs_defer_pending *dfp, in xfs_defer_add_item() argument 153 list_add_tail(work, &dfp->dfp_work); in xfs_defer_add_item() 154 dfp->dfp_count++; in xfs_defer_add_item()
|
D | xfs_inode_fork.c | 179 xfs_bmdr_block_t *dfp; in xfs_iformat_btree() local 187 dfp = (xfs_bmdr_block_t *)XFS_DFORK_PTR(dip, whichfork); in xfs_iformat_btree() 188 size = xfs_bmap_broot_space(mp, dfp); in xfs_iformat_btree() 189 nrecs = be16_to_cpu(dfp->bb_numrecs); in xfs_iformat_btree() 190 level = be16_to_cpu(dfp->bb_level); in xfs_iformat_btree() 208 "xfs_iformat_btree", dfp, size, in xfs_iformat_btree() 222 xfs_bmdr_to_bmbt(ip, dfp, XFS_DFORK_SIZE(dip, ip->i_mount, whichfork), in xfs_iformat_btree()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-driver-hid-logitech-lg4ff | 32 DF-EX --> DFP 36 DF-EX --> DFP --> G25 40 DF-EX <*> DFP <-> G25 <-> G27 46 DF-EX <*> DFP <-> G25 <-> G27 <-> G29 53 DF-EX <*> DFP <-> DFGT
|
D | sysfs-class-typec | 45 source (The port will behave as source only DFP port) 182 both UFP and DFP product types defined, but only one that 202 DFP / host role
|
/linux-6.12.1/fs/xfs/scrub/ |
D | dir.c | 435 struct xfs_dir2_data_free *dfp; in xchk_directory_check_free_entry() local 444 for (dfp = &bf[XFS_DIR2_DATA_FD_COUNT - 1]; dfp >= bf; dfp--) in xchk_directory_check_free_entry() 445 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry() 460 struct xfs_dir2_data_free *dfp; in xchk_directory_data_bestfree() local 495 for (dfp = &bf[0]; dfp < &bf[XFS_DIR2_DATA_FD_COUNT]; dfp++) { in xchk_directory_data_bestfree() 496 offset = be16_to_cpu(dfp->offset); in xchk_directory_data_bestfree() 508 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) || in xchk_directory_data_bestfree() 515 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree() 520 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree() 598 struct xfs_dir2_data_free *dfp; in xchk_directory_check_freesp() local [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_dcb_82598.h | 10 #define IXGBE_DPMCS_TDPAC 0x00000001 /* 0 Round Robin, 1 DFP - Deficit Fixed Priority */ 33 #define IXGBE_PDPMCS_TPPAC 0x00000020 /* 0 Round Robin, 1 for DFP - Deficit Fixed Priority */
|
/linux-6.12.1/fs/xfs/ |
D | xfs_exchmaps_item.c | 360 struct xfs_defer_pending *dfp, in xfs_xmi_item_recover_intent() argument 409 xfs_defer_add_item(dfp, &xmi->xmi_list); in xfs_xmi_item_recover_intent() 423 struct xfs_defer_pending *dfp, in xfs_exchmaps_recover_work() argument 429 struct xfs_log_item *lip = dfp->dfp_intent; in xfs_exchmaps_recover_work() 443 xmi = xfs_xmi_item_recover_intent(mp, dfp, &xmi_lip->xmi_format, &req, in xfs_exchmaps_recover_work() 459 error = xlog_recover_finish_intent(tp, dfp); in xfs_exchmaps_recover_work()
|
D | xfs_refcount_item.c | 424 struct xfs_defer_pending *dfp, in xfs_cui_recover_work() argument 436 xfs_defer_add_item(dfp, &ri->ri_list); in xfs_cui_recover_work() 445 struct xfs_defer_pending *dfp, in xfs_refcount_recover_work() argument 449 struct xfs_log_item *lip = dfp->dfp_intent; in xfs_refcount_recover_work() 470 xfs_cui_recover_work(mp, dfp, &cuip->cui_format.cui_extents[i]); in xfs_refcount_recover_work() 491 error = xlog_recover_finish_intent(tp, dfp); in xfs_refcount_recover_work()
|
D | xfs_rmap_item.c | 452 struct xfs_defer_pending *dfp, in xfs_rui_recover_work() argument 499 xfs_defer_add_item(dfp, &ri->ri_list); in xfs_rui_recover_work() 508 struct xfs_defer_pending *dfp, in xfs_rmap_recover_work() argument 512 struct xfs_log_item *lip = dfp->dfp_intent; in xfs_rmap_recover_work() 533 xfs_rui_recover_work(mp, dfp, &ruip->rui_format.rui_extents[i]); in xfs_rmap_recover_work() 542 error = xlog_recover_finish_intent(tp, dfp); in xfs_rmap_recover_work()
|
D | xfs_bmap_item.c | 457 struct xfs_defer_pending *dfp, in xfs_bui_recover_work() argument 484 xfs_defer_add_item(dfp, &bi->bi_list); in xfs_bui_recover_work() 494 struct xfs_defer_pending *dfp, in xfs_bmap_recover_work() argument 498 struct xfs_log_item *lip = dfp->dfp_intent; in xfs_bmap_recover_work() 515 work = xfs_bui_recover_work(mp, dfp, &ip, map); in xfs_bmap_recover_work() 544 error = xlog_recover_finish_intent(tp, dfp); in xfs_bmap_recover_work()
|
D | xfs_extfree_item.c | 570 struct xfs_defer_pending *dfp, in xfs_efi_recover_work() argument 583 xfs_defer_add_item(dfp, &xefi->xefi_list); in xfs_efi_recover_work() 592 struct xfs_defer_pending *dfp, in xfs_extent_free_recover_work() argument 596 struct xfs_log_item *lip = dfp->dfp_intent; in xfs_extent_free_recover_work() 617 xfs_efi_recover_work(mp, dfp, &efip->efi_format.efi_extents[i]); in xfs_extent_free_recover_work() 625 error = xlog_recover_finish_intent(tp, dfp); in xfs_extent_free_recover_work()
|
D | xfs_log_recover.c | 1726 struct xfs_defer_pending *dfp, *n; in xlog_recover_release_intent() local 1728 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_release_intent() 1729 struct xfs_log_item *lip = dfp->dfp_intent; in xlog_recover_release_intent() 1738 xfs_defer_cancel_recovery(log->l_mp, dfp); in xlog_recover_release_intent() 2588 struct xfs_defer_pending *dfp, *n; in xlog_recover_process_intents() local 2596 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_process_intents() 2597 ASSERT(xlog_item_is_intent(dfp->dfp_intent)); in xlog_recover_process_intents() 2604 ASSERT(XFS_LSN_CMP(last_lsn, dfp->dfp_intent->li_lsn) >= 0); in xlog_recover_process_intents() 2613 * access dfp->dfp_intent after it returns. It must dispose of in xlog_recover_process_intents() 2614 * @dfp if it returns 0. in xlog_recover_process_intents() [all …]
|
D | xfs_attr_item.c | 634 struct xfs_defer_pending *dfp, in xfs_attri_recover_work() argument 724 xfs_defer_add_item(dfp, &attr->xattri_list); in xfs_attri_recover_work() 735 struct xfs_defer_pending *dfp, in xfs_attr_recover_work() argument 738 struct xfs_log_item *lip = dfp->dfp_intent; in xfs_attr_recover_work() 761 attr = xfs_attri_recover_work(mp, dfp, attrp, &ip, nv); in xfs_attr_recover_work() 789 error = xlog_recover_finish_intent(tp, dfp); in xfs_attr_recover_work()
|
/linux-6.12.1/drivers/video/fbdev/nvidia/ |
D | nv_setup.c | 421 FlatPanel ? (Television ? "TV" : "DFP") : in NVCommonSetup() 430 "specified\n", par->FlatPanel ? "DFP" : "CRT"); in NVCommonSetup() 507 "DFP\n"); in NVCommonSetup() 512 "for DFP\n"); in NVCommonSetup() 550 "DFP\n"); in NVCommonSetup() 559 "specified\n", par->FlatPanel ? "DFP" : "CRT"); in NVCommonSetup() 617 par->FlatPanel ? (par->Television ? "TV" : "DFP") : "CRT", in NVCommonSetup()
|
/linux-6.12.1/arch/powerpc/platforms/85xx/ |
D | t1042rdb_diu.c | 48 /* Enable the DVI(HDMI) port, disable the DFP and in t1042rdb_set_monitor_port() 58 /* Enable the DFP port, disable the DVI*/ in t1042rdb_set_monitor_port()
|
/linux-6.12.1/include/dt-bindings/usb/ |
D | pd.h | 104 * <25:23> :: product type (DFP) (SVDM version 2.0+ only; set to zero in version 1.0) 126 /* SOP Product Type (DFP) */ 132 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 134 | (is_modal) << 26 | ((dfp) & 0x7) << 23 | ((conn) & 0x3) << 21 \ 214 * DFP VDO (PD Revision 3.0+ only) 216 * <31:29> :: DFP VDO version
|
/linux-6.12.1/include/linux/usb/ |
D | pd_vdo.h | 117 * <25:23> :: product type (DFP) (SVDM version 2.0+ only; set to zero in version 1.0) 139 /* SOP Product Type (DFP) */ 149 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \ argument 151 | (is_modal) << 26 | ((dfp) & 0x7) << 23 | ((conn) & 0x3) << 21 \ 242 * DFP VDO (PD Revision 3.0+ only) 244 * <31:29> :: DFP VDO version
|
/linux-6.12.1/Documentation/fb/ |
D | matroxfb.rst | 230 dfp enables digital flat panel interface. This option is incompatible 231 with secondary (TV) output - if DFP is active, TV output must be 232 inactive and vice versa. DFP always uses same timing as primary 234 dfp:X use settings X for digital flat panel interface. X is number from 246 Default setting is 100 for cards below G400 or G400 without DFP, 247 101 for G400 with DFP, and 111 for G450 and G550. You can set
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_dp.c | 1041 return intel_dp->dfp.rgb_to_ycbcr; in dfp_can_convert_from_rgb() 1044 return intel_dp->dfp.rgb_to_ycbcr && in dfp_can_convert_from_rgb() 1045 intel_dp->dfp.ycbcr_444_to_420; in dfp_can_convert_from_rgb() 1058 return intel_dp->dfp.ycbcr_444_to_420; in dfp_can_convert_from_ycbcr444() 1185 int max_tmds_clock = intel_dp->dfp.max_tmds_clock; in intel_dp_max_tmds_clock() 1187 /* Only consider the sink's max TMDS clock if we know this is a HDMI DFP */ in intel_dp_max_tmds_clock() 1207 min_tmds_clock = intel_dp->dfp.min_tmds_clock; in intel_dp_tmds_clock_valid() 1230 if (intel_dp->dfp.pcon_max_frl_bw) { in intel_dp_mode_valid_downstream() 1237 max_frl_bw = intel_dp->dfp.pcon_max_frl_bw; in intel_dp_mode_valid_downstream() 1248 if (intel_dp->dfp.max_dotclock && in intel_dp_mode_valid_downstream() [all …]
|
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/ |
D | Kbuild | 6 nouveau-y += dispnv04/dfp.o
|
/linux-6.12.1/drivers/hid/ |
D | hid-lg4ff.c | 5 * Including G27, G25, DFP, DFGT, FFEX, Momo, Momo2 & 47 #define LG4FF_DFP_TAG "DFP" 237 0xf8, 0x09, 0x01, 0x01, 0x00, 0x00, 0x00} /* Switch mode to DFP with detach */ 264 /* EXT_CMD1 - Understood by DFP, G25, G27 and DFGT */ 696 /* DFP can only be switched to its native mode */ in lg4ff_get_mode_switch_command() 707 /* G25 can only be switched to DFP mode or its native mode */ in lg4ff_get_mode_switch_command() 722 /* G27 can only be switched to DF-EX, DFP, G25 or its native mode */ in lg4ff_get_mode_switch_command() 739 /* G29 can only be switched to DF-EX, DFP, DFGT, G25, G27 or its native mode */ in lg4ff_get_mode_switch_command() 752 /* DFGT can only be switched to DF-EX, DFP or its native mode */ in lg4ff_get_mode_switch_command()
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | ti,hd3ss3220.yaml | 15 HD3SS3220 can be configured as a Downstream Facing Port (DFP), Upstream Facing Port (UFP) or a
|
/linux-6.12.1/drivers/video/fbdev/matrox/ |
D | matroxfb_base.c | 88 * DFP testing 1274 static int dfp; /* "matroxfb:dfp */ variable 1275 static int dfp_type = -1; /* "matroxfb:dfp:xxx */ 1419 /* if you'll find how to drive DFP... */ 1611 } else if (dfp) { in setDefaultOutputs() 2399 else if (!strncmp(this_opt, "dfp:", 4)) { in matroxfb_setup() 2401 dfp = 1; in matroxfb_setup() 2465 else if (!strcmp(this_opt, "dfp")) in matroxfb_setup() 2466 dfp = value; in matroxfb_setup() 2570 module_param(dfp, int, 0); [all …]
|