Home
last modified time | relevance | path

Searched refs:xbase (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Darizona.h208 #define ARIZONA_EQ_CONTROL(xname, xbase) \ argument
212 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
215 #define ARIZONA_LHPF_CONTROL(xname, xbase) \ argument
219 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
H A Dmadera.h297 #define MADERA_EQ_CONTROL(xname, xbase) \ argument
301 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
304 #define MADERA_LHPF_CONTROL(xname, xbase) \ argument
308 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/alsc/
H A Drk_aiq_alsc_convert_otp.cpp216 uint16_t xbase, ybase, xoffset, yoffset; in calculateCorrectFactor() local
228 for (xbase = 0, xblk = 0; xblk < 16; xblk++) in calculateCorrectFactor()
264 … *(correctTable + (ybase + yoffset) * width + (xbase + xoffset)) = (uint16_t)tmp2 >> c_corr_diff; in calculateCorrectFactor()
268 xbase += curSizeX; in calculateCorrectFactor()
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h305 #define SND_SOC_BYTES(xname, xbase, xregs) \ argument
310 {.base = xbase, .num_regs = xregs }) }
311 #define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \ argument
316 {.base = xbase, .num_regs = xregs }) }
318 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ argument
323 {.base = xbase, .num_regs = xregs, \
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiwideline.c1203 int xbase, ybase, y, boty, xl, xr, xcl, xcr; in miLineArcD() local
1210 xbase = floor(xorg); in miLineArcD()
1211 x0 = xorg - xbase; in miLineArcD()
1215 xbase += pDraw->x; in miLineArcD()
1294 xcl = xl + xbase; in miLineArcD()
1295 xcr = xr + xbase; in miLineArcD()
1326 xcl = xl + xbase; in miLineArcD()
1327 xcr = xr + xbase; in miLineArcD()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1269 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument
1272 self.xbase = xbase
1279 x = float(Decimal(x) - self.xbase)
1285 return Decimal(x) + self.xbase
1294 def __init__(self, db, collection, cpu, xbase): argument
1295 super(SwitchGraphData, self).__init__(collection, xbase)
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog1559 * Drop recommends on xbase-clients.
2302 * xvfb: recommend xauth instead of xbase-clients.
3701 * Remove two Ubuntu packaging holdovers. Have xvfb recommend xbase-clients
3717 * Move xserverrc back to xbase-clients. Thanks Benjamin Mesing.