Home
last modified time | relevance | path

Searched full:numer (Results 1 – 12 of 12) sorted by relevance

/linux/tools/testing/selftests/hid/tests/
H A Dtest_sony.py265 "x": {"bias": -73, "numer": 16384, "denom": 16472},
266 "y": {"bias": -352, "numer": 16384, "denom": 16344},
267 "z": {"bias": 81, "numer": 16384, "denom": 16319},
270 "x": {"bias": 0, "numer": 1105920, "denom": 17827},
271 "y": {"bias": 0, "numer": 1105920, "denom": 17777},
272 "z": {"bias": 0, "numer": 1105920, "denom": 17748},
309 "x": {"bias": 0, "numer": 16384, "denom": 16374},
310 "y": {"bias": -114, "numer": 16384, "denom": 16362},
311 "z": {"bias": 2, "numer": 16384, "denom": 16395},
314 "x": {"bias": 0, "numer": 1105920, "denom": 17727},
[all …]
/linux/tools/testing/selftests/media_tests/
H A Dbind_unbind_sample.sh4 # Edit this file to update the driver numer and name
/linux/drivers/crypto/ccree/
H A Dcc_sram_mgr.c39 * @size: The requested numer of bytes to allocate
/linux/drivers/clk/
H A Dclk-versaclock7.c315 * We also shift numer by the same amount. This cannot overflow because in vc7_128_div_64_to_64()
783 u64 numer, denom, hi, lo, divisor; in vc7_calc_fod_1st_stage_rate() local
785 numer = fod_frac; in vc7_calc_fod_1st_stage_rate()
790 divisor = ((u64)fod_1st_int * denom) + numer; in vc7_calc_fod_1st_stage_rate()
/linux/arch/alpha/include/asm/
H A Dcore_irongate.h134 * ---bus numer--- -device-- -fun- ---register----
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgv100.c152 /* save the maximum numer of gpcs */ in gv100_gr_scg_estimate_perf()
/linux/drivers/irqchip/
H A Dirq-gic-v2m.c36 * [9:0] Numer of SPIs assigned to MSI
/linux/drivers/mtd/ubi/
H A Dubi-media.h444 * @magic: pool magic numer (%UBI_FM_POOL_MAGIC)
/linux/drivers/gpu/drm/amd/display/dc/sspl/
H A Ddc_spl_isharp_filters.c469 * If numer/denom is different, then recalculate in SPL_NAMESPACE()
/linux/scripts/
H A Dspelling.txt1110 numer||number
/linux/drivers/i2c/busses/
H A Di2c-nomadik.c817 * This is set when the numer of entries in Rx FIFO is in i2c_irq_handler()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dphy.c6311 u32 numer = 0; in rtw89_phy_ccx_get_report() local
6314 numer = report * score + (env->ccx_period >> 1); in rtw89_phy_ccx_get_report()
6316 ret = numer / env->ccx_period; in rtw89_phy_ccx_get_report()