| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixfonts.c | 112 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 D | stmmac_tc.c | 637 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 D | Kconfig | 178 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 D | index.rst | 11 netwinder-fpe
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/ |
| H A D | currituck.dts | 130 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 D | akebono.dts | 256 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 D | genex.S | 569 BUILD_HANDLER fpe fpe fpe silent /* #15 */
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa/ |
| H A D | dpaa_eth.h | 108 u64 fpe; /* Frame Physical Error */ member
|
| H A D | dpaa_ethtool.c | 287 rx_errors.fpe += percpu_priv->rx_errors.fpe; in dpaa_get_ethtool_stats()
|
| H A D | dpaa_eth.c | 2247 percpu_priv->rx_errors.fpe++; in dpaa_rx_error()
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 3470 #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 D | as.info | 8044 '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 D | as.info | 8044 'softfpa', 'fpe', 'fpe2', 'fpe3', 'fpa', 'fpa10', 'fpa11',
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 108259 dix: use one single function to register fpe fonts 108261 X server doesn't need to understand fpe internals, so use
|