Home
last modified time | relevance | path

Searched refs:RIG_IS_TS590S (Results 1 – 2 of 2) sorted by relevance

/dports/comms/hamlib/hamlib-4.3.1/rigs/kenwood/
H A Dkenwood.c807 || RIG_IS_TS590S in kenwood_open()
817 if (RIG_IS_TS590S) in kenwood_open()
1616 if (RIG_OK == err && RIG_IS_TS590S in kenwood_set_freq()
2017 if (RIG_IS_TS590S || RIG_IS_TS590SG || RIG_IS_TS950S || RIG_IS_TS950SDX) in kenwood_set_mode()
2115 if (RIG_IS_TS590S || RIG_IS_TS590SG || RIG_IS_TS950S || RIG_IS_TS950SDX) in kenwood_set_mode()
2354 if (RIG_IS_TS590S || RIG_IS_TS590SG || RIG_IS_TS950S || RIG_IS_TS950SDX) in kenwood_get_mode()
3065 if (RIG_IS_TS590S || RIG_IS_TS590SG) in kenwood_get_level()
3088 if (RIG_IS_TS590S || RIG_IS_TS590SG || RIG_IS_TS480) in kenwood_get_level()
4349 if (RIG_IS_TS480 || RIG_IS_TS590S || RIG_IS_TS590SG || RIG_IS_TS990S in kenwood_get_dcd()
H A Dkenwood.h96 #define RIG_IS_TS590S (rig->caps->rig_model == RIG_MODEL_TS590S) macro