HomeSort by: relevance | last modified time | path
    Searched defs:pps (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dsc/
dscc_types.h 44 struct drm_dsc_config pps; member in struct:dsc_parameters
51 int dscc_compute_dsc_parameters(const struct drm_dsc_config *pps, struct dsc_parameters *dsc_params);
  /src/usr.sbin/spray/
spray.c 201 double pps; /* packets per second */ local in function:print_xferstats
205 pps = packets / xfertime;
208 printf("\t%.0f packets/sec, ", pps);
  /src/usr.sbin/altq/altqstat/
altqstat.c 218 double pps; local in function:calc_pps
220 pps = (double)(new_pkts - last_pkts) / interval;
221 return (pps);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_vdsc.c 530 * If 2 VDSC instances are needed, configure PPS for second
549 * If 2 VDSC instances are needed, configure PPS for second
569 * If 2 VDSC instances are needed, configure PPS for second
589 * If 2 VDSC instances are needed, configure PPS for second
609 * If 2 VDSC instances are needed, configure PPS for second
629 * If 2 VDSC instances are needed, configure PPS for second
651 * If 2 VDSC instances are needed, configure PPS for second
671 * If 2 VDSC instances are needed, configure PPS for second
691 * If 2 VDSC instances are needed, configure PPS for second
711 * If 2 VDSC instances are needed, configure PPS for secon
953 struct drm_dsc_picture_parameter_set pps; local in function:intel_dsc_dsi_pps_write
    [all...]
intel_dsi_vbt.c 707 struct mipi_pps_data *pps = dev_priv->vbt.dsi.pps; local in function:intel_dsi_vbt_init
792 intel_dsi->backlight_off_delay = pps->bl_disable_delay / 10;
793 intel_dsi->backlight_on_delay = pps->bl_enable_delay / 10;
794 intel_dsi->panel_on_delay = pps->panel_on_delay / 10;
795 intel_dsi->panel_off_delay = pps->panel_off_delay / 10;
796 intel_dsi->panel_pwr_cycle_delay = pps->panel_power_cycle_delay / 10;
intel_bios.c 741 dev_priv->vbt.edp.pps = *edp_pps;
988 const struct mipi_pps_data *pps; local in function:parse_mipi_config
1017 * get hold of the correct configuration block and pps data as per
1021 pps = &start->pps[panel_type];
1028 dev_priv->vbt.dsi.pps = kmemdup(pps, sizeof(struct mipi_pps_data), GFP_KERNEL);
1029 if (!dev_priv->vbt.dsi.pps) {
2153 kfree(dev_priv->vbt.dsi.pps);
2154 dev_priv->vbt.dsi.pps = NULL
    [all...]
intel_vbt_defs.h 835 struct mipi_pps_data pps[MAX_MIPI_CONFIGURATIONS]; member in struct:bdb_mipi_config
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
dcn20_dsc.h 534 /* PPS registers */
535 struct drm_dsc_config pps; member in struct:dsc_reg_values
  /src/sys/arch/aarch64/aarch64/
pmap.c 1789 struct pmap_page *pp, *opp, *pps[2]; local in function:_pmap_enter
1900 pps[0] = pp;
1901 pps[1] = NULL;
1942 pps[0] = pp;
1943 pps[1] = opp;
1945 pps[0] = opp;
1946 pps[1] = pp;
1948 if (pps[0] != NULL)
1949 pmap_pv_lock(pps[0]);
1950 if (pps[1] != NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_drv.h 693 struct edp_power_seq pps; member in struct:intel_vbt_data::__anon6c72b20e0a08
720 struct mipi_pps_data *pps; member in struct:intel_vbt_data::__anon6c72b20e0d08

Completed in 23 milliseconds