Searched defs:ubx (Results 1 – 2 of 2) sorted by relevance
61 static void modem_ubx_reset_received_ubx_preamble_sync_chars(struct modem_ubx *ubx) in modem_ubx_reset_received_ubx_preamble_sync_chars()66 static void modem_ubx_reset_parser(struct modem_ubx *ubx) in modem_ubx_reset_parser()108 static void modem_ubx_script_init(struct modem_ubx *ubx, const struct modem_ubx_script *script) in modem_ubx_script_init()113 static int modem_ubx_run_script_helper(struct modem_ubx *ubx, const struct modem_ubx_script *script) in modem_ubx_run_script_helper()139 int modem_ubx_run_script(struct modem_ubx *ubx, const struct modem_ubx_script *script) in modem_ubx_run_script()182 struct modem_ubx *ubx = (struct modem_ubx *)user_data; in modem_ubx_pipe_callback() local191 struct modem_ubx *ubx = CONTAINER_OF(item, struct modem_ubx, send_work); in modem_ubx_send_handler() local202 static int modem_ubx_process_received_ubx_frame(struct modem_ubx *ubx) in modem_ubx_process_received_ubx_frame()227 static int modem_ubx_process_received_byte(struct modem_ubx *ubx, uint8_t byte) in modem_ubx_process_received_byte()264 struct modem_ubx *ubx = CONTAINER_OF(item, struct modem_ubx, process_work); in modem_ubx_process_handler() local[all …]
69 struct modem_ubx ubx; member