/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fweh.c | 34 struct brcmf_event_msg_be emsg; member 98 struct brcmf_event_msg *emsg, in brcmf_fweh_call_event_handler() argument 109 err = fweh->evt_handler[code](ifp, emsg, data); in brcmf_fweh_call_event_handler() 126 struct brcmf_event_msg *emsg, in brcmf_fweh_handle_if_event() argument 158 brcmf_dbg(EVENT, "adding %s (%pM)\n", emsg->ifname, in brcmf_fweh_handle_if_event() 159 emsg->addr); in brcmf_fweh_handle_if_event() 161 is_p2pdev, emsg->ifname, emsg->addr); in brcmf_fweh_handle_if_event() 174 brcmf_fweh_call_event_handler(drvr, ifp, emsg->event_code, emsg, in brcmf_fweh_handle_if_event() 221 struct brcmf_event_msg emsg; in brcmf_fweh_event_worker() local 229 event->emsg.ifidx, event->emsg.bsscfgidx, in brcmf_fweh_event_worker() [all …]
|
/linux-6.1.9/net/xfrm/ |
D | espintcp.c | 183 static int espintcp_sendskb_locked(struct sock *sk, struct espintcp_msg *emsg, in espintcp_sendskb_locked() argument 189 ret = skb_send_sock_locked(sk, emsg->skb, in espintcp_sendskb_locked() 190 emsg->offset, emsg->len); in espintcp_sendskb_locked() 194 emsg->len -= ret; in espintcp_sendskb_locked() 195 emsg->offset += ret; in espintcp_sendskb_locked() 196 } while (emsg->len > 0); in espintcp_sendskb_locked() 198 kfree_skb(emsg->skb); in espintcp_sendskb_locked() 199 memset(emsg, 0, sizeof(*emsg)); in espintcp_sendskb_locked() 205 struct espintcp_msg *emsg, int flags) in espintcp_sendskmsg_locked() argument 207 struct sk_msg *skmsg = &emsg->skmsg; in espintcp_sendskmsg_locked() [all …]
|
/linux-6.1.9/lib/ |
D | bootconfig.c | 933 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() argument 941 if (emsg) in xbc_init() 942 *emsg = "Bootconfig is already initialized"; in xbc_init() 946 if (emsg) in xbc_init() 947 *emsg = size ? "Config data is too big" : in xbc_init() 954 if (emsg) in xbc_init() 955 *emsg = "Failed to allocate bootconfig data"; in xbc_init() 964 if (emsg) in xbc_init() 965 *emsg = "Failed to allocate bootconfig nodes"; in xbc_init() 978 if (emsg) in xbc_init() [all …]
|
/linux-6.1.9/drivers/i2c/busses/ |
D | i2c-uniphier.c | 219 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_i2c_master_xfer() local 226 for (msg = msgs; msg < emsg; msg++) { in uniphier_i2c_master_xfer() 228 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_i2c_master_xfer()
|
D | i2c-uniphier-f.c | 410 struct i2c_msg *msg, *emsg = msgs + num; in uniphier_fi2c_master_xfer() local 418 for (msg = msgs; msg < emsg; msg++) { in uniphier_fi2c_master_xfer() 420 bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP); in uniphier_fi2c_master_xfer()
|
/linux-6.1.9/drivers/ata/ |
D | libahci.c | 948 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_deinit_port() argument 956 *emsg = "failed to stop engine"; in ahci_deinit_port() 963 *emsg = "failed stop FIS RX"; in ahci_deinit_port() 1263 const char *emsg = NULL; in ahci_port_init() local 1268 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init() 1270 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init() 2354 const char *emsg = NULL; in ahci_port_suspend() local 2357 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend() 2361 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend() 2471 const char *emsg = NULL; in ahci_port_stop() local [all …]
|
/linux-6.1.9/tools/perf/ |
D | builtin-ftrace.c | 659 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_ftrace() local 662 pr_err("workload failed: %s\n", emsg); in __cmd_ftrace() 927 const char *emsg = str_error_r(workload_exec_errno, buf, sizeof(buf)); in __cmd_latency() local 928 pr_err("workload failed: %s\n", emsg); in __cmd_latency()
|
D | builtin-stat.c | 943 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __run_perf_stat() local 944 pr_err("Workload failed: %s\n", emsg); in __run_perf_stat()
|
D | builtin-record.c | 2747 const char *emsg = str_error_r(workload_exec_errno, msg, sizeof(msg)); in __cmd_record() local 2752 strevsels, argv[0], emsg); in __cmd_record()
|
D | builtin-trace.c | 2529 const char *emsg = str_error_r(-ret, bf, sizeof(bf)), local 2532 fprintf(trace->output, "-1 %s (%s)", e, emsg);
|
/linux-6.1.9/tools/tracing/latency/ |
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-6.1.9/include/linux/ |
D | bootconfig.h | 284 int __init xbc_init(const char *buf, size_t size, const char **emsg, int *epos);
|
/linux-6.1.9/tools/perf/util/ |
D | evlist.c | 1560 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_open() local 1567 "Hint:\tCheck /proc/sys/kernel/perf_event_paranoid setting.", emsg); in evlist__strerror_open() 1598 emsg, max_freq, first->core.attr.sample_freq); in evlist__strerror_open() 1603 scnprintf(buf, size, "%s", emsg); in evlist__strerror_open() 1612 char sbuf[STRERR_BUFSIZE], *emsg = str_error_r(err, sbuf, sizeof(sbuf)); in evlist__strerror_mmap() local 1622 emsg, pages_max_per_user, pages_attempted); in evlist__strerror_mmap() 1634 scnprintf(buf, size, "%s", emsg); in evlist__strerror_mmap()
|
D | bpf-loader.c | 2015 char sbuf[STRERR_BUFSIZE], *emsg;\ 2021 emsg = sbuf;\ 2024 scnprintf(buf, size, "%s", emsg);\ 2062 scnprintf(buf, size, "%s (add -v to see detail)", emsg); in bpf__strerror_probe() 2120 "%s (Hint: use -i to turn off inherit)", emsg); in bpf__strerror_apply_obj_config()
|
/linux-6.1.9/fs/ecryptfs/ |
D | ecryptfs_kernel.h | 608 struct ecryptfs_message **emsg); 624 struct ecryptfs_message **emsg) in ecryptfs_wait_for_response() argument
|