Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dpty.c19 void (*announce)(char *dev_name, int dev); member
34 *data = ((struct pty_chan) { .announce = opts->announce, in pty_chan_init()
68 if (data->announce) in pts_open()
69 (*data->announce)(dev, data->dev); in pts_open()
132 if (data->announce) in pty_open()
133 (*data->announce)(dev, data->dev); in pty_open()
H A Dchan_user.h12 void (*const announce)(char *dev_name, int dev); member
H A Dssl.c32 .announce = ssl_announce,
H A Dstdio_console.c38 .announce = stdio_announce,
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dpty.c19 void (*announce)(char *dev_name, int dev); member
34 *data = ((struct pty_chan) { .announce = opts->announce, in pty_chan_init()
68 if (data->announce) in pts_open()
69 (*data->announce)(dev, data->dev); in pts_open()
132 if (data->announce) in pty_open()
133 (*data->announce)(dev, data->dev); in pty_open()
H A Dchan_user.h12 void (*const announce)(char *dev_name, int dev); member
H A Dstdio_console.c38 .announce = stdio_announce,
H A Dssl.c32 .announce = ssl_announce,
/kernel/linux/linux-6.6/net/mptcp/
H A Dpm.c141 bool announce = false; in mptcp_pm_fully_established() local
156 announce = true; in mptcp_pm_fully_established()
161 if (announce) in mptcp_pm_fully_established()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dboard-n8x0.c115 static const char announce[] __initconst = KERN_INFO "TUSB 6010\n"; in n8x0_usb_init()
133 printk(announce); in n8x0_usb_init()
/kernel/linux/linux-5.10/include/linux/
H A Drpmsg.h50 * @announce: if set, rpmsg will announce the creation/removal of this channel
59 bool announce; member
/kernel/linux/linux-5.10/drivers/rpmsg/
H A Drpmsg_core.c371 rpmsg_show_attr(announce, announce ? "true" : "false", "%s\n");
443 * if we need to, we also announce about this channel to the remote
483 dev_err(dev, "failed to announce creation\n"); in rpmsg_dev_probe()
H A Dvirtio_rpmsg_bus.c102 * This message is sent across to publish a new service, or announce
339 if (rpdev->announce && rpdev->ept && in virtio_rpmsg_announce_create()
349 dev_err(dev, "failed to announce service %d\n", err); in virtio_rpmsg_announce_create()
363 if (rpdev->announce && rpdev->ept && in virtio_rpmsg_announce_destroy()
373 dev_err(dev, "failed to announce service %d\n", err); in virtio_rpmsg_announce_destroy()
434 rpdev->announce = rpdev->src != RPMSG_ADDR_ANY; in rpmsg_create_channel()
/kernel/linux/linux-6.6/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"); in rpmsg_dev_probe()
H A Dvirtio_rpmsg_bus.c328 if (rpdev->announce && rpdev->ept && in virtio_rpmsg_announce_create()
338 dev_err(dev, "failed to announce service %d\n", err); in virtio_rpmsg_announce_create()
352 if (rpdev->announce && rpdev->ept && in virtio_rpmsg_announce_destroy()
362 dev_err(dev, "failed to announce service %d\n", err); in virtio_rpmsg_announce_destroy()
426 rpdev->announce = rpdev->src != RPMSG_ADDR_ANY; in __rpmsg_create_channel()
/kernel/linux/linux-6.6/include/linux/
H A Drpmsg.h50 * @announce: if set, rpmsg will announce the creation/removal of this channel
60 bool announce; member

Completed in 11 milliseconds