/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
|
D | ssl.c | 32 .announce = ssl_announce,
|
/linux-5.10/include/linux/ |
D | rpmsg.h | 48 * @announce: if set, rpmsg will announce the creation/removal of this channel 57 bool announce; member
|
/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 | 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()
|
D | rpmsg_core.c | 370 rpmsg_show_attr(announce, announce ? "true" : "false", "%s\n"); 442 * if we need to, we also announce about this channel to the remote
|
/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
|
/linux-5.10/net/qrtr/ |
D | ns.c | 156 pr_err("failed to announce del service\n"); in service_announce_del() 203 /* Announce the list of servers registered in this node */ in announce_servers() 217 pr_err("failed to announce new service\n"); in announce_servers() 289 /* Announce the service's disappearance to observers */ in server_del() 328 /* Announce the list of servers registered on the local node */ 531 pr_err("failed to announce new service\n"); in ctrl_cmd_new_server()
|
/linux-5.10/sound/core/seq/ |
D | seq_system.c | 27 * Port "Announce" 143 strcpy(port->name, "Announce"); in snd_seq_system_client_init()
|
/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 */
|
/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()
|
/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
|
/linux-5.10/arch/x86/kernel/ |
D | i8237.c | 67 * must announce the support for such legacy devices via in i8237A_init_ops()
|
/linux-5.10/arch/x86/platform/intel-mid/device_libs/ |
D | platform_bcm43xx.c | 38 * Announce 2.0V here to be compatible with SDIO specification. The
|
/linux-5.10/lib/ |
D | textsearch.c | 135 * This function must be called by textsearch modules to announce 170 * This function must be called by textsearch modules to announce
|
/linux-5.10/include/uapi/linux/ |
D | virtio_net.h | 54 #define VIRTIO_NET_F_GUEST_ANNOUNCE 21 /* Guest can announce device on the 275 * Control link announce acknowledgement
|
D | batman_adv.h | 85 * originator is going to announce via TT. 134 /** @BATADV_GW_MODE_SERVER: announce itself as gateway server */
|
/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-rpmsg | 53 What: /sys/bus/rpmsg/devices/.../announce
|
/linux-5.10/arch/arm/mach-omap2/ |
D | board-n8x0.c | 115 static const char announce[] __initconst = KERN_INFO "TUSB 6010\n"; in n8x0_usb_init() local 133 printk(announce); in n8x0_usb_init()
|
/linux-5.10/Documentation/userspace-api/media/rc/ |
D | lirc-get-features.rst | 35 announce support of certain features, calling of the corresponding ioctls
|
/linux-5.10/arch/mips/loongson64/ |
D | cpucfg-emul.c | 224 * Announce CPUCFG availability to userspace via hwcap. in loongson3_cpucfg_synthesize_data()
|
/linux-5.10/drivers/scsi/sym53c8xx_2/ |
D | sym53c8xx.h | 173 * maximum is PAGE_SIZE/8. For safety, we announce a bit less to the
|
/linux-5.10/net/batman-adv/ |
D | bridge_loop_avoidance.c | 333 * @claimtype: the type of the claim (CLAIM, UNCLAIM, ANNOUNCE, ...) 404 "%s(): ANNOUNCE of %pM on vid %d\n", __func__, in batadv_bla_send_claim() 560 * update or add the own backbone gw to make sure we announce 586 * Repeat all of our own claims, and finally send an ANNOUNCE frame 827 * batadv_handle_announce() - check for ANNOUNCE frame 850 /* handle as ANNOUNCE frame */ in batadv_handle_announce() 855 "%s(): ANNOUNCE vid %d (sent by %pM)... CRC = %#.4x\n", in batadv_handle_announce() 1367 /* send an announce frame so others will ask for our in batadv_bla_update_orig_address()
|