Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/ucsi/
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)
Dtrace.c60 const char *ucsi_recipient_str(u8 recipient) in ucsi_recipient_str() argument
62 return ucsi_recipient_strs[recipient]; in ucsi_recipient_str()
Ducsi.c321 u8 recipient) in ucsi_register_altmode() argument
330 switch (recipient) { in ucsi_register_altmode()
393 trace_ucsi_register_altmode(recipient, alt); in ucsi_register_altmode()
405 ucsi_register_altmodes_nvidia(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes_nvidia() argument
420 if (recipient == UCSI_RECIPIENT_CON) in ucsi_register_altmodes_nvidia()
430 command |= UCSI_GET_ALTMODE_RECIPIENT(recipient); in ucsi_register_altmodes_nvidia()
454 if (recipient == UCSI_RECIPIENT_CON) in ucsi_register_altmodes_nvidia()
460 if (multi_dp && recipient == UCSI_RECIPIENT_CON) { in ucsi_register_altmodes_nvidia()
472 ret = ucsi_register_altmode(con, &desc, recipient); in ucsi_register_altmodes_nvidia()
480 static int ucsi_register_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes() argument
[all …]
/Linux-v6.6/drivers/usb/cdns3/
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-v6.6/Documentation/devicetree/bindings/arm/freescale/
Dfsl,vf610-mscm-ir.txt5 allows to configure the recipient of each peripheral interrupt. Furthermore
/Linux-v6.6/drivers/staging/emxx_udc/
Demxx_udc.c134 u8 recipient; in _nbu2ss_ep0_complete() local
150 recipient = (u8)(p_ctrl->bRequestType & USB_RECIP_MASK); in _nbu2ss_ep0_complete()
152 if ((recipient == USB_RECIP_DEVICE) && in _nbu2ss_ep0_complete()
1388 u8 recipient = (u8)(udc->ctrl.bRequestType & USB_RECIP_MASK); in _nbu2ss_req_feature() local
1400 switch (recipient) { in _nbu2ss_req_feature()
1478 u8 recipient = (u8)(udc->ctrl.bRequestType & USB_RECIP_MASK); in std_req_get_status() local
1488 switch (recipient) { in std_req_get_status()
/Linux-v6.6/LICENSES/dual/
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
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
DCC-BY-4.0184 recipient of the Licensed Material automatically
193 Licensed Rights by any recipient of the Licensed
DCDDL-1.0211 limit or alter the recipient's rights in the Source Code form from
/Linux-v6.6/Documentation/hid/
Dintel-ish-hid.rst196 sends). The recipient of DMA message responds with DMA_XFER_ACK, indicating
/Linux-v6.6/LICENSES/deprecated/
DGPL-1.0154 Program), the recipient automatically receives a license from the original
/Linux-v6.6/Documentation/process/
Dmanagement-style.rst265 without making it painful to the recipient, who just thinks you're being
Dsubmitting-patches.rst269 into the sign-off area of your patch (note, NOT an email recipient). You
/Linux-v6.6/Documentation/networking/
Drds.rst100 Sends a message to the indicated recipient. The kernel will
Dethtool-netlink.rst37 number 1 but any non-zero value should be understood as "true" by recipient.
/Linux-v6.6/LICENSES/preferred/
DGPL-2.0209 Program), the recipient automatically receives a license from the
DLGPL-2.1371 Library), the recipient automatically receives a license from the
DLGPL-2.0351 Library), the recipient automatically receives a license from the
/Linux-v6.6/tools/usb/usbip/
DCOPYING190 Program), the recipient automatically receives a license from the
/Linux-v6.6/Documentation/userspace-api/netlink/
Dintro.rst348 families, selecting the recipient family on message-by-message basis using
/Linux-v6.6/scripts/
Dspelling.txt1261 recepient||recipient
/Linux-v6.6/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt601 gateway. The recipient of the ICMP message MUST be able to handle either
/Linux-v6.6/Documentation/admin-guide/LSM/
DSmack.rst583 from the signaler to the recipient. Debugging a process requires both reading
/Linux-v6.6/drivers/scsi/qla2xxx/
Dqla_def.h1491 uint8_t recipient; member