Home
last modified time | relevance | path

Searched refs:fpe (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Ddixfonts.c112 if (fpe_functions[pfont->fpe->type]->load_glyphs) in LoadGlyphs()
113 return (*fpe_functions[pfont->fpe->type]->load_glyphs) in LoadGlyphs()
161 QueueFontWakeup(FontPathElementPtr fpe) in QueueFontWakeup() argument
167 if (slept_fpes[i] == fpe) { in QueueFontWakeup()
179 slept_fpes[num_slept_fpes] = fpe; in QueueFontWakeup()
184 RemoveFontWakeup(FontPathElementPtr fpe) in RemoveFontWakeup() argument
189 if (slept_fpes[i] == fpe) { in RemoveFontWakeup()
203 FontPathElementPtr fpe; in FontWakeup() local
209 fpe = slept_fpes[i]; in FontWakeup()
210 (void) (*fpe_functions[fpe->type]->wakeup_fpe) (fpe); in FontWakeup()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c637 bool fpe = false; in tc_setup_taprio() local
714 if (fpe) in tc_setup_taprio()
719 fpe = true; in tc_setup_taprio()
723 fpe = true; in tc_setup_taprio()
757 if (fpe && !priv->dma_cap.fpesel) { in tc_setup_taprio()
764 priv->plat->rx_queues_to_use, fpe); in tc_setup_taprio()
765 if (ret && fpe) { in tc_setup_taprio()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/44x/
H A DKconfig178 bool "IBM Currituck (476fpe) Support"
185 This option enables support for the IBM Currituck (476fpe) evaluation board
188 bool "IBM FSP2 (476fpe) Support"
196 This option enables support for the IBM FSP2 (476fpe) board
/OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/
H A Dindex.rst11 netwinder-fpe
/OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/
H A Dcurrituck.dts130 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
168 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
205 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
H A Dakebono.dts256 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
296 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
336 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
376 compatible = "ibm,plb-pciex-476fpe", "ibm,plb-pciex";
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dgenex.S569 BUILD_HANDLER fpe fpe fpe silent /* #15 */
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.h108 u64 fpe; /* Frame Physical Error */ member
H A Ddpaa_ethtool.c287 rx_errors.fpe += percpu_priv->rx_errors.fpe; in dpaa_get_ethtool_stats()
H A Ddpaa_eth.c2247 percpu_priv->rx_errors.fpe++; in dpaa_rx_error()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h3470 #define EC_MKBP_FP_ENROLL_PROGRESS(fpe) (((fpe) & 0x00000FF0) \ argument
3474 #define EC_MKBP_FP_MATCH_IDX(fpe) (((fpe) & EC_MKBP_FP_MATCH_IDX_MASK) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Das.info8044 'softfpa', 'fpe', 'fpe2', 'fpe3', 'fpa', 'fpa10', 'fpa11',
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Das.info8044 'softfpa', 'fpe', 'fpe2', 'fpe3', 'fpa', 'fpa10', 'fpa11',
/OK3568_Linux_fs/external/xserver/
H A DChangeLog108259 dix: use one single function to register fpe fonts
108261 X server doesn't need to understand fpe internals, so use