Home
last modified time | relevance | path

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

/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.c34 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 …]
/drivers/i2c/busses/
Di2c-uniphier.c219 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()
Di2c-uniphier-f.c410 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()
/drivers/ata/
Dlibahci.c893 static int ahci_deinit_port(struct ata_port *ap, const char **emsg) in ahci_deinit_port() argument
901 *emsg = "failed to stop engine"; in ahci_deinit_port()
908 *emsg = "failed stop FIS RX"; in ahci_deinit_port()
1228 const char *emsg = NULL; in ahci_port_init() local
1233 rc = ahci_deinit_port(ap, &emsg); in ahci_port_init()
1235 dev_warn(dev, "%s (%d)\n", emsg, rc); in ahci_port_init()
2323 const char *emsg = NULL; in ahci_port_suspend() local
2326 rc = ahci_deinit_port(ap, &emsg); in ahci_port_suspend()
2330 ata_port_err(ap, "%s (%d)\n", emsg, rc); in ahci_port_suspend()
2440 const char *emsg = NULL; in ahci_port_stop() local
[all …]