OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cltc
(Results
1 - 3
of
3
) sorted by relevancy
/src/sbin/canconfig/
canconfig.c
331
valid_timings(struct can_link_timecaps *
cltc
, struct can_link_timings *clt)
333
if (clt->clt_brp <
cltc
->cltc_brp_min ||
334
clt->clt_brp >
cltc
->cltc_brp_max)
337
if (clt->clt_prop <
cltc
->cltc_prop_min ||
338
clt->clt_prop >
cltc
->cltc_prop_max)
341
if (clt->clt_ps1 <
cltc
->cltc_ps1_min ||
342
clt->clt_ps1 >
cltc
->cltc_ps1_max)
345
if (clt->clt_ps2 <
cltc
->cltc_ps2_min ||
346
clt->clt_ps2 >
cltc
->cltc_ps2_max)
355
struct can_link_timecaps
cltc
;
local in function:show_timings
[
all
...]
canconfig.c
331
valid_timings(struct can_link_timecaps *
cltc
, struct can_link_timings *clt)
333
if (clt->clt_brp <
cltc
->cltc_brp_min ||
334
clt->clt_brp >
cltc
->cltc_brp_max)
337
if (clt->clt_prop <
cltc
->cltc_prop_min ||
338
clt->clt_prop >
cltc
->cltc_prop_max)
341
if (clt->clt_ps1 <
cltc
->cltc_ps1_min ||
342
clt->clt_ps1 >
cltc
->cltc_ps1_max)
345
if (clt->clt_ps2 <
cltc
->cltc_ps2_min ||
346
clt->clt_ps2 >
cltc
->cltc_ps2_max)
355
struct can_link_timecaps
cltc
;
local in function:show_timings
[
all
...]
canconfig.c
331
valid_timings(struct can_link_timecaps *
cltc
, struct can_link_timings *clt)
333
if (clt->clt_brp <
cltc
->cltc_brp_min ||
334
clt->clt_brp >
cltc
->cltc_brp_max)
337
if (clt->clt_prop <
cltc
->cltc_prop_min ||
338
clt->clt_prop >
cltc
->cltc_prop_max)
341
if (clt->clt_ps1 <
cltc
->cltc_ps1_min ||
342
clt->clt_ps1 >
cltc
->cltc_ps1_max)
345
if (clt->clt_ps2 <
cltc
->cltc_ps2_min ||
346
clt->clt_ps2 >
cltc
->cltc_ps2_max)
355
struct can_link_timecaps
cltc
;
local in function:show_timings
[
all
...]
Completed in 31 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025