Home
last modified time | relevance | path

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

1234567

/linux/drivers/usb/typec/ucsi/
H A Dtrace.h13 const char *ucsi_recipient_str(u8 recipient);
85 TP_PROTO(u8 recipient, struct typec_altmode *alt),
86 TP_ARGS(recipient, alt),
88 __field(u8, recipient)
94 __entry->recipient = recipient;
100 ucsi_recipient_str(__entry->recipient), __entry->svid,
105 TP_PROTO(u8 recipient, struct typec_altmode *alt),
106 TP_ARGS(recipient, alt)
H A Dtrace.c43 const char *ucsi_recipient_str(u8 recipient) in ucsi_recipient_str() argument
45 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()
485 ucsi_register_altmodes_nvidia(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes_nvidia() argument
500 if (recipient == UCSI_RECIPIENT_CON) in ucsi_register_altmodes_nvidia()
510 command |= UCSI_GET_ALTMODE_RECIPIENT(recipient); in ucsi_register_altmodes_nvidia()
534 multi_dp = ucsi->ops->update_altmodes(ucsi, recipient, orig, updated); in ucsi_register_altmodes_nvidia()
551 ret = ucsi_register_altmode(con, &desc, recipient); in ucsi_register_altmodes_nvidia()
559 static int ucsi_register_altmodes(struct ucsi_connector *con, u8 recipient) in ucsi_register_altmodes() argument
574 if (recipient == UCSI_RECIPIENT_SOP && con->partner_altmode[0]) in ucsi_register_altmodes()
[all …]
H A Ducsi_yoga_c630.c141 u8 recipient, in yoga_c630_ucsi_update_altmodes() argument
147 if (orig[0].svid == 0 || recipient != UCSI_RECIPIENT_SOP) in yoga_c630_ucsi_update_altmodes()
/linux/drivers/scsi/smartpqi/
H A DKconfig24 # MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
32 # NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
/linux/drivers/char/mwave/
H A Dsmapi.h24 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
32 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Dmwavepub.h25 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
33 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Dtp3780i.h24 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
32 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Dmwavedd.h24 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
32 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
/linux/drivers/scsi/mpt3sas/
H A DKconfig22 # MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
30 # NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Dmpt3sas_trigger_diag.h25 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
33 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Dmpt3sas_debug.h23 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
31 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
/linux/net/batman-adv/
H A Dsend.h76 * Look up the recipient node for the destination address in the ethernet
98 * Look up the recipient node for the destination address in the ethernet
/linux/drivers/scsi/esas2r/
H A Desas2r_log.h22 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
30 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Desas2r_targdb.c22 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
30 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Desas2r_log.c22 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
30 * NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
/linux/drivers/message/fusion/
H A Dmptscsih.h27 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
35 NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
H A Dmptsas.h27 MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
35 NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
/linux/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/LICENSES/dual/
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
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dfsl,vf610-mscm-ir.yaml12 allows to configure the recipient of each peripheral interrupt. Furthermore
/linux/include/scsi/
H A Dscsi_bsg_iscsi.h50 * should be the recipient of the message.
/linux/net/mac80211/
H A Dagg-tx.c420 * add Block Ack response will arrive from the recipient.
458 /* activate the timer for the recipient's addBA response */ in ieee80211_send_addba_with_timeout()
662 * with the recipient STA, then the initiating STA shall transmit a in ieee80211_start_tx_ba_session()
663 * Probe Request frame to the recipient STA and shall not transmit an in ieee80211_start_tx_ba_session()
665 * from the recipient within dot11ADDBAFailureTimeout. in ieee80211_start_tx_ba_session()
/linux/drivers/gpu/drm/xe/abi/
H A Dguc_messages_abi.h64 * The recipient of this message shall use `HXG Response`_, `HXG Failure`_
102 * The recipient of this message may only use `HXG Failure`_ message if it was
158 * message if the recipient expects that it processing will be longer than default
180 * The `HXG Retry`_ message should be used by recipient to indicate that the
/linux/drivers/gpu/drm/i915/gt/uc/abi/
H A Dguc_messages_abi.h64 * The recipient of this message shall use `HXG Response`_, `HXG Failure`_
102 * The recipient of this message may only use `HXG Failure`_ message if it was
158 * message if the recipient expects that it processing will be longer than default
180 * The `HXG Retry`_ message should be used by recipient to indicate that the

1234567