Home
last modified time | relevance | path

Searched full:announce (Results 1 – 25 of 104) sorted by relevance

12345

/linux/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.h13 void (*const announce)(char *dev_name, int dev); member
/linux/Documentation/netlink/specs/
H A Dmptcp_pm.yaml354 name: announce
355 doc: announce new sf
359 do: &announce-add
366 doc: announce removal
/linux/net/qrtr/
H A Dns.c161 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()
213 pr_err("failed to announce new service\n"); in announce_servers()
283 /* Announce the service's disappearance to observers */ in server_del()
322 /* Announce the list of servers registered on the local node */
479 pr_err("failed to announce new service\n"); in ctrl_cmd_new_server()
/linux/drivers/rpmsg/
H A Drpmsg_internal.h28 * @announce_create: announce presence of new channel, optional
29 * @announce_destroy: announce destruction of channel, optional
H A Drpmsg_core.c460 rpmsg_show_attr(announce, announce ? "true" : "false", "%s\n");
534 * if we need to, we also announce about this channel to the remote
576 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()
/linux/drivers/usb/core/
H A DKconfig6 bool "USB announce new devices"
8 Say Y here if you want the USB core to always announce the
/linux/include/linux/
H A Drpmsg.h50 * @announce: if set, rpmsg will announce the creation/removal of this channel
60 bool announce; member
/linux/sound/core/seq/
H A Dseq_system.c27 * Port "Announce"
144 strcpy(port->name, "Announce"); in snd_seq_system_client_init()
/linux/Documentation/process/
H A Dcve.rst23 https://lore.kernel.org/linux-cve-announce/. To get notice of the
33 to them. These assignments are published on the linux-cve-announce
/linux/drivers/media/pci/cx18/
H A Dcx18-alsa-pcm.h11 /* Used by cx18-mailbox to announce the PCM data to the module */
/linux/net/hsr/
H A Dhsr_device.c70 /* Enable announce timer and start sending supervisory frames */ in hsr_check_announce()
81 /* Deactivate the announce timer */ in hsr_check_announce()
396 /* Announce (supervision frame) timer function
416 /* Announce (supervision frame) timer function for RedBox
/linux/drivers/iio/proximity/
H A Dmb1232.c38 * 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()
/linux/include/linux/rpmsg/
H A Dns.h17 * This message is sent across to publish a new service, or announce
/linux/Documentation/devicetree/bindings/iio/proximity/
H A Dmaxbotix,mb1232.yaml36 Interrupt used to announce the preceding reading request has finished
H A Dsemtech,sx9360.yaml25 Generated by device to announce preceding read request has finished
H A Dsemtech,sx9310.yaml32 The sole interrupt generated by the device used to announce the
/linux/Documentation/translations/zh_CN/process/
H A Dcve.rst20 https://lore.kernel.org/linux-cve-announce/ 所示。如果想获得已分配
/linux/net/mptcp/
H A Dpm.c130 bool announce = false; in mptcp_pm_fully_established() local
145 announce = true; in mptcp_pm_fully_established()
150 if (announce) in mptcp_pm_fully_established()
/linux/arch/x86/kernel/
H A Di8237.c67 * must announce the support for such legacy devices via in i8237A_init_ops()
/linux/lib/
H A Dtextsearch.c135 * This function must be called by textsearch modules to announce
170 * This function must be called by textsearch modules to announce
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-rpmsg53 What: /sys/bus/rpmsg/devices/.../announce
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst35 announce support of certain features, calling of the corresponding ioctls
/linux/net/batman-adv/
H A Dbridge_loop_avoidance.c338 * @claimtype: the type of the claim (CLAIM, UNCLAIM, ANNOUNCE, ...)
409 "%s(): ANNOUNCE of %pM on vid %d\n", __func__, in batadv_bla_send_claim()
561 * update or add the own backbone gw to make sure we announce
587 * Repeat all of our own claims, and finally send an ANNOUNCE frame
828 * batadv_handle_announce() - check for ANNOUNCE frame
851 /* handle as ANNOUNCE frame */ in batadv_handle_announce()
856 "%s(): ANNOUNCE vid %d (sent by %pM)... CRC = %#.4x\n", in batadv_handle_announce()
1368 /* send an announce frame so others will ask for our in batadv_bla_update_orig_address()

12345