| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | arizona.h | 208 #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 D | madera.h | 297 #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 D | rk_aiq_alsc_convert_otp.cpp | 216 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 D | soc.h | 305 #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 D | miwideline.c | 1203 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 D | exported-sql-viewer.py | 1269 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 D | changelog | 1559 * 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.
|