Lines Matching refs:handler
207 struct modem_cmd_handler *handler,
226 struct modem_cmd_handler *handler, in modem_cmd_send_nolock() argument
232 return modem_cmd_send_ext(iface, handler, handler_cmds, in modem_cmd_send_nolock()
251 struct modem_cmd_handler *handler, in modem_cmd_send() argument
256 return modem_cmd_send_ext(iface, handler, handler_cmds, in modem_cmd_send()
273 struct modem_cmd_handler *handler,
290 struct modem_cmd_handler *handler,
343 int modem_cmd_handler_init(struct modem_cmd_handler *handler,
360 int modem_cmd_handler_tx_lock(struct modem_cmd_handler *handler,
368 void modem_cmd_handler_tx_unlock(struct modem_cmd_handler *handler);
384 static inline void modem_cmd_handler_process(struct modem_cmd_handler *handler, in modem_cmd_handler_process() argument
387 handler->process(handler, iface); in modem_cmd_handler_process()