Lines Matching refs:shell
34 static int parse_long(long *out, const struct shell *sh, const char *arg) in parse_long()
49 static int parse_long_range(long *out, const struct shell *sh, in parse_long_range()
70 static int parse_freq(uint32_t *out, const struct shell *sh, const char *arg) in parse_freq()
91 static const struct device *get_modem(const struct shell *sh) in get_modem()
105 static const struct device *get_configured_modem(const struct shell *sh) in get_configured_modem()
129 static int lora_conf_dump(const struct shell *sh) in lora_conf_dump()
147 static int lora_conf_set(const struct shell *sh, const char *param, in lora_conf_set()
205 static int cmd_lora_conf(const struct shell *sh, size_t argc, char **argv) in cmd_lora_conf()
230 static int cmd_lora_send(const struct shell *sh, in cmd_lora_send()
251 static int cmd_lora_recv(const struct shell *sh, size_t argc, char **argv) in cmd_lora_recv()
285 static int cmd_lora_test_cw(const struct shell *sh, in cmd_lora_test_cw()