Searched refs:tmod (Results 1 – 8 of 8) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/ |
D | load_tmod.sh | 2 insmod -f ./tmod.ko || insmod -f ./tmod.o || exit 1 3 rm -f /dev/tmod 5 mknod /dev/tmod c $major 0
|
D | Makefile | 10 obj-m := tmod.o 21 rm -f tmod.o 2>/dev/null || true
|
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/ |
D | README | 22 tmod 3812 0 65 exit functions are located in the tmod.c file. Most of it 67 new test function is add an ioctl flag in tmod.h, a function 74 and ioctl flags in tmod.h, along with the tif structure. 93 For this example I just called everything tmod (short for test_mod), 95 sure that you change tmod and other such inferences, so that it
|
/external/python/cpython2/Modules/ |
D | gcmodule.c | 168 static PyObject *tmod = NULL; variable 852 if (tmod != NULL) { in get_time() 853 PyObject *f = PyObject_CallMethod(tmod, "time", NULL); in get_time() 1410 if (tmod == NULL) { in initgc() 1411 tmod = PyImport_ImportModuleNoBlock("time"); in initgc() 1412 if (tmod == NULL) in initgc()
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
D | dram_spec_timing.h | 107 uint32_t tmod; member
|
D | dram_spec_timing.c | 344 pdram_timing->tmod = max(12, tmp); in ddr3_get_parameter() 574 pdram_timing->tmod = LPDDR2_TMOD; in lpddr2_get_parameter() 835 pdram_timing->tmod = LPDDR3_TMOD; in lpddr3_get_parameter()
|
D | dfs.c | 497 pdram_timing->tmod + pdram_timing->tzqinit; in gen_rk3399_ctl_params_f0() 504 (pdram_timing->tmod << 8) | in gen_rk3399_ctl_params_f0() 749 pdram_timing->tmod + pdram_timing->tzqinit; in gen_rk3399_ctl_params_f1() 754 (pdram_timing->tmod << 24) | in gen_rk3399_ctl_params_f1()
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | mpdecimal.c | 6836 MPD_NEW_STATIC(tmod,0,0,0,0); in mpd_qpowmod() 6889 mpd_qrescale(&tmod, mod, 0, &maxcontext, &maxcontext.status); in mpd_qpowmod() 6895 mpd_set_positive(&tmod); in mpd_qpowmod() 6907 mpd_qrem(&tbase, &tbase, &tmod, &maxcontext, status); in mpd_qpowmod() 6909 mpd_qrem(result, result, &tmod, &maxcontext, status); in mpd_qpowmod() 6911 mpd_qrem(&tbase, &tbase, &tmod, &maxcontext, status); in mpd_qpowmod() 6914 mpd_isspecial(&tmod)) { in mpd_qpowmod() 6919 _mpd_qpowmod_uint(&tmp, &tbase, 10, &tmod, status); in mpd_qpowmod() 6933 mpd_qrem(result, result, &tmod, &maxcontext, status); in mpd_qpowmod() 6936 mpd_qrem(&tbase, &tbase, &tmod, &maxcontext, status); in mpd_qpowmod() [all …]
|