Home
last modified time | relevance | path

Searched defs:_t (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/regulator/
Dtps65023-regulator.c89 #define TPS65023_REGULATOR_DCDC(_num, _t, _em) \ argument
108 #define TPS65023_REGULATOR_LDO(_num, _t, _vm) \ argument
Dtps65217-regulator.c31 _t, _lr, _nlr, _sr, _sm) \ argument
/linux-4.19.296/drivers/rtc/
Drtc-mt7622.c61 #define MTK_RTC_TREG(_t, _f) (0x40 + (0x4 * (_f)) + ((_t) * 0x20)) argument
/linux-4.19.296/crypto/asymmetric_keys/
Dx509_cert_parser.c491 int x509_decode_time(time64_t *_t, size_t hdrlen, in x509_decode_time()