Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/usb/typec/ucsi/
Dtrace.h15 const char *ucsi_recipient_str(u8 recipient);
139 TP_PROTO(u8 recipient, struct typec_altmode *alt),
140 TP_ARGS(recipient, alt),
142 __field(u8, recipient)
148 __entry->recipient = recipient;
154 ucsi_recipient_str(__entry->recipient), __entry->svid,
159 TP_PROTO(u8 recipient, struct typec_altmode *alt),
160 TP_ARGS(recipient, alt)
Dtrace.c71 const char *ucsi_recipient_str(u8 recipient) in ucsi_recipient_str() argument
73 return ucsi_recipient_strs[recipient]; in ucsi_recipient_str()
Ducsi.c274 u8 recipient) in ucsi_register_altmode() argument
283 switch (recipient) { in ucsi_register_altmode()
333 trace_ucsi_register_altmode(recipient, alt); in ucsi_register_altmode()
344 static int ucsi_register_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes() argument
359 if (recipient == UCSI_RECIPIENT_SOP && con->partner_altmode[0]) in ucsi_register_altmodes()
362 if (recipient == UCSI_RECIPIENT_CON) in ucsi_register_altmodes()
367 UCSI_CMD_GET_ALTERNATE_MODES(ctrl, recipient, con->num, i, 1); in ucsi_register_altmodes()
390 ret = ucsi_register_altmode(con, &desc, recipient); in ucsi_register_altmodes()
399 static void ucsi_unregister_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_unregister_altmodes() argument
405 switch (recipient) { in ucsi_unregister_altmodes()
[all …]
Ducsi.h68 u8 recipient; member
135 _ctrl_.alt.recipient = (_r_); \
/Linux-v5.4/Documentation/devicetree/bindings/arm/freescale/
Dfsl,vf610-mscm-ir.txt5 allows to configure the recipient of each peripheral interrupt. Furthermore
/Linux-v5.4/drivers/staging/emxx_udc/
Demxx_udc.c132 u8 recipient; in _nbu2ss_ep0_complete() local
148 recipient = (u8)(p_ctrl->bRequestType & USB_RECIP_MASK); in _nbu2ss_ep0_complete()
150 if ((recipient == USB_RECIP_DEVICE) && in _nbu2ss_ep0_complete()
1393 u8 recipient = (u8)(udc->ctrl.bRequestType & USB_RECIP_MASK); in _nbu2ss_req_feature() local
1405 switch (recipient) { in _nbu2ss_req_feature()
1484 u8 recipient = (u8)(udc->ctrl.bRequestType & USB_RECIP_MASK); in std_req_get_status() local
1494 switch (recipient) { in std_req_get_status()
/Linux-v5.4/LICENSES/dual/
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
DCDDL-1.0211 limit or alter the recipient's rights in the Source Code form from
/Linux-v5.4/Documentation/admin-guide/
Dreporting-bugs.rst99 to make it useful to the recipient.
/Linux-v5.4/Documentation/hid/
Dintel-ish-hid.rst195 sends). The recipient of DMA message responds with DMA_XFER_ACK, indicating
/Linux-v5.4/LICENSES/deprecated/
DGPL-1.0154 Program), the recipient automatically receives a license from the original
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/
DLICENSE.qlcnic200 Program), the recipient automatically receives a license from the
DLICENSE.qlge200 Program), the recipient automatically receives a license from the
/Linux-v5.4/Documentation/scsi/
DLICENSE.qla2xxx202 Program), the recipient automatically receives a license from the
DLICENSE.qla4xxx201 Program), the recipient automatically receives a license from the
/Linux-v5.4/Documentation/process/
Dmanagement-style.rst265 without making it painful to the recipient, who just thinks you're being
/Linux-v5.4/Documentation/networking/
Drds.txt92 Sends a message to the indicated recipient. The kernel will
/Linux-v5.4/tools/usb/usbip/
DCOPYING190 Program), the recipient automatically receives a license from the
/Linux-v5.4/drivers/staging/rtl8192u/
Dcopying190 Program), the recipient automatically receives a license from the
/Linux-v5.4/scripts/
Dspelling.txt1069 recepient||recipient
/Linux-v5.4/LICENSES/preferred/
DGPL-2.0209 Program), the recipient automatically receives a license from the
DLGPL-2.1369 Library), the recipient automatically receives a license from the
DLGPL-2.0351 Library), the recipient automatically receives a license from the
/Linux-v5.4/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt601 gateway. The recipient of the ICMP message MUST be able to handle either
/Linux-v5.4/Documentation/admin-guide/LSM/
DSmack.rst583 from the signaler to the recipient. Debugging a process requires both reading

12