Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dmodem_cellular.c2326 #define MODEM_CELLULAR_INST_NAME(name, inst) \ macro
2331 static uint8_t MODEM_CELLULAR_INST_NAME(name, inst)[size] \
2336 .dlci_receive_buf = MODEM_CELLULAR_INST_NAME(_name, _inst), \
2337 .dlci_receive_buf_size = sizeof(MODEM_CELLULAR_INST_NAME(_name, _inst)), \
2342 static struct modem_cellular_user_pipe MODEM_CELLULAR_INST_NAME(user_pipes, inst)[] = { \
2347 MODEM_CELLULAR_INST_NAME(user_pipes, inst)
2387 static const struct modem_cellular_config MODEM_CELLULAR_INST_NAME(config, inst) = { \
2408 &MODEM_CELLULAR_INST_NAME(data, inst), \
2409 &MODEM_CELLULAR_INST_NAME(config, inst), POST_KERNEL, 99, \
2413 MODEM_PPP_DEFINE(MODEM_CELLULAR_INST_NAME(ppp, inst), NULL, 98, 1500, 64); \
[all …]