/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | pty.c | 19 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 D | chan_user.h | 12 void (*const announce)(char *dev_name, int dev); member
|
H A D | ssl.c | 32 .announce = ssl_announce,
|
H A D | stdio_console.c | 38 .announce = stdio_announce,
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | pty.c | 19 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 D | chan_user.h | 12 void (*const announce)(char *dev_name, int dev); member
|
H A D | stdio_console.c | 38 .announce = stdio_announce,
|
H A D | ssl.c | 32 .announce = ssl_announce,
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | pm.c | 141 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 D | board-n8x0.c | 115 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 D | rpmsg.h | 50 * @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 D | rpmsg_core.c | 371 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 D | virtio_rpmsg_bus.c | 102 * 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 D | rpmsg_core.c | 458 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 D | virtio_rpmsg_bus.c | 328 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 D | rpmsg.h | 50 * @announce: if set, rpmsg will announce the creation/removal of this channel 60 bool announce; member
|