Searched refs:announce (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/um/drivers/
H A Dpty.c19 void (*announce)(char *dev_name, int dev); member in struct:pty_chan
34 *data = ((struct pty_chan) { .announce = opts->announce,
68 if (data->announce)
69 (*data->announce)(dev, data->dev);
132 if (data->announce)
133 (*data->announce)(dev, data->dev);
H A Dchan_user.h13 void (*const announce)(char *dev_name, int dev); member in struct:chan_opts
H A Dssl.c32 .announce = ssl_announce,
H A Dstdio_console.c38 .announce = stdio_announce,
/linux-master/net/mptcp/
H A Dpm.c140 bool announce = false; local
155 announce = true;
160 if (announce)
/linux-master/drivers/rpmsg/
H A Drpmsg_core.c458 rpmsg_show_attr(announce, announce ? "true" : "false", "%s\n");
532 * if we need to, we also announce about this channel to the remote
574 dev_err(dev, "failed to announce creation\n");
H A Dvirtio_rpmsg_bus.c328 if (rpdev->announce && rpdev->ept &&
338 dev_err(dev, "failed to announce service %d\n", err);
352 if (rpdev->announce && rpdev->ept &&
362 dev_err(dev, "failed to announce service %d\n", err);
426 rpdev->announce = rpdev->src != RPMSG_ADDR_ANY;
/linux-master/include/linux/
H A Drpmsg.h50 * @announce: if set, rpmsg will announce the creation/removal of this channel
60 bool announce; member in struct:rpmsg_device

Completed in 132 milliseconds