Home
last modified time | relevance | path

Searched refs:_ct (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/regulator/
H A Dtps65218-regulator.c25 _ct, _ncl) \ argument
38 .curr_table = _ct, \
H A Dtps65219-regulator.c102 _ct, _ncl, _bpm) \ argument
117 .curr_table = _ct, \
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c46 #define CT_ERROR(_ct, _fmt, ...) \ argument
47 guc_err(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__)
49 #define CT_DEBUG(_ct, _fmt, ...) \ argument
50 guc_dbg(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__)
54 #define CT_PROBE_ERROR(_ct, _fmt, ...) \ argument