Searched defs:compressor (Results 1 – 3 of 3) sorted by relevance
33 struct compressor { struct36 /* Allocate space for a compressor (transmit side) */ argument39 /* Free space used by a compressor */ argument42 /* Initialize a compressor */ argument46 /* Reset a compressor */ argument56 /* Allocate space for a decompressor (receive side) */ argument80 /* Used in locking compressor modules */ argument82 /* Extra skb space needed by the compressor algorithm */ argument101 extern int ppp_register_compressor(struct compressor *); argument
78 struct compressor { struct83 const struct compressor_funcs *funcs; argument84 union {96 } options;98 union fbc_physical_address compr_surface_address;100 uint32_t embedded_panel_h_size;101 uint32_t embedded_panel_v_size;102 uint32_t memory_bus_width;103 uint32_t banks_num;104 uint32_t raw_size;[all …]
30 #define TO_DCE112_COMPRESSOR(compressor)\ argument