Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfweh.c35 struct brcmf_event_msg_be emsg; member
100 struct brcmf_event_msg *emsg, in brcmf_fweh_call_event_handler() argument
111 err = fweh->evt_handler[fwcode](ifp, emsg, data); in brcmf_fweh_call_event_handler()
128 struct brcmf_event_msg *emsg, in brcmf_fweh_handle_if_event() argument
165 brcmf_dbg(EVENT, "adding %s (%pM)\n", emsg->ifname, in brcmf_fweh_handle_if_event()
166 emsg->addr); in brcmf_fweh_handle_if_event()
168 is_p2pdev, emsg->ifname, emsg->addr); in brcmf_fweh_handle_if_event()
181 brcmf_fweh_call_event_handler(drvr, ifp, emsg->event_code, emsg, in brcmf_fweh_handle_if_event()
267 struct brcmf_event_msg emsg; in brcmf_fweh_event_worker() local
278 event->emsg.ifidx, event->emsg.bsscfgidx, in brcmf_fweh_event_worker()
[all …]
/linux/net/xfrm/
H A Despintcp.c185 static int espintcp_sendskb_locked(struct sock *sk, struct espintcp_msg *emsg, in espintcp_sendskb_locked() argument
191 ret = skb_send_sock_locked(sk, emsg->skb, in espintcp_sendskb_locked()
192 emsg->offset, emsg->len); in espintcp_sendskb_locked()
196 emsg->len -= ret; in espintcp_sendskb_locked()
197 emsg->offset += ret; in espintcp_sendskb_locked()
198 } while (emsg->len > 0); in espintcp_sendskb_locked()
200 kfree_skb(emsg->skb); in espintcp_sendskb_locked()
201 memset(emsg, 0, sizeof(*emsg)); in espintcp_sendskb_locked()
207 espintcp_sendskmsg_locked(struct sock * sk,struct espintcp_msg * emsg,int flags) espintcp_sendskmsg_locked() argument
261 struct espintcp_msg *emsg = &ctx->partial; espintcp_push_msgs() local
290 struct espintcp_msg *emsg = &ctx->partial; espintcp_push_skb() local
325 struct espintcp_msg *emsg = &ctx->partial; espintcp_sendmsg() local
529 struct espintcp_msg *emsg = &ctx->partial; espintcp_close() local
[all...]
/linux/lib/
H A Dbootconfig.c1002 * @emsg: A pointer of const char * to store the error message in xbc_init()
1009 * In error cases, @emsg will be updated with an error message and in xbc_init()
1013 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos)
1021 if (emsg)
1022 *emsg = "Bootconfig is already initialized";
1026 if (emsg)
1027 *emsg = size ? "Config data is too big" :
1034 if (emsg)
1035 *emsg = "Failed to allocate bootconfig data";
1044 if (emsg)
957 xbc_init(const char * data,size_t size,const char ** emsg,int * epos) xbc_init() argument
[all...]
/linux/drivers/i2c/busses/
H A Di2c-ls2x.c265 struct i2c_msg *msg, *emsg = msgs + num; in ls2x_i2c_xfer() local
268 for (msg = msgs; msg < emsg; msg++) { in ls2x_i2c_xfer()
269 ret = ls2x_i2c_xfer_one(priv, msg, msg == emsg - 1); in ls2x_i2c_xfer()
H A Di2c-uniphier.c216 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_i2c_xfer() local
223 for (msg = msgs; msg < emsg; msg++) { in uniphier_i2c_xfer()
225 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_xfer()
H A Di2c-uniphier-f.c407 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_fi2c_xfer() local
415 for (msg = msgs; msg < emsg; msg++) { in uniphier_fi2c_xfer()
417 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_xfer()
/linux/drivers/ata/
H A Dlibahci.c948 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_start_port()
956 *emsg = "failed to stop engine"; in ahci_deinit_port()
963 *emsg = "failed stop FIS RX"; in ahci_deinit_port()
1281 const char *emsg = NULL; in ahci_port_init()
1285 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init() local
1287 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init()
2460 const char *emsg = NULL;
2463 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend() local
2467 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
2577 const char *emsg in ahci_port_start()
952 ahci_deinit_port(struct ata_port * ap,const char ** emsg) ahci_deinit_port() argument
2580 const char *emsg = NULL; ahci_port_stop() local
[all...]
/linux/tools/tracing/latency/
H A Dlatency-collector.c576 static const char *emsg = "Failed to read the %s file"; in read_file() local
581 warn(emsg, file); in read_file()
585 errx(EXIT_FAILURE, emsg, file); in read_file()
1344 static const char *emsg = "Failed to write to the %s file!"; in write_file() local
1353 warnx(emsg, file); in write_file()
1357 errx(EXIT_FAILURE, emsg, file); in write_file()
/linux/tools/perf/
H A Dbuiltin-ftrace.c830 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() local
833 pr_err("workload failed: %s\n", emsg); in __cmd_ftrace()
1171 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency() local
1172 pr_err("workload failed: %s\n", emsg); in __cmd_latency()
1497 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_profile() local
1500 pr_err("workload failed: %s\n", emsg); in __cmd_profile()
H A Dbuiltin-record.c2870 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __cmd_record()
2876 sb.buf, argv[0], emsg); in __cmd_record()
2867 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); __cmd_record() local
H A Dbuiltin-trace.c3035 const char *emsg = str_error_r(-ret, bf, sizeof(bf)); in trace__sys_exit()
3038 fprintf(trace->output, "-1 %s (%s)", e, emsg); in trace__sys_exit()
3009 const char *emsg = str_error_r(-ret, bf, sizeof(bf)); trace__sys_exit() local
/linux/fs/ecryptfs/
H A Decryptfs_kernel.h598 struct ecryptfs_message **emsg);
614 struct ecryptfs_message **emsg) in ecryptfs_wait_for_response() argument