Home
last modified time | relevance | path

Searched refs:recipient (Results 1 – 24 of 24) sorted by relevance

/linux-6.15/drivers/usb/typec/ucsi/
H A Dtrace.h14 const char *ucsi_recipient_str(u8 recipient);
86 TP_PROTO(u8 recipient, struct typec_altmode *alt),
87 TP_ARGS(recipient, alt),
89 __field(u8, recipient)
95 __entry->recipient = recipient;
101 ucsi_recipient_str(__entry->recipient), __entry->svid,
106 TP_PROTO(u8 recipient, struct typec_altmode *alt),
107 TP_ARGS(recipient, alt)
H A Dtrace.c60 const char *ucsi_recipient_str(u8 recipient) in ucsi_recipient_str() argument
62 return ucsi_recipient_strs[recipient]; in ucsi_recipient_str()
H A Ducsi.c380 u8 recipient) in ucsi_register_altmode() argument
389 switch (recipient) { in ucsi_register_altmode()
473 trace_ucsi_register_altmode(recipient, alt); in ucsi_register_altmode()
500 if (recipient == UCSI_RECIPIENT_CON) in ucsi_register_altmodes_nvidia()
510 command |= UCSI_GET_ALTMODE_RECIPIENT(recipient); in ucsi_register_altmodes_nvidia()
534 if (recipient == UCSI_RECIPIENT_CON) in ucsi_register_altmodes_nvidia()
540 if (multi_dp && recipient == UCSI_RECIPIENT_CON) { in ucsi_register_altmodes_nvidia()
581 if (recipient == UCSI_RECIPIENT_CON) in ucsi_register_altmodes()
587 command |= UCSI_GET_ALTMODE_RECIPIENT(recipient); in ucsi_register_altmodes()
629 switch (recipient) { in ucsi_unregister_altmodes()
[all …]
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-ep0.c151 u32 recipient; in cdnsp_ep0_handle_status() local
153 recipient = ctrl->bRequestType & USB_RECIP_MASK; in cdnsp_ep0_handle_status()
155 switch (recipient) { in cdnsp_ep0_handle_status()
/linux-6.15/Documentation/devicetree/bindings/arm/freescale/
H A Dfsl,vf610-mscm-ir.txt5 allows to configure the recipient of each peripheral interrupt. Furthermore
/linux-6.15/LICENSES/dual/
H A Dcopyleft-next-0.3.185 Each direct and indirect recipient of the Covered Work from You is an
113 When You Distribute a Covered Work, the recipient automatically receives
H A DMPL-1.1201 party making the claim in sufficient detail that a recipient will
256 Executable version does not attempt to limit or alter the recipient's
282 sufficiently detailed for a recipient of ordinary skill to be able to
476 the provisions above, a recipient may use your version of this file
H A DCC-BY-4.0184 recipient of the Licensed Material automatically
193 Licensed Rights by any recipient of the Licensed
H A DCDDL-1.0211 limit or alter the recipient's rights in the Source Code form from
/linux-6.15/Documentation/hid/
H A Dintel-ish-hid.rst196 sends). The recipient of DMA message responds with DMA_XFER_ACK, indicating
/linux-6.15/LICENSES/deprecated/
H A DGPL-1.0154 Program), the recipient automatically receives a license from the original
/linux-6.15/Documentation/networking/
H A Drds.rst100 Sends a message to the indicated recipient. The kernel will
H A Dethtool-netlink.rst37 number 1 but any non-zero value should be understood as "true" by recipient.
/linux-6.15/Documentation/process/
H A Dmanagement-style.rst265 without making it painful to the recipient, who just thinks you're being
H A Dsubmitting-patches.rst267 into the sign-off area of your patch (note, NOT an email recipient). You
/linux-6.15/tools/usb/usbip/
H A DCOPYING190 Program), the recipient automatically receives a license from the
/linux-6.15/LICENSES/preferred/
H A DGPL-2.0209 Program), the recipient automatically receives a license from the
H A DLGPL-2.0351 Library), the recipient automatically receives a license from the
H A DLGPL-2.1371 Library), the recipient automatically receives a license from the
/linux-6.15/Documentation/userspace-api/netlink/
H A Dintro.rst352 families, selecting the recipient family on message-by-message basis using
/linux-6.15/scripts/
H A Dspelling.txt1322 recepient||recipient
/linux-6.15/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt601 gateway. The recipient of the ICMP message MUST be able to handle either
/linux-6.15/Documentation/admin-guide/LSM/
H A DSmack.rst583 from the signaler to the recipient. Debugging a process requires both reading
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_def.h1491 uint8_t recipient; member