Lines Matching refs:handler
180 struct modem_cmd_handler *handler,
199 struct modem_cmd_handler *handler, in modem_cmd_send_nolock() argument
205 return modem_cmd_send_ext(iface, handler, handler_cmds, in modem_cmd_send_nolock()
224 struct modem_cmd_handler *handler, in modem_cmd_send() argument
229 return modem_cmd_send_ext(iface, handler, handler_cmds, in modem_cmd_send()
246 struct modem_cmd_handler *handler,
263 struct modem_cmd_handler *handler,
316 int modem_cmd_handler_init(struct modem_cmd_handler *handler,
333 int modem_cmd_handler_tx_lock(struct modem_cmd_handler *handler,
341 void modem_cmd_handler_tx_unlock(struct modem_cmd_handler *handler);
357 static inline void modem_cmd_handler_process(struct modem_cmd_handler *handler, in modem_cmd_handler_process() argument
360 handler->process(handler, iface); in modem_cmd_handler_process()