| /kernel/linux/linux-5.10/arch/um/drivers/ |
| 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()
|
| D | chan_user.h | 12 void (*const announce)(char *dev_name, int dev); member
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| 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()
|
| D | chan_user.h | 12 void (*const announce)(char *dev_name, int dev); member
|
| /kernel/linux/linux-5.10/drivers/rpmsg/ |
| D | rpmsg_internal.h | 24 * @announce_create: announce presence of new channel, optional 25 * @announce_destroy: announce destruction of channel, optional
|
| 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()
|
| 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() 433 rpdev->announce = rpdev->src != RPMSG_ADDR_ANY; in rpmsg_create_channel()
|
| /kernel/linux/linux-5.10/drivers/usb/core/ |
| D | Kconfig | 6 bool "USB announce new devices" 8 Say Y here if you want the USB core to always announce the
|
| /kernel/linux/linux-6.6/drivers/usb/core/ |
| D | Kconfig | 6 bool "USB announce new devices" 8 Say Y here if you want the USB core to always announce the
|
| /kernel/linux/linux-5.10/include/linux/ |
| 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/net/qrtr/ |
| D | ns.c | 159 pr_err("failed to announce del service\n"); in service_announce_del() 206 /* Announce the list of servers registered in this node */ in announce_servers() 220 pr_err("failed to announce new service\n"); in announce_servers() 292 /* Announce the service's disappearance to observers */ in server_del() 331 /* Announce the list of servers registered on the local node */ 537 pr_err("failed to announce new service\n"); in ctrl_cmd_new_server()
|
| /kernel/linux/linux-6.6/net/qrtr/ |
| D | ns.c | 161 pr_err("failed to announce del service\n"); in service_announce_del() 206 /* Announce the list of servers registered in this node */ in announce_servers() 210 pr_err("failed to announce new service\n"); in announce_servers() 280 /* Announce the service's disappearance to observers */ in server_del() 319 /* Announce the list of servers registered on the local node */ 476 pr_err("failed to announce new service\n"); in ctrl_cmd_new_server()
|
| /kernel/linux/linux-6.6/drivers/rpmsg/ |
| D | rpmsg_internal.h | 28 * @announce_create: announce presence of new channel, optional 29 * @announce_destroy: announce destruction of channel, optional
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | rpmsg.h | 50 * @announce: if set, rpmsg will announce the creation/removal of this channel 60 bool announce; member
|
| /kernel/linux/linux-6.6/sound/core/seq/ |
| D | seq_system.c | 27 * Port "Announce" 144 strcpy(port->name, "Announce"); in snd_seq_system_client_init()
|
| /kernel/linux/linux-5.10/sound/core/seq/ |
| D | seq_system.c | 27 * Port "Announce" 143 strcpy(port->name, "Announce"); in snd_seq_system_client_init()
|
| /kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
| D | cx18-alsa-pcm.h | 11 /* Used by cx18-mailbox to announce the PCM data to the module */
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
| D | cx18-alsa-pcm.h | 11 /* Used by cx18-mailbox to announce the PCM data to the module */
|
| /kernel/linux/linux-5.10/drivers/iio/proximity/ |
| D | mb1232.c | 36 * optionally a gpio can be used to announce when ranging has 88 /* use simple sleep if announce irq is not connected */ in mb1232_read_distance()
|
| /kernel/linux/linux-6.6/drivers/iio/proximity/ |
| D | mb1232.c | 38 * optionally a gpio can be used to announce when ranging has 90 /* use simple sleep if announce irq is not connected */ in mb1232_read_distance()
|
| /kernel/linux/linux-6.6/include/linux/rpmsg/ |
| D | ns.h | 17 * This message is sent across to publish a new service, or announce
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/proximity/ |
| D | maxbotix,mb1232.yaml | 36 Interrupt used to announce the preceding reading request has finished
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/proximity/ |
| D | maxbotix,mb1232.yaml | 36 Interrupt used to announce the preceding reading request has finished
|
| D | semtech,sx9310.yaml | 29 The sole interrupt generated by the device used to announce the
|
| /kernel/linux/linux-6.6/net/mptcp/ |
| 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()
|