Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps65219-regulator.c94 _ct, _ncl, _bpm) \ argument
109 .curr_table = _ct, \
H A Dtps65218-regulator.c25 _ct, _ncl) \ argument
38 .curr_table = _ct, \
H A Dtps6594-regulator.c82 _ct, _ncl, _bpm) \ argument
97 .curr_table = _ct, \
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c45 #define CT_ERROR(_ct, _fmt, ...) \ argument
46 guc_err(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__)
48 #define CT_DEBUG(_ct, _fmt, ...) \ argument
49 guc_dbg(ct_to_guc(_ct), "CT: " _fmt, ##__VA_ARGS__)
53 #define CT_PROBE_ERROR(_ct, _fmt, ...) \ argument
/openbmc/linux/drivers/dma/ti/
H A Dcppi41.c747 struct cppi41_channel *cc, *_ct; in cppi41_stop_chan() local
754 list_for_each_entry_safe(cc, _ct, &cdd->pending, node) { in cppi41_stop_chan()