Home
last modified time | relevance | path

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

123

/linux/fs/xfs/libxfs/
H A Dxfs_defer.c244 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 …]
H A Dxfs_defer.h37 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,
147 struct xfs_defer_pending *dfp);
149 struct xfs_defer_pending *dfp, struct list_head *capture_list);
153 struct xfs_defer_pending *dfp, in xfs_defer_add_item() argument
156 list_add_tail(work, &dfp->dfp_work); in xfs_defer_add_item()
157 dfp->dfp_count++; in xfs_defer_add_item()
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-logitech-lg4ff32 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
/linux/fs/xfs/scrub/
H A Ddir.c443 struct xfs_dir2_data_free *dfp; in xchk_directory_check_free_entry() local
452 for (dfp = &bf[XFS_DIR2_DATA_FD_COUNT - 1]; dfp >= bf; dfp--) in xchk_directory_check_free_entry()
453 if (dup_length == be16_to_cpu(dfp->length)) in xchk_directory_check_free_entry()
468 struct xfs_dir2_data_free *dfp; in xchk_directory_data_bestfree() local
503 for (dfp = &bf[0]; dfp < &bf[XFS_DIR2_DATA_FD_COUNT]; dfp++) { in xchk_directory_data_bestfree()
504 offset = be16_to_cpu(dfp->offset); in xchk_directory_data_bestfree()
516 be16_to_cpu(dup->length) != be16_to_cpu(dfp->length) || in xchk_directory_data_bestfree()
523 if (smallest_bestfree < be16_to_cpu(dfp->length)) { in xchk_directory_data_bestfree()
528 smallest_bestfree = be16_to_cpu(dfp->length); in xchk_directory_data_bestfree()
606 struct xfs_dir2_data_free *dfp; in xchk_directory_check_freesp() local
[all …]
H A Dinode_repair.c904 struct xfs_bmdr_block *dfp; in xrep_dinode_bad_bmbt_fork() local
918 dfp = XFS_DFORK_PTR(dip, whichfork); in xrep_dinode_bad_bmbt_fork()
919 nrecs = be16_to_cpu(dfp->bb_numrecs); in xrep_dinode_bad_bmbt_fork()
920 level = be16_to_cpu(dfp->bb_level); in xrep_dinode_bad_bmbt_fork()
934 fkp = xfs_bmdr_key_addr(dfp, i); in xrep_dinode_bad_bmbt_fork()
939 fpp = xfs_bmdr_ptr_addr(dfp, i, dmxr); in xrep_dinode_bad_bmbt_fork()
955 struct xfs_rtrmap_root *dfp; in xrep_dinode_bad_rtrmapbt_fork() local
962 dfp = XFS_DFORK_PTR(dip, XFS_DATA_FORK); in xrep_dinode_bad_rtrmapbt_fork()
963 nrecs = be16_to_cpu(dfp->bb_numrecs); in xrep_dinode_bad_rtrmapbt_fork()
964 level = be16_to_cpu(dfp->bb_level); in xrep_dinode_bad_rtrmapbt_fork()
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb_82598.h10 #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 */
H A Dixgbe_dcb_82599.h42 /* Receive Arbitration Control: 0 Round Robin, 1 DFP */
/linux/drivers/video/fbdev/nvidia/
H A Dnv_setup.c421 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()
H A Dnv_of.c34 "DFP,EDID", "LCD,EDID", "EDID", "EDID1", in nvidia_probe_of_connector()
/linux/fs/xfs/
H A Dxfs_bmap_item.c457 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()
H A Dxfs_log_recover.c1726 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()
2593 struct xfs_defer_pending *dfp, *n; in xlog_recover_process_intents() local
2601 list_for_each_entry_safe(dfp, n, &log->r_dfops, dfp_list) { in xlog_recover_process_intents()
2602 ASSERT(xlog_item_is_intent(dfp->dfp_intent)); in xlog_recover_process_intents()
2609 ASSERT(XFS_LSN_CMP(last_lsn, dfp->dfp_intent->li_lsn) >= 0); in xlog_recover_process_intents()
2618 * access dfp->dfp_intent after it returns. It must dispose of in xlog_recover_process_intents()
2619 * @dfp if it returns 0. in xlog_recover_process_intents()
[all …]
H A Dxfs_attr_item.c629 struct xfs_defer_pending *dfp, in xfs_attri_recover_work() argument
719 xfs_defer_add_item(dfp, &attr->xattri_list); in xfs_attri_recover_work()
730 struct xfs_defer_pending *dfp, in xfs_attr_recover_work() argument
733 struct xfs_log_item *lip = dfp->dfp_intent; in xfs_attr_recover_work()
756 attr = xfs_attri_recover_work(mp, dfp, attrp, &ip, nv); in xfs_attr_recover_work()
784 error = xlog_recover_finish_intent(tp, dfp); in xfs_attr_recover_work()
/linux/arch/powerpc/platforms/85xx/
H A Dt1042rdb_diu.c48 /* 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/include/dt-bindings/usb/
H A Dpd.h104 * <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/include/linux/usb/
H A Dpd_vdo.h117 * <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/Documentation/fb/
H A Dmatroxfb.rst227 dfp enables digital flat panel interface. This option is incompatible
228 with secondary (TV) output - if DFP is active, TV output must be
229 inactive and vice versa. DFP always uses same timing as primary
231 dfp:X use settings X for digital flat panel interface. X is number from
243 Default setting is 100 for cards below G400 or G400 without DFP,
244 101 for G400 with DFP, and 111 for G450 and G550. You can set
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c1105 return intel_dp->dfp.rgb_to_ycbcr; in dfp_can_convert_from_rgb()
1108 return intel_dp->dfp.rgb_to_ycbcr && in dfp_can_convert_from_rgb()
1109 intel_dp->dfp.ycbcr_444_to_420; in dfp_can_convert_from_rgb()
1122 return intel_dp->dfp.ycbcr_444_to_420; in dfp_can_convert_from_ycbcr444()
1250 int max_tmds_clock = intel_dp->dfp.max_tmds_clock; in intel_dp_max_tmds_clock()
1252 /* Only consider the sink's max TMDS clock if we know this is a HDMI DFP */ in intel_dp_max_tmds_clock()
1272 min_tmds_clock = intel_dp->dfp.min_tmds_clock; in intel_dp_tmds_clock_valid()
1295 if (intel_dp->dfp.pcon_max_frl_bw) { in intel_dp_mode_valid_downstream()
1302 max_frl_bw = intel_dp->dfp.pcon_max_frl_bw; in intel_dp_mode_valid_downstream()
1313 if (intel_dp->dfp.max_dotclock && in intel_dp_mode_valid_downstream()
[all …]
/linux/drivers/hid/
H A Dhid-lg4ff.c5 * 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/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c88 * DFP testing
1275 static int dfp; /* "matroxfb:dfp */ variable
1276 static int dfp_type = -1; /* "matroxfb:dfp:xxx */
1420 /* if you'll find how to drive DFP... */
1612 } else if (dfp) { in setDefaultOutputs()
2400 else if (!strncmp(this_opt, "dfp:", 4)) { in matroxfb_setup()
2402 dfp = 1; in matroxfb_setup()
2466 else if (!strcmp(this_opt, "dfp")) in matroxfb_setup()
2467 dfp = value; in matroxfb_setup()
2571 module_param(dfp, int, 0);
[all …]
/linux/Documentation/devicetree/bindings/usb/
H A Dti,hd3ss3220.yaml15 HD3SS3220 can be configured as a Downstream Facing Port (DFP), Upstream Facing Port (UFP) or a
/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c42 pret = "DFP"; in radeon_get_mon_name()
69 static char *propnames[] = { "DFP,EDID", "LCD,EDID", "EDID", in radeon_parse_montype_prop()
81 /* OF says "LCD" for DFP as well, we discriminate from the caller of this in radeon_parse_montype_prop()
84 if (!strcmp(pmt, "LCD") || !strcmp(pmt, "DFP")) in radeon_parse_montype_prop()
177 printk(KERN_ERR "radeonfb: Failed to detect DFP panel info using BIOS\n"); in radeon_get_panel_info_BIOS()
/linux/arch/xtensa/variants/csp/include/variant/
H A Dcore.h126 #define XCHAL_HAVE_DFP_DIV 0 /* DFP with DIV instructions */
127 #define XCHAL_HAVE_DFP_RECIP 0 /* DFP with RECIP instructions*/
128 #define XCHAL_HAVE_DFP_SQRT 0 /* DFP with SQRT instructions */
129 #define XCHAL_HAVE_DFP_RSQRT 0 /* DFP with RSQRT instructions*/
/linux/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dcore.h127 #define XCHAL_HAVE_DFP_DIV 0 /* DFP with DIV instructions */
128 #define XCHAL_HAVE_DFP_RECIP 0 /* DFP with RECIP instructions*/
129 #define XCHAL_HAVE_DFP_SQRT 0 /* DFP with SQRT instructions */
130 #define XCHAL_HAVE_DFP_RSQRT 0 /* DFP with RSQRT instructions*/
/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dcore.h103 #define XCHAL_HAVE_DFP_DIV 0 /* DFP with DIV instructions */
104 #define XCHAL_HAVE_DFP_RECIP 0 /* DFP with RECIP instructions*/
105 #define XCHAL_HAVE_DFP_SQRT 0 /* DFP with SQRT instructions */
106 #define XCHAL_HAVE_DFP_RSQRT 0 /* DFP with RSQRT instructions*/
/linux/arch/xtensa/variants/de212/include/variant/
H A Dcore.h126 #define XCHAL_HAVE_DFP_DIV 0 /* DFP with DIV instructions */
127 #define XCHAL_HAVE_DFP_RECIP 0 /* DFP with RECIP instructions*/
128 #define XCHAL_HAVE_DFP_SQRT 0 /* DFP with SQRT instructions */
129 #define XCHAL_HAVE_DFP_RSQRT 0 /* DFP with RSQRT instructions*/

123