/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | fweh.c | 35 struct brcmf_event_msg_be emsg; member 99 struct brcmf_event_msg *emsg, in brcmf_fweh_call_event_handler() argument 110 err = fweh->evt_handler[fwcode](ifp, emsg, data); in brcmf_fweh_call_event_handler() 127 struct brcmf_event_msg *emsg, in brcmf_fweh_handle_if_event() argument 159 brcmf_dbg(EVENT, "adding %s (%pM)\n", emsg->ifname, in brcmf_fweh_handle_if_event() 160 emsg->addr); in brcmf_fweh_handle_if_event() 162 is_p2pdev, emsg->ifname, emsg->addr); in brcmf_fweh_handle_if_event() 175 brcmf_fweh_call_event_handler(drvr, ifp, emsg->event_code, emsg, in brcmf_fweh_handle_if_event() 261 struct brcmf_event_msg emsg; in brcmf_fweh_event_worker() local 272 event->emsg.ifidx, event->emsg.bsscfgidx, in brcmf_fweh_event_worker() [all …]
|
/linux/net/xfrm/ |
H A D | espintcp.c | 186 static int espintcp_sendskb_locked(struct sock *sk, struct espintcp_msg *emsg, in espintcp_sendskb_locked() argument 192 ret = skb_send_sock_locked(sk, emsg->skb, in espintcp_sendskb_locked() 193 emsg->offset, emsg->len); in espintcp_sendskb_locked() 197 emsg->len -= ret; in espintcp_sendskb_locked() 198 emsg->offset += ret; in espintcp_sendskb_locked() 199 } while (emsg->len > 0); in espintcp_sendskb_locked() 201 kfree_skb(emsg->skb); in espintcp_sendskb_locked() 202 memset(emsg, 0, sizeof(*emsg)); in espintcp_sendskb_locked() 208 struct espintcp_msg *emsg, int flags) in espintcp_sendskmsg_locked() argument 213 struct sk_msg *skmsg = &emsg->skmsg; in espintcp_sendskmsg_locked() [all …]
|
/linux/lib/ |
H A D | bootconfig.c | 935 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() argument 943 if (emsg) in xbc_init() 944 *emsg = "Bootconfig is already initialized"; in xbc_init() 948 if (emsg) in xbc_init() 949 *emsg = size ? "Config data is too big" : in xbc_init() 956 if (emsg) in xbc_init() 957 *emsg = "Failed to allocate bootconfig data"; in xbc_init() 966 if (emsg) in xbc_init() 967 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init() 980 if (emsg) in xbc_init() [all …]
|
/linux/drivers/i2c/busses/ |
H A D | i2c-ls2x.c | 265 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()
|
/linux/drivers/ata/ |
H A D | libahci.c | 951 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_deinit_port() argument 959 *emsg = "failed to stop engine"; in ahci_deinit_port() 966 *emsg = "failed stop FIS RX"; in ahci_deinit_port() 1284 const char *emsg = NULL; in ahci_port_init() local 1288 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init() 1290 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init() 2458 const char *emsg = NULL; in ahci_port_suspend() local 2461 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend() 2465 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend() 2575 const char *emsg = NULL; in ahci_port_stop() local [all …]
|
/linux/tools/perf/ |
H A D | builtin-ftrace.c | 707 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() local 710 pr_err("workload failed: %s\n", emsg); in __cmd_ftrace() 1031 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency() local 1032 pr_err("workload failed: %s\n", emsg); in __cmd_latency() 1348 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_profile() local 1351 pr_err("workload failed: %s\n", emsg); in __cmd_profile()
|
H A D | builtin-trace.c | 2845 const char *emsg = str_error_r(-ret, bf, sizeof(bf)), in trace__sys_exit() local 2848 fprintf(trace->output, "-1 %s (%s)", e, emsg); in trace__sys_exit()
|
/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 576 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/include/linux/ |
H A D | bootconfig.h | 285 int __init xbc_init(const char *buf, size_t size, const char **emsg, int *epos);
|